Learn R Programming

analogue (version 0.10-0)

performance: Transfer function model performance statistics

Description

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

Usage

performance(object, ...)

## S3 method for class 'wa': performance(object, ...)

## S3 method for class 'predict.wa': performance(object, ...)

## S3 method for class 'bootstrap.wa': performance(object, ...)

Arguments

object
A transfer function object.
...
Arguments passed to other methods. Currently ignored.

Value

  • A named vector containing the extracted model performance statistics.

See Also

wa, predict.wa, bootstrap.wa.

Examples

Run this code
## continue the example from ?wa
example(wa)

## the model performance statistics
performance(mod)

Run the code above in your browser using DataLab