| Line 1... |
Line 1... |
| 1 |
### $Id: Indometh.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
|
1 |
### $Id: Indometh.R,v 1.1 2003/12/11 07:16:04 ripley Exp $
|
| 2 |
### Pharmacokinetic data on the drug Indomethicin
|
2 |
### Pharmacokinetic data on the drug Indomethacin
|
| 3 |
### Kwan, Breault, Umbenhauer, McMahon, and Duggan, (1976) J. of Pharmacokinetics
|
3 |
### Kwan, Breault, Umbenhauer, McMahon, and Duggan, (1976) J. of Pharmacokinetics
|
| 4 |
### and Biopharmaceutics, 4, 255-280.
|
4 |
### and Biopharmaceutics, 4, 255-280.
|
| 5 |
### Cited in Davidian and Giltinan (1995), section 2.1
|
5 |
### Cited in Davidian and Giltinan (1995), section 2.1
|
| 6 |
"Indometh" <-
|
6 |
"Indometh" <-
|
| 7 |
structure(list(
|
7 |
structure(list(
|
| Line 25... |
Line 25... |
| 25 |
0.13, 0.1, 0.09)),
|
25 |
0.13, 0.1, 0.09)),
|
| 26 |
row.names = 1:66,
|
26 |
row.names = 1:66,
|
| 27 |
class = c("nfnGroupedData", "nfGroupedData", "groupedData", "data.frame"),
|
27 |
class = c("nfnGroupedData", "nfGroupedData", "groupedData", "data.frame"),
|
| 28 |
formula = conc ~ time | Subject,
|
28 |
formula = conc ~ time | Subject,
|
| 29 |
labels = list(x = "Time since drug administration",
|
29 |
labels = list(x = "Time since drug administration",
|
| 30 |
y = "Indomethicin concentration"),
|
30 |
y = "Indomethacin concentration"),
|
| 31 |
units = list(x = "(hr)", y = "(mcg/ml)"))
|
31 |
units = list(x = "(hr)", y = "(mcg/ml)"))
|
| 32 |
environment(attr(Indometh, "formula")) <- emptyenv()
|
32 |
environment(attr(Indometh, "formula")) <- emptyenv()
|