td.mwnkw: Mann-Whitney/Kruskal Wallis Test

Description Usage Arguments Details Value Note Examples

View source: R/td.mwnkw.R

Description

Function to test column in a td data frame with MW/KW.

Usage

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

Arguments

tdf

td data frame.

col1

first column to test.

col2

second column to test.

thresh

threshold value. Defaults to 0.05.

Details

Function to find the MW/KW test value of two columns in a td data frame.

Value

data frame with MW/KW 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.mwnkw(tdf,"income","age")

## End(Not run)

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