Description Usage Arguments Value Examples
Performs one or two-sided t-tests on numerical data.
1 |
x |
Vector of numeric data (with no NA values) that t-test will be performed on. |
alternative |
String input of either: "greater", "less", or "two-sided". |
mu |
Numeric value that represents the true mean of the input data, |
List containing the test statistic (numeric), degrees of freedom (numeric),
initial input value of alternative
, and the p-value (numeric).
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.