generateDataFiles {RIbench} | R Documentation |
Generate simulated data with one start seed for each biomarker and save each test set as separate file
Description
Generate simulated data with one start seed for each biomarker and save each test set as separate file
Usage
generateDataFiles(
tableTCs = NULL,
outputDir = NULL,
rounding = TRUE,
verbose = TRUE
)
Arguments
tableTCs |
(data.frame) containing all information about the simulated test cases |
outputDir |
(character) specifying the output directory where the data files should be written to |
rounding |
(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 |
verbose |
(logical) indicating if the progress counter should be shown (default: TRUE) |
Value
No return value, instead the data files are generated
Author(s)
Tatjana Ammer tatjana.ammer@roche.com
[Package RIbench version 1.0.2 Index]