anova.lmerModgANOVA: anova method for merModgANVOA

Description Usage Arguments See Also

View source: R/anova.lmerModgANOVA.R

Description

Mdified anova method from the lmerTest package

Usage

1
2
3
4
5
6
7
## S3 method for class '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()


jaromilfrossard/gANOVA documentation built on July 28, 2020, 5:32 p.m.