Function to group the data according to a specified feature.
getSubsetForDefinedCats(
subsetDef,
distType = FALSE,
tableTCs,
errorList,
catList = NULL,
catLabels = NULL,
restrict = NULL
)
(list) containing the performance measurements grouped according to specified subset definition and categories
(character) listing either the analytes or distribution types for which the result files should be parsed
(logical) indicating if 'subsetDef' refers to analytes (FALSE, default) or distribution types (TRUE)
(data.frame) containing all information about the simulated test sets
(list) containing the table with the computed error measurements
(list) containing the categories to split the dataset
(list) containing the labels that will be used for the categories
(character) indicating whether testcases should be filtered according to specified restriction, default NULL, e.g. fractionPathol <= 0.30
Tatjana Ammer tatjana.ammer@roche.com