Description Usage Arguments Author(s) Examples
View source: R/report.cortest.R
The function reports the results of several (with several variables) correlation tests.
1 | 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
1 | report.cortest(x = "drat", y = c("wt", "disp", "hp"), dataset = mtcars)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.