theopp
data frame has 132 rows and 5 columns of data from
an experiment on the pharmacokinetics of theophylline.theopp
1
, ..., 12
identifying the subject on whom the observation was made. The
ordering is by Time at which the observation was made.
These data are analyzed in Davidian and Giltinan (1995) and Pinheiro
and Bates (2000) using a two-compartment open pharmacokinetic model.
These data are also available in the library datasets
under the name
Theoph
in a slightly modified format and including the data at time 0.
Here, we use the file in the format provided in the NONMEM installation
path (see the User Guide for that software for details).
data(theopp)
str(theopp)
#Plotting the theophylline data
plot(Conc~Time,data=theopp,xlab="Time after dose (hr)",
ylab="Theophylline concentration (mg/L)")
Run the code above in your browser using DataLab