value_eq5d3L_IPD: Function to add EQ5D3L scores to IPD data

Description Usage Arguments Value Source Examples

View source: R/3b_outcome_analysis_functions.R

Description

Function to add EQ5D3L scores to IPD data

Usage

1
value_eq5d3L_IPD(ind_part_data, eq5d_nrcode)

Arguments

ind_part_data

a dataframe

eq5d_nrcode

non response code for EQ5D3L, 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
datafile <- system.file("extdata", "trial_data.csv", package = "packDAMipd")
trial_data <- load_trial_data(datafile)
value_eq5d5L_IPD(trial_data, NA)

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