value_3L_Ind: Function to value EQ-5D-3L scores for various countries

Description Usage Arguments Value Examples

View source: R/eq5d.R

Description

Function to value EQ-5D-3L scores for various countries

Usage

1
2
3
4
5
6
7
8
9
value_3L_Ind(
  country,
  method,
  dimen,
  dimen2 = NA,
  dimen3 = NA,
  dimen4 = NA,
  dimen5 = NA
)

Arguments

country

a country name from the list Belgium,Brazil,Canada,Chile, Denmark,Europe,Finland,France,Germany,Italy,Japan,Korea,Netherlands, NewZealand,Poland,Portugal,Slovenia,Spain,Taiwan,Thailand,UK,USA,and Zimbabwe

method

method name either TTO or VAS

dimen

a must input,response for EQ-5D-5L mobility or the 5 digit response, or the vector of responses, e.g. 11111, c(1,1,1,1,1) or 1

dimen2

response for EQ-5D-3L self care, or NA if the responses are given as dimen

dimen3

response for EQ-5D-3L usual activities,or NA if the responses are given as dimen

dimen4

response for EQ-5D-3L pain/discomfort, or NA if the responses are given as dimen

dimen5

response for EQ-5D-3L anxiety/depression, or NA if the responses are given as dimen

Value

index value based if success, negative values for failure

Examples

1
2
3
value_3L_Ind("UK", "TTO", 23131)
value_3L_Ind("Spain", "TTO", 2, 3, 1, 3, 1)
value_3L_Ind("Denmark", "VAS", c(1, 2, 3, 1, 3))

Example output

[1] -0.019
[1] 0.009
[1] 0.353

valueEQ5D documentation built on Oct. 6, 2021, 5:10 p.m.