make_final_repln_ds_dict | R Documentation |
make_final_repln_ds_dict() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make final replication dataset dictionary. The function returns Dictionary (a tibble).
make_final_repln_ds_dict(
seed_dictionary_tb = NULL,
additions_tb = NULL,
utl_unwtd_var_nm_1L_chr = "aqol6d_total_c"
)
seed_dictionary_tb |
Seed dictionary (a tibble), Default: NULL |
additions_tb |
Additions (a tibble), Default: NULL |
utl_unwtd_var_nm_1L_chr |
Utility unweighted variable name (a character vector of length one), Default: 'aqol6d_total_c' |
Dictionary (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.