Learn R Programming

refineR (version 2.0.0)

getEquivalenceLimits: Calculate equivalence limits

Description

Calculate equivalence limits

Usage

getEquivalenceLimits(
  RI,
  RIperc = c(0.025, 0.975),
  CIprop = 0.9,
  pCVA.exp = 0.5,
  with.bias = FALSE,
  n = NULL
)

Value

	(data.frame) containing the calculated equivalence limits

Arguments

RI

(numeric) vector of length 2 representing the lower and upper limits of the reference interval

RIperc

(numeric) value specifying the percentiles, which define the reference interval (default c(0.025, 0.975))

CIprop

(numeric) specifying the width of the confidence interval used to determine Equivalence Limits (default 0.9)

pCVA.exp

(numeric) value greater than 0 representing the exponent for the calculation of pCV.A

with.bias

(logical) value indicating whether to consider bias according to Haekel 2015

n

(numeric) value representing the sample size for consideration of bias

Author

Matthias Beck matthias.beck.mb1@roche.com