16.11 Parameter Interpretation
Given a change in x, how much do we expect y to change by?
Case 1: Level-Level Model
Yi=β0+β1Xi+ϵi
- Dependent Variable: Y
- Independent Variable: X
- Interpretation of β1: If we change X by one unit, we’d expect Y to change by β1
Case 2: Log-Level Model
log(Yi)=β0+β1Xi+ϵi
- Dependent Variable: logY
- Independent Variable: X
- Interpretation of β1: If we change X by one unit, we’d expect Y to change by 100β1 percent.
Case 3: Level-Log Model
Yi=β0+β1log(Xi)+ϵi
- Dependent Variable: Y
- Independent Variable: logX
- Interpretation of β1: If we increase X by one percent, we’d expect Y to increase by β1/100 units.
Case 4: Level-Log Model
log(Yi)=β0+β1log(Xi)+ϵi
- Dependent Variable: logY
- Independent Variable: logX
- Interpretation of β1: If we change X by one percent, we’d expect Y to change by β1 percent.
Adapted from here