3.9: Logarithmic Regression - Class Notes
Contents
Thursday, November 21, 2019
Overview
Today, we finish up our view of nonlinear models with logarithmic models, which are more frequently used. We also discuss a few other tests and transformations to wrap up multivariate regression before we turn to panel data: standardizing variables to compare effect sizes, and joint hypothesis tests.
Interpretting logged variables can often be difficult to remember, so here I reproduce the tables that describe the interpretations of the marginal effect of , as well as some visual examples from the slides:
Model | Equation | Interpretation |
---|---|---|
Linear-Log | 1% change in unit change in | |
Log-Linear | 1 unit change in % change in | |
Log-Log | 1% change in % change in |
- Hint: the variable that gets logged changes in percent terms, the variable not logged changes in unit terms
Linear-Log | Log-Linear | Log-Log |
---|---|---|
![]() |
![]() |
![]() |
We will do another set of R practice problems, and you will be given HW 5 to work on this material.
Slides
R Practice Problems
We will do some R Practice Problems on nonlinear models, which we will continue into Tuesday November 26.
Problem Set 4 Due TODAY
Problm Set 4 (on classes 3.1-3.5) is due TODAY.