| radcm | R Documentation | 
Function for generating random Concomitant Medication Analysis Dataset for a given Subject-Level Analysis Dataset.
radcm(
  adsl,
  max_n_cms = 10L,
  lookup = NULL,
  seed = NULL,
  na_percentage = 0,
  na_vars = list(CMCLAS = c(NA, 0.1), CMDECOD = c(1234, 0.1), ATIREL = c(1234, 0.1)),
  who_coding = FALSE,
  cached = FALSE
)
adsl | 
 (  | 
max_n_cms | 
 (  | 
lookup | 
 (  | 
seed | 
 (  | 
na_percentage | 
 (  | 
na_vars | 
 ( 
  | 
who_coding | 
 (  | 
cached | 
 boolean whether the cached ADCM data   | 
One record per each record in the corresponding SDTM domain.
Keys: STUDYID, USUBJID, ASTDTM, CMSEQ
data.frame
adsl <- radsl(N = 10, seed = 1, study_duration = 2)
adcm <- radcm(adsl, seed = 2)
adcm
adcm_who <- radcm(adsl, seed = 2, who_coding = TRUE)
adcm_who
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.