Description Usage Arguments Value Examples
This function preforms a one sample t-test.
1 | my_t_test(x, alternative, mu)
|
x |
Numeric input of a vector containing a set of data. |
alternative |
String input indicating the type of hypothesis test. |
mu |
Numeric input representing the value for the null hypothesis of
the mean, defaults to |
List output containing the t-statistic, df, alternative
,
and p-value.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.