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,...)
Arguments
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.