NormativeReference: stratified normative values for a metric
Source:R/normative.R
NormativeReference-class.RdHolds published reference (normative) values for a single metric, stratified by one or more grouping variables (e.g. age band, sex). Downstream code turns an observed value into a z-score or a percent-of-predicted against the matching stratum, which is the basis for most rehabilitation cut-offs (6MWT, gait speed, grip strength, spirometry, ...).
Value
The show method returns NULL invisibly and is called for
the side effect of printing a compact summary.
Slots
metricCharacter name of the metric (e.g.
"gait_speed").stratadata.framewith one row per stratum. Must contain numericmeanandsdcolumns; may containn; any remaining columns are the stratification keys used for matching.sourceCharacter citation for the reference values.
versionCharacter version tag for the reference set.
unitCharacter measurement unit.