Description Usage Arguments Value Examples
This function conduct a t-test from mean-sd data
1 | t_test_meta(m1, m2, s1, s2, n1, n2)
|
m1 |
is mean of 1st group |
m2 |
is mean of 2nd group |
s1 |
is sd of 1st group |
s2 |
is sd of 2nd group |
n1 |
is size of 1st group |
n2 |
is size of 2nd group |
The p-value of t-test
1 | t_test_meta(10,11,4,5,20,23)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.