I am trying to run an autocorrelation(xtserial) for panel data
I tried using:
Can't run an autocorrelation(xtserial) for panel data (error: time variable not set, use tsset varname ...)
I have generated panel data and run fixed effects based on Hausman test results. However, I cannot check the autocorrelation and normality test for my panel data. I would really appreciate it if anyone could advise me on how to solve this problem.
I tried using:
Code:
xtset fid_ndvi xtreg yield_ndvi avg8_ndre, fe search xtserial net sj 3-2 st0039 net install st0039 xtserial yield_ndvi avg8_ndre , output
I have generated panel data and run fixed effects based on Hausman test results. However, I cannot check the autocorrelation and normality test for my panel data. I would really appreciate it if anyone could advise me on how to solve this problem.
Comment