[R] How to save R clean sessions in BATCH mode?

2009-05-16 Thread mcnda839
Thanks a lot for all of you that have reply me about opening and ending R workspaces in BATCH mode. However replies were a king general and I’m afraid I could not take the entire message from them. Therefore I chose to expose here a representative fraction of my work. I have 50 Rdata files

[R] How to save independent R sessions in BATCH mode???

2009-05-07 Thread mcnda839
Hi guys, I already have put this question some time ago however replies were not straight to the problem. Even so thanks a lot for the answers! I reformulate the problem. I have a script file with the following commands: for (i in 1:300) - open session -- load(“X_i.rdata”) - perform some

[R] How to save independent R sessions in BATCH mode?

2009-04-11 Thread mcnda839
Hi Rers, I would like to use the BATCH mode to R automatically: open 2 R sessions (ex. data1.Rdata, data2.Rdata), produce some calculations (…), save 2 sessions (sol1.Rdata, sol2.Rdata), My problem when using R CMD BATCH master.R is that when I use master.R as a master file, with:

[R] Basic doubts on the use of several script files in R batch mode

2009-04-04 Thread mcnda839
I already searched for information regarding the batch file operations within R. But I could not locate the information I need. Basically I have a doubt regarding the procedures on the batch use of several script files (*.R). How can I do this? How can I define the order of files? My

[R] [dist]how to analise a large matrix?

2008-08-21 Thread mcnda839
Hi all, I have a matrix of about 100.000 x 4 that I need to classify using euclidean metric. For that I am using dist or daisy functions, but I am afraid that the message: Error in vector(double, length) : vector size specified is too large, means too much lines. Can anyone suggest me how