Description Usage Arguments Value Examples
This function applies t test to input data.
1 | my_t.test(x, alternative, mu)
|
x |
Numeric input of data to be tested |
alternative |
String to specify the type of aternative hypothesis, either 'two.sided', 'less', or 'greater' |
mu |
Numeric input of null hypothesis |
List object containing t score, degree of freedom, type of alternative hypothesis, and p value of x
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.