Adonis(PERMANOVA)

上传人:飞*** 文档编号:53053363 上传时间:2018-08-27 格式:PDF 页数:3 大小:39.34KB
返回 下载 相关 举报
Adonis(PERMANOVA)_第1页
第1页 / 共3页
Adonis(PERMANOVA)_第2页
第2页 / 共3页
Adonis(PERMANOVA)_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

《Adonis(PERMANOVA)》由会员分享,可在线阅读,更多相关《Adonis(PERMANOVA)(3页珍藏版)》请在金锄头文库上搜索。

1、Adonis (PERMANOVA) - Assumptions Before you use PERMANOVA (R-vegan function adonis) you should read the user notes for the original program by the author (Marti J. Anderson) who first came up with this method. An important assumtption for PERMANOVA is same “multivariate spread“ among groups, which i

2、s similar to variance homogeneity in univariate ANOVA. Ill show why you may draw the wrong conclusions if this assumption is not met: ? 1 2 3 4 5 6 7 library(vegan) # two similar populations: dat1a-matrix(sample(c(0,1,1,1),200,replace=T),10,20) dat1b-matrix(sample(c(0,1,1,1),200,replace=T),10,20) #

3、generating a third sample from the same population, but with reduced 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 # number of species occurrences. this set will have higher # beta-diversity (or “multivariate spread“

4、): dat2-matrix(sample(c(0,0,0,1),200,replace=T),10,20) # distance matrices: fac-gl(2,10) dist11-vegdist(rbind(dat1a,dat1b) dist12-vegdist(rbind(dat1a,dat2): # when computing sets with same beta-dispersion we get a # correct adonis result with no sign. group differences # in species composition: anov

5、a(betadisper(dist11,fac) adonis(rbind(dat1a,dat1b)fac) # when using sets with different beta-diversity you may # get false significant adonis results - the location/composition # is actually the same (!) this result is due to different # multivariate spread in dat1 and dat2: anova(betadisper(dist12,

6、fac) adonis(rbind(dat1a,dat2)fac) # see ordination diagram where location (centroids) between dat1 and dat2 # is not shifted more than for dat1a dat1b, still you yield a (false) # sign. adonis result # plot: windows(10,5) opar-par() par(mfrow=c(1,2) plot(meta11-metaMDS(dist11,zerodist=ignore),type=“

7、n“, main=“same beta-dispnsame location“) points(meta11,select=which(fac=1),col=“red“) points(meta11,select=which(fac=2),col=“blue“) ordispider(meta11,group=fac) plot(meta12-metaMDS(dist12,zerodist=ignore),type=“n“, main=“diff beta-dispnsame location“) points(meta12,select=which(fac=1),col=“red“) points(meta12,select=which(fac=2),col=“blue“) ordispider(meta12,group=fac) 52 53 par(opar)

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 资格认证/考试 > 其它考试类文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号