modified summary method from lmerTest package

# S3 method for lmerModgANOVA
summary(object, ..., ddf = c("Satterthwaite", "Kenward-Roger", "lme4"))

Arguments

object

an object of class lmerModgANOVA.

...

futher argument. See details.

ddf

a character string indicating the method. Default is "Satterthwaite" and "Kenward-Roger" is available. See details.

Details

See the lmerTest package for more informations.

See also

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