Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: AW: heteroscedasticity in panel data (Huber-White robust standard errors)


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: AW: heteroscedasticity in panel data (Huber-White robust standard errors)
Date   Wed, 17 Jun 2009 23:41:40 +0200

<> 

Don`t you use -robust- in both cases? So I would bet that the standard errors are the same across these two alternatives?

*************
//     Setup
webuse nlswork, clear

gen age2 = age*age
gen ttl_exp2 = ttl_exp*ttl_exp
gen tenure2 = tenure*tenure
gen byte black = race==2

xtset idcode

xtreg ln_w grade age* ttl_exp* /* 
 */  tenure* black not_smsa south, fe
 est store fe
 
 xtreg ln_w grade age* ttl_exp* /* 
 */  tenure* black not_smsa south, /* 
 */ fe robust
  est store ferob
 
  xtreg ln_w grade age* ttl_exp* /* 
 */  tenure* black not_smsa south, /* 
 */ fe robust cluster(idcode)
  est store ferobclu
  
  estimates table fe /* 
 */ ferob ferobclu, /* 
 */ se style(oneline)
*************

In either case, simply visually comparing the errors to conclude that there is heteroscedasticity is not a scientific method. Note, for instance, the  command -estat hettest- for the cross-sectional case...


HTH
Martin

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von P K
Gesendet: Mittwoch, 17. Juni 2009 23:29
An: [email protected]
Betreff: st: heteroscedasticity in panel data (Huber-White robust standard errors)

Hi,

I tested my fixed effects panel model for heteroscedasticity using the Huber-White robust standard errors. 
The commands used are:

xtreg AverChangeROEadj2 strategy_01 duration_stability_t1 ceo_change ceo_int_t1 tmt_turnover_t1 sizelnempl age prior_slack_avail2 ROEadj_1 external_change_dummy lgcount_strategy performance_crisis_ROEadj strategy_01_stability_t1 strategy_01_ceo_changet1 stab_ceo_t1 stability_ceoint_strategy, fe i(number) robust

xtreg AverChangeROEadj2 strategy_01 duration_stability_t1 ceo_change ceo_int_t1 tmt_turnover_t1 sizelnempl age prior_slack_avail2 ROEadj_1 external_change_dummy lgcount_strategy performance_crisis_ROEadj strategy_01_stability_t1 strategy_01_ceo_changet1 stab_ceo_t1 stability_ceoint_strategy, fe i(number) robust cluster(number)


Results with robust std errors are different from the results without robust std errors, implying that there is heteroscedasticity.

Any hints on how to deal with this, i.e. shall I report the results with robust std errors?

Thanks,
Pat



      

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



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