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

View source: R/Anova.clm.R

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 HERVE <maxime.herve@univ-rennes1.fr>

See Also

Anova, clm, clmm


RVAideMemoire documentation built on Nov. 6, 2023, 5:07 p.m.