corrTest: corrTest

Description Usage Arguments Value Author(s) See Also

View source: R/corrTest.R

Description

corrTest Computes correlations between numeric predictors and a target variable

Usage

1
corrTest(x, target, method = "pearson")

Arguments

x

Dataframe to be analyzed

target

Character string containig the column name of target variable.

method

The correlation formula to use. Valid values include c("pearson", "kendall", "spearman")

Value

Dataframe of correlations between predictors and the target variable

Author(s)

John James, jjames@datasciencesalon.org

See Also

Other Correlation Functions: correlation


DataScienceSalon/analyzR documentation built on May 7, 2019, 7:40 a.m.