Skip to contents

make_aqol6d_adol_pop_tbs_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make assessment of quality of life six dimension adolescent pop tibbles list. The function returns Assessment of Quality of Life Six Dimension adolescent pop tibbles (a list).

Usage

make_aqol6d_adol_pop_tbs_ls(
  aqol_items_prpns_tbs_ls,
  aqol_scores_pars_ls,
  series_names_chr,
  synth_data_spine_ls,
  temporal_cors_ls,
  aqol6d_scrg_dss_ls = NULL,
  id_var_nm_1L_chr = "fkClientID",
  prefix_chr = c(uid = "Participant_", aqol_item = "aqol6d_q", domain_unwtd_pfx_1L_chr =
    "aqol6d_subtotal_c_", domain_wtd_pfx_1L_chr = "aqol6d_subtotal_w_")
)

Arguments

aqol_items_prpns_tbs_ls

Assessment of Quality of Life items proportions tibbles (a list)

aqol_scores_pars_ls

Assessment of Quality of Life scores pars (a list)

series_names_chr

Series names (a character vector)

synth_data_spine_ls

Synthetic data spine (a list)

temporal_cors_ls

Temporal correlations (a list)

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'

prefix_chr

Prefix (a character vector), Default: c(uid = "Participant_", aqol_item = "aqol6d_q", domain_unwtd_pfx_1L_chr = "aqol6d_subtotal_c_", domain_wtd_pfx_1L_chr = "aqol6d_subtotal_w_")

Value

Assessment of Quality of Life Six Dimension adolescent pop tibbles (a list)