Closed wevertonbio closed 1 year ago
Hi,
Is there a way to get residual associations among the species (i.e, the matrix that describe co-occurrence patterns that are not explained by environmental filtering) from model?
Thanks!
Hi @WevertonBio,
Yes:
getCov(model) # we usually normalize the covariance matrix to the correlation matrix: # cov2cor(getCov(model))
Hi,
Is there a way to get residual associations among the species (i.e, the matrix that describe co-occurrence patterns that are not explained by environmental filtering) from model?
Thanks!