tbl_correlations | R Documentation |
Correlation tibble
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 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.