Class "bmerMod" of Fitted Mixed-Effect Models
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.
A bmerMod
object contains one additional slot beyond the base
merMod
class:
priors
:A named list comprised of covPriors
,
fixefPrior
, and residPrior
.
In addition, the devcomp
slot, element cmp
includes the
penalty
item which is the computed deviance for the priors. Add
this to the regular deviance to obtain the value of the objective function
that is used in optimization.
showClass("bmerMod") methods(class = "bmerMod")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.