powered by
Correlation Analysis
cor_star(data, method = "pearson")
a dataframe or matrix
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.
correlation analysis with significant star.
# NOT RUN { cor_star(mtcars) # }
Run the code above in your browser using DataLab