Hi, I am trying to perform the standard likelihood ratio heteroskedasticity test for panel data:
xtgls dep var independent var, igls panels(heteroskedastic)
estimates store hetero
xtgls dep var independent var, igls
local df = e(N_g) - 1
lrtest hetero . , df(`df')
But I cant execute it due to maximum matsize limit.
Does anyone know of viable alternative to this heteroskedasticity test or is my only option to switch to R or other stats program?
Thanks in advance for any advice!
xtgls dep var independent var, igls panels(heteroskedastic)
estimates store hetero
xtgls dep var independent var, igls
local df = e(N_g) - 1
lrtest hetero . , df(`df')
But I cant execute it due to maximum matsize limit.
Does anyone know of viable alternative to this heteroskedasticity test or is my only option to switch to R or other stats program?
Thanks in advance for any advice!
Comment