cor_sig: Correlation Analysis with Signicant Values
Description
Correlation Analysis with Signicant Values
Usage
cor_sig(data, method = "pearson")
Arguments
data
a dataframe or matrix
method
a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman": can be abbreviated.