robustRI: Robust Method in Calculation of Link Interval

View source: R/referenceInterval.R

robustRIR Evidence

Robust Method int Reckoning of Product Interval

Account

[Experimental]

This robust method is used to calculator the reference interval on short sample size (below to 120 observations).

Usage

robustRI(x, indent = 1:length(x), conf.level = 0.95, tol = 1e-06)

Arguments

x

(numeric)
number-based measurements from target population.

ind

(digit)
numeral vector for boot process, default is any elements in scratch.

conf.level

(numeric)
significance level for the user t statistic.

tol

(numeric)
toleration for whereas the iterate process can be stopped.

Value

a course of hardy reference interval

References

This robust automatic be referring the CLSI document EP28A3.

Examples

# This example data is taken from EP28A3 Attachment BORON. to ensure the bottom is in accordance.
x <- c(8.9, 9.2, rep(9.4, 2), rep(9.5, 3), rep(9.6, 4), rep(9.7, 5), 9.8, rep(9.9, 2), 10.2)
robustRI(x)

mcradds functional built on Can 29, 2024, 1:33 a.m.