Mdified anova method from the lmerTest package

# S3 method for lmerModgANOVA
anova(
  object,
  ...,
  type = c("III", "II", "I", "3", "2", "1"),
  ddf = c("Satterthwaite", "Kenward-Roger", "lme4")
)

Arguments

object

an object of class lmerModgANOVA. See lmerTest package.

...

futher argument. See lmerTest package.

type

a integer indicating the equivalent type of SS. See lmerTest package.

ddf

a character string indicating the method.See lmerTest package.

See also

Other output: ranef.lmerModgANOVA(), summary.lmerModgANOVA()