td.f.oneway: One way F Test

Description Usage Arguments Details Value Note Examples

View source: R/td.f.oneway.R

Description

Function to produce One Way F Test.

Usage

1
td.f.oneway(tdf, col1, col2, thresh = 0.05)

Arguments

tdf

td data frame.

col1

first column name to test.

col2

second column name to test.

thresh

threshold value. Default is 0.05.

Details

Fun the one way F Test on the td data frame and this column and return a data frame result of one row.

Value

data frame of one row with F Test results.

Note

Several statistical functions like this one use the Teradata Warehouse Miner statistical tables and they need to be installed to use this function. You can also set up tdMetadataDB once you know where they are installed otherwise they will be searched for.

Examples

1
2
3
4
## Not run: 
td.f.oneway(tdf, "income", "age")

## End(Not run)

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