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
Accumulating results with two conditionsHello, I have data about the video game industry and I would like to add a control variable that re…
How to convert timing format MM:SS:MS into numeric?Hi. I have trouble converting a timing format in MM:SS:MS into a numeric? -For example converting it…
Lagging a variable 1 or more years from data on daily stock prices to use in OLS regressionI am trying to make an empirical study on the effect of dividend changes on future firm performance.…
Clubbing categories within variablesDear all, This is my data. Code: * Example generated by -dataex-. To install: ssc install dataex…
Predictor variables became not significant in fixed effect model.Hi. I am using Stata 15.1 and here is sample of my data. My main predictor variables are winpowersh …
Subscribe to:
Post Comments (Atom)
0 Response to White-Arellano estimators
Post a Comment