td.dagostino.pearson: D'Agostino Pearson Test

Description Usage Arguments Details Value Note Examples

View source: R/td.dagostino.pearson.R

Description

Function to use D'Agostino Pearson Test

Usage

1
td.dagostino.pearson(tdf, col, thresh = 0.05)

Arguments

tdf

td data frame.

col

column name.

thresh

threshold value. Defaults to 0.05.

Details

Run the D'Agostino Pearson test against the td data frame for a column.

Value

data frame with one row of D'Agostino Pearson 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.dagostino.pearson(tdf,"income")

## End(Not run)

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