add_aqol6d_items_to_aqol6d_tbs_ls | R Documentation |
add_aqol6d_items_to_aqol6d_tbs_ls() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add assessment of quality of life six dimension items to assessment of quality of life six dimension tibbles list. The function returns Updated Assessment of Quality of Life Six Dimension tibbles (a list).
add_aqol6d_items_to_aqol6d_tbs_ls(
aqol6d_tbs_ls,
aqol_items_prpns_tbs_ls,
prefix_chr,
aqol_tots_var_nms_chr,
aqol6d_scrg_dss_ls = NULL,
id_var_nm_1L_chr = "fkClientID",
scaling_con_dbl = 5
)
aqol6d_tbs_ls |
Assessment of Quality of Life Six Dimension tibbles (a list) |
aqol_items_prpns_tbs_ls |
Assessment of Quality of Life items proportions tibbles (a list) |
prefix_chr |
Prefix (a character vector) |
aqol_tots_var_nms_chr |
Assessment of Quality of Life totals variable names (a character vector) |
aqol6d_scrg_dss_ls |
Assessment of Quality of Life Six Dimension scoring datasets (a list), Default: NULL |
id_var_nm_1L_chr |
Identity variable name (a character vector of length one), Default: 'fkClientID' |
scaling_con_dbl |
Scaling constant (a double vector), Default: 5 |
Updated Assessment of Quality of Life Six Dimension tibbles (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.