Hello All.
I'm using Eviews 7, which allows me to graphically present regression equations along with fitted values and a +/- standard deviation band etc. - but only when i select this option from the "view" menu on the equation out put.
what is the eviews code for this please?
Regression Output (Graph)
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Regression Output (Graph)
- Attachments
-
- Doc1.pdf
- Print Screen of Eviews
- (245.64 KiB) Downloaded 538 times
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Regression Output (Graph)
If you're talking about View->Actual,Fitted,Residual->Actual,Fitted,Residual Graph, then the resids command will do it.
Re: Regression Output (Graph)
thanks a lot Gareth ~ that does the trick perfectly
(is there a way i can save this output as a graph in my workfile?)
Cheers
Wes
(is there a way i can save this output as a graph in my workfile?)
Cheers
Wes
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Regression Output (Graph)
use the freeze command.
-
rmoralesaramburu
- Posts: 52
- Joined: Mon Nov 18, 2013 9:09 am
Re: Regression Output (Graph)
Hi,
I am having errors in this inquiry, I am using Eviews 8. If I run this code
t10ois.ls t10yr c ois_1yr2yr
t10ois.resid(g)
I am not getting the actual fitted, residual graph, instead I am getting this error
"T10ois is not defined in "DO_T10OIS.RESID(G)"
I am having errors in this inquiry, I am using Eviews 8. If I run this code
t10ois.ls t10yr c ois_1yr2yr
t10ois.resid(g)
I am not getting the actual fitted, residual graph, instead I am getting this error
"T10ois is not defined in "DO_T10OIS.RESID(G)"
-
rmoralesaramburu
- Posts: 52
- Joined: Mon Nov 18, 2013 9:09 am
Re: Regression Output (Graph)
It is this code I am getting errors
t10ois.ls t10yr c ois_1yr2yr
t10ois.resids(g)
t10ois.ls t10yr c ois_1yr2yr
t10ois.resids(g)
-
EViews Gareth
- Fe ddaethom, fe welon, fe amcangyfrifon
- Posts: 13604
- Joined: Tue Sep 16, 2008 5:38 pm
Re: Regression Output (Graph)
Works for me:
Code: Select all
create u 100
series t10yr = @nrnd
series ois_1yr2yr = @nrnd
equation t10ois
t10ois.ls t10yr c ois_1yr2yr
t10ois.resids(g)
-
rmoralesaramburu
- Posts: 52
- Joined: Mon Nov 18, 2013 9:09 am
Re: Regression Output (Graph)
Thanks!!
Who is online
Users browsing this forum: No registered users and 2 guests
