The R Project SVN R-packages

Rev

Rev 4851 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{Tetracycline2}
\alias{Tetracycline2}
\title{Pharmacokinetics of tetracycline}
\description{
    The \code{Tetracycline2} data frame has 40 rows and 4 columns.
}
\format{
    This data frame contains the following columns:
    \describe{
    \item{conc}{
        a numeric vector
    }
    \item{Time}{
        a numeric vector
    }
    \item{Subject}{
        an ordered factor with levels
        \code{4} < \code{5} < \code{2} < \code{1} < \code{3}
    }
    \item{Formulation}{
        a factor with levels
        \code{Berkmycin} 
        \code{tetramycin} 
    }
    }
}
\details{
}
\source{
    Pinheiro, J. C. and Bates, D. M. (2000), \emph{Mixed-Effects Models in S
    and S-PLUS}, Springer, New York.
}
\examples{
str(Tetracycline2)
}
\keyword{datasets}