View source: R/fitted.robmixglm.R
fitted.robmixglm | R Documentation |
Calculates the fitted values.
## S3 method for class 'robmixglm'
fitted(object, ...)
object |
A robmixglm object with a mixture (robust) random effects distribution. |
... |
Other parameters. (not used) |
A vector of the fitted values.
Ken Beath <ken.beath@mq.edu.au>
library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
BIC(forbes.robustmix)
plot(fitted(forbes.robustmix), residuals(forbes.robustmix))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.