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

Re: st: How implement a two way specification in panel data?


From   JAYESH KUMAR <[email protected]>
To   <[email protected]>
Subject   Re: st: How implement a two way specification in panel data?
Date   Mon, 21 Jul 2003 22:17:07 +0530 (IST)

Hi!

One option is to use areg, i.e
----
xi: areg Y X's i.time, absorb(iid)
----
with robust and cluster options.
Or use can use xtreg,fe or re or be depending on the model specification.
----
iis iid
tis time
xi: xtreg Y X's i.time, fe ( re | be)
----
I'll not advice you to use "regress" with dummies for time and iid, as it
takes abnormal time to do the estimation.

-Jayesh Kumar

************************************************************************
JAYESH KUMAR,
Research Scholar,
Indira Gandhi Institute Of Development Research (IGIDR),
Gen. Arun Kumar Vaidya Marg,
Santosh Nagar, Goregaon (East), Mumbai-400065, INDIA.
Tel # + 91 (22) 2840 0919/0920/0921  Extn. 591(Office) 263(Residence)
Fax # + 91 (22) 2840 2752/2026
visit: www.igidr.ac.in/~jayesh
************************************************************************

#You wrote:

:	I'd like to know how should I implement a two way model, i.e. individual
:and time effects together. Is there anyone who can help me?. Thanks in
:advance.
:
:Tamara Burdisso

*
*   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