--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-pack...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/geomorph-r-package/f7312883-f5af-4140-89e9-55999613bbd9n%40googlegroups.com.
When you say, "one would have to use PCoA loadings perhaps to make sense of, e.g., ANOVA results," you mean that if you use the PCoA scores in the RRPP model, you would need to use the loadings to interpret the RRPP ANOVA if there's a positive signal, correct?
As a follow up, is there any difference if the matrix is binary instead of compositional (using Jaccard or Bray-Curtis/Sorensen-Dice)?
IanOne could either use the original variables from the diet matrix or ordinate scores (say from PCoA on the Bray-Curtis dissimilarity matrix) and the function will work. The function will not work if one tries to use a dissimilarity matrix as an independent variable (it does work if a dissimilarity matrix is the response variable, though). Although the function would work with either original variables or PCoA scores, I would not expect commensurate results. The reason for using Bray-Curtis followed by PCoA would be to develop a set of continuous variables from bounded, skewed, frequency data.If that is worth doing, it is probably better to use PCoA scores as independent variables, although one would have to use PCoA loadings perhaps to make sense of, e.g., ANOVA results. (If PCoA1 and PCoA2 are significant, what does it mean?)Perhaps a bit of uncertainty arises from the vegan::adonis(2) function, which allows one to define the transformation within the function. That is for response data though, not independent variables.Best,MikeOn Jan 26, 2026, at 6:20 PM, iEdison <iante...@gmail.com> wrote:I am working with a data set of a matrix of diet categories by percentage of diet. I am hoping to use lm.RRPP with the diet matrix as a predictor, for example: `tongue_length ~ skull_volume + diet_matrix`.The diet matrix is compositional and has abundant zeros. In a GLS context, the unit-sum, double zeros, and abundant zeros issues require you to transform the matrix to a distance/dissimilarity matrix. Bray-Curtis is often used for the way it handles these issues for ecological data where clr is not an option.Does RRPP require this sort of transformation on the matrix, or can I input the raw, compositional diet matrix into the formula?Thank you!--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-pack...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/geomorph-r-package/f7312883-f5af-4140-89e9-55999613bbd9n%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "geomorph R package" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geomorph-r-pack...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/geomorph-r-package/eeaf0cc4-a7ae-427f-af7d-3723ced10196n%40googlegroups.com.