powered by
Computes the (generalized) AIC for a fitted robmixglm model. Used in step, otherwise use AIC.
robmixglm
step
AIC
# S3 method for robmixglm extractAIC(fit, scale, k = 2, ...)
fitted robmixglm model.
ignored.
numeric specifying the ‘weight’ of the equivalent degrees of freedom (\(\equiv\) edf) part in the AIC formula.
edf
further arguments (currently unused).
Ken Beath
extractAIC, step
extractAIC
# \donttest{ library(MASS) data(forbes) forbes.robustmix <- robmixglm(bp~pres, data = MASS::forbes, cores = 1) extractAIC(forbes.robustmix) # }
Run the code above in your browser using DataLab