I feel like this is kind of an elementary question but w/all my reading in and around the subject I have yet to arrive at a conclusive answer. I'm testing an ecological (site*species) data set as part of an investigation into an invasive species (Rosa rugosa). I have grouped my data according to the quadrant they were part of, I don't how relevant this is, but the species is only seen at certain quadrants along the transect.
Is there a test that I can run to test the null hypothesis that this specific species has no impact on the entire assemblage. I believe that I am looking for some kind of multivariate T-test, for which I'd be looking for Hotelling's T^2 test, although many of the functions in the vegan package seem that they test along similar lines. Any of envfit, betadisper, adonis, or even anosim seem to allow me to group a sort of
>nta.bray ## bray-curtis matrix w/wisconsin transformation
>test(nta.bray, Rosa_rugosa ~ Quadrant, data=nta)
Does anyone know of a test that will allow me to test along these lines, or even a paper that performed a similar hypothesis test?