summary.GLMM-class {lme4}R Documentation

Class "summary.GLMM"

Description

A summary of an "GLMM" fitted model object.

Objects from the Class

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

Slots

family:
The family of functions defining the generalized linear model. See family for details.
call:
A copy of the function call that created the "GLMM" 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.

Extends

Class "summary.lme", directly.

Methods

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

See Also

GLMM, GLMM-class, ssclme-class


[Package Contents]