make_cors_with_utl_tbl: Make correlations with utility table

make_cors_with_utl_tblR Documentation

Make correlations with utility table

Description

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).

Usage

make_cors_with_utl_tbl(
  data_tb,
  ds_descvs_ls,
  dictionary_tb = NULL,
  cor_type_1L_chr = "pearson"
)

Arguments

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'

Value

Correlations with utility (a tibble)


ready4-dev/youthvars documentation built on Nov. 15, 2024, 6:02 a.m.