extractAIC.glmcat {GLMcat} | R Documentation |
Extract AIC from a fitted glmcat
model object
Description
Method to compute the (generalized) Akaike An Information Criterion for a fitted object of class glmcat
.
Usage
## S3 method for class 'glmcat'
extractAIC(fit, ...)
Arguments
fit |
an fitted object of class |
... |
further arguments (currently unused in base R). |
Examples
model <- glmcat(formula = Level ~ Age, data = DisturbedDreams,
ref_category = "Very.severe", ratio = "cumulative")
extractAIC(model)
[Package GLMcat version 0.2.6 Index]