bmerMod-class | R Documentation |
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.
Objects are created by calls to blmer
or bglmer
.
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.
blmer
and bglmer
,
which produce these objects.
merMod
, from which this class inherits.
showClass("bmerMod")
methods(class = "bmerMod")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.