generateDataFiles | R Documentation |
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 )
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) |
No return value, instead the data files are generated
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.