get_dimensions_from_health_states | R Documentation |
Get a data.frame of individual dimension scores from their five digit health states.
get_dimensions_from_health_states(
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.
get_dimensions_from_health_states(c("12345", "54321"), version="5L")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.