We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: