summary.estimatedModels {dse2}R Documentation

Summary Specific Methods

Description

See the generic function description.

Usage

    ## S3 method for class 'estimatedModels':
    summary(object, ...)
    ## S3 method for class 'TSestModelEstEval':
    summary(object, ...)
    ## S3 method for class 'TSmodelEstEval':
    summary(object, ...)
    ## S3 method for class 'EstEval':
    summary(object, ...)
    ## 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 'MonteCarloSimulations':
    summary(object, series=NULL, periods=1:3, ...)
    ## S3 method for class 'coefEstEval':
    summary(object, verbose=TRUE, ...)
    ## S3 method for class 'rootsEstEval':
    summary(object, verbose=TRUE, ...)
    
    ## S3 method for class 'summary.estimatedModels':
    print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.TSestModelEstEval':
    print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.TSmodelEstEval':
    print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.EstEval':
    print(x, digits=options()$digits, ...)
    ## 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.MonteCarloSimulations':
    print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.coefEstEval':
    print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.rootsEstEval':
    print(x, digits=options()$digits, ...)

Arguments

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 digits is NULL then the value of digits specified by options is used.
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.
periods optional integer vector indicating periods at which the summary should be calculated.
verbose logical indicating if a longer summary should be produced.
... arguments passed to other methods.

See Also

summary print


[Package dse2 version 2008.10-1 Index]