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 )
version
: Either "3L" or "5L", to signify whether 243 or 3125 states should be generateddim.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.A data.frame with 5 columns and 243 (-3L) or 3125 (-5L) health states
make_all_EQ_states('3L')
Useful links