performance: Transfer function model performance statistics

Description Usage Arguments Details Value Author(s) See Also Examples

Description

A simple extractor function to access the model performance statistics of transfer function models.

Usage

1
performance(object, ...)

Arguments

object

A transfer function object.

...

Arguments passed to other methods. Currently ignored.

Details

performance is a generic function for use with a number of fitted models objects in analogue. The available methods are:

Value

A named vector containing the extracted model performance statistics.

Author(s)

Gavin L. Simpson

See Also

wa, predict.wa, bootstrap.wa.

Examples

1
2
3
4
5
6
7
8
9
data(ImbrieKipp)
data(SumSST)

## fit the WA model
mod <- wa(SumSST ~., data = ImbrieKipp)
mod

## the model performance statistics
performance(mod)

gavinsimpson/analogue documentation built on June 17, 2021, 2:37 a.m.