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

Description Usage Arguments Value Examples

View source: R/eq5d.R

Description

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

Usage

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

Arguments

country

a country name from the list Canada,China,England, Germany,HongKong,Indonesia,Ireland,Japan,Korea,Malaysia,Netherlands, Poland,Spain,Taiwan,Thailand,and Uruguay

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-5L self care, or NA if the responses are given as dimen

dimen3

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

dimen4

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

dimen5

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

Value

index values if success, negative values if failure

Examples

1
2
3
value_5L_Ind("England", 23434)
value_5L_Ind("China", 2, 3, 4, 3, 4)
value_5L_Ind("Poland", c(1, 2, 3, 4, 3))

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