Rev 4679 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% $Id: Names.Rd,v 1.5.2.1 2003/05/16 21:49:21 bates Exp $\name{Names}\title{Names Associated with an Object}\usage{Names(object, \dots)Names(object, \dots) <- value}\alias{Names}\alias{Names<-}\arguments{\item{object}{any object for which names can be extracted and/or assigned.}\item{\dots}{some methods for this generic function require additionalarguments.}\item{value}{names to be assigned to \code{object}.}}\description{This function is generic; method functions can be written to handlespecific classes of objects. Classes which already have methods forthis function include: \code{formula}, \code{modelStruct},\code{pdBlocked}, \code{pdMat}, and \code{reStruct}.}\value{will depend on the method function used; see the appropriate documentation.}\author{Jose Pinheiro \email{Jose.Pinheiro@pharma.novartis.com} and Douglas Bates \email{bates@stat.wisc.edu}}\section{SIDE EFFECTS}{On the left side of an assignment, sets the names associated with\code{object} to \code{value}, which must have an appropriate length.}\note{If \code{names} were generic, there would be no need for this genericfunction.}\seealso{\code{\link{Names.formula}}, \code{\link{Names.pdMat}}}\examples{## see the method function documentation}\keyword{models}