extractAIC.glmcat | R Documentation |
glmcat
model objectMethod to compute the (generalized) Akaike An Information Criterion for a fitted object of class glmcat
.
## S3 method for class 'glmcat'
extractAIC(fit, ...)
fit |
an fitted object of class |
... |
further arguments (currently unused in base R). |
model <- glmcat(formula = Level ~ Age, data = DisturbedDreams,
ref_category = "Very.severe", ratio = "cumulative")
extractAIC(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.