search for: s00001

Displaying 1 result from an estimated 1 matches for "s00001".

Did you mean: 000001
2009 Dec 19
1
Help with arguments in .Script
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: S00001<-data[data$sub==1,1:3] #which divide the dataset in samples based on the number on the column "sub" data<-S00001 #because in the script the dataset is always called "data" .Script("R",script.R,args=data,write.csv(ta...