tbl_correlations: Correlation tibble

tbl_correlationsR Documentation

Correlation tibble

Description

Correlation tibble

Usage

tbl_correlations(
  data,
  correlation_method = "pearson",
  correlation_used = "pairwise.complete.obs",
  diagonal = NA,
  remove_columns = NULL,
  include_logical = T,
  include_factors = F,
  character_to_factor = F,
  exclude_feature_columns = NULL,
  exclude_feature_correlated_columns = NULL,
  full_rank = T
)

Arguments

correlation_method

a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated.

correlation_used

an optional character string giving a method for computing covariances in the presence of missing values. This must be (an abbreviation of) one of the strings "everything", "all.obs", "complete.obs", "na.or.complete", or "pairwise.complete.obs".

include_logical

if 'TRUE' includes logical features

include_factors

if 'TRUE' converts factors to variables

character_to_factor

if 'TRUE' converts character vectors to factor

full_rank

if 'TRUE' returns full rank dummy variables


abresler/asbtools documentation built on July 28, 2022, 11:04 p.m.