lmebreed-class function

Relationship-based mixed-effects model fits

Relationship-based mixed-effects model fits

A mixed-effects model fit by lmebreed. This class extends class "merMod" class and includes one additional slot, relfac, which is a list of (left) Cholesky factors of the relationship matrices derived from "lmebreed" objects. class

Objects from the Class

Objects are created by calls to the lmebreed function.

Slots

  • relfac:: A list of relationship matrix factors. All other slots are inherited from class "merMod".
  • udd:: A list of eigen decomposition elements. All other slots are inherited from class "merMod".

Extends

Class "merMod", directly.

Methods

  • fitted: signature(object = "lmebreed"): actually a non-method in that fitted doesn't apply to such objects because of the pre-whitening.
  • ranef: signature(object = "lmebreed"): incorporates the relationship into the random effects as returned for the object viewed as a "merMod)" object.
  • residuals: signature(object = "lmebreed"): also a non-method for the same reason as fitted

See Also

lmebreed

Examples

showClass("lmebreed")
  • Maintainer: Giovanny Covarrubias-Pazaran
  • License: GPL (>= 2)
  • Last published: 2025-01-18

Useful links