We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b34dc commit d6e6825Copy full SHA for d6e6825
R/d_pkparam.R
@@ -11,7 +11,7 @@
11
d_pkparam <- function() {
12
pk_dataset <- as.data.frame(matrix(
13
c(
14
- "TMAX", "Time of CMAX", "Tmax", "Plasma/Blood/Serum", "1",
+ "TMAX", "Time of CMAX Observation", "Tmax", "Plasma/Blood/Serum", "1",
15
"CMAX", "Max Conc", "Cmax", "Plasma/Blood/Serum", "2",
16
"CMAXD", "Max Conc Norm by Dose", "Cmax/D", "Plasma/Blood/Serum", "3",
17
"AUCIFO", "AUC Infinity Obs", "AUCinf obs", "Plasma/Blood/Serum", "4",
0 commit comments