getDimensionsFromHealthStates: Get individual dimension scores from their five digit health...

View source: R/helpers.R

getDimensionsFromHealthStatesR Documentation

Get individual dimension scores from their five digit health states

Description

Get a data.frame of individual dimension scores from their five digit health states.

Usage

getDimensionsFromHealthStates(scores, ignore.invalid = TRUE, version = "5L")

Arguments

scores

a vector of five digit scores

ignore.invalid

whether to ignore invalid scores. TRUE returns NA, FALSE throws an error.

version

3L, 5L or Y. Used for validating scores when ignore.invalid is FALSE.

Value

A data.frame of individual dimension scores.

Examples

getDimensionsFromHealthStates(c("12345", "54321"), version="5L")


eq5d documentation built on Nov. 21, 2023, 1:06 a.m.