lme4 (version 0.6-10)

lme-class: Class "lme"

Description

A fitted linear mixed-effects model.

Arguments

Objects from the Class

Objects are usually created by calls to the constructor function lme. They also can be created by calls of the form new("lme", ...).

Details

Many methods for the "lme" class simply recall the generic on the "rep" component of the first argument. Thus the methods actually are applied to an object of the "ssclme" class.

See Also

lme, ssclme-class