computeSubResults {RIbench}R Documentation

Helper function to compute the subscores for the distribution types and the mentioned categories

Description

Helper function to compute the subscores for the distribution types and the mentioned categories

Usage

computeSubResults(
  errorDf,
  tableTCs,
  distCat,
  errorParam,
  catList,
  catLabels,
  perfCombination = "mean"
)

Arguments

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

Value

(data frame) containing the computed subscores

Author(s)

Tatjana Ammer tatjana.ammer@roche.com


[Package RIbench version 1.0.2 Index]