View source: R/coef.robmixglm.R
coef | R Documentation |
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 class 'robmixglm'
coef(object, ...)
object |
robmixglm object |
... |
additional argument; currently none is used. |
coef
Ken Beath
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
coef(forbes.robustmix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.