Hello
I have a 1306 x 12 matrix and I would like to create a separate vector for each column in eviews6. How can that be done?
Can someone please help?
Thanks
separate vector for each column in a matrix
Moderators: EViews Gareth, EViews Steve, EViews Moderator, EViews Jason
Re: separate vector for each column in a matrix
Code: Select all
for !i = 1 to 12
vector v!i = @columnextract(your_matrix,!i)
nextRe: separate vector for each column in a matrix
Thanks a lot :)
Who is online
Users browsing this forum: No registered users and 2 guests
