Re: [R] Help with arguments in .Script

2009-12-19 Thread David Winsemius
On Dec 19, 2009, at 6:24 AM, Veronesi, Fabio wrote: Dear R users, my problem, at the moment, is the following: I need to apply a script to a very big dataset, so I need first to subdivide the dataset into samples and then apply the script to every single sample. Now I tried to solve the pr

[R] Help with arguments in .Script

2009-12-19 Thread Veronesi, Fabio
Dear R users, my problem, at the moment, is the following: I need to apply a script to a very big dataset, so I need first to subdivide the dataset into samples and then apply the script to every single sample. Now I tried to solve the problem with these linest: S1<-data[data$sub==1,1:3]