deviance.manylm {mvabund} | R Documentation |
Model Deviance
Description
Returns the deviance of a fitted multivariate model object for abundance data.
Usage
## S3 method for class 'manylm'
deviance(object, na.action="na.omit", ...)
Arguments
object |
the manylm object. |
na.action |
how to deal with |
... |
additional optional arguments. |
Value
The value of the deviance extracted from the object object
.
See Also
Examples
data(spider)
spiddat <- mvabund(spider$abund)
## Calculate the deviance:
deviance(manylm(spiddat~., data=spider$x))
[Package mvabund version 4.2.1 Index]