radpp.Rd
PK parameters dataset
radpp(
ADSL,
ppcat = c("Plasma Drug X", "Plasma Drug Y", "Metabolite Drug X", "Metabolite Drug Y"),
ppspec = c("Plasma", "Plasma", "Plasma", "Matrix of PD", "Matrix of PD", "Urine",
"Urine", "Urine", "Urine"),
paramcd = c("AUCIFO", "CMAX", "CLO", "RMAX", "TON", "RENALCL", "RENALCLD", "RCAMINT",
"RCPCINT"),
param = c("AUC Infinity Obs", "Max Conc", "Total CL Obs", "Time of Maximum Response",
"Time to Onset", "Renal CL", "Renal CL Norm by Dose", "Amt Rec from T1 to T2",
"Pct Rec from T1 to T2"),
paramu = c("day*ug/mL", "ug/mL", "ml/day/kg", "hr", "hr", "L/hr", "L/hr/mg", "mg",
"%"),
aval_mean = c(200, 30, 5, 10, 3, 0.05, 0.005, 1.5613, 15.65),
visit_format = "CYCLE",
n_days = 2L,
seed = NULL,
na_percentage = 0,
na_vars = list(AVAL = c(NA, 0.1)),
cached = FALSE
)
Subject-Level Analysis Dataset (ADSL).
(`character`)
category of parameter.
(`string`)
specimen material type.
(`character`)
parameter code.
(`character`)
parameters.
(`character`)
Analysis value unit value.
(`vector`)
the mean for corresponding parameter.
(`string`)
the visit format to produce AVISIT in the dataset.
(`integer`)
the number days that will be included to produce AVISIT in the dataset.
Seed for random number generation.
(numeric
) Default percentage of values to be replaced by NA
(list
) A named list where the name of each element is a column name of ds
. Each
element of this list should be a numeric vector with two elements
seed The seed to be used for this element - can be left NA
percentage How many element should be replaced. 0 is 0 % 1 is 100 %, can be left NA and default percentage is used. This will overwrite default percentage (percentage argument))
boolean whether the cached ADSL data cadsl
should be returned or new data
should be generated. If set to TRUE
then the other arguments to radsl
will be ignored.
One record per per study per subject per parameter category per parameter per visit.