Critical Value vs Standard Error
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.
Critical value
Confidence intervals
A critical value is a cutoff from a reference distribution, such as z or t, that sets a confidence interval's width or a test's rejection boundary.
A critical value marks how far out on a distribution you go to capture a chosen probability. For a confidence interval it is the number of standard errors that brackets the middle C% of the sampling distribution. For example, a 95% confidence interval for a mean using the normal model uses , because 95% of the standard normal curve lies within 1.96 standard deviations of the center. With small samples and unknown population spread you instead read from the -distribution using the degrees of freedom.
Standard error
Sampling distributions
The standard error is the standard deviation of a statistic's sampling distribution, showing how much the statistic typically varies from sample to sample.
The standard error plays the same role for a statistic that the standard deviation plays for raw data, and it gets smaller as the sample size grows. For example, the standard error of a sample proportion is (the square root of p times one minus p, divided by n). For a sample mean it is (sigma, the population standard deviation, over the square root of n). A smaller standard error means the estimate is more precise, which narrows a confidence interval.