performance | R Documentation |
A simple extractor function to access the model performance statistics of transfer function models.
performance(object, ...)
object |
A transfer function object. |
... |
Arguments passed to other methods. Currently ignored. |
performance
is a generic function for use with a number of
fitted models objects in analogue. The available methods are:
wa
Weighted Averaging Models.
predict.wa
Predictions from a Weighted Average Model.
pcr
Principal Component Regression models.
bootstrap.wa
Bootstrapped Weighted Averaging Models.
crossval
Cross-validated models fitted via
crossval
.
A named vector containing the extracted model performance statistics.
Gavin L. Simpson
wa
, predict.wa
,
bootstrap.wa
.
data(ImbrieKipp)
data(SumSST)
## fit the WA model
mod <- wa(SumSST ~., data = ImbrieKipp)
mod
## the model performance statistics
performance(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.