map_eq5d5Lto3L_VanHout {packDAMipd}R Documentation

Function to map EQ5D5L scores to EQ5D3L scores and then add to IPD data

Description

Function to map EQ5D5L scores to EQ5D3L scores and then add to IPD data

Usage

map_eq5d5Lto3L_VanHout(ind_part_data, eq5d_nrcode)

Arguments

ind_part_data

a data frame

eq5d_nrcode

non response code for EQ5D5L, default is NA

Value

qaly included modified data, if success -1, if failure

Source

http://eprints.whiterose.ac.uk/121473/1/Devlin_et_al-2017-Health_Economics.pdf

Examples


library(valueEQ5D)
datafile <- system.file("extdata", "trial_data.csv",
package = "packDAMipd")
trial_data <- load_trial_data(datafile)
map_eq5d5Lto3L_VanHout(trial_data, NA)


[Package packDAMipd version 1.1.0 Index]