map_eq5d5Lto3L_VanHout: Function to map EQ5D5L scores to EQ5D3L scores and then add...

Description Usage Arguments Value Source Examples

View source: R/3b_outcome_analysis_functions.R

Description

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

Usage

1
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

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

packDAMipd documentation built on March 3, 2021, 5:07 p.m.