summary.lmer-class {lme4}R Documentation

Class "summary.lmer"

Description

A summary of an lmer fitted model object.

Objects from the Class

Objects are created by applying the summary generic to an lmer object.

Slots

useScale:
logical indicator of the use of the scale factor when calculating variance-covariance objects.
showCorrelation:
Logical indicator of whether to display the correlation of the fixed-effects estimates when showing the object.
All the other slots are inherited from the lmer-class{lmer} class which is contained by this class.

Extends

Class "lmer", directly.

Methods

show
signature(object = "summary.lmer"):

See Also

lmer-class


[Package lme4 version 0.95-6 Index]