| radsub | R Documentation | 
Function for generating a random Subcategory Analysis Dataset for a given Subject-Level Analysis Dataset.
radsub(
  adsl,
  param = c("Baseline Weight", "Baseline Height", "Baseline BMI", "Baseline ECOG",
    "Baseline Biomarker Mutation"),
  paramcd = c("BWGHTSI", "BHGHTSI", "BBMISI", "BECOG", "BBMRKR1"),
  seed = NULL,
  na_percentage = 0,
  na_vars = list(),
  cached = FALSE
)
adsl | 
 (  | 
param | 
 (  | 
paramcd | 
 (  | 
seed | 
 (  | 
na_percentage | 
 (  | 
na_vars | 
 ( 
  | 
cached | 
 boolean whether the cached ADSUB data   | 
One record per subject.
Keys: STUDYID, USUBJID, PARAMCD, AVISITN, ADTM, SRCSEQ
data.frame
tomlinsj, npaszty, Xuefeng Hou, dipietrc
adsl <- radsl(N = 10, seed = 1, study_duration = 2)
adsub <- radsub(adsl, seed = 2)
adsub
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.