Rev 1929 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{lmer-class}\docType{class}\alias{lmer-class}\alias{mer-class}\alias{summary.lmer-class}\alias{VarCorr,lmer-method}\alias{anova,mer-method}\alias{coef,lmer-method}\alias{coerce,lmer,dsTMatrix-method}\alias{coerce,mer,dtCMatrix-method}\alias{coerce,mer,pMatrix-method}\alias{chol,lmer,ANY-method}\alias{confint,mer-method}\alias{deviance,lmer-method}\alias{deviance,mer-method}\alias{fitted,mer-method}\alias{formula,mer-method}\alias{logLik,lmer-method}\alias{logLik,mer-method}%\alias{plot,lmer.coef-method}\alias{plot,lmer.ranef-method}\alias{resid,lmer-method}\alias{resid,mer-method}\alias{residuals,lmer-method}\alias{residuals,mer-method}\alias{show,glmer-method}\alias{show,lmer-method}\alias{show,mer-method}\alias{show,summary.lmer-method}\alias{simulate,mer-method}\alias{summary,lmer-method}\alias{summary,mer-method}\alias{terms,lmer-method}\alias{update,lmer-method}\alias{update,mer-method}\alias{vcov,lmer-method}\alias{vcov,mer-method}\alias{with,lmer-method}\title{Mixed model representations}\description{The \code{mer} class is mixed-effects representation using ablocked, sparse, symmetric, column-oriented matrix and densematrices. The \code{lmer} class extends \code{mer} to represent afitted linear mixed-effects model. The \code{summary.lmer} classrepresents summaries of these objects.}\section{Objects from the Class}{Objects can be created by calls of the form \code{new("lmer", ...)}or, more commonly, via the \code{lmer} function or by applying the\code{summary} generic to an \code{\link{lmer}} object.}}\section{Slots}{\describe{\item{\code{flist}:}{The list of (possibly permuted) groupingfactors for the random effects.}\item{\code{perm}:}{A list of permutation vectors applied to thegrouping factors.}\item{\code{Parent}:}{The extended parent array for the diagonalelements of \code{L}.}\item{\code{bVar}:}{A list of the diagonal inner blocks (uppertriangles only) of the positive-definite matrices on the diagonalof the inverse of Z'Z+W.}\item{\code{L}:}{The blocked sparse representation of the unit lowertriangular matrix in the LDL' factorization of Z'Z+W.}\item{\code{ZZpO}:}{Object of class \code{"list"} ~~ }\item{\code{Omega}:}{A list of numeric matrices providing thecomponents of symmetric, positive-definite matrix Omega. Only theupper triangle of each component is used and stored.}\item{\code{D}:}{A list of the diagonal factors (upper triangle) in theLDL' decomposition of Z'Z+W.}\item{\code{RXX}:}{A matrix which is the (augmented) RXX componentor the corresponding component from the inverse of Z'Z+W}\item{\code{RZX}:}{A matrix which is the (augmented) RZX componentor the corresponding component from the inverse of Z'Z+W}\item{\code{ZtZ}:}{The blocks in the blocked sparse symmetricrepresentation of the original Z'Z matrix}\item{\code{XtX}:}{The original X'X matrix}\item{\code{ZtX}:}{The original Z'X matrix}\item{\code{cnames}:}{Column names of the model matrices.}\item{\code{devComp}:}{Numeric vector of length 4 giving thecomponents used to calculate the deviance. This slot's contentsare current if \code{status$factored} is \code{TRUE}.}\item{\code{deviance}:}{Numeric vector of length 2 containing thedeviance corresponding to the maximum likelihood (ML) and REMLcriteria. This slot's contents are current if\code{status$factored} is \code{TRUE}.}\item{\code{nc}:}{Integer vector of the number of columns in(augmented) model matrices and the number of observations in themodel frame.}\item{\code{Gp}:}{Integer vector of 0-based row numbers of the\code{ZtX} and \code{RZX} matrices where new groups begin.}groups of rows in }\item{\code{status}:}{Logical vector of length 2 indicating if theobject has been factored and if the factorization has beeninverted.}\item{\code{call}:}{A copy of the matched call to the function thatcreated the object.}\item{\code{useScale}:}{logical indicator of the use of the scalefactor when calculating variance-covariance objects. Only presentin the \code{summary.lmer} class.}\item{\code{showCorrelation}:}{Logical indicator of whether todisplay the correlation of the fixed-effects estimates whenshowing the object. Only present in the \code{summary.lmer} class.}}}\section{Methods}{\describe{\item{coef}{\code{signature(object = "lmer")}: Extract theparameters that determine the Omega matrices. The optionallogical argument \code{unconstr} determines the constrained orunconstrained parameterization.}\item{coef<-}{\code{signature(object = "lmer", value = "numeric")}: Assign theparameters that determine the Omega matrices. The optionallogical argument \code{unconstr} determines the constrained orunconstrained parameterization. }\item{coerce}{\code{signature(from = "lmer", to = "dtTMatrix")}:Ensure that the \code{lmer} object has been factored but notinverted and extract the unit lower triangular matrix \eqn{L}{L}from the LDL decomposition of \eqn{Z^\primeZ+\Omega}{crossprod(Z)+Omega}.}\item{coerce}{\code{signature(from = "lmer", to = "dsTMatrix")}:Ensure that the \code{lmer} object has been factored but notinverted and extract the symmetric matrix \eqn{Z^\primeZ+\Omega}{crossprod(Z)+Omega}.}\item{solve}{\code{signature(a = "lmer", b = "missing")}: Invertthe decomposed matrices.}}}\keyword{classes}