Skip to content
New issue

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

Issue with get_contrasts() #98

Open
danieljwilson opened this issue Nov 30, 2018 · 0 comments
Open

Issue with get_contrasts() #98

danieljwilson opened this issue Nov 30, 2018 · 0 comments

Comments

@danieljwilson
Copy link

danieljwilson commented Nov 30, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant