I'm trying to create a list of Data Frames.  I have 17 data frames that I need 
to move through in a loop, but if I simply make a list of them, then they do 
not stay data frames, and I can't sort through them.  I tried to create an 
array, but the data frames can have anywhere from 14-16 rows, and I couldn't 
find a way to make a variable size array.  If you have any ideas, I would 
greatly appreciate any help, as I'm trying to learn R, and decided to apply it 
to a project that I have been working on.  My goal is splitting a sports season 
into games per week, and then do statistics on each week, but have an average 
running up to that point in the season.  Thus the list would be indexed by 
weeks, and then there's a data frame of the game and all relevant statistics. 

Thank You,
Mike Smith


______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to