ANOVA Tables for Linear Mixed Models
single_anova(
object,
type = c("III", "II", "I", "3", "2", "1", "yates", "marginal", "2b"),
ddf = c("Satterthwaite", "Kenward-Roger")
)
an lmerModLmerTest
object; the result of lmer()
after loading the lmerTest-package.
the type of ANOVA table requested (using the SAS terminology for these) with Type I being the familiar sequential ANOVA table.
method for computing denominator degrees of freedom.
an ANOVA table