corTestDf {multiUS} | R Documentation |
The function computes the whole correlation matrix and corresponding sample sizes and p-values.
corTestDf(X, method = "p", use = "everything", ...)
X |
Data matrix with selected variables. |
method |
A type of correlation coefitient to be calculated, see function |
use |
In the case of missing values, which method should be used, see function |
... |
Arguments passed to other functions, see |
Aleš Žiberna
cor.test
corTestDf(mtcars[, 3:5])