radtr | R Documentation |
Function for generating a random Tumor Response Analysis Dataset for a given Subject-Level Analysis Dataset.
radtr(
adsl,
param = c("Sum of Longest Diameter by Investigator"),
paramcd = c("SLDINV"),
seed = NULL,
cached = FALSE,
...
)
adsl |
( |
param |
( |
paramcd |
( |
seed |
( |
cached |
boolean whether the cached ADTR data |
... |
Additional arguments to be passed to |
One record per subject per parameter per analysis visit per analysis date.
Keys: STUDYID
, USUBJID
, PARAMCD
, BASETYPE
, AVISITN
, DTYPE
data.frame
tomlinsj, npaszty, Xuefeng Hou, dipietrc
adsl <- radsl(N = 10, seed = 1, study_duration = 2)
adtr <- radtr(adsl, seed = 2)
adtr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.