Questions tagged [lmertest]

An R package providing different kinds of tests for linear mixed effects models as implemented in 'lme4' package.

62 questions
-2
votes
1 answer

lmertest and confidence intervals

Is there a way to get lmertest to produce confidence intervals? I have tried using this code from https://cran.r-project.org/web/packages/lmerTest/lmerTest.pdf contest(mymodel , L, rhs = 0, joint = TRUE, collect = TRUE, confint = TRUE,…
sar
  • 182
  • 6
  • 26
-2
votes
1 answer

plotting fixed effects from lme4

I am plotting the estimates from the fixed effects model. Is there a way to only plot some of the fixed effects, rather than all? sjp.lmer (model.name, type = "ri.pc", facet.grid = FALSE) I am also using lmerTest to obtain p values for…
sar
  • 182
  • 6
  • 26
1 2 3 4
5