radrs | R Documentation |
Function for generating a random Tumor Response Analysis Dataset for a given Subject-Level Analysis Dataset.
radrs(
adsl,
avalc = NULL,
lookup = NULL,
seed = NULL,
na_percentage = 0,
na_vars = list(AVISIT = c(NA, 0.1), AVAL = c(1234, 0.1), AVALC = c(1234, 0.1)),
cached = FALSE
)
adsl |
( |
avalc |
( |
lookup |
( |
seed |
( |
na_percentage |
( |
na_vars |
(
|
cached |
boolean whether the cached ADRS data |
One record per subject per parameter per analysis visit per analysis date. SDTM variables are populated on new records coming from other single records. Otherwise, SDTM variables are left blank.
Keys: STUDYID
, USUBJID
, PARAMCD
, AVISITN
, ADT
, RSSEQ
data.frame
adsl <- radsl(N = 10, seed = 1, study_duration = 2)
adrs <- radrs(adsl, seed = 2)
adrs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.