computeRIs {RIbench}R Documentation

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
)

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

Value

data frame with computed reference intervals

Author(s)

Tatjana Ammer tatjana.ammer@roche.com


[Package RIbench version 1.0.2 Index]