Skip to content
Prev 22315 / 398502 Next

A question from a newbee...

Martin Maechler wrote:
I guess you mean the p-values (shown as 'Pr(>F)') of the test. 
I do not know a way to extract these values from an aov object or
summary(aov).
You could of course sink() the output to a file.

But if you used my.lm <- lm(...) and my.anova <- anova(my.lm) instead,
you can easily 
access the values by
Michael Dondrup
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._