Description Usage Arguments Value Examples
This function performs a t-test on input data and null hypothesis mu
.
1 | my_t.test(x, alternative = "two.sided", mu)
|
x |
Numeric vector input of data. |
alternative |
A character string input that specifies the alternative
hypothesis, defaults to |
mu |
Numeric input specifying the null hypothesis of the mean. |
List with the following elements: Test statistic, degrees of freedom, alternative hypothesis, and P-value.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.