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

Description Objects from the Class Slots See Also Examples

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.

Objects from the Class

Objects are created by calls to blmer or bglmer.

Slots

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.

See Also

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

Examples

1
2
showClass("bmerMod")
methods(class = "bmerMod")

Example output

Loading required package: lme4
Loading required package: Matrix
Class "bmerMod" [package "blme"]

Slots:
                                                                        
Name:      priors         Gp       call      frame      flist       cnms
Class:       list    integer       call data.frame       list       list
                                                                        
Name:       lower      theta       beta          u    devcomp         pp
Class:    numeric    numeric    numeric    numeric       list   merPredD
                 
Name:     optinfo
Class:       list

Extends: "merMod"

Known Subclasses: "blmerMod", "bglmerMod"
[1] getL    print   refit   show    summary
see '?methods' for accessing help and source code

blme documentation built on Jan. 6, 2021, 1:08 a.m.

Related to bmerMod-class in blme...