Example: Computing Standard Errors
Calculate the standard error of a mean and of a proportion, as well as the standard error of a regression slope and intercept.
Standard Error of a Mean
1. Define a vector D.
2. Calculate the standard error of the mean.
Standard Error of a Proportion
1. Define a vector Dp.
2. Calculate the standard error of the proportion.
Standard Error of a Regression
1. Define a vector Dr.
2. Calculate the slope and intercept for the line of best fit going through the above data set.
3. Calculate the standard error of the slope.
4. Calculate the standard error of the intercept.