View source: R/evaluateResults.R
computeRIs | R Documentation |
Function for computing reference intervals
computeRIs( analyte, algo, results, tableTCs, RIperc = c(0.025, 0.975), truncNormal = FALSE )
analyte |
(character) specifiyng analyte |
algo |
(character) specifying used algorithm |
results |
(list) with all calculated results as RWDRI objects |
tableTCs |
(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 |
truncNormal |
(logical) specifying if a normal distribution truncated at zero shall be assumed |
data frame with computed reference intervals
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.