AIC {robmixglm}R Documentation

AIC for robmixglm object

Description

Returns AIC for a robmixglm object.

Usage

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

Arguments

object

robmixglm object

...

additional argument; currently none is used.

k

penalty per parameter

Value

AIC

Author(s)

Ken Beath

Examples


library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
AIC(forbes.robustmix)


[Package robmixglm version 1.2-3 Index]