Learning Guide: Calculating Confidence Intervals for Regression Coefficients in R
In a linear regression model, a regression coefficient tells us the average change in the associated with a one unit increase in the predictor variable. We can use the following formula to calculate a confidence interval for a regression coefficient: Confidence Interval for β1: b1 ± t1-α/2, n-2 * se(b1) where: b1 = Regression coefficient […]
Learning Guide: Calculating Confidence Intervals for Regression Coefficients in R Read More »