report.cortest: CReport the results of correlation test

Description Usage Arguments Author(s) Examples

View source: R/report.cortest.R

Description

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

Usage

1
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

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

reporter documentation built on Sept. 19, 2020, 3:01 p.m.