Closed jtorniainen closed 6 years ago
Thank you for the bug report!
Could you try the development version of lmerTest:
devtools::install_github("runehaubo/lmerTestR")
If that does not solve the issue, please open another issue over at runehaubo/lmerTestR
- not here; note the R
in lmerTestR
. If possible please provide a reproducible example or share the data privately so that I can reproduce the error.
Thanks, Rune
Hi,
Problem: I was trying to build a model using
lmer
-function of thelme4/lmerTest
-packages and then performing the backwards elimination on the model using thestep
-function. Everything works as expected when I type in the equation 'directly'. However, if I store the same equation in a string, run the model and then try thestep
-function I get the following error:Snippet of the code I used:
R-output:
According to sessionInfo() I was using:
[1] lmerTest_3.0-1 lme4_1.1-17