| Author |
Comment/Response |
Thomas
|
05/15/08 10:18am
Hi,
I have a big matrix with data and I need to extract some of the data to another matrix.
The dataset is observations from different countries with 31 rows for every country. I need to have the first 10 rows from every country in the new dataset.
Thus, I need the first 10 rows, then rows 32-41, then 63-72 etc.
I need the 10 rows from each country to be listed after eachother in the new dataset.
I have tried everything, with all the loops, but I can't make it work.
regards,
thomas
URL: , |
|