EQpaste: The function creates a variable, STATE, that is all the...

Description Usage Arguments Details Value Examples

View source: R/EQpaste.R

Description

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

Usage

1

Arguments

x

dataframe with the 5 columns

Details

The naming of the data should be: MOBILITY, SELFCARE, ACTIVITY, PAIN, ANXIETY

Value

STATE which is used im the QALY function

Examples

1
EQpaste(data.frame(MOBILITY = 2, SELFCARE = 1, ACTIVITY = 4, PAIN = 2, ANXIETY = 1))

HaemAalborg/EQvalue documentation built on Aug. 20, 2019, 4:05 a.m.