Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: FE robust / RE robust & Hausman [Was: dear all]


From   "Duha Al-Kuwari" <[email protected]>
To   <[email protected]>
Subject   st: Re: FE robust / RE robust & Hausman [Was: dear all]
Date   Tue, 21 Feb 2006 09:38:22 +0000

thanks so much for your reply. 

do you mean the commands should be write in this way:

xtreg ldiv1   lgov1    lfc size lsale   llev lbeta2 lroe  if country==2, fe
robust
estimates store model104
xtreg ldiv1   lgov1 lfc  size lsale  llev  lbeta2 lroe   if country==2, re
robust
hausman model104


i tried but it doesn't work , it saied :
option robust not allowed

i don't know what to do?

duha

>>> [email protected] 21/02/2006 09:02 >>>
Duha Al-Kuwari wrote:

 I'm a new user of STATA. I need a help...I don't know what is the command
of random effects with  robust test  ,as well as  hausman test based on
robust fixed and random effects results. Would anyone  please   help me and
tell me how to write such commands.

--------------------------------------------------------------------------------

Wouldn't they be -xtreg- and -hausman-?

Joseph Coveney

xtreg <varlist>, i(<panelid>) fe robust
estimates store Fixed
xtreg <varlist>, i(<panelid>) re robust
estimates store Random
hausman Fixed Random
exit

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