Open nick-youngblut opened 6 years ago
Could you try the new lmerTest, i.e. devtools::install_github("runehaubo/lmerTestR")
and post an issue there if the problem remains? In that case the it would be really good with a reproducible example as well.
Cheers Rune
It seems to be working. Thanks! When do you expect to have a new CRAN release? My department uses conda
to manage all software, including R packages, and the lmerTest conda-forge feedstock must be updated with a new CRAN version (not a new GitHub release tag).
Unless you are using step on a model that you fitted with an old version of lmerTest (< 3.0.0) I don't think the behaviour of step
should differ between CRAN and GitHub versions so I presume the current CRAN version is new enough for you.
With any relatively "simple" lmer models, I keep getting the following error when running
lmerTest::step
:For instance, if the model is something simple like:
No matter now I alter the formula, I keep getting the same error. Based on the error message, it's unclear what's going wrong. Does
step()
only work on more complicated models as shown in the example for the function?