Linear Regression in STATA

In STATA one can estimate a linear regression using the command regress. In this post I will present how to use the STATA function regress to run OLS on the following model

y = \alpha + \beta_{1} x_{1}

Continue reading Linear Regression in STATA