In R: I'm doing a partial RDA, using a forward selection procedure to identify the explanatory variables which are most important for a coleoptera community.
But how do I get not only adjusted R2 values, but also p-values for all tested variables when using function ordiR2step?
And why is function ordiR2step so much faster than ordistep in doing so??