Learn R Programming

lme4 (version 1.0-4)

merMod-class: Class "merMod" of Fitted Mixed-Effect Models

Description

A mixed-effects model is represented as a merPredD object and a response module of a class that inherits from class lmResp. A model with a lmerResp response has class lmerMod; a glmResp response has class glmerMod; and a nlsResp response has class nlmerMod.

Arguments

Objects from the Class

Objects are created by calls to lmer, glmer or nlmer.

See Also

lmer, glmer, nlmer, merPredD, lmerResp, glmResp, nlsResp

Examples

Run this code
showClass("merMod")
methods(class="merMod")## over 30  (S3) methods available

Run the code above in your browser using DataLab