robust | R Documentation |
The robust method is an iterative method that determines the most appropriate weighted mean of the data and then calculates the desired reference interval.
robust(data, indices = c(1:length(data)), refConf = 0.95)
data |
Vector of data. |
indices |
Indices of data to use for calculations. |
refConf |
Desired coverage of the reference interval. Default is 95 interval. |
Returns a vector containing the lower and upper limits of the reference interval.
Daniel Finnegan
Defining, Establishing, and Verifying Reference Intervals in the Clinical Laboratory; Approved Guideline - 3rd Edition (C28-A3)
robust(set50)
robust(horn.outliers(set20)$subset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.