radaette | R Documentation |
Function to generate random Time-to-AE Dataset for a given Subject-Level Analysis Dataset.
radaette(
adsl,
event_descr = NULL,
censor_descr = NULL,
lookup = NULL,
seed = NULL,
na_percentage = 0,
na_vars = list(CNSR = c(NA, 0.1), AVAL = c(1234, 0.1)),
cached = FALSE
)
adsl |
( |
event_descr |
( |
censor_descr |
( |
lookup |
( |
seed |
( |
na_percentage |
( |
na_vars |
(
|
cached |
boolean whether the cached ADAETTE data |
Keys: STUDYID
, USUBJID
, PARAMCD
data.frame
Xiuting Mi
adsl <- radsl(N = 10, seed = 1, study_duration = 2)
adaette <- radaette(adsl, seed = 2)
adaette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.