Hi all,
I am conducting an event study on volatility, and am trying to conduct Engle Lagrange's test for ARCH effects with the following code:
Code:
estat archlm, lags(1)
The output from this code, is that "estat archlm not valid"
I was wondering if anyone could help? I have also tried the following, seeing as I am using panel data with repeated time variables.
Code:
regress market_return return
archlm, lags(2)
To which the output is "sample may not include multiple panels"
I have tested for heteroscedasticity using the "hettest" command and have found heteroscedasticity to be present. Would this suffice?
I would really appreciate some help in the matter.
Kind regard,
Sarah.
I am conducting an event study on volatility, and am trying to conduct Engle Lagrange's test for ARCH effects with the following code:
Code:
estat archlm, lags(1)
The output from this code, is that "estat archlm not valid"
I was wondering if anyone could help? I have also tried the following, seeing as I am using panel data with repeated time variables.
Code:
regress market_return return
archlm, lags(2)
To which the output is "sample may not include multiple panels"
I have tested for heteroscedasticity using the "hettest" command and have found heteroscedasticity to be present. Would this suffice?
I would really appreciate some help in the matter.
Kind regard,
Sarah.
Comment