extractAIC.glmcat {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)