tbl_cluster_correlations | R Documentation |
Correlation Clusters
tbl_cluster_correlations( data, exclude_cluster_correlations = T, methods = c("som", "cmeans", "emc", "hardcl", "hopach", "h2okmeans", "kmeans", "ngas", "pam", "pamk", "spec"), correlation_method = "pearson", correlation_used = "pairwise.complete.obs", diagonal = NA, remove_columns = NULL, include_logical = T, include_factors = F, character_to_factor = F, full_rank = T )
methods |
a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated. |
correlation_method |
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". |
full_rank |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.