The default method finds the adjusted \(R^2\)
from the unadjusted \(R^2\), number of observations, and
number of degrees of freedom in the fitted model. The specific methods
find this information from the fitted result object. There are
specific methods for rda
, cca
,
lm
and glm
. Adjusted, or even unadjusted,
\(R^2\) may not be available in some cases, and then the
functions will return NA
. There is no adjusted
\(R^2\) in partial ordination, and \(R^2\)
values are available only for gaussian
models in
glm
.
The adjusted, \(R^2\) of cca
is computed using a
permutation approach developed by Peres-Neto et al. (2006). By
default 1000 permutations are used.