Function for computing reference intervals
computeRIs(
analyte,
algo,
results,
tableTCs,
RIperc = c(0.025, 0.975),
truncNormal = FALSE
)
data frame with computed reference intervals
(character) specifiyng analyte
(character) specifying used algorithm
(list) with all calculated results as RWDRI objects
(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
(logical) specifying if a normal distribution truncated at zero shall be assumed
Tatjana Ammer tatjana.ammer@roche.com