The per-observation residuals are returned, i.e., the
difference of the observation and the fitted value
including random effects. With type one can specify
whether the weights should be used or not.
Usage
# S3 method for rlmerMod
residuals (object,
type = c("response", "weighted"), scaled = FALSE, ...)
Arguments
object
rlmerMod object
type
type of residuals
scaled
scale residuals by residual standard
deviation (=scale parameter)?