Hello.
I am working to build a CAPM-GARCH model in Stata in order to explain and predict the returns of some ADRs. First of all, I regress the excess of return of certain stock against the excess of returns of the market (returns of NYSE composite) by OLS.
When I start trying to model variance equation, first I try to find if there are any ARCH effects. To do that, after OLS regressión I use "estat archlm, lags(1)", and Stata says that there are no observations r(2000);
Do you know an alternative way to find if there are any ARCH effects or if my commands aren't okay?
Thanks
Related Posts with estat archlm, lags(1) no observations r(2000)
Testing coefficient equality in (subsample) panel data regressions?Dear All, Suppose that I have the following code, Code: webuse grunfeld, clear gen ind = company …
Help with Regression CommandsI am supposed to display a graph comparing the results by gender and students of multiple variables.…
Measuring the % of variance by explanatory factors in regression modelsIs there any way in Stata 14 to measure the percentage of variance for a given IV. I came across an…
Invalid Name Using ReplaceHello, I was trying to replace the value of some variables. My code is: replace a867_2900 = 375000…
Don't understand what marginsplot is doing.I have run a simple regression model followed by a request for margins as follows: Code: . regSco…
Subscribe to:
Post Comments (Atom)
0 Response to estat archlm, lags(1) no observations r(2000)
Post a Comment