summary.lme-class {lme4}R Documentation

Class "summary.lme"

Description

A summary of an "lme" fitted model object.

Objects from the Class

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

Slots

call:
A copy of the function call that created the "lme" object.
logLik:
A "logLik" object for the log-likelihood.
re:
A "summary.ssclme" object summarizing the model representation.
residuals:
The residuals as a "numeric" vector.

Methods

show
signature(object = "summary.lme"): Display the object

See Also

lme-class, ssclme-class


[Package lme4 version 0.6-9 Index]