Re: [R] Print Summary

2007-11-28 Thread Henrique Dallazuanna
Perhaps: ?capture.output ?sink On 28/11/2007, dave mitchell <[EMAIL PROTECTED]> wrote: > > Dear All, > I am currently working on a project involving a rather redundant task. I > have 11 files that I will be generating anova tables and plots for. I am > contemplating writing a for loop to proce

[R] Print Summary

2007-11-28 Thread dave mitchell
Dear All, I am currently working on a project involving a rather redundant task. I have 11 files that I will be generating anova tables and plots for. I am contemplating writing a for loop to process each file, create an anova table, the appropriate plots, and save them to my hard drive. I've in