View source: R/referenceInterval.R
nonparRI | R Documentation |
This nonparametric method is used to calculate the reference interval when the distribution is skewed and the sample size is above to 120 observations.
nonparRI(x, ind = 1:length(x), conf.level = 0.95)
x |
( |
ind |
( |
conf.level |
( |
a vector of nonparametric reference interval
data("calcium")
x <- calcium$Value
nonparRI(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.