add_wtd_dim_tots | R Documentation |
add_wtd_dim_tots() 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 weighted dimension totals. The function returns Weighted and unweighted dimension (a tibble).
add_wtd_dim_tots(
unwtd_dim_tb,
domain_items_ls,
domain_unwtd_pfx_1L_chr,
domain_wtd_pfx_1L_chr,
aqol6d_scrg_dss_ls = NULL
)
unwtd_dim_tb |
Unweighted dimension (a tibble) |
domain_items_ls |
Domain items (a list) |
domain_unwtd_pfx_1L_chr |
Domain unweighted prefix (a character vector of length one) |
domain_wtd_pfx_1L_chr |
Domain weighted prefix (a character vector of length one) |
aqol6d_scrg_dss_ls |
Assessment of Quality of Life Six Dimension scoring datasets (a list), Default: NULL |
Weighted and unweighted dimension (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.