1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
\name{Remifentanil}
\alias{Remifentanil}
\non_function{}
\title{Pharmacokinetics of remifentanil}
\description{
The \code{Remifentanil} data frame has 2107 rows and 12 columns.
}
\format{
This data frame contains the following columns:
\describe{
\item{ID}{
a numeric vector
}
\item{Subject}{
an ordered factor
}
\item{Time}{
a numeric vector
}
\item{conc}{
a numeric vector
}
\item{Rate}{
a numeric vector
}
\item{Amt}{
a numeric vector
}
\item{Age}{
a numeric vector
}
\item{Sex}{
a factor with levels
\code{Female}
\code{Male}
}
\item{Ht}{
a numeric vector
}
\item{Wt}{
a numeric vector
}
\item{BSA}{
a numeric vector
}
\item{LBM}{
a numeric vector
}
}
}
\details{
}
\source{
Pinheiro, J. C. and Bates, D. M. (2000), \emph{Mixed-Effects Models in S
and S-PLUS}, Springer, New York.
}
%\examples{}
\keyword{datasets}
|