Learn R Programming

eq5dsuite (version 1.0.0)

make_all_EQ_indexes: make_all_EQ_indexes

Description

Make a vector containing all 5-digit EQ-5D indexes for -3L or -5L version.

Usage

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

Value

A vector with 5-digit state indexes for all 243 (-3L) or 3125 (-5L) EQ-5D health states

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.

Examples

Run this code
make_all_EQ_indexes('3L')

Run the code above in your browser using DataLab