eqxw {eq5dsuite}R Documentation

eqxw

Description

Get crosswalk values

Usage

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

Value

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'))

[Package eq5dsuite version 1.0.0 Index]