Description Usage Arguments Value Examples
This function performs a one sample t-test.
1 | my_t.test(x, alternative, mu)
|
x |
Numeric input of data. |
alternative |
Character input, either |
mu |
The numeric null hypothesis value. |
List with values:
test_stat
- Numeric representing test_statistic,
df
- Numeric representing degrees of freedom,
alternative
- Character either "greater", "less", or "two.sided", representing
type of t-test,
p_val
- Numeric representing the p-value.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.