Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

single_anova

ANOVA Tables for Linear Mixed Models


Description

ANOVA Tables for Linear Mixed Models

Usage

single_anova(
  object,
  type = c("III", "II", "I", "3", "2", "1", "yates", "marginal", "2b"),
  ddf = c("Satterthwaite", "Kenward-Roger")
)

Arguments

object

an lmerModLmerTest object; the result of lmer() after loading the lmerTest-package.

type

the type of ANOVA table requested (using the SAS terminology for these) with Type I being the familiar sequential ANOVA table.

ddf

method for computing denominator degrees of freedom.

Value

an ANOVA table

Author(s)

Rune Haubo B. Christensen


lmerTest

Tests in Linear Mixed Effects Models

v3.1-3
GPL (>= 2)
Authors
Alexandra Kuznetsova [aut], Per Bruun Brockhoff [aut, ths], Rune Haubo Bojesen Christensen [aut, cre], Sofie Pødenphant Jensen [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.