powered by
Returns BIC for a robmixglm object.
# S3 method for robmixglm BIC(object, ...)
BIC
robmixglm object
additional argument; currently none is used.
Ken Beath
# \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