Skip to content

don't overwrite global (g)lmer() function #33

@ashenkin

Description

@ashenkin

Hi there,

Recent behavior in afex seems to have changed. I need my lmer models to be class lme4:lmer (stargazer, for example, chokes on lmerTest::lmer objects). However, when i set afex_options(lmer_function = "lme4"), mixed() fails. Rewriting my code to use lme4::lmer instead of just lmer is pretty ugly. Would it be possible to allow options to be separately set for the global lmer function and the lmer afex uses internally separately? If there's a better solution, I'm all ears...

Thanks for the nice package, by the way.

Allie

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions