Description Usage Arguments Value Examples
Can be calculated from the provided samples. Alternatively, if either one of the samples is NULL, can be calculated from the provided means, standard deviations and sample sizes
1 |
x1 |
first data sample, NAs will be ignored |
x2 |
second data sample, NAs will be ignored |
two.tailed |
boolean to indicate whether the two-tailed or single-tailed p-value should be calculated |
m |
a vector of two values: means of the data samples (used only if |
sdev |
a vector of two values: standard deviations of the data samples (used only if |
n |
a vector of two values: sizes of the data samples (used only if |
the Welch's t-test p-value
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.