This function prints a table showing the fractions of data points that are below, within, and above specified reference intervals. The function handles both lower and upper limits, or just one of them, based on the input.
printDataFractionWithinOutsideRI(tab, RIperc, data) (NULL) Prints the verification table to the console
(dataframe) must contain columns Percentile, RICandPointEst, and RIDataPointEst.
(numeric) value specifying the percentiles, which define the reference interval (default c(0.025, 0.975))
(numeric) vector of unknown length, possibly containing NAs
Matthias Beck matthias.beck.mb1@roche.com