eq5drcw | R Documentation |
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
.
eq5drcw(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.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.