fitted.robmixglm {robmixglm}R Documentation

Fitted values.

Description

Calculates the fitted values.

Usage

## S3 method for class 'robmixglm'
fitted(object, ...)

Arguments

object

A robmixglm object with a mixture (robust) random effects distribution.

...

Other parameters. (not used)

Value

A vector of the fitted values.

Author(s)

Ken Beath <ken.beath@mq.edu.au>

Examples


library(MASS)
data(forbes)
forbes.robustmix <- robmixglm(bp~pres, data = forbes, cores = 1)
BIC(forbes.robustmix)
plot(fitted(forbes.robustmix), residuals(forbes.robustmix))

[Package robmixglm version 1.2-3 Index]