RVAideMemoire (version 0.9-35)

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 class 'clm':
Anova(mod, type = c("II", "III", 2, 3), ...)

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

Arguments

mod
clm or clmm object.
type
type of test, "II", "III", 2 or 3.
...
additional arguments to Anova. Not usable here.

Value

Details

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

See Also

Anova, clm, clmm