Description Usage Arguments Value Examples
Main function to value EQ-5D-5L descriptive system to 5L index values.
1 2  | valueEQ5D3L(eq5dresponse.data, mobility, self.care, usual.activities,
  pain.discomfort, anxiety, country, groupby, agelimit)
 | 
eq5dresponse.data | 
 the data containing eq5d responses  | 
mobility | 
 column name for EQ-5D-3L mobility  | 
self.care | 
 column name for response for EQ-5D-3L self care  | 
usual.activities | 
 column name for response for EQ-5D-3L usual activities  | 
pain.discomfort | 
 column name for response for EQ-5D-3L pain/discomfort  | 
anxiety | 
 column name for response for EQ-5D-3L anxiety/depression  | 
country | 
 country of interest, by default is UK, if groupby has to specifiy the country should be specified  | 
groupby | 
 male or female -grouping by gender, default NULL  | 
agelimit | 
 vector of ages to show upper and lower limits  | 
the descriptive statistics of index values, frequence table and the modified data where the last column will be the index values
1  | valueEQ5D3L(data, "Mobility", "SelfCare","UsualActivity", "Pain", "Anxiety",UK,NULL,c(10,70))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.