Page 1 of 1

Get rows from a table and convert to vecto

Posted: Wed Feb 20, 2019 11:21 am
by lgazire
Hi!

I have a table data type displayed like this:

Code: Select all

series1 series2 series3 series4 series5 series6 series7 TOP 1 0.277443 0.291860 0.029998 0.290479 0.333404 0.283614 0.299484 TOP 2 0.268523 0.291546 0.029209 0.290310 0.332705 0.283433 0.299298 TOP 3 0.260101 0.289590 0.029191 0.289099 0.331738 0.280901 0.297647 TOP 4 0.251889 0.288515 0.028659 0.286342 0.329207 0.280480 0.297303 TOP 5 0.243777 0.285008 0.027612 0.282682 0.327394 0.275828 0.293816
I want to get the values from the first row starting to column 2 and transform into a vector, what is the best way to do this?

Re: Get rows from a table and convert to vecto

Posted: Wed Feb 20, 2019 11:34 am
by EViews Gareth

Re: Get rows from a table and convert to vecto

Posted: Wed Feb 20, 2019 11:55 am
by lgazire
Awesome!