Tol(object, ...)
Coef
.EqualTolerances
is TRUE
or FALSE
.
See Yee (2004) for details.Tolerances occur in quadratic ordination, i.e., CQO or UQO. They have ecological meaning because a high tolerance for a species means the species can survive over a large environmental range (stenoecous species), whereas a small tolerance means the species' niche is small (eurycous species). Mathematically, the tolerance is like the variance of a normal distribution.
Yee, T. W. (2006) Constrained additive ordination. Ecology, 87, 203--213.
Tol.qrrvglm
.
Max
,
Opt
.set.seed(111) # This leads to the global solution
hspider[,1:6] <- scale(hspider[,1:6]) # Standardized environmental vars
p1 <- cqo(cbind(Alopacce, Alopcune, Alopfabr, Arctlute, Arctperi,
Auloalbi, Pardlugu, Pardmont, Pardnigr, Pardpull,
Trocterr, Zoraspin) ~
WaterCon + BareSand + FallTwig + CoveMoss + CoveHerb + ReflLux,
Bestof = 2, quasipoissonff, data = hspider, Crow1positive = FALSE)
Tol(p1)
Run the code above in your browser using DataLab