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