powered by
Testing correlation between numerics columns of data with Pearson method.
Cor.test(Data, conf.level=0.95)
a matrix or a data.frame
confidence level
Row names show which columns are used for the test
point estimate of correlation
upper confidence limit
lower condidence limit
t value of the t distribution
degree of freedom
probability with the t distribution
It uses all numeric columns of input data. It uses "pairwise.complete.obs" rows.
# NOT RUN { Cor.test(mtcars) # }
Run the code above in your browser using DataLab