Skip to content
Prev 16048 / 20628 Next

Significance of fixed factors using glmer

Hi Silvia,

If you have previously loaded other packages like afex package, then
lmerTest cannot work properly and does not give you the p-values.
Try to detach the other packages if it is the case, and let see if it works
now.

Example: detach("package:afex", unload=TRUE)

Or...you can restart your R session and load only the packages you need.
But I would try detach first.

Hope it works!
Julia


2017-12-20 15:43 GMT+01:00 Fox, John <jfox at mcmaster.ca>: