td.t.paired: T Test Paired

Description Usage Arguments Details Value Examples

View source: R/td.t.paired.R

Description

Function to run a paired T Test

Usage

1
td.t.paired(tdf, col1, col2, thresh = 0.05)

Arguments

tdf

td data frame.

col1

first column to test.

col2

second column to test.

thresh

threshold. Default value is 0.05

Details

The test is whether paired values have mean differences which are not significantly different from zero. It assumes differences are identically distributed normal random variables, and that they are independent.

Value

Single row data frame with the T Test results

Examples

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

## End(Not run)

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