Learn R Programming

refineR (version 2.0.0)

printDataFractionWithinOutsideRI: Print Data Fractions Within and Outside Reference Intervals

Description

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.

Usage

printDataFractionWithinOutsideRI(tab, RIperc, data)

Value

	(NULL) Prints the verification table to the console

Arguments

tab

(dataframe) must contain columns Percentile, RICandPointEst, and RIDataPointEst.

RIperc

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

data

(numeric) vector of unknown length, possibly containing NAs

Author

Matthias Beck matthias.beck.mb1@roche.com