Description Usage Arguments Value Examples
This function performs one and two sample t-tests on vectors of data.
1 | my_t.test(x, alternative, mu)
|
x |
Numeric vector input of data. |
alternative |
A character string specifying the alternative hypothesis,
must be one of |
mu |
A number indication the null hupothesis value of mean. |
A list contains the numeric test statistic, the degree of freedom,
the value of the parameter alternative
, and the numeric p-value
.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.