make_cors_with_utl_tbl | R Documentation |
make_cors_with_utl_tbl() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make correlations with utility table. The function returns Correlations with utility (a tibble).
make_cors_with_utl_tbl(
data_tb,
ds_descvs_ls,
dictionary_tb = NULL,
cor_type_1L_chr = "pearson"
)
data_tb |
Data (a tibble) |
ds_descvs_ls |
Dataset descriptives (a list) |
dictionary_tb |
Dictionary (a tibble), Default: NULL |
cor_type_1L_chr |
Correlation type (a character vector of length one), Default: 'pearson' |
Correlations with utility (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.