Description Usage Arguments Value Examples
This function does the same as the built-in function t.test().
1 | my_t_test(x, alternative, mu)
|
x |
A numeric vector of data. |
alternative |
A string that specify the alternative hypothesis. |
mu |
A number that indicates the null hypothesis value of the mean. |
A list with the following elements: test statistics, degree of freedom parameter of alternative, numeric p-value.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.