【问题标题】:R CCA - Can species scores be related to CCA axis & how does the biplot arrow length relates to significance of variables?R CCA - 物种分数可以与 CCA 轴相关吗?双标箭头长度如何与变量的显着性相关?
【发布时间】:2021-06-08 06:21:20
【问题描述】:

你好,这是我在 stackoverflow 或任何类似论坛上的第一个问题,所以如果我遗漏了什么,请原谅并善待;)

我正在使用 R 中的 vegan 包来计算 cca 分析。因为我的研究是关于物种性状的种内变异,所以我没有“plot X species-matrix”,而是一个“individuum X trait-matrix”,代表“生理-chemcial-niche”(所以我的物种分数看起来与以前不同)。 所以我的问题是:

  1. 这样分析合适吗?
  2. 是否可以根据“物种分数”(在我的情况下不是物种分数)来解释 CCA 轴 - 我想了解以下信息:CCA1 与性状 X 最相关。
  3. 与 premutaion 测试 (anova.cca) 相比,我如何解释双标图箭头的长度 - 因为我得到了许多“长”箭头,但在排列测试中只有少数是显着的?

这是我的摘要(cca)-输出:

Call:
cca(formula = mniche_g ~ cover_total * Richness + altitude +      Eastness + lan_TEMP + lan_REACT + lan_NUTRI + lan_MOIST +      Condition(glacier/transect/plot/individuum), data = mres_g_sc) 

Partitioning of scaled Chi-square:
               Inertia Proportion
Total         0.031551    1.00000
Conditioned   0.001716    0.05439
Constrained   0.006907    0.21890
Unconstrained 0.022928    0.72670

Eigenvalues, and their contribution to the scaled Chi-square 
after removing the contribution of conditiniong variables

Importance of components:
                         CCA1      CCA2      CCA3    CA1     CA2      CA3
Eigenvalue            0.00605 0.0005713 0.0002848 0.0167 0.00382 0.002413
Proportion Explained  0.20280 0.0191480 0.0095474 0.5596 0.12805 0.080863
Cumulative Proportion 0.20280 0.2219458 0.2314932 0.7911 0.91914 1.000000

Accumulated constrained eigenvalues
Importance of components:
                         CCA1      CCA2      CCA3
Eigenvalue            0.00605 0.0005713 0.0002848
Proportion Explained  0.87604 0.0827150 0.0412425
Cumulative Proportion 0.87604 0.9587575 1.0000000

Scaling 2 for species and site scores
* Species are scaled proportional to eigenvalues
* Sites are unscaled: weighted dispersion equal on all dimensions


Species scores

                  CCA1      CCA2       CCA3      CA1      CA2       CA3
SLA_range_ind  0.43964 -0.002623 -0.0286814 -0.75599 -0.04823  0.003317
SLA_mean_ind   0.01771 -0.042969  0.0246679 -0.01180  0.12732  0.053094
LNC           -0.10613 -0.064207 -0.0637272  0.07261 -0.15962  0.198612
LCC           -0.01375  0.012131 -0.0005462  0.02573 -0.01539 -0.021314
    
...

这是我的 anova.cca(cca)-输出:

Permutation test for cca under reduced model
Terms added sequentially (first to last)
Permutation: free
Number of permutations: 999

Model: cca(formula = mniche_g ~ cover_total * Richness + altitude + Eastness + lan_TEMP + lan_REACT + lan_NUTRI + lan_MOIST + Condition(glacier/transect/plot/individuum), data = mres_g_sc)
                      Df ChiSquare       F Pr(>F)    
cover_total            1 0.0023710 10.4442  0.002 ** 
Richness               1 0.0006053  2.6663  0.080 .  
altitude               1 0.0022628  9.9676  0.001 ***
Eastness               1 0.0005370  2.3657  0.083 .  
lan_TEMP               1 0.0001702  0.7497  0.450    
lan_REACT              1 0.0005519  2.4313  0.094 .  
lan_NUTRI              1 0.0000883  0.3889  0.683    
lan_MOIST              1 0.0001017  0.4479  0.633    
cover_total:Richness   1 0.0002184  0.9620  0.351    
Residual             101 0.0229283                   
---
Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

这里是双标图: enter image description here

谢谢大家!

【问题讨论】:

    标签: r vegan biplot


    【解决方案1】:
    1. 我没有足够的信息来说明对您的数据使用 CCA 是否明智。我很怀疑,我认为这可能不明智。关键问题是“特征的总和有意义吗?”。如果没有,*CA 就没有意义,因为你需要行和列的总和,如果你用不同的单位测量了你的变量,它们的总和是没有意义的。例如,如果你改变一个“特征”的单位,比如从英寸到厘米,结果就会改变。使用 RDA/PCA 对变量进行均衡缩放可能更明智。

    2. 您可以从分析中获得单个变量与轴的关系。这只是该变量的排序分数。通过将点投影到轴上,您可以直观地看到它,数字上使用summaryscores。但是,我认为你不应该想要那样,但如果你做了我认为你不应该做的事情,我不会阻止你。 (旋转维度的解释可能更有意义——轴只是绘制绘图的参考框架。)

    3. 简单回答:箭头长度与所谓的意义无关。更长的答案:双标箭头长度的缩放取决于解决方案的缩放和解决方案中约束轴的数量。双标图分数基于与所谓的线性组合分数的关系——这些分数完全由这些相同的变量定义,约束变量与所有约束轴的多重相关性为 1。在默认缩放比例(“物种” ),所有双标图箭头在完全约束解决方案中都具有单位长度,但如果您只显示几个轴中的两个,如果箭头在您未显示的尺寸中较长,则箭头看起来较短,如果尺寸较长,则箭头看起来很长你展示的是唯一对这些变量很重要的变量。对于其他缩放,您还可以按轴特征值添加缩放。但是,这些长度与这些变量的所谓重要性无关。 (顺便说一句,您在显着性测试中使用了顺序方法,这意味着测试顺序会影响结果。这完全可以,但与解释不依赖顺序的箭头不同。)

    【讨论】:

    • 亲爱的 Jari Oksanen,非常感谢您的回答!它真的帮了我很多,我非常感谢!
    猜你喜欢
    • 2016-09-26
    • 2015-08-13
    • 1970-01-01
    • 2018-03-15
    • 1970-01-01
    • 2019-07-16
    • 1970-01-01
    • 2021-11-25
    • 2014-03-07
    相关资源
    最近更新 更多