radpp | R Documentation |
Function for generating a random Pharmacokinetics Parameters Dataset for a given Subject-Level Analysis 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
)
adsl |
( |
ppcat |
( |
ppspec |
( |
paramcd |
( |
param |
( |
paramu |
( |
aval_mean |
( |
visit_format |
( |
n_days |
( |
seed |
( |
na_percentage |
( |
na_vars |
(
|
cached |
boolean whether the cached ADPP data |
One record per study, subject, parameter category, parameter and visit.
data.frame
adsl <- radsl(N = 10, seed = 1, study_duration = 2)
adpp <- radpp(adsl, seed = 2)
adpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.