Anova.clm | R Documentation |
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.
## 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), ...)
mod |
|
type |
type of test, |
... |
additional arguments to |
See help of the Anova
for a detailed explanation of what "type II" and "typ III" mean.
See Anova
.
Maxime HERVE <maxime.herve@univ-rennes1.fr>
Anova
, clm
, clmm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.