td.t.unpaired: T Test Unpaired

Description Usage Arguments Details Value Examples

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

Description

Function to run unpaired T Test

Usage

1
td.t.unpaired(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 unpaired t test is similar to the paired test, but there is no correspondence between values of the samples. It assumes within each sample, values are identically distributed normal random variables, and that the two samples are independent of each other.

Value

Single row data frame with the T Test results

Examples

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

## End(Not run)

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