Learn R Programming

RIbench (version 1.0.2)

computeRIs: Function for computing reference intervals

Description

Function for computing reference intervals

Usage

computeRIs(
  analyte,
  algo,
  results,
  tableTCs,
  RIperc = c(0.025, 0.975),
  truncNormal = FALSE
)

Value

data frame with computed reference intervals

Arguments

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

Author

Tatjana Ammer tatjana.ammer@roche.com