computePerfMeas {RIbench} | R Documentation |
Function for computing performance measurements
Description
Function for computing performance measurements
Usage
computePerfMeas(
analyte,
algo,
resRIs,
subTable,
RIperc = c(0.025, 0.975),
cutoffZ = 5
)
Arguments
analyte |
(character) specifiyng current analyzed analyte |
algo |
(character) specifying used algorithm |
resRIs |
(data.frame) with all calculated reference intervals |
subTable |
(data.frame) containing all information about the simulated test sets |
RIperc |
(numeric) vector specifying the percentiles for the reference interval, default: 0.025 and 0.975 |
cutoffZ |
(numeric) specifying if a cutoff should be used to classify results as implausible and exclude from analysis |
Value
updated data frame with computed performance measures
Author(s)
Tatjana Ammer tatjana.ammer@roche.com
[Package RIbench version 1.0.2 Index]