make_all_EQ_states {eq5dsuite}R Documentation

make_all_EQ_states

Description

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

Usage

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.

Value

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

Examples

make_all_EQ_states('3L')

[Package eq5dsuite version 1.0.0 Index]