cor_sig_star: Correlation Analysis with Sinificant and Correlation Value
Description
Correlation Analysis with Sinificant and Correlation Value
Usage
cor_sig_star(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, 1), "kendall" (2), or "spearman" (3): can be abbreviated.