Learn R Programming

meteR (version 1.2)

residuals.meteRelat: Compute residuals between METE predictions and date of a meteRelat object

Description

residuals.meteRelat computes residuals between METE predictions and data of a meteDist object

Usage

"residuals"(object, ...)

Arguments

object
a meteRelat object
...
arguments to be passed

Value

a numeic vector giving residuals for each data point

Details

See Examples. Typically not called directly by the user and rather used for calculating the mean square error with mse.meteRelat.

References

Harte, J. 2011. Maximum entropy and ecology: a theory of abundance, distribution, and energetics. Oxford University Press.

See Also

mse.meteDist

Examples

Run this code
data(arth)
esf1 <- meteESF(spp=arth$spp,
                abund=arth$count,
                power=arth$mass^(.75),
                minE=min(arth$mass^(.75)))
ebar1 <- ebar(esf1)
residuals(ebar1)

Run the code above in your browser using DataLab