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
Power calculations for clustered designs & multiple survey roundsHello, does anyone know how to conduct power calculations that account for both clustered designs an…
Using esttab to create a tableHi, I am trying to create a table (example attached) using esttab command. I have run different spe…
The robust standard error in a fixed effects modelHi I have a question about the vce(robust) option. (the option is same with vce(cluster pid) in xtre…
Python Integration: Pandas Package Causing Stata to CloseAfter setting my python_userpath and python_exec, attempting to execute the following lines from a d…
Weak instrument issue with control function approach, in nonlinear modelsDear all, I'm applying the control function (CF) approach in a nonlinear model, the fractional resp…
Subscribe to:
Post Comments (Atom)
0 Response to Egarch
Post a Comment