powered by
A simple extractor function to access the model performance statistics of transfer function models.
performance(object, ...)
A transfer function object.
Arguments passed to other methods. Currently ignored.
A named vector containing the extracted model performance statistics.
performance is a generic function for use with a number of fitted models objects in analogue. The available methods are:
performance
wa Weighted Averaging Models.
wa
predict.wa Predictions from a Weighted Average Model.
predict.wa
pcr Principal Component Regression models.
pcr
bootstrap.wa Bootstrapped Weighted Averaging Models.
bootstrap.wa
crossval Cross-validated models fitted via crossval.
crossval
wa, predict.wa, bootstrap.wa.
# NOT RUN { data(ImbrieKipp) data(SumSST) ## fit the WA model mod <- wa(SumSST ~., data = ImbrieKipp) mod ## the model performance statistics performance(mod) # }
Run the code above in your browser using DataLab