Skip to contents

Sums the five EQ-5D-5L dimension levels (1 = no problems to 5 = extreme problems / unable) to a level-sum score of 5-25, higher indicating worse health. The utility index requires a country-specific value set and is not computed here; the EQ-VAS (0-100) is a separate rating.

Usage

scoreEQ5D5L(items, ...)

Arguments

items

Named numeric levels (e.g. mobility = 2, pain_discomfort = 3) or an unnamed vector in the instrument's item order (mobility, self-care, usual activities, pain/discomfort, anxiety/depression).

...

Passed to scoreInstrument().

Value

A ClinicalScore with the level-sum score (5-25).

See also

Examples

scoreEQ5D5L(c(mobility = 2, self_care = 1, usual_activities = 2,
              pain_discomfort = 3, anxiety_depression = 2))
#> ClinicalScore [eq5d5l]
#>   total = 10
#>   items used: 5, missing = error