Method to calculate reference intervals (percentiles) for objects of class 'RWDRI'
getRI(
x,
RIperc = c(0.025, 0.975),
CIprop = 0.95,
pointEst = c("fullDataEst", "medianBS"),
Scale = c("original", "transformed", "zScore"),
UMprop = 0.9,
...
) (data.frame) with columns for percentile, point estimate, bootstrap-based confidence intervals and uncertainty margins.
(object) of class 'RWDRI'
(numeric) value specifying the percentiles, which define the reference interval
(numeric) value specifying the central region for estimation of confidence intervals
(character) specifying the point estimate determination: (1) using the full dataset ("fullDataEst"), (2) calculating the median model from all bootstrap samples ("medianBS"), (2) works only if NBootstrap > 0
(character) specifying if percentiles are calculated on the original scale ("or") or the transformed scale ("tr") or the z-Score scale ("z")
(numeric) value specifying the central region for estimation of uncertainty margins
calcUCMargins argument (logical) disabling the calculation of uncertainty margins when set to FALSE, n argument (integer) specifying the theoretical sample size used for uncertainty margin calculation default (n = 120), asymmetryCorr argument (logical) disabling the asymmetry correction when set to FALSE
Christopher Rank christopher.rank@roche.com, Tatjana Ammer tatjana.ammer@roche.com, Matthias Beck matthias.beck.mb1@roche.com