Re: [R] controlling the number of times a script is repeated in a loop

2008-12-01 Thread Carl Witthoft
quote: On Sun, Nov 30, 2008 at 12:21 PM, Salas, Andria Kay aks2515_at_uncw.edu wrote: I am running a large for loop and at the end of each iteration a matrix is produced. The program changes the columns in the matrix, and each time a column is added the name of that column is y. All original

[R] controlling the number of times a script is repeated in a loop

2008-11-30 Thread Salas, Andria Kay
I am running a large for loop and at the end of each iteration a matrix is produced. The program changes the columns in the matrix, and each time a column is added the name of that column is y. All original columns have no column name. Due to the nature of the program, all original columns

Re: [R] controlling the number of times a script is repeated in a loop

2008-11-30 Thread hadley wickham
On Sun, Nov 30, 2008 at 12:21 PM, Salas, Andria Kay [EMAIL PROTECTED] wrote: I am running a large for loop and at the end of each iteration a matrix is produced. The program changes the columns in the matrix, and each time a column is added the name of that column is y. All original columns