choose_ {ForecastTB} | R Documentation |
Function to select the desired methods in the study
Description
Function to select the desired methods in the study
Usage
choose_(object)
Arguments
object |
as output of 'prediction_errors()' function |
Value
Returns error comparison for selected forecasting methods
Examples
## Not run:
a <- prediction_errors(data = nottem)
choose_(object = a)
## End(Not run)
[Package ForecastTB version 1.0.1 Index]