Learn R Programming

robmixglm (version 1.2-5)

BIC: BIC for robmixglm object

Description

Returns BIC for a robmixglm object.

Usage

# S3 method for robmixglm
BIC(object,  ...)

Value

BIC

Arguments

object

robmixglm object

...

additional argument; currently none is used.

Author

Ken Beath

Examples

Run this code
# \donttest{
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
BIC(forbes.robustmix)
# }

Run the code above in your browser using DataLab