residuals.nlmm {nlmm} | R Documentation |
Residuals from an nlmm
Object
Description
The residuals at level 0 correspond to population residuals (based only on the fixed effects estimates). The residuals at level 1 are obtained by adding the best linear predictions of the random effects to the predictions at level 0 and the subtracting these from the model response.
Usage
## S3 method for class 'nlmm'
residuals(object, level = 0, ...)
Arguments
object |
an |
level |
an optional integer vector giving the level of grouping to be used in obtaining the predictions. Level zero corresponds to the population residuals. |
... |
not used. |
Value
a matrix of residuals.
Author(s)
Marco Geraci
References
Geraci, M. and Farcomeni A. (2020). A family of linear mixed-effects models using the generalized Laplace distribution. Statistical Methods in Medical Research, 29(9), 2665-2682.
See Also
nlmm
, predict.nlmm
, fixef.nlmm
, ranef.nlmm
,
[Package nlmm version 1.1.0 Index]