radqlqc | R Documentation |
Function for generating a random EORTC QLQ-C30 V3 Analysis Dataset for a given Subject-Level Analysis Dataset.
radqlqc(adsl, percent, number, seed = NULL, cached = FALSE)
adsl |
( |
percent |
( |
number |
( |
seed |
( |
cached |
boolean whether the cached ADQLQC data |
Keys: STUDYID
, USUBJID
, PARCAT1N
, PARAMCD
, BASETYPE
, AVISITN
, ATPTN
, ADTM
, QSSEQ
data.frame
adsl <- radsl(N = 10, study_duration = 2, seed = 1)
adqlqc <- radqlqc(adsl, seed = 1, percent = 80, number = 2)
adqlqc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.