View source: R/evaluateResults.R
restrictSet | R Documentation |
Function to get error subsets for defined category and restriction.
restrictSet(overallCat, tableTCs, errorList, distType = TRUE, restrict = NULL)
overallCat |
(list) containing the categories to split the dataset |
tableTCs |
(data.frame) containing all information about the simulated test sets |
errorList |
(list) containing for each method the table with the computed error measurements |
distType |
(logical) indicating if 'overallCat' refers to analytes (FALSE, default) or distribution types (TRUE) |
restrict |
(character) indicating whether testcases should be filtered according to specified restriction, default NULL, e.g. fractionPathol <= 0.30 |
(list) containing the merged performance measurements grouped according to specified category
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.