All Questions
Tagged with multivariate-testing vegan
14 questions
1
vote
1
answer
708
views
Does PERMANOVA analysis (specifically adonis2 in the vegan package) allow for nested terms?
I am trying to run a PERMANOVA analysis on the bray-cutis dissimilarities between my samples, but I need to nest sample days within time of day. I read that the "strata" function in adonis2 ...
0
votes
1
answer
693
views
PERMANOVA - unbalanced design
I am new to statistical analysis and R. I have data of relative abundance (in percentage) of 5 taxa in 8 ponds. The number of samples in the 8 ponds ranges from 7 to 12 (making the design unbalanced). ...
0
votes
1
answer
611
views
RDA triplot in R- plot only numeric explanatory variables as arrows; factors as centroids
I ran a distance-based RDA using capscale() in the vegan library in R and I am trying to plot my results as a custom triplot. I only want numeric or continuous explanatory variables to be plotted as ...
1
vote
1
answer
360
views
How can I change the colour of my points on my db-RDA triplot in R?
QUESTION: I am building a triplot for the results of my distance-based RDA in R, library(vegan). I can get a triplot to build, but can't figure out how to make the colours of my sites different based ...
0
votes
2
answers
989
views
Why I having problem on assigning data for NMDS in R?
I want learn Non-matric multidimensional scale, I have these data downloaded from https://cougrstats.wordpress.com/2019/12/11/non-metric-multidimensional-scaling-nmds-in-r/
data are
library(vegan)
...
0
votes
0
answers
110
views
Testing that an individual species in a matrix has a significant impact on the entire assemblage
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 ...
1
vote
1
answer
1k
views
In multivariate analysis using PERMANOVA and NMDS, is it appropriate to include both predictors in my model?
I am an undergrad student new to much of these stats. I am using NMDS ordination and Permanova testing to analyze variation in cover type (using count data) at different distance classes (0, 3, 10 m) ...
0
votes
1
answer
3k
views
R vegan: adjusted p values for permanova (adonis2)
I am running an analysis of variances on a large distance matrix using adonis2 as described here: https://www.rdocumentation.org/packages/vegan/versions/2.4-2/topics/adonis
That method is frequently ...
1
vote
1
answer
3k
views
Extract R2 values from multiple adonis results
I am wondering if there is some way how to extract results from adonis function in vegan package and possibly save it by write.table?
I mean other way than print results to console and copy-past R2 ...
1
vote
1
answer
1k
views
Alternative example for capscale function in vegan package
I have been learning multivariate analyses in PRIMER, yet now want to convert to R using the vegan package. I wish to use the capscale() function in vegan, yet am not sure how my data should be ...
0
votes
1
answer
249
views
Joint plots with vectors from a subset of the data
I'm generating NMDS ordination plots from community data using the R package, vegan, and want to include vectors (ie arrows from the origin) whose lengths correspond to the importance of selected ...
0
votes
0
answers
392
views
More then three independent contrasts in PERMANOVA
I try to create more then three independent contrasts in PERMANOVA with 4 factors without success. I need to use all possible pairwise combinations of factor levels in my contr2df object. There are ...
1
vote
1
answer
4k
views
PERMANOVA multivariate spread among groups is not similar to variance homogeneity ANOVA
I try to understand a PERMANOVA assumtption that is multivariate spread among groups is similar to variance homogeneity in univariate ANOVA, for this I make a R code and I don't find this results, why?...
0
votes
0
answers
831
views
Extract residuals from adonis function in vegan package
I am using the adonis function in the vegan package to determine effects of different environmental factors in forest plant community composition in different regions. I would like to first use adonis ...