eqxwr
Get reverse crosswalk values
eqxwr(x, country = NULL, dim.names = c("mo", "sc", "ua", "pd", "ad"))
x
: A vector of 5-digit EQ-5D-3L 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.
eqxwr(c(11111, 12321, 32123, 33333), 'US') eqxwr(make_all_EQ_states('3L'), c('DK', 'US'))
Useful links