RVAideMemoire (version 0.9-83-7)

Anova.clm: Anova Tables for Cumulative Link (Mixed) Models

Description

These functions are methods for Anova to calculate type-II or type-III analysis-of-deviance tables for model objects produced by clm and clmm. Likelihood-ratio tests are calculated in both cases.

Usage

# S3 method for clm
Anova(mod, type = c("II", "III", 2, 3), ...)

# S3 method for clmm Anova(mod, type = c("II", "III", 2, 3), ...)

Value

See Anova.

Arguments

mod

clm or clmm object.

type

type of test, "II", "III", 2 or 3.

...

additional arguments to Anova. Not usable here.

Author

Maxime HERVE <maxime.herve@univ-rennes1.fr>

Details

See help of the Anova for a detailed explanation of what "type II" and "typ III" mean.

See Also

Anova, clm, clmm