Description Usage Arguments Details Value Examples
View source: R/td.t.unpaired.R
Function to run unpaired T Test
1 | td.t.unpaired(tdf, col1, col2, thresh = 0.05)
|
tdf |
td data frame. |
col1 |
first column to test. |
col2 |
second column to test. |
thresh |
threshold. Default value is 0.05 |
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.
Single row data frame with the T Test results
1 2 3 4 | ## Not run:
td.t.unpaired(tdf, "income", "age")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.