makeCorr: Calculates the Correlation Matrix

Description Usage Arguments Value Examples

Description

makeCorr calculates the correlation matrix with the predefines methode and wrapes an object around it

Usage

1
makeCorr(corr.task)

Arguments

corr.task

[CorrTask]
A corrTask Object

Value

CorrObject

Examples

1
2
3
corr.task = makeCorrTask(id = "test", data = cars)
corr.result = makeCorr(corr.task)
corr.result$corr.matrix

ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.