 |
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: RE: Interact two continuous log variables.
<>
*************
sysuse auto, clear
gen logweight=log(weight)
gen logprice=log(price)
reg trunk c.logprice#c.logweight
*************
HTH
Martin
-----Original Message-----
From: owner-statalist@hsphsun2.harvard.edu
[mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of natasha agarwal
Sent: Freitag, 10. September 2010 16:18
To: statalist@hsphsun2.harvard.edu
Subject: st: Interact two continuous log variables.
Dear everyone,
I was estimating a model where I wanted to interact FDI with GDP, both
continuous variables. In this case I wanted to know I can interact Log
FDI*Log of GDP?
Thanks
natasha
*
* 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/
*
* 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/