View source: R/evaluateResults.R
computeSubResults | R Documentation |
Helper function to compute the subscores for the distribution types and the mentioned categories
computeSubResults( errorDf, tableTCs, distCat, errorParam, catList, catLabels, perfCombination = "mean" )
errorDf |
(data frame) containing the estimate reference intervals and all computed error measures |
tableTCs |
(data.frame) containing all information about the simulated test sets |
distCat |
(character) specifying the distribution category |
errorParam |
(character) specifiying for which error parameter the data frame should be generated |
catList |
(character) vector containing the categories to split the dataset |
catLabels |
(character) vector containing the labels that will be used for the categories |
perfCombination |
(character) specifying if mean (default), median or sum should be computed |
(data frame) containing the computed subscores
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.