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
Panel ARDL Optimal Lag Selectin Loopforval i=1/24 { qui xtreg y x1 x2 x3 x4 x5 /// l`i'.y l`i'.x1 l`i'.x2 l`i'.x3 l`i'.x4 l`i'.x5, fe qu…
Using coefplotHi, I am using coefplot command to represent my results from different regressions. Code: reg nchi…
A histogram to show posterior distributions after VARDear all I have seen in a few papers in macroeconomics (which is not my field of expertise), histog…
grqreg: plot aftyer QR, "xtitle(Quantile) is not a twoway plot type" errorStata users, I'am using the "sqreg" and "grqreg" commands to draw graphs after QR. However, the fol…
Graph BarHello Sir, i have a query in bar graphs on STATA.. when i ran the following command i get my figure…
Subscribe to:
Post Comments (Atom)
0 Response to Egarch
Post a Comment