td.cov: Covariance Matrix

Description Usage Arguments Details Value Examples

View source: R/td.cov.R

Description

Create a matrix of the covariance between numeric columns.

Usage

1
td.cov(tdf)

Arguments

tdf

td data frame.

Details

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

Value

Return a matrix of numeric covariance values.

Examples

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

## End(Not run) 

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