What Is Standard Error?
The standard error (SE) is a statistical metric that measures the dispersion of sample means around the true population mean. Unlike standard deviation which describes variability in raw data, standard error measures the precision of your statistical estimate.
1. Standard Error of the Mean (SEM)
SE(x̄)=
σ√n
2. Standard Error of a Proportion (SEP)
SE(p̂)=√[ p(1 − p) / n ]
Step-by-Step Calculation Breakdown (Example: x̄ = 100, σ = 15, n = 100)
Step 1: Compute Square Root of Sample Size (√n)
• √100 = 10.000
Step 2: Divide Standard Deviation by √n
• SEM = 15 ÷ 10 = 1.5000
Step 3: Calculate 95% Confidence Margin of Error (ME = z* × SE)
• Margin of Error = 1.960 × 1.5000 = 2.9400
• 95% Confidence Interval = 100 ± 2.94 = [97.06, 102.94]
Standard Error vs. Standard Deviation
- Standard Deviation (SD): Reflects biological or physical variation among individual subjects. Does not shrink with larger sample size.
- Standard Error (SE): Reflects sampling error and estimation precision. Shrinks toward zero as sample size n increases.