Description Usage Arguments Value Examples
This function performs t-tests.
1 | my_t.test(x, alternative, mu)
|
x |
Numeric vector of data. |
alternative |
String that specifies the alternative hypothesis and accepts "two.sided", "less", or "greater". |
mu |
Numeric value that specifices the null hypothesis. |
List that includes a numeric test statistic, the degrees of freedom, the alternative hypothesis parameter, and the numeric p-value.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.