[R] Re: none

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Sun May 20 12:34:27 CEST 2001


Liqing Zhang <lzhang at ea.oac.uci.edu> writes:

> I performed an aov() analysis and got the following results:
> 
> 	     Df Sum Sq Mean Sq F value Pr(>F)
> block         1 0.0040  0.0040  0.3282 0.5672
> Residuals   269 3.2766  0.0122
> 
> Can anyone tell me how to extract the F value column and Pr(>F) column
> from the summary output of aov analysis?

Slightly tricky because there's really a list of tables involved, due
to the multistratum aspect of aov:

summary(npk.aov)[[1]]$"F value"

etc.

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list