When I try to run:
fit <- lmerTest::lmer(rt ~ cond + (1|subject), data=dt)
contrasts = get_contrasts(fit, formula="cond", adjust="tukey")
I get the error:
Error in .f(.x[[i]], ...) : object 'lower.CL' not found
I installed from the latest build of psycho from github.
And my related package versions are:
> packageDescription("lmerTest")$Version
[1] "3.0-1"
> packageDescription("lme4")$Version
[1] "1.1-19"
> packageDescription("emmeans")$Version
[1] "1.3.0"
Is this a known issue? Is there a fix/workaround?
Thanks!
When I try to run:
I get the error:
I installed from the latest build of psycho from github.
And my related package versions are:
Is this a known issue? Is there a fix/workaround?
Thanks!