Get individual dimension scores from their five digit health states
Get a data.frame of individual dimension scores from their five digit health states.
getDimensionsFromHealthStates(scores, ignore.invalid = TRUE, version = "5L")
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. |
A data.frame of individual dimension scores.
getDimensionsFromHealthStates(c("12345", "54321"), version="5L")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.