make_all_EQ_states function

make_all_EQ_states

make_all_EQ_states

Make a data.frame with all health states defined by dimensions

make_all_EQ_states( version = "5L", dim.names = c("mo", "sc", "ua", "pd", "ad"), append_index = FALSE )

Arguments

  • version: Either "3L" or "5L", to signify whether 243 or 3125 states should be generated
  • dim.names: A vector of dimension names to be used as names for output columns.
  • append_index: Boolean to indicate whether a column of 5-digit EQ-5D health state indexes should be added to output.

Returns

A data.frame with 5 columns and 243 (-3L) or 3125 (-5L) health states

Examples

make_all_EQ_states('3L')
  • Maintainer: Kim Rand
  • License: GPL (>= 2)
  • Last published: 2024-05-21

Useful links