powered by
Function to generate random Time-to-Safety Event Dataset for a given Subject-Level Analysis Dataset.
radsaftte(adsl, ...)
data.frame
(data.frame) Subject-Level Analysis Dataset (ADSL).
Additional arguments to be passed to radaette
radaette
Keys: STUDYID, USUBJID, PARAMCD
STUDYID
USUBJID
PARAMCD
adsl <- radsl(N = 10, seed = 1, study_duration = 2) adsaftte <- radsaftte(adsl, seed = 2) adsaftte
Run the code above in your browser using DataLab