powered by
cor.test for all variables(each two columns)
cor.full(x, drop = min(x) - 0.001, min.obs = 10)
a data.frame with cor.test p.value and estimate
A numeric matrix or data.frame
drop values
minimum number of observations after dropping
Xiaojie Sun
cor.one
x = iris[,-5] cor.full(x)
Run the code above in your browser using DataLab