td.smirnov: Smirnov Test

Description Usage Arguments Details Value Note Examples

View source: R/td.smirnov.R

Description

Function to run Smirnov test on td data frame and columns.

Usage

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

Arguments

tdf

td data frame.

col1

first column of test.

col2

second column of test.

thresh

threshold value. Defaults to 0.05.

Details

Run Smirnov test and return one row for test. Test is run on td data frame and two input column names.

Value

data frame of one row with 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.smirnov(tdf,"income","age")

## End(Not run)

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