Skip to content
Prev 3114 / 7420 Next

Retrieving canonical coefficients and correlation coefficients according to ter Braak using vegan package cca() function

Joris,
On 14/06/2012, at 17:39 PM, Joris Meys wrote:

            
I haven't checked that paper, and can't do that for several days. However, one essential difference in "canonical" coefficients between Canoco and vegan::cca is that Canoco standardizes all constraining variables to unit variance whereas vegan uses unstandardized variables. Does it help if you use 

Model <- cca(hs.spec ~ ., data = scale(hs.ev))

?

Cheers, Jari Oksanen