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