Drop first and last column of Matrices
Posted: Tue Dec 17, 2013 6:48 am
Hi, I've got the following problem: I've got about 300 matrices with different number of rows and columns. Now I want to drop the first and last column for each of them. I tried to use the following command:
matrix x_new = @subextract(maxtrix_x, 1, 2, ?, ?)
I already looked for a command, which tells EViews to use the last column each time, but I couldn't find one. Even with the @dropcol(i) I couldn't manage to solve this problem. Could you please give advice? Otherwise I would have to use the mentioned command about 300 times...
Thanks a lot in advance!
P.S.: I am using EViews 8!
matrix x_new = @subextract(maxtrix_x, 1, 2, ?, ?)
I already looked for a command, which tells EViews to use the last column each time, but I couldn't find one. Even with the @dropcol(i) I couldn't manage to solve this problem. Could you please give advice? Otherwise I would have to use the mentioned command about 300 times...
Thanks a lot in advance!
P.S.: I am using EViews 8!