View source: R/summary.foreccomb_res.R
summary.foreccomb_res | R Documentation |
summary
method for class ‘foreccomb_res’. Includes information about combination method,
combination weights assigned to the individual forecast models, as well as an accuracy evaluation of the combined
forecast.
## S3 method for class 'foreccomb_res'
summary(object, ...)
## S3 method for class 'foreccomb_res_summary'
print(x, ...)
object |
An object of class 'foreccomb'. Contains training set (actual values + matrix of model forecasts) and optionally a test set. |
... |
potential further arguments (require by generic) |
x |
An object of class 'foreccomb'. Contains training set (actual values + matrix of model forecasts) and optionally a test set. |
Christoph E. Weiss and Gernot R. Roetzer
foreccomb
,
plot.foreccomb_res
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.