eq5dcw | R Documentation |
Calculate indices for EQ-5D-5L indices by mapping them onto EQ-5D-3L value sets.
Available value sets can be viewed using the function valuesets
.
eq5dcw(scores, country = "UK")
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. |
calculated utility index score.
eq5dcw(scores=c(MO=1,SC=2,UA=5,PD=1,AD=3), country="UK")
eq5dcw(scores=c(MO=3,SC=5,UA=5,PD=2,AD=3), country="Germany")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.