Skip to content

Issue with get_contrasts() #98

Description

@danieljwilson

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions