[R] how to simply the procedure of creating a group of data.frame?
tedzzx
zengzhenxing at gmail.com
Fri Oct 24 10:36:48 CEST 2008
Dear R users,
I want to creat a group of data frames, such as:
d1<-data.frame(x=factor(),y=numeric(),...)
d2<-data.frame(x=factor(),y=numeric(),...)
d3<-data.frame(x=factor(),y=numeric(),...)
:
:
d50<-data.frame(x=factor(),y=numeric())
How can I use the loop to simply my procedure?
Thanks advance
Ted
--
View this message in context: http://www.nabble.com/how-to-simply-the-procedure-of-creating-a-group-of-data.frame--tp20146344p20146344.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list