eqxw function

eqxw

eqxw

Get crosswalk values

eqxw(x, country = NULL, dim.names = c("mo", "sc", "ua", "pd", "ad"))

Arguments

  • x: A vector of 5-digit EQ-5D-5L state indexes or a matrix/data.frame with columns corresponding to EQ-5D state dimensions
  • country: String vector indicating country names or ISO3166 Alpha 2 / 3 country codes.
  • dim.names: A vector of dimension names to identify dimension columns

Returns

A vector of reverse crosswalk values or data.frame with one column per reverse crosswalk set requested.

Examples

eqxw(c(11111, 12521, 32123, 55555), 'US') eqxw(make_all_EQ_states('5L'), c('DK', 'US'))
  • Maintainer: Kim Rand
  • License: GPL (>= 2)
  • Last published: 2024-05-21

Useful links