print.forecastCov {dse} | R Documentation |
See the generic function description.
## S3 method for class 'estimatedModels'
print(x, digits=options()$digits, ...)
## S3 method for class 'forecastCov'
print(x, digits=options()$digits, ...)
## S3 method for class 'forecastCovEstimatorsWRTdata.subsets'
print(x, digits=options()$digits, ...)
## S3 method for class 'forecastCovEstimatorsWRTtrue'
print(x, digits=options()$digits, ...)
x |
an object to be printed. |
digits |
a non-null value is used to indicate the number of significant
digits. If |
... |
(further arguments, currently disregarded). |