Skip to content
Prev 132426 / 398506 Next

assigning and saving datasets in a loop, with names changing with "i"

you want to use:

save(list=paste("data", i, sep=""), file=paste("data", i, ".Rdata",  
sep=""))

b
On Dec 18, 2007, at 9:24 PM, Marie Pierre Sylvestre wrote: