Canonical Correspondence Analysis in R with Vegan library
1
0
Entering edit mode
4.7 years ago
Denis ▴ 290

Hi there! I'm looking for a tutorial for performing Canonical Correspondence Analysis (CCA) and assesing its quality in R using Vegan library. Is there any useful materials to check? Exemple of CCA i found in Vegan documentation is not very detailed in my opinion.

R • 4.4k views
ADD COMMENT
1
Entering edit mode
4.7 years ago

Don't you have access to a web search engine? Just typing "R CCA tutorial" yields at least for me the following:

If these don't work for you, please be more specific about what your issues are.

ADD COMMENT
0
Entering edit mode

Thanks for reply! I've checked all links you provided before posting the question of course. The 2-nd option from your list is suitable for me. But I confused, which commands related to CCA and which to Partial CCA?

ADD REPLY
1
Entering edit mode

Read the doc for the cca() function. Both CCA and partial CCA are done using this function. The difference is that for partial CCA you need a third matrix, i.e. as per the doc:

partial_cca <- cca(X, Y, Z)

or with a formula:

partial_cca <- cca(X ~ Y + Condition(Z))
ADD REPLY

Login before adding your answer.

Traffic: 2710 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6