do_t.test | R Documentation |
Template for functions that accept either a data frame or a list
do_t.test( data_, paired = F, var.equal = T, group.column = "groups", control.group, pAdjustMethod = "BH", p.value.cutoff = 0.05, fc.threshold = 0, input, output = "data_t.test" )
data_ |
list or tibble |
paired |
a logical indicating whether you want a paired t-test (see ?t.test) |
var.equal |
a logical variable indicating whether to treat the two variances as being equal (see ?t.test) |
group.column |
column to use as group identification |
pAdjustMethod |
see p.adjust.methods |
input |
name of input |
output |
name of output |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.