pedigreemm-class {pedigreemm}R Documentation

Pedigree-based mixed-effects model fits

Description

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

Objects from the Class

Objects are created by calls to the pedigreemm function.

Slots

relfac:
A list of relationship matrix factors. All other slots are inherited from class "mer".
env, nlmodel, frame, call, flist, X, Zt, pWt, offset, y, Gp, dims, ST, V, A, Cm, Cx, L, deviance, fixef, ranef, u, eta, mu, muEta, var, resid, sqrtXWt, sqrtrWt, RZX, RX, Xst, ghw, ghx:
all other slots are inherited from the superclass "mer" in the lme4 package.

Extends

Class "mer", directly.

Methods

No methods defined with class "pedigreemm" in the signature.

See Also

pedigreemm

Examples

showClass("pedigreemm")

[Package pedigreemm version 0.2-2 Index]