harrelfe / rms

Regression Modeling Strategies
https://hbiostat.org/R/rms
Other
176 stars 49 forks source link

Anova function missing? #108

Closed aehughes closed 3 years ago

aehughes commented 3 years ago

I've recently downloaded the rms package. I would like to use the anova.rms function, but it is not working. It doesn't appear to be available in the rms:: list of available functions. I've tried in two different RStudios (one on PC and one on server). Is this a known issue or am I missing something? When I use anova() in my code, it returns an anova from the R Stats package.

aehughes commented 3 years ago

Apologies I think I realise my problem- I was looking to use anova on a lme4 object, which by the looks of things will not work. Thank you.