td.sigmoid: Sigmoid Transformation

Description Usage Arguments Details Value Examples

View source: R/td.sigmoid.R

Description

Function to output a sigmoid transformation for a column in a td data frame.

Usage

1
td.sigmoid(tdf, col, oTable, oDatabase = "", sigmoidType = "logit")

Arguments

tdf

td data frame.

col

column name.

oTable

output table name.

oDatabase

output database name.

sigmoidType

type of sigmoid. Valid values are ("logit","mlogit",and "tanh").

Details

Create table of the sigmoid tranformation using the type on this td data frame and column.

Value

td data frame pointing to the new table produced.

Examples

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

## End(Not run)

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