Rev 251 | Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: pdFactor.reStruct.Rd,v 1.6 2002/03/05 14:59:39 bates Exp $\name{pdFactor.reStruct}\title{Extract Square-Root Factor from Components of an reStruct Object}\usage{\method{pdFactor}{reStruct}(object)}\alias{pdFactor.reStruct}\arguments{\item{object}{an object inheriting from class \code{reStruct},representing a random effects structure and consisting of a list of\code{pdMat} objects.}}\description{This method function extracts square-root factors of thepositive-definite matrices corresponding to the \code{pdMat} elementsof \code{object}.}\value{a vector with square-root factors of the positive-definite matricescorresponding to the elements of \code{object} stacked column-wise.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\note{This function is used intensively in optimizationalgorithms and its value is returned as a vector for efficiencyreasons. The \code{pdMatrix} function can be used to obtainsquare-root factors in matrix form.}\seealso{\code{\link{pdMatrix.reStruct}}, \code{\link{pdFactor.pdMat}}}\examples{rs1 <- reStruct(pdSymm(diag(3), ~age+Sex, data = Orthodont))pdFactor(rs1)}\keyword{models}