Description Usage Arguments Value Examples
Computes degrees of freedom for a two-sample t-test
1 | df.t2.test(s1, s2, n1, n2)
|
s1 |
Standard deviation of the first sample |
s2 |
Standard deviation of the second sample |
n1 |
Sample size of the first sample |
n2 |
Sample size of the second sample |
Degrees of freedom
1 | df.t2.test(1.5, 1.2, 30, 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.