View source: R/evaluateResults.R
computePerfMeas | R Documentation |
Function for computing performance measurements
computePerfMeas( analyte, algo, resRIs, subTable, RIperc = c(0.025, 0.975), cutoffZ = 5 )
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 |
updated data frame with computed performance measures
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.