Learn R Programming

fastStat (version 1.4)

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.

Value

correlation analysis with significant star.

Examples

Run this code
# NOT RUN {
cor_sig(mtcars)
# }

Run the code above in your browser using DataLab