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, the sample mean), so it shrinks as the sample grows. In practice you compute from the sample standard deviation s; if you somehow knew the population standard deviation (sigma), you would use instead. For example, with s = 12 and n = 36 the standard error is . Watch the square root: cutting the standard error in half takes four times as many observations.
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, 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 ; a significance test puts the null value 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 . The standard error is largest when the proportion is near 0.5 and shrinks as it moves toward 0 or 1.