Hello everybody,
I am analyzing my model by using MMQR, FMOLS, DOLS and FE-OLS. And, I want to make a graph to show the difference between the results of my empirical analysis in only one graph but I can not do it in a single command. So, can anyone kindly help me with this situation?
I can only add MMQR and OLS results in a graph by using following command:
reg lnco2 lnurb lnrnew lngdp lngdp2 lnict
mmqreg lnco2 lnurb lnrnew lngdp lngdp2 lnict, q(5(2.5)95)
qregplot lnurb lnrnew lngdp lngdp2 lnict, q(5(2.5)95) ols
And, I can not add the results of FMOLS, DOLS to this graph.
Thanks in advance!
I am analyzing my model by using MMQR, FMOLS, DOLS and FE-OLS. And, I want to make a graph to show the difference between the results of my empirical analysis in only one graph but I can not do it in a single command. So, can anyone kindly help me with this situation?
I can only add MMQR and OLS results in a graph by using following command:
reg lnco2 lnurb lnrnew lngdp lngdp2 lnict
mmqreg lnco2 lnurb lnrnew lngdp lngdp2 lnict, q(5(2.5)95)
qregplot lnurb lnrnew lngdp lngdp2 lnict, q(5(2.5)95) ols
And, I can not add the results of FMOLS, DOLS to this graph.
Thanks in advance!
Comment