td.cor: Correlation Matrix

Description Usage Arguments Details Value Examples

View source: R/td.cor.R

Description

Create a matrix of the correlation between numeric columns.

Usage

1
td.cor(tdf)

Arguments

tdf

td data frame.

Details

Build a matrix of all columns in the td data frame.

Value

Return a matrix of numeric correlation values.

Examples

1
2
3
4
## Not run: 
td.cor(tdf[1:4])  #select only the numeric columns

## End(Not run) 

nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.