How do I...
Posted by Martin Schmidt on November 16, 2000 9:43 AM
Is there a short-hand way of doing the following:
How can I take a column with say 1000 observations and take every 3rd (or any constant) observation and place them consequatively in another column?
for example:
1 3
2 6
3 9
4
5
6
7
8
9
10