residuals.mmer: Residuals form a GLMM fitted with mmer
Description
residuals
method for class "mmer"
.
Usage
# S3 method for mmer
residuals(object, …)
Arguments
object
an object of class "mmer"
…
Further arguments to be passed
Value
vector of residuals of the form e = y - Xb - Zu, the so called conditional residuals.