bmer-class: Bayesian Linear Mixed-Effects Model Representations and *bmer Methods
Description
The bmer
class represents linear or generalized
linear or nonlinear mixed-effects models with possible priors over
model components. It inherits from the mer
class.Objects from the Class
Objects can be created by calls of the
form new("bmer", ...)
or, more commonly, via the
blmer
or bglmer
functions.See Also
blmer()
and bglmer()
,
which produce these objects.
mer
, from which this class inherits.