powered by
Returns coefficients for a robmixglm object. Only the coefficients for the linear part of the model are returned. Additional coefficients may be obtained using summary().
# S3 method for robmixglm coef(object, ...)
coef
robmixglm object
additional argument; currently none is used.
Ken Beath
# \donttest{ library(MASS) data(forbes) forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1) coef(forbes.robustmix) # }
Run the code above in your browser using DataLab