AIC | R Documentation |
Returns AIC for a robmixglm object.
## S3 method for class 'robmixglm'
AIC(object, ..., k = 2)
object |
robmixglm object |
... |
additional argument; currently none is used. |
k |
penalty per parameter |
AIC
Ken Beath
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
AIC(forbes.robustmix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.