fitted.SMN {skewlmm} | R Documentation |
Extract smn.lmm fitted values
Description
The fitted values are obtained by adding together the population fitted values (based only on the fixed effects estimates) and the estimated contributions of the random effects to the fitted values at grouping levels.
Usage
## S3 method for class 'SMN'
fitted(object, ...)
Arguments
object |
An object inheriting from class |
... |
Additional arguments. |
Value
Vector of fitted values with length equal to nrow(data)
.
Author(s)
Fernanda L. Schumacher, Larissa A. Matos and Victor H. Lachos
See Also
Examples
fm1 = smn.lmm(distance ~ age+Sex, data=nlme::Orthodont, groupVar="Subject")
fitted(fm1)
[Package skewlmm version 1.1.0 Index]