td.quantiles: Quantile Values

Description Usage Arguments Details Value Examples

View source: R/td.quantiles.R

Description

Function to retrieve quantile values for td data frame and column.

Usage

1
td.quantiles(tdf, col, qType = c("ter", "quar", "dec"))

Arguments

tdf

td data frame.

col

column name.

qType

which type of quantile to bring back. Valid are ("ter", "quar", "dec") for tertiles, quartiles and deciles respectively.

Details

Gather quantile information from td data frame on this column.

Value

data frame results of quantile values.

Examples

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

## End(Not run)

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