Page 1 of 1

graph

Posted: Mon Feb 06, 2012 11:55 am
by Nau2306
Hi

Given a matrix of 4 columns and x rows, I would like to plot a line graph of the 3rd and 4th column in eviews6. How can that be done?

Thanks

Re: graph

Posted: Mon Feb 06, 2012 12:07 pm
by EViews Gareth
Make a new matrix with only those columns, then use matrix.line

Re: graph

Posted: Tue Jul 10, 2012 11:01 am
by Nau2306
How to create a matrix with only the column needed?

Thanks

Re: graph

Posted: Tue Jul 10, 2012 11:14 am
by EViews Gareth
Use the @subextract function.

Re: graph

Posted: Wed Jul 11, 2012 1:12 am
by Nau2306
Thanks :)