report.cortest {reporter}R Documentation

CReport the results of correlation test

Description

The function reports the results of several (with several variables) correlation tests.

Usage

report.cortest(x, y, dataset, method = "pearson")

Arguments

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.

Author(s)

Marjan Cugmas

Examples

report.cortest(x = "drat", y = c("wt", "disp", "hp"), dataset = mtcars)

[Package reporter version 0.0.0.903 Index]