valueEQ5D3L: Function to value EQ-5D-3L columns to index values for any...

Description Usage Arguments Value Examples

Description

Main function to value EQ-5D-5L descriptive system to 5L index values.

Usage

1
2
valueEQ5D3L(eq5dresponse.data, mobility, self.care, usual.activities,
  pain.discomfort, anxiety, country, groupby, agelimit)

Arguments

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

Value

the descriptive statistics of index values, frequence table and the modified data where the last column will be the index values

Examples

1
valueEQ5D3L(data, "Mobility", "SelfCare","UsualActivity", "Pain", "Anxiety",UK,NULL,c(10,70))

sheejamk/eq5dmapR documentation built on July 6, 2019, 11:49 p.m.