td.shapiro.wilk: Shapiro Wilk

Description Usage Arguments Details Value Note Examples

View source: R/td.shapiro.wilk.R

Description

Function to run Shapiro Wilk test against td data frame and column.

Usage

1
td.shapiro.wilk(tdf, col, thresh = 0.05)

Arguments

tdf

td data frame.

col

column name.

thresh

threshold value. Default is 0.05.

Details

Function returns test value for Shapiro Wilk on td data frame and column.

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.shapiro.wilk(tdf,"age")

## End(Not run)

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