Learn R Programming

robmixglm (version 1.2-5)

AIC: AIC for robmixglm object

Description

Returns AIC for a robmixglm object.

Usage

# S3 method for robmixglm
AIC(object,  ...,  k  =  2)

Value

AIC

Arguments

object

robmixglm object

...

additional argument; currently none is used.

k

penalty per parameter

Author

Ken Beath

Examples

Run this code
# \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