eqxw
Get crosswalk values
eqxw(x, country = NULL, dim.names = c("mo", "sc", "ua", "pd", "ad"))
x
: A vector of 5-digit EQ-5D-5L state indexes or a matrix/data.frame with columns corresponding to EQ-5D state dimensionscountry
: String vector indicating country names or ISO3166 Alpha 2 / 3 country codes.dim.names
: A vector of dimension names to identify dimension columnsA vector of reverse crosswalk values or data.frame with one column per reverse crosswalk set requested.
eqxw(c(11111, 12521, 32123, 55555), 'US') eqxw(make_all_EQ_states('5L'), c('DK', 'US'))
Useful links