mergeAnalytes {RIbench} | R Documentation |
Function to combine analytes for defined categories
Description
The feature can either be the pathological fraction, the sample size or the overlap (category) individually or cumulative (_cum).
For a individualized categorisation see getSubsetForDefinedCats
.
Usage
mergeAnalytes(
tableTCs,
errorList,
catList = NULL,
catLabels = NULL,
distTypes = TRUE
)
Arguments
tableTCs |
(data.frame) containing all information about the simulated test sets |
errorList |
(list) containing for each method 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 |
distTypes |
(logical) indicating if 'catList' refers to analytes (FALSE, default) or distribution types (TRUE) |
Value
(list) containing the merged performance measurements grouped according to specified category
Author(s)
Tatjana Ammer tatjana.ammer@roche.com
[Package RIbench version 1.0.2 Index]