PhysioBiomarker: a single computed biomarker with metadata
Source:R/analysis-result.R
PhysioBiomarker-class.RdExtends AnalysisResult with a scalar value, unit, optional
confidence interval, and interpretation - the unit reporting consumes.
Value
The show method for PhysioBiomarker returns NULL
invisibly and is called for the side effect of printing a compact summary.
Slots
nameCharacter biomarker name.
valueNumeric scalar value.
unitCharacter measurement unit.
ciNumeric length-2 confidence interval, or length-0 if none.
interpretationOptional character interpretation label.
reference_rangeNumeric length-2 published reference (normal) range, or length-0 if none.
reliabilityNamed list of reliability indices, typically
icc,sem, andmdc(seeicc,sem,mdc).provenance_infoNamed list describing how the value was computed, typically
assay,band,method, andsoftware_version.