extractAIC: Extract AIC from a fitted 'glmcat' model object

extractAIC.glmcatR 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 glmcat.

...

further arguments (currently unused in base R).

Examples

model <- glmcat(formula = Level ~ Age, data = DisturbedDreams,
                ref_category = "Very.severe", ratio = "cumulative")
extractAIC(model)

GLMcat documentation built on Sept. 30, 2024, 5:08 p.m.