Learn R Programming

packDAMipd (version 0.2.0)

get_eq5d_details: Function to get the details of the EQ5D column

Description

Function to get the details of the EQ5D column

Usage

get_eq5d_details(trialdata)

Arguments

trialdata,

data containing individual level trial data

Value

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

Details

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

Examples

Run this code
# NOT RUN {
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)
))
# }

Run the code above in your browser using DataLab