Last data update: 2014.03.03

R: Anova Tables for Cumulative Link (Mixed) Models
Anova.clmR Documentation

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.

Details

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

Value

See Anova.

Author(s)

Maxime Herv<c3><a9> <mx.herve@gmail.com>

See Also

Anova, clm, clmm

Results