powered by
Function to map EQ5D5L scores to EQ5D3L scores and then add to IPD data
map_eq5d5Lto3L_VanHout(ind_part_data, eq5d_nrcode)
a data frame
non response code for EQ5D5L, default is NA
qaly included modified data, if success -1, if failure
# NOT RUN { library(valueEQ5D) datafile <- system.file("extdata", "trial_data.csv", package = "packDAMipd") trial_data <- load_trial_data(datafile) map_eq5d5Lto3L_VanHout(trial_data, NA) # }
Run the code above in your browser using DataLab