Generate simulated data with one start seed for each biomarker and save each test set as separate file
generateDataFiles(
tableTCs = NULL,
outputDir = NULL,
rounding = TRUE,
verbose = TRUE
)
No return value, instead the data files are generated
(data.frame) containing all information about the simulated test cases
(character) specifying the output directory where the data files should be written to
(logical) indicating whether decimal places stated in tableTCs should be applied (default, TRUE), if FALSE, data will be rounded to 5 decimal places to mimic unrounded data
(logical) indicating if the progress counter should be shown (default: TRUE)
Tatjana Ammer tatjana.ammer@roche.com