I'm very new to using R, or any type of coding for that matter, so this problem may be obvious, but i cant seem to get this part of my code to run as i keep getting the error in the title.
> tidy_fit1 <- tidy(fit1_full)
Error: No tidy method for objects of class coxme
I've tried restarting the session from scratch and reinstalling and updating all the packages, as well as trying to use tidy.come and tidy.coxph but none have seemed to work.