|
Size: 604
Comment:
|
Size: 624
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| {{{ | |
| Line 8: | Line 9: |
| }}} | |
| Line 11: | Line 13: |
| {{{ | |
| Line 12: | Line 15: |
| }}} |
How do I obtain a pooled mean standard error?
Suppose we wish to pool over each of K people (or groups) with the k-th individual having variance, $$\mbox{V}_text{k}$$ and mean $$\mbox{m}_text{k}$$ based on a sample of size $$\mbox{n}_text{k}$$.
Then pooling the K variances we have
$$\mbox{Pooled Variance V = } \frac{\sum_text{k}^text{K} (n_text{k}-1) \mbox{V}_text{k}}{\sum_text{k}^text{K} (n_text{k} -1)} $$and we can use this pooled variance to obtain the standard error of the mean since
$$\mbox{Pooled Mean Standard Error = } \frac{\mbox{V}}{\sum_text{k}^text{K} n_text{k}} $$