lme4 (version 0.6-2)

GLMM-class: Class "GLMM"

Description

A fitted generalized linear mixed model.

Arguments

Objects from the Class

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

Extends

Class "lme", directly.

Details

Many methods for the "GLMM" class simply recall the generic on as(object, "lme") which, in turn, often calls the generic on the "rep" component of the first argument. Thus the methods actually are applied to an object of the "lme" or "ssclme" class.

See Also

GLMM, lme-class, ssclme-class