deviance.manylm: Model Deviance

Description Usage Arguments Value See Also Examples

Description

Returns the deviance of a fitted multivariate model object for abundance data.

Usage

1
2
## S3 method for class 'manylm'
deviance(object, na.action="na.omit", ...)

Arguments

object

the manylm object.

na.action

how to deal with NA values. Can be one of "na.omit", "na.exclude", "na.fail", NULL

...

additional optional arguments.

Value

The value of the deviance extracted from the object object.

See Also

manylm.

Examples

1
2
3
4
5
6
data(spider)
spiddat <- mvabund(spider$abund)
X <- spider$x

## Calculate the deviance:
deviance(manylm(spiddat~X))

eddelbuettel/mvabund-tests documentation built on May 15, 2019, 10:30 p.m.