Under OLS estimation,
The regression equation is of the form: yi=α+βxi
Where Y is the dependent variable (height), X is the independent variable (age), α= the y-intercept, and β= the slope.
β=∑(xi−xˉ)2(xi−xˉ)−(yi−yˉ)=SxxSxy=6611.3=0.1712
α=yˉ−βxˉ
yˉ=3144+150+157=150.33
xˉ=311+12+13=12
Therefore, α=150.33−0.1712×12=148.27
Chapter: Linear Regression
Learning objectives:
- Interpret the results of an ordinary least squares (OLS) regression with a single explanatory variable.
- Describe the key assumptions of OLS parameter estimation.