performance {analogue} | R Documentation |
A simple extractor function to access the model performance statistics of transfer function models.
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, ...)
object |
A transfer function object. |
... |
Arguments passed to other methods. Currently ignored. |
A named vector containing the extracted model performance statistics.
Gavin L. Simpson
## continue the example from ?wa example(wa) ## the model performance statistics performance(mod)