Re: [R] exporting simulated data

2013-01-17 Thread Rui Barradas
Hello, Em 17-01-2013 11:56, Jessica Streicher escreveu: Rather unspecific. Basically you'd need a loop to create the sets, and a way to write them into a file. You did not specify the format of your data. You might be able to use write, write.table or write.csv and the like. You could also ha

Re: [R] exporting simulated data

2013-01-17 Thread Jessica Streicher
Rather unspecific. Basically you'd need a loop to create the sets, and a way to write them into a file. You did not specify the format of your data. You might be able to use write, write.table or write.csv and the like. You could also have a look at ?save which allows you to save any R object.