Hi all. How are you? This is my second post here.
I'm trying to run a panel regression with a small sample, with N=22 (countries) and T=18 (years).
In my data autocorrelation seems to be an issue.
In such a case, as I'm not able to increase N or T, which regression should I be concerned to solve issues with such a sample?
Reading this forum I found that -xtscc- with FE and Lag would help, but I'm not sure, since T doesn't seem to be big enough. If -xtscc- is good enough in this case, is it ok to use differences in variables too?
Or should I stick to -xtreg- FE robust to solve it? In any chance is it possible to go for a -xtabond2- controlling for the proliferation of instruments?
If there is any other option to model it I would appreciate it very much to be aware of. Also, if I need to provide more info about my data, just let me know.
Thanks in advance you all.
Best regards.
I'm trying to run a panel regression with a small sample, with N=22 (countries) and T=18 (years).
Code:
. xtset id year panel variable: id (strongly balanced) time variable: year, 2001 to 2018 delta: 1 unit
Code:
Wooldridge test for autocorrelation in panel data H0: no first-order autocorrelation F( 1, 21) = 5.272 Prob > F = 0.0321
Reading this forum I found that -xtscc- with FE and Lag would help, but I'm not sure, since T doesn't seem to be big enough. If -xtscc- is good enough in this case, is it ok to use differences in variables too?
Or should I stick to -xtreg- FE robust to solve it? In any chance is it possible to go for a -xtabond2- controlling for the proliferation of instruments?
If there is any other option to model it I would appreciate it very much to be aware of. Also, if I need to provide more info about my data, just let me know.
Thanks in advance you all.
Best regards.
Comment