Learn R Programming

blme (version 1.0-3)

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

Description

The bmerMod class represents linear or generalized linear or nonlinear mixed-effects models with possible priors over model components. It inherits from the merMod class.

Arguments

Objects from the Class

Objects are created by calls to blmer or bglmer.

See Also

blmer and bglmer, which produce these objects. merMod, from which this class inherits.

Examples

Run this code
showClass("bmerMod")
methods(class = "bmerMod")

Run the code above in your browser using DataLab