Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: Initialize.reStruct.Rd,v 1.1.2.1 2002/08/09 19:45:29 bates Exp $\name{Initialize.reStruct}\title{Initialize reStruct Object}\usage{\method{Initialize}{reStruct}(object, data, conLin, control, \dots)}\alias{Initialize.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.}\item{data}{a data frame in which to evaluate the variables defined in\code{formula(object)}.}\item{conLin}{a condensed linear model object, consisting of a listwith components \code{"Xy"}, corresponding to a regression matrix(\code{X}) combined with a response vector (\code{y}), and\code{"logLik"}, corresponding to the log-likelihood of theunderlying model.}\item{control}{an optional list with a single component \code{niterEM}controlling the number of iterations for the EM algorithm used torefine initial parameter estimates. It is given as a list forcompatibility with other \code{Initialize} methods. Defaults to\code{list(niterEM = 20)}.}\item{\dots}{some methods for this generic require additionalarguments. None are used in this method.}}\description{Initial estimates for the parameters in the \code{pdMat} objectsforming \code{object}, which have not yet been initialized, areobtained using the methodology described in Bates and Pinheiro(1998). These estimates may be refined using a series of EMiterations, as described in Bates and Pinheiro (1998). The number ofEM iterations to be used is defined in \code{control}.}\value{an \code{reStruct} object similar to \code{object}, but with all\code{pdMat} components initialized.}\references{Bates, D.M. and Pinheiro, J.C. (1998) "Computational methods formultilevel models" available in PostScript or PDF formats athttp://franz.stat.wisc.edu/pub/NLME/}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{reStruct}}, \code{\link{pdMat}}}\keyword{models}