Learn R Programming

mcradds (version 1.1.1)

RefInt-class: Reference Interval Class

Description

[Experimental]

The RefInt class serves as the store for results in reference Interval calculation.

Usage

RefInt(call, method, n, data, outlier, refInt, confInt)

Value

An object of class RefInt.

Arguments

call

(call)
function call.

method

(character)
method names of reference interval and confidence interval.

n

(numeric)
number of available samples.

data

(numeric)
numeric raw measurements, no outlier removed.

outlier

(list)
list of outliers that contains the index and number of outliers, and the data without outliers.

refInt

(numeric)
number of reference interval.

confInt

(list)
list of the confidence interval of lower and upper of reference limit.

Slots

call

call

method

method

n

n

data

data

outlier

outlier

refInt

refInt

confInt

confInt