get_eq5d_details: Function to get the details of the EQ5D column

Description Usage Arguments Details Value Examples

View source: R/3a_trialdata_analysis_input_functions.R

Description

Function to get the details of the EQ5D column

Usage

1
get_eq5d_details(trialdata)

Arguments

trialdata,

data containing individual level trial data

Details

Specific to the EQ5D data - the column names are given as certain sets, Tried to give 15 sets as the column names

Value

the name of the variable related to EQ5D and the unique contents if success, else error

Examples

1
2
3
4
get_eq5d_details(data.frame(
  "MO" = c(1, 2), "SC" = c(1, 2), "UA" = c(1, 2),
  "PD" = c(1, 2), "AD" = c(1, 2)
))

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