Hi everyone,
I have a panel dataset (an unbalanced one) and I have a question about robust standard errors. The code I've used is the following:
xtset country_num year
xtreg salience_mean year, vce(robust)
Essentially, I have data for different countries for a period of roughly 30 years and I want to see how the salience_mean variable grows over time.
I read that the vce(robust) option provides White's heteroskedasticity estimator. However, I'd like to do the following:
1) test for autocorrelation/serial correlation
2) use a standard error that is robust to autocorrelation/serial correlation as well as heteroskedasticity. I think this would be what some call "White-Arellano estimator" (correct me if I'm wrong)
I tried to look for an answer but it's still unclear to me how to implement the two points above.
Thank in advance for your help!
Related Posts with White-Arellano estimators
Multiple imputation with panel data: xtset command and differing time pointsI am working with RCT data in which patients followed-up at the following time points: 2 weeks, 6 we…
Out of sample predicted probabilities from probitHello everyone, I'm trying to replicate output produced by the NY Federal Reserve, but am a bit con…
weakivtest invalid syntax r(198)I am running fixed-effect instrumental variable panel regression. The data is unbalanced panel. The …
Generating a 1-0 variable if any of a varlist has a valueHello, I have a dataset that includes data from a baseline survey, post-intervention survey, and on…
Fuzzy matching two data-sets using MatchitI am using the command MATCHIT (for the first time) from Julio Raffo to fuzzy match 2 data-sets. The…
Subscribe to:
Post Comments (Atom)
0 Response to White-Arellano estimators
Post a Comment