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)
Examples
data("calcium")
x <- calcium$Value
nonparRI(x)
#> 2.5% 97.5%
#> 9.1 10.3