corAndPvalue(x, y,
use = "pairwise.complete.obs",
alternative = c("two.sided", "less", "greater"),
...)
NULL
, the correlation of columns of x
will be calculated.cor
for details."two.sided"
, "greater"
or "less"
.
the initial letter. "greater"
corresponds to positive
acor
.cor.test
, but can work with matrices as input.cor
for calculation of correlations only;cor.test
for another function for significance test of correlations