Description Usage Arguments Value Examples
Calculates t-statistic, degrees of freedom and associated p-value, for two samples. Uses the satterwaithe approximation for cases where the number of samples in the two vectors differ.
1 | welchT(x, y)
|
x |
A numeric vector from first sample. |
y |
A numeric vector from second sample. |
A list of named variables 't', 'df' and 'p', corresponding to t-statistic, degrees of freedom, and associated p-value, respectively.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.