Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • GLM Model With Gaussian Family and Log Link Interpretation

    Hi,

    Am I right to assume that a GLM model with Gaussian family and log link is essentially the same as running an OLS model with a logged dependent variable?
    Also, the GLM model I am running uses dummy independent variables. So would it be correct to interpret the following way; a change in x1 from 0 to 1 would produce a [(e^B1)-1] change in y, where B1 is the coefficient on the x1 independent variable?

    Thanks,

    Ash

  • #2
    Originally posted by Ash Summerfield View Post
    Am I right to assume that a GLM model with Gaussian family and log link is essentially the same as running an OLS model with a logged dependent variable?
    Close, but not quite. In a linear regression model with the log transformed variable you model \(\mathrm{E}(\ln(y))\), while with a GLM with the log link function you model \(\ln(\mathrm{E}(y))\). Since the logarithm is a non-linear transformation the two are not equal. For more see: http://blog.stata.com/2011/08/22/ . For even more references see the comments to that post.

    Originally posted by Ash Summerfield View Post
    Also, the GLM model I am running uses dummy independent variables. So would it be correct to interpret the following way; a change in x1 from 0 to 1 would produce a [(e^B1)-1] change in y, where B1 is the coefficient on the x1 independent variable?
    That is correct, you can let Stata display \(e^b\) by adding the eform option
    ---------------------------------
    Maarten L. Buis
    University of Konstanz
    Department of history and sociology
    box 40
    78457 Konstanz
    Germany
    http://www.maartenbuis.nl
    ---------------------------------

    Comment


    • #3
      Thank you for your reply, Maarten. It was very helpful!

      Comment

      Working...
      X