Rev 6562 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File nlme/man/Names.pdBlocked.Rd% Part of the nlme package for R% Distributed under GPL 2 or later: see nlme/LICENCE.note\name{Names.pdBlocked}\title{Names of a pdBlocked Object}\usage{\method{Names}{pdBlocked}(object, asList, \dots)}\alias{Names.pdBlocked}\alias{Names<-.pdBlocked}\arguments{\item{object}{an object inheriting from class \code{"\link{pdBlocked}"}representing a positive-definite matrix with block diagonalstructure}\item{asList}{a logical value. If \code{TRUE} a \code{list} with thenames for each block diagonal element is returned. If \code{FALSE}a character vector with all column names is returned. Defaults to\code{FALSE}.}\item{\dots}{some methods for this generic require additionalarguments. None are used in this method.}}\description{This method function extracts the first element of the \code{Dimnames}attribute, which contains the column names, for each block diagonalelement in the matrix represented by \code{object}.}\value{if \code{asList} is \code{FALSE}, a character vector with column namesof the matrix represented by \code{object}; otherwise, if\code{asList} is \code{TRUE}, a list with components given by thecolumn names of the individual block diagonal elements in the matrixrepresented by \code{object}.}\author{José Pinheiro and Douglas Bates \email{bates@stat.wisc.edu}}\seealso{\code{\link{Names}},\code{\link{Names.pdMat}}}\examples{pd1 <- pdBlocked(list(~Sex - 1, ~age - 1), data = Orthodont)Names(pd1)}\keyword{models}