td.factanal: Factor Analysis

Description Usage Arguments Details Value Examples

View source: R/td.factanal.R

Description

Run covariance matrix and send results into R factanal function.

Usage

1

Arguments

tdf

td data frame.

...

conform to generic function and pass values like factors.

Details

Build a covariance matrix in Teradata and call factanal with matrix. ... is specified so you and send how many factors you'd like to the factanal function.

Value

factor analysis report.

Examples

1
2
3
4
## Not run: 
td.factanal(tdf[1:4])  #limit to certain columns in td data frame

## End(Not run)

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