Description Usage Arguments Details Value Examples
This only works if the data conforms to the standard naming of EQ-5D-5L variables according to the user guide Which can be found at: https://euroqol.org/wp-content/uploads/2016/09/EQ-5D-5L_UserGuide_2015.pdf
1 | EQpaste(x)
|
x |
dataframe with the 5 columns |
The naming of the data should be: MOBILITY, SELFCARE, ACTIVITY, PAIN, ANXIETY
STATE which is used im the QALY function
1 | EQpaste(data.frame(MOBILITY = 2, SELFCARE = 1, ACTIVITY = 4, PAIN = 2, ANXIETY = 1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.