Description Usage Arguments Author(s) Examples
This function computes the pooled mean from two samples/groups.
1 | meanpooled(n1 = NA, n2 = NA, mean1 = NA, mean2 = NA)
|
n1 |
Sample size of sample/group 1. |
n2 |
Sample size of sample/group 2. |
mean1 |
Mean of sample/group 1. |
mean2 |
Mean of sample/group 2. |
Nils Kappelmann
1 | meanpooled(n1 = 30, n2 = 20, mean1 = 15, mean2 = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.