[R] aov() usage
    Jhope 
    jeanwaijang at gmail.com
       
    Mon Oct  8 04:49:00 CEST 2012
    
    
  
Hi R-listers, 
I am wondering if the function aov() in plyr is appropriate for two
different types of tests:
1) > summary(aov(EDI ~ VegIndex, data=data.to.analyze))
AND
2) > summary(aov(HSuccess ~ VegIndex + Aeventexhumed +
VegIndex:Aeventexhumed, data=data.to.analyze))
the later inclusive of an interaction of the two explanatory variables.
This is for obtaining P value and F statistics. 
Please advise, Jean
--
View this message in context: http://r.789695.n4.nabble.com/aov-usage-tp4645380.html
Sent from the R help mailing list archive at Nabble.com.
    
    
More information about the R-help
mailing list