Description Usage Arguments Details Value Note Examples
View source: R/td.binomialsign.R
Function to run a binomial sign test on a Teradata column.
1 | td.binomialsign(tdf, column, thresh = 0.05)
|
tdf |
td data frame. |
column |
column name. |
thresh |
threshold value. Defaults to 0.05. |
Function that runs the binomial sign test on a particular column and returns its results.
data frame of one row of binomial sign results.
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.
1 2 3 4 | ## Not run:
td.binomialsign(tdf, "age")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.