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