ecoCoefs {gllvm} | R Documentation |
Extracts species optima and tolerances, potentially with standard errors (derived with the Delta method).
## S3 method for class 'gllvm'
optima(object, sd.errors = TRUE, ...)
## S3 method for class 'gllvm'
tolerances(object, sd.errors = TRUE, ...)
object |
an object of class 'gllvm'. |
sd.errors |
logical. If |
... |
Not used. |
Currently no separate method for calculating species maxima or gradient length are implemented.
Gradient length can be inferred from the standard deviation of the latent variables, which is reported by summary.gllvm
.
Bert van der Veen