Description Usage Arguments Value Examples
This function mimics R's t.test()
function.
1 | my_t.test(x, alternative, mu)
|
x, |
a numeric vector. |
alternative, |
specifying the alternative hypothesis |
mu, |
the null hypothesized mean. |
a table including the test statistic, degrees of freedom, the alternative type, and the p-value for the test.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.