Description Usage Arguments Value Examples
View source: R/statistics-utils.R
A wrapper to stats::t.test()
with var.equal = TRUE
.
1 |
formula |
A two sided formula with one variable on either side, e.g. y ~
x, where the left hand side, dependent, variable is a numeric variable in
|
data |
A data frame that contains the dependent and independent variables. |
A list with class "htest" as returned by stats::t.test()
.
1 2 | t_test(trustworthy ~ face_sex, data = faithfulfaces)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.