calculate_adol_aqol6dU | R Documentation |
calculate_adol_aqol6dU() is a Calculate function that performs a numeric calculation. Specifically, this function implements an algorithm to calculate adolescent assessment of quality of life six dimension health utility. The function returns Adolescent Assessment of Quality of Life Six Dimension (a double vector).
calculate_adol_aqol6dU(
unscored_aqol_tb,
aqol6d_scrg_dss_ls = NULL,
prefix_1L_chr = "aqol6d_q",
id_var_nm_1L_chr = "fkClientID",
wtd_aqol_var_nm_1L_chr = "aqol6d_total_w"
)
unscored_aqol_tb |
Unscored Assessment of Quality of Life (a tibble) |
aqol6d_scrg_dss_ls |
Assessment of Quality of Life Six Dimension scoring datasets (a list), Default: NULL |
prefix_1L_chr |
Prefix (a character vector of length one), Default: 'aqol6d_q' |
id_var_nm_1L_chr |
Identity variable name (a character vector of length one), Default: 'fkClientID' |
wtd_aqol_var_nm_1L_chr |
Weighted Assessment of Quality of Life variable name (a character vector of length one), Default: 'aqol6d_total_w' |
Adolescent Assessment of Quality of Life Six Dimension (a double vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.