RefInt-class {mcradds} | R Documentation |
Reference Interval Class
Description
The RefInt
class serves as the store for results in reference
Interval calculation.
Usage
RefInt(call, method, n, data, outlier, refInt, confInt)
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.
|
Value
An object of class RefInt
.
Slots
call
call
method
method
n
n
data
data
outlier
outlier
refInt
refInt
confInt
confInt
[Package
mcradds version 1.1.1
Index]