defineSubset {RIbench} | R Documentation |
Function for defining a subset that is used for analyizing the computation time and can be used for other subanalyses.
Description
Function for defining a subset that is used for analyizing the computation time and can be used for other subanalyses.
Usage
defineSubset(tableTCs = NULL, N = 50, seed = 123)
Arguments
tableTCs |
(data frame) describing the pre-defined testcases |
N |
(integer) describing the number of testcases per biomarker contained in the subset (default: 50) |
seed |
(integer) specifying the seed used for defining the subset, default: 123 |
Value
(data frame) describing the updated table with all test case definitions.
Author(s)
Tatjana Ammer tatjana.ammer@roche.com
[Package RIbench version 1.0.2 Index]