nonparRI: Nonparametric Method in Calculation of Reference Interval
Description
This nonparametric method is used to calculate the reference interval when the
distribution is skewed and the sample size is above to 120 observations.
Usage
nonparRI(x, ind = 1:length(x), conf.level = 0.95)
Value
a vector of nonparametric reference interval
Arguments
x
(numeric) numeric measurements from target population.
ind
(integer) integer vector for boot process, default is all
elements in x.