I want to do a PERMANOVA using AIC as the selection criterion. I did PERMANOVA with adonis of package vegan but I can´t find how to use AIC:

> m extractAIC(m)

Error in UseMethod("extractAIC") :

no applicable method for 'extractAIC' applied to an object of class

"adonis"

Do you know how to do it? Or, is there another way to do PERMANOVA in R (choosing the distance matrix) that allow using AIC?

Similar questions and discussions