make_aqol4d_dict: Make AQoL-4D dictionary

make_aqol4d_dictR Documentation

Make AQoL-4D dictionary

Description

make_aqol4d_dict() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make aqol-4d dictionary. The function is called for its side effects and does not return a value.

Usage

make_aqol4d_dict(
  prefix_1L_chr = "aqol4d_q",
  scrg_dss_ls = NULL,
  tot_unwtd_var_nm_1L_chr = "aqol4d_unwtd_dbl",
  utl_var_nm_1L_chr = "aqol4d_utl_dbl"
)

Arguments

prefix_1L_chr

Prefix (a character vector of length one), Default: 'aqol4d_q'

scrg_dss_ls

Scoring datasets (a list), Default: NULL

tot_unwtd_var_nm_1L_chr

Total unweighted variable name (a character vector of length one), Default: 'aqol4d_unwtd_dbl'

utl_var_nm_1L_chr

Utility variable name (a character vector of length one), Default: 'aqol4d_utl_dbl'

Value

an AQoL-4D (ready4 s3 class defining a data dictionary tibble.)


ready4-dev/scorz documentation built on June 1, 2025, 2:07 p.m.