radrs {random.cdisc.data} | R Documentation |
Tumor Response Analysis Dataset (ADRS)
Description
Function for generating a random Tumor Response Analysis Dataset for a given Subject-Level Analysis Dataset.
Usage
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
)
Arguments
adsl |
( |
avalc |
( |
lookup |
( |
seed |
( |
na_percentage |
( |
na_vars |
(
|
cached |
boolean whether the cached ADRS data |
Details
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
Value
data.frame
Examples
adsl <- radsl(N = 10, seed = 1, study_duration = 2)
adrs <- radrs(adsl, seed = 2)
adrs