Dear forum members,
I have a balanced panel of 80 countries with 17 years of time series data. I am trying to incorporate seemingly unrelated regressions for three equations.
The xtsur command execution
resulted in an output as follows
Further, I tried performing the same execution with pooled sureg command.
The Breusch Pagan test of heteroscedasticity indicates the model is heteroscedastic
kindly help me correct the Heteroscedasticity and Autocorrelation in sureg command shown above.
Thanks in advance.
I have a balanced panel of 80 countries with 17 years of time series data. I am trying to incorporate seemingly unrelated regressions for three equations.
The xtsur command execution
Code:
xtsur ( lnGDP lnICTPassive PD IDV MAS UAI LTO IND ICTPD ICTIDV ICTMAS ICTUAI ICTLTO ICTIND) ( lnHDI lnICTPassive PD IDV MAS UAI LTO IND ICTPD ICTIDV ICTMAS ICTUAI ICTLTO ICTIND) (lnCO2e lnICTPassive PD IDV MAS UAI LTO IND ICTPD ICTIDV ICTMAS ICTUAI ICTLTO ICTIND)
resulted in an output as follows
Code:
classdef _b_stat() in use (nothing dropped) (327 lines skipped) (error occurred while loading xtsur.ado) r(310);
Code:
sureg (lnGDP = lnICTPassive PD IDV MAS UAI LTO IND ICTPD ICTIDV ICTMAS ICTUAI ICTLTO ICTIND Region WGI i.Year i.country) ( lnHDI = lnICTPassive PD IDV MAS UAI LTO IND ICTPD ICTIDV ICTMAS ICTUAI ICTLTO ICTIND Region WGI i.Year i.country) (lnCO2e = lnICTPassive PD IDV MAS UAI LTO IND ICTPD ICTIDV ICTMAS ICTUAI ICTLTO ICTIND Region WGI i.Year i.country), corr
Code:
Breusch-Pagan test of independence: chi2(3) = 791.853, Pr = 0.0000
Thanks in advance.
Comment