Description Usage Arguments See Also
See the generic function description.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ## S3 method for class 'forecastCov'
summary(object, horizons=object$horizons,
series=seq(nseriesOutput(object$data)), ...)
## S3 method for class 'forecastCovEstimatorsWRTdata.subsets'
summary(object, ...)
## S3 method for class 'forecastCovEstimatorsWRTtrue'
summary(object,
digits=options()$digits, ...)
## S3 method for class 'estimatedModels'
summary(object, ...)
## S3 method for class 'summary.forecastCov'
print(x, digits=options()$digits, ...)
## S3 method for class 'summary.forecastCovEstimatorsWRTdata.subsets'
print(x,
digits=options()$digits, ...)
## S3 method for class 'summary.forecastCovEstimatorsWRTtrue'
print(x,
digits=options()$digits, ...)
## S3 method for class 'summary.estimatedModels'
print(x, digits=options()$digits, ...)
|
object |
an object for which a summary is to be printed. |
x |
an object for which a summary is to be printed. |
digits |
a non-null value is used to indicate the number of significant
digits. If |
horizons |
optional integer vector indicating horizons at which the summary should be calculated. |
series |
The series which should be plotted. The default NULL gives all series. |
... |
arguments passed to other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.