search for: rda_rep

Displaying 1 result from an estimated 1 matches for "rda_rep".

Did you mean: rd_rep
2017 Jun 21
0
Permutations in RDA for repeated measures, using how()
...hould write : > lme(Y ~ X, random = ~1|Field_in_season/Field) >From various reads, I understand that in RDA I should not only use the strata = Plot argument, but allow for permutation of measurements within field_in_season, and for permutations among Field_in_season. So that would be : > rda_repeated = anova(rda(Community~LU + Humidity, data = env), by = 'term', permutation = how(within = Within(type = "series", mirror = TRUE), plots = Plots(strata = Field_in_season, type = "series"), blocks = Field)) Is that right ? In the output I get very similar results and...