[R] Executing Command on Multiple R Objects

2010-11-15 Thread patze003
-Command-on-Multiple-R-Objects-tp3043871p3043871.html Sent from the R help mailing list archive at Nabble.com. __ 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

Re: [R] Executing Command on Multiple R Objects

2010-11-15 Thread David Winsemius
On Nov 15, 2010, at 4:43 PM, patze003 wrote: Hello Everyone - I want to print a number of results from lme function objects out to a txt file. How could I do this more efficiently than what you see here: out2 - capture.output(summary(mod2a)) out3 - capture.output(summary(mod3)) out4 -