Displaying 1 result from an estimated 1 matches for "bwhpau".
2011 Sep 29
3
For loop for subset - repeating same over and over?
...va for numerous species
in a table that I have:
SiteSpp <-
c("ADHALP","ADLCON","ADLARC","BDALAT","BDPARC","BDLCON","BDLARC","AWCAQU","AWERUS","AWEANG","AWDPSI","BWCSTA","BWHPAU","BWETRI","BWERUS","BWDFIS","BWPARC","BWLCON","BWLARC","BWJBIG")
n.SiteSpp <- length(SiteSpp)
for (i in (1:n.SiteSpp)) {
QInfl.aov <- aov(AvgOfnumResponse ~ strTrea*strYear,
data=QInflAvgbyPlot, subset=(SiteS...