nonparRI {mcradds} | R Documentation |
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)
Arguments
x |
( |
ind |
( |
conf.level |
( |
Value
a vector of nonparametric reference interval
Examples
data("calcium")
x <- calcium$Value
nonparRI(x)
[Package mcradds version 1.1.0 Index]