# S3 method for merModLmerTest
anova(object, ..., type = c("III", "II", "I",
"3", "2", "1"), ddf = c("Satterthwaite", "Kenward-Roger", "lme4"))# S3 method for merModLmerTest
summary(object, ..., ddf = c("Satterthwaite",
"Kenward-Roger", "lme4"))
# S3 method for merModLmerTest
ls_means(model, which = NULL, level = 0.95,
ddf = c("Satterthwaite", "Kenward-Roger"), pairwise = FALSE, ...)
# S3 method for merModLmerTest
lsmeansLT(model, which = NULL, level = 0.95,
ddf = c("Satterthwaite", "Kenward-Roger"), pairwise = FALSE, ...)
# S3 method for merModLmerTest
difflsmeans(model, which = NULL, level = 0.95,
ddf = c("Satterthwaite", "Kenward-Roger"), ...)
# S3 method for merModLmerTest
drop1(object, scope, ddf = c("Satterthwaite",
"Kenward-Roger", "lme4"), force_get_contrasts = FALSE, ...)
# S3 method for merModLmerTest
step(object, ddf = c("Satterthwaite",
"Kenward-Roger"), alpha.random = 0.1, alpha.fixed = 0.05,
reduce.fixed = TRUE, reduce.random = TRUE, keep, ...)