VarCorr {lme4} | R Documentation |
Extract the estimated variances, standard
deviations, and correlations of the random-effects terms in a
linear mixed-effects model, of class lme
, or a generalized
linear mixed-effects model. When appropriate,
the within-group error variance and standard deviation are also
calculated.
VarCorr(x, ...)
x |
a fitted model object, usually an object inheriting from
class lmer .
|
... |
Additional, optional arguments for some methods. At present none are used. |
an object of class VarCorr
.
(fm1 <- lmer(decrease ~ treatment + (1|rowpos) + (1|colpos), OrchardSprays)) VarCorr(fm1)