Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: Initialize.Rd,v 1.1.2.2 2003/04/17 22:28:45 bates Exp $\name{Initialize}\title{Initialize Object}\usage{Initialize(object, data, \dots)}\alias{Initialize}\arguments{\item{object}{any object requiring initialization, e.g. "plug-in"structures such as \code{corStruct} and \code{varFunc} objects. }\item{data}{a data frame to be used in the initialization procedure.}\item{\dots}{some methods for this generic function require additionalarguments.}}\description{This function is generic; method functions can be written to handlespecific classes of objects. Classes which already have methods forthis function include: \code{corStruct}, \code{lmeStruct},\code{reStruct}, and \code{varFunc}.}\value{an initialized object with the same class as \code{object}. Changesintroduced by the initialization procedure will depend on the methodfunction used; see the appropriate documentation.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\examples{## see the method function documentation}\keyword{models}