VarCorr-class {lme4}R Documentation

Class "VarCorr"

Description

The variance and correlation information for a random-effects model.

Objects from the Class

Objects can be created by calls of the form new("VarCorr", ...).

Slots

scale:
The estimated standard deviation of the lowest level noise term in the model.
reSumry:
Object of class "list", a list containing the summary of the positive-definte matrices for the random-effects levels.

Methods

show
signature(object = "VarCorr"): show the object.

[Package lme4 version 0.9975-9 Index]