eq2index: Calculate EQ5D-index from individual EQ5D-levels

Description Usage Arguments Value Examples

Description

Calculate EQ5D-index from individual EQ5D-levels

Usage

1
2
3
4
eq2index(x, ...)

## S3 method for class 'matrix'
eq2index(x, cm, ...)

Arguments

x

EQ5D-data, see examples

...

arguments pased between methods

cm

codematrix, either as a a codematrix object or a character name of such object

Value

numeric index vector

Examples

1
2
3
# individual numeric vector
eq2index(c(1, 2, 3, 2, 1), "se")
eq2index(c(1, 2, 3, 2, 1), "uk")

eribul/eqcw documentation built on May 16, 2019, 8:25 a.m.