| extractAIC | R Documentation |
Computes the (generalized) AIC for a fitted robmixglm model. Used in step, otherwise use AIC.
## S3 method for class 'robmixglm'
extractAIC(fit, scale, k = 2, ...)
fit |
fitted |
scale |
ignored. |
k |
numeric specifying the ‘weight’ of the
equivalent degrees of freedom ( |
... |
further arguments (currently unused). |
Ken Beath
extractAIC, step
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = MASS::forbes, cores = 1)
extractAIC(forbes.robustmix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.