powered by
Function to map EQ-5D-5L scores to EQ-5D-3L index values
map_5Lto3L( eq5dresponse_data, mobility, self_care, usual_activities, pain_discomfort, anxiety, country = "UK", method = "CW", groupby = NULL, agelimit = NULL )
the data containing eq5d5L responses
column name for EQ-5D-5L mobility
column name for response for EQ-5D-5L self care
column name for response for EQ-5D-5L usual activities
column name for response for EQ-5D-5L pain/discomfort
column name for response for EQ-5D-5L anxiety/depression
country of interest, by default is UK, if groupby has to specify the country should be specified
CW cross walk
male or female -grouping by gender, default NULL
vector of ages to show upper and lower limits
index value if success, negative values for failure
# NOT RUN { map_5Lto3L(data.frame( mo = c(1), sc = c(4), ua = c(4), pd = c(3), ad = c(3) ), "mo", "sc", "ua", "pd", "ad") # }
Run the code above in your browser using DataLab