Learn R Programming

blme (version 0.01-6)

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.

Arguments

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.