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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to