Standard Error of the Mean vs Standard Error of a Proportion

Both terms below come up in the same part of the course, and students mix them up. Here is each one defined on its own, side by side, so you can see where they part company.

Standard error of the mean

Confidence intervals

The standard error of the mean is the sample standard deviation divided by the square root of n: how much a sample mean typically varies between samples.

The standard error of the mean measures the spread of the sampling distribution of xˉ\bar{x} (x-bar, the sample mean), so it shrinks as the sample grows. In practice you compute SExˉ=snSE_{\bar{x}} = \frac{s}{\sqrt{n}} from the sample standard deviation s; if you somehow knew the population standard deviation σ\sigma (sigma), you would use σn\frac{\sigma}{\sqrt{n}} instead. For example, with s = 12 and n = 36 the standard error is 12/36=12/6=212/\sqrt{36} = 12/6 = 2. Watch the square root: cutting the standard error in half takes four times as many observations.

Full entry for standard error of the mean

Standard error of a proportion

Confidence intervals

The standard error of a sample proportion is the square root of p-hat times one minus p-hat, all divided by n.

This is the standard deviation of the sampling distribution of p^\hat{p} (p-hat, the sample proportion), so it tells you how far a sample proportion typically lands from the true proportion. For a confidence interval the formula is SEp^=p^(1p^)nSE_{\hat{p}} = \sqrt{\frac{\hat{p}(1-\hat{p})}{n}}; a significance test puts the null value p0p_0 where p-hat sits, because the test assumes the null hypothesis is true. For example, with p-hat = 0.40 and n = 400, the standard error is 0.40(0.60)/400=0.0006=0.0245\sqrt{0.40(0.60)/400} = \sqrt{0.0006} = 0.0245. The standard error is largest when the proportion is near 0.5 and shrinks as it moves toward 0 or 1.

Full entry for standard error of a proportion

Where each one fits in the course