Skip to contents

A single 0-10 pain-intensity rating, banded into the conventional none / mild / moderate / severe strata. An equivalent 0-100 mm Visual Analogue Scale measures the same construct on a wider range.

Usage

scorePainNRS(items, ...)

Arguments

items

The pain rating: a length-1 numeric, or a named vector c(pain_intensity = x).

...

Passed to scoreInstrument() (e.g. subject_id).

Value

A ClinicalScore with the rating (0-10) and its severity stratum.

See also

Examples

scorePainNRS(c(pain_intensity = 6))
#> ClinicalScore [pain_nrs]
#>   total = 6  (moderate)
#>   items used: 1, missing = error