make_predr_pars_and_cors_tbl | R Documentation |
make_predr_pars_and_cors_tbl() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make predictor pars and correlations table. The function returns Predictor pars and correlations (a tibble).
make_predr_pars_and_cors_tbl(
data_tb,
ds_descvs_ls,
descv_tbl_ls,
dictionary_tb,
nbr_of_digits_1L_int = 2L,
predictors_lup = NULL
)
data_tb |
Data (a tibble) |
ds_descvs_ls |
Dataset descriptives (a list) |
descv_tbl_ls |
Descriptive table (a list) |
dictionary_tb |
Dictionary (a tibble) |
nbr_of_digits_1L_int |
Number of digits (an integer vector of length one), Default: 2 |
predictors_lup |
Predictors (a lookup table), Default: NULL |
Predictor pars and correlations (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.