Anova.clm {RVAideMemoire} | R 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 |
|
type |
type of test, |
... |
additional arguments to |
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
[Package RVAideMemoire version 0.9-83-7 Index]