The vegan algorithm for constrained ordination uses linear model
  (or weighted linear model in cca) to find the fitted
  values of dependent community data, and constrained ordination is
  based on this fitted response (Legendre & Legendre 2012). The
  hatvalues give the leverage values of these constraints,
  and the leverage is independent on the response data. Other influence
  statistics (rstandard, rstudent,
  cooks.distance) are based on leverage, and on the raw
  residuals and residual standard deviation (sigma). With
  type = "response" the raw residuals are given by the
  unconstrained component of the constrained ordination, and influence
  statistics are a matrix with dimensions no. of observations times
  no. of species. For cca the statistics are the same as
  obtained from the lm model using Chi-square standardized
  species data (see decostand) as dependent variable, and
  row sums of community data as weights, and for rda the
  lm model uses non-modified community data and no
  weights.
The algorithm in the CANOCO software constraints the results during
  iteration by performing a linear regression of weighted averages (WA)
  scores on constraints and taking the fitted values of this regression
  as linear combination (LC) scores (ter Braak 1984). The WA scores are
  directly found from species scores, but LC scores are linear
  combinations of constraints in the regression. With type =
  "canoco" the raw residuals are the differences of WA and LC scores,
  and the residual standard deviation (sigma) is taken to
  be the axis sum of squared WA scores minus one. These quantities have
  no relationship to residual component of ordination, but they rather
  are methodological artefacts of an algorithm that is not used in
  vegan. The result is a matrix with dimensions no. of
  observations times no. of constrained axes.
Function vcov returns the matrix of variances and
  covariances of regression coefficients. The diagonal values of this
  matrix are the variances, and their square roots give the standard
  errors of regression coefficients. The function is based on
  SSD that extracts the sum of squares and crossproducts
  of residuals. The residuals are defined similarly as in influence
  measures and with each type they have similar properties and
  limitations, and define the dimensions of the result matrix.