eqindBrit | R Documentation |
Calculates Brittish EQ-ED-index using a known linear model (Dolan).
eqindBrit(Mobility, Selfcare, Usual, Pain, Anxiety)
Mobility |
First number extracted from eq5d_3l(). |
Selfcare |
Second number extracted from eq5d_3l(). |
Usual |
Third number extracted from eq5d_3l(). |
Pain |
Fourth number extracted from eq5d_3l(). |
Anxiety |
Fifth number extracted from eq5d_3l(). |
Number, EQ-5D-index.
# Returns intercept eqindBrit(1,1,1,1,1) eqindBrit(NA,1,1,1,1) eqindBrit(5,1,1,1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.