Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: xtivreg, fd,


From   Mark Schaffer <[email protected]>
To   [email protected], Antonio Rodrigues Andres <[email protected]>
Subject   Re: st: xtivreg, fd,
Date   Fri, 30 Apr 2004 21:48:39 +0100 (BST)

Antonio,

Quoting Antonio Rodrigues Andres <[email protected]>:

> Many thanks for your help Mark.
> I still get different output using ivreg and xtivreg, fd.
> *SET INDIVIDUAL (i) AND TIME (t) INDEXES;
> 
> iis country
> tis year
> sort country year
> 
> 
> tsset country year
> gen lsrt1=l.lsrt
> gen lsrt2=l2.lsrt
> gen dlsrt=d.lsrt
> gen dlsrt1=d.lsrt1
> 
> ivreg dlsrt (dlsrt1=lsrt2)
> xtivreg lsrt (l.lsrt=l2.lsrt), fd

These look like different regressions, and this may be why the results are 
different (and even use different size samples, 244 obserations vs. 218).

The second regression uses the -fd- option, so everything is, I think, in 
first-differences.  It has one regressor, the lagged FD.  It is being 
instrumented with the 2nd lag of the FD.

The first regression has one regressor, the lagged FD.  It is being 
instrumented with the 2nd lag of the LEVEL.

If you re-do the first regression but use the 2nd lag of the FD as the 
(excluded) instrument, i.e., d.lsrt2, you might get the same results.

Cheers,
Mark


Prof. Mark Schaffer
Director, CERT
Department of Economics
School of Management & Languages
Heriot-Watt University, Edinburgh EH14 4AS
tel +44-131-451-3494 / fax +44-131-451-3008
email: [email protected]
web: http://www.sml.hw.ac.uk/ecomes
________________________________________________________________

DISCLAIMER:

This e-mail and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom it is addressed.  If you are not the intended recipient
you are prohibited from using any of the information contained
in this e-mail.  In such a case, please destroy all copies in
your possession and notify the sender by reply e-mail.  Heriot
Watt University does not accept liability or responsibility
for changes made to this e-mail after it was sent, or for
viruses transmitted through this e-mail.  Opinions, comments,
conclusions and other information in this e-mail that do not
relate to the official business of Heriot Watt University are
not endorsed by it.
________________________________________________________________
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index