Description Usage Arguments Value Examples
This function performs a one sample t-test.
1 | my_t.test(x, alternative, mu)
|
x |
Numeric vector of data. |
alternative |
Character string specifying the alternative hypothesis. |
mu |
Number indicating the null hypothesis value of the mean |
A list with four elements, test_stat, df, alternative, and p_value.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.