Re: [R] Stuck in size when looping

2013-08-07 Thread Adams, Jean
Rolf, It's great that you provided example data and code. It's helpful if you provide data in a way that's easy for others to run. For example, you can use the output from the call to the dput() function. dput(dtot) dput(newtot) Then you could share the example data like this: # TRAINING data..

[R] Stuck in size when looping

2013-08-07 Thread Rolf Edberg
Hi I have a problem with getting stuck in the number of rows that the first data group has when looping. Let me explain the program: I want to run randomForest on 200 stocks and get scores of each of them. First I shall point at the training data set file(with data from 200 stocks) then I