Description Usage Arguments Value See Also Examples
Given a tibble with VR12 item scores, add a column for component VR12 scores. If there is any missing data, imputation should be performed prior to this.
1 | VR12_score(.data, .vars, scale, mode = "Phone")
|
.data |
tibble |
.vars |
list of columns (parsed with tidyselect) holding the VR12 item scores, in the following order: GH1, PF2, PF4, VRP2, VRP3, VRE2, VRE3, BP2, MH3, VT2, MH4, SF2. Item scores should be 1-based integers. |
scale |
either "PCS" (physical component) or "MCS" (mental component) |
mode |
either "Phone" (default) or "Mail" |
tibble with new column, either "PCS" or "MCS"
Other VR12 utilities:
VR12_scale()
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.