eq5drcw {eq5d} | R Documentation |
Calculate EQ-5D-3L reverse crosswalk index scores
Description
Calculate indices for EQ-5D-3L indices by mapping them onto EQ-5D-5L value sets.
Available value sets can be viewed using the function valuesets
.
Usage
eq5drcw(scores, country = "UK")
Arguments
scores |
numeric with names MO, SC, UA, PD and AD representing Mobility, Self-care, Usual activities, Pain/discomfort and Anxiety/depression. |
country |
value set country. |
Value
calculated utility index score.
Examples
eq5drcw(scores=c(MO=1,SC=2,UA=3,PD=2,AD=1), country="Netherlands")
eq5drcw(scores=c(MO=3,SC=3,UA=3,PD=3,AD=3), country="Germany")
[Package eq5d version 0.15.3 Index]