powered by
Returns AIC for a robmixglm object.
# S3 method for robmixglm AIC(object, ..., k = 2)
AIC
robmixglm object
additional argument; currently none is used.
penalty per parameter
Ken Beath
# \donttest{ library(MASS) data(forbes) forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1) AIC(forbes.robustmix) # }
Run the code above in your browser using DataLab