powered by
Calculates the fitted values.
# S3 method for robmixglm fitted(object, ...)
A vector of the fitted values.
A robmixglm object with a mixture (robust) random effects distribution.
Other parameters. (not used)
Ken Beath <ken.beath@mq.edu.au>
# \donttest{ library(MASS) data(forbes) forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1) BIC(forbes.robustmix) plot(fitted(forbes.robustmix), residuals(forbes.robustmix)) # }
Run the code above in your browser using DataLab