Is there a way to generate variables with names like var1, var2, var3? Right now I've been resorting to using either a cat function to string it together or to pre-generate a list and having it select from list[x] as it loops.
Help would be much appreciated. Thanks! ______________________________________________ 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.