merMod-class
From lme4 v1.0-4
by Ben Bolker
Class "merMod" of Fitted Mixed-Effect Models
A mixed-effects model is represented as a
object and a response
module of a class that inherits from class
. A model with a
response has class lmerMod
; a
response has class glmerMod
; and a
response has class nlmerMod
.
- Keywords
- classes
Objects from the Class
See Also
Examples
showClass("merMod")
methods(class="merMod")## over 30 (S3) methods available
Community examples
Looks like there are no examples yet.