Hi

I have a data.frame, and want to perform an analysis of variance on each
row.  I am currently using aov() and summary(), but what I want to do is
perform an analysis of variance on each row and then append the F
statistic and the p-value to the end of the row, so I can then use these
to filter the data later on;  and I want to do all this in a for loop.

How can I access the F statistic and the p-value from aov()
programmatically?

Thanks

Mick

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to