Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: interpreting cofficient on interaction of two logged variables
From
Maarten Buis <[email protected]>
To
[email protected]
Subject
Re: st: interpreting cofficient on interaction of two logged variables
Date
Tue, 21 Aug 2012 15:01:59 +0200
On Tue, Aug 21, 2012 at 2:40 PM, D'Souza, Anna - ERS wrote:
> Question 1: Does anyone have a reference that describes the interaction of logged variables? I am looking for a justification as to why to use "log x1 * log x2" vs. log (x1 * x2).
Remember that : log(a) + log(b) = log(a*b), so a model like:
log(y) = a*log(x1) + b*log(x2) + c*log(x1*x2)
can be rewritten as
log(y) = a*log(x1) + b*log(x2) + c*log(x1) + c*log(x2)
which is probably not what you want.
Hope this helps,
Maarten
---------------------------------
Maarten L. Buis
WZB
Reichpietschufer 50
10785 Berlin
Germany
http://www.maartenbuis.nl
---------------------------------
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/