Description Usage Arguments Value Examples
Function to map EQ-5D-5L scores to EQ-5D-3L index values
1 2 3 4 5 6 7 8 9 10 11 12 | map_5Lto3L(
eq5dresponse_data,
mobility,
self_care,
usual_activities,
pain_discomfort,
anxiety,
country = "UK",
method = "CW",
groupby = NULL,
agelimit = NULL
)
|
eq5dresponse_data |
the data containing eq5d5L responses |
mobility |
column name for EQ-5D-5L mobility |
self_care |
column name for response for EQ-5D-5L self care |
usual_activities |
column name for response for EQ-5D-5L usual activities |
pain_discomfort |
column name for response for EQ-5D-5L pain/discomfort |
anxiety |
column name for response for EQ-5D-5L anxiety/depression |
country |
country of interest, by default is UK, if groupby has to specify the country should be specified |
method |
CW cross walk |
groupby |
male or female -grouping by gender, default NULL |
agelimit |
vector of ages to show upper and lower limits |
index value if success, negative values for failure
1 2 3 4 | map_5Lto3L(data.frame(
mo = c(1), sc = c(4), ua = c(4), pd = c(3),
ad = c(3)
), "mo", "sc", "ua", "pd", "ad")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.