| radmh | R Documentation | 
Function for generating a random Medical History Analysis Dataset for a given Subject-Level Analysis Dataset.
radmh(
  adsl,
  max_n_mhs = 10L,
  lookup = NULL,
  seed = NULL,
  na_percentage = 0,
  na_vars = list(MHBODSYS = c(NA, 0.1), MHDECOD = c(1234, 0.1)),
  cached = FALSE
)
adsl | 
 (  | 
max_n_mhs | 
 (  | 
lookup | 
 (  | 
seed | 
 (  | 
na_percentage | 
 (  | 
na_vars | 
 ( 
  | 
cached | 
 boolean whether the cached ADMH data   | 
One record per each record in the corresponding SDTM domain.
Keys: STUDYID, USUBJID, ASTDTM, MHSEQ
data.frame
adsl <- radsl(N = 10, study_duration = 2, seed = 1)
admh <- radmh(adsl, seed = 2)
admh
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.