residuals.sjSDM {sjSDM} | R Documentation |
Residuals for a sjSDM model
Description
Returns residuals for a fitted sjSDM model
Usage
## S3 method for class 'sjSDM'
residuals(object, type = "raw", ...)
Arguments
object |
a model fitted by |
type |
residual type. Currently only supports raw |
... |
further arguments, not supported yet. |
Value
residuals in the format of the provided community matrix
[Package sjSDM version 1.0.6 Index]