david-barnett/microViz

mixed effect in dist_permanova

jorondo1 opened this issue · 0 comments

Using the dist_calc() psExtra output, is it possible to pass a restricted permitation design to adonis2 via dist_permanova? such as suggested here

in adonis2 it would look like this:

h1 <- with(df, how(nperm= 9999, blocks = partID)) 
adonis2(dissMx ~ explVar, data = df, permutations = h1, method = "aitchison")

how would I pass the permutation design to dist_permanova?