Hello everyone,
I wanted to run a mean equation using OLS with robust s.e.,, like below:
reg ir L.ir L.gr L.dummy, vce(robust)
predict ir_ols_res,res
where ir is irish 10-year yield, gr is the greek one and a dummy variable.
Then, I want to run EGARCH with the residuals from the above regression. So, I figured that I can just use the residuals from the above without constant as below:
arch ir_ols_res, noconstant earch(1/1) egarch(1/1)
Does that make sense, is it correct?
Thank you,
Related Posts with Egarch
Help with dropping selected duplicatesHi community, I have a dataset that I need to clean but I'm having a hard time coming up with a way …
Fama-MacBeth (1973) using asregDear all, I have some questions about the package asreg, thanks Attaullah Shah for sharing this in …
Time Trend VariableHello All, I am preparing my data to run an interrupted time series. I have to create a time trend …
Running a folder/list of do. files one after the other automatically (only starting the next when first is done).Hi folks - does anyone know of a simple way to automate the process of running a list of do. files o…
Lists with putdocxIs there a way to include lists (bulleted or numbered) via putdocx? `style` seems the most obvious c…
Subscribe to:
Post Comments (Atom)
0 Response to Egarch
Post a Comment