deviance.manylm | R Documentation |
Returns the deviance of a fitted multivariate model object for abundance data.
## S3 method for class 'manylm' deviance(object, na.action="na.omit", ...)
object |
the manylm object. |
na.action |
how to deal with |
... |
additional optional arguments. |
The value of the deviance extracted from the object object
.
manylm
.
data(spider) spiddat <- mvabund(spider$abund) ## Calculate the deviance: deviance(manylm(spiddat~., data=spider$x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.