Description Usage Arguments Value Examples
This function conducts a t-test
1 | my_t.test(x, alt, m)
|
x |
Numeric vector of data. |
alt |
Character string specifying the alternative hypothesis. This only accepts "two.sided", "less", or "greater". |
m |
Numeric number indicating the null hypothesis value of the mean. |
List of elements include test statistic, degree of freedom,
value of alt
, numeric p-value.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.