Hi everybody, It might be a stupid question, but please excuse it! I would just like to export my ANOVA table from that kind of code: stats <- lm(Asfc~TO_POS, ssfa) anova(stats) into a *.csv or *.txt file. Can anyone help please? Thanks in advance Ivan
On Dec 11, 2009, at 8:17 AM, Ivan Calandra wrote:> Hi everybody, > > It might be a stupid question, but please excuse it! > > I would just like to export my ANOVA table from that kind of code: > stats <- lm(Asfc~TO_POS, ssfa) > anova(stats) > > into a *.csv or *.txt file. >capture.output(anova(model), file="test.txt")> Can anyone help please? > Thanks in advance > Ivan >David Winsemius, MD Heritage Laboratories West Hartford, CT