Description Usage Arguments Value Examples
This function performs multiple t tests between all pairs of columns/lists of a data file and returns a readable output
1 |
pairedvalue |
FALSE indicates that the stat::t.test performed will be unpaired, TRUE will be paired (default is FALSE) |
varvalue |
FALSE indicates that equal variance should not be assumed, TRUE assumes equal variance #note in order for the varvalue param to have effect, pairedvalue must be set to FALSE - this choice depends on your study design |
pval_sci |
TRUE if desired output is scientific notation |
data |
The data file that contains the groups that you want to compare as columns or lists |
A list of t.test results and tested_pairs
1 | ttester(testdata = data.frame(VADeaths), pairedvalue = FALSE, pval_sci = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.