Learn R Programming

dse (version 2020.2-1)

print.forecastCov: Print Specific Methods

Description

See the generic function description.

Usage

# S3 method for estimatedModels
print(x, digits=options()$digits, ...)
    # S3 method for forecastCov
print(x, digits=options()$digits, ...)
    # S3 method for forecastCovEstimatorsWRTdata.subsets
print(x, digits=options()$digits, ...)
    # S3 method for forecastCovEstimatorsWRTtrue
print(x, digits=options()$digits, ...)

Arguments

x

an object to be printed.

digits

a non-null value is used to indicate the number of significant digits. If digits is NULL then the value of digits specified by options is used.

...

(further arguments, currently disregarded).

See Also

print summary