report.cortest {reporter} | R Documentation |
The function reports the results of several (with several variables) correlation tests.
report.cortest(x, y, dataset, method = "pearson")
x |
The names of the first set of numerical variables. |
y |
The names of the second set of numerical variables. |
dataset |
The dataframe with numerical variables. |
Marjan Cugmas
report.cortest(x = "drat", y = c("wt", "disp", "hp"), dataset = mtcars)