Description Usage Arguments Examples
Often you need to calculate an effect size from a 2×2 (or more complex!) study design. Use this function to combine the relevant cells into just two cells for entry into your spreadsheet.
1 | fuse(m1, sd1, n1, m2, sd2, n2)
|
m1 |
Vector of means to pool into Group 1 |
sd1 |
Vector of SDs to pool into Group 1 |
n1 |
Vector of cell ns to pool into Group 1 |
m2 |
Vector of means to pool into Group 2 |
sd2 |
Vector of SDs to pool into Group 2 |
n2 |
Vector of cell ns to pool into Group 2 |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.