See the generic function description.
# S3 method for TSestModelEstEval
summary(object, ...)
# S3 method for TSmodelEstEval
summary(object, ...)
# S3 method for EstEval
summary(object, ...)
# S3 method for MonteCarloSimulations
summary(object, series=NULL, periods=1:3, ...)
# S3 method for coefEstEval
summary(object, verbose=TRUE, ...)
# S3 method for rootsEstEval
summary(object, verbose=TRUE, ...)
# S3 method for summary.TSestModelEstEval
print(x, digits=options()$digits, ...)
# S3 method for summary.TSmodelEstEval
print(x, digits=options()$digits, ...)
# S3 method for summary.EstEval
print(x, digits=options()$digits, ...)
# S3 method for summary.MonteCarloSimulations
print(x, digits=options()$digits, ...)
# S3 method for summary.coefEstEval
print(x, digits=options()$digits, ...)
# S3 method for summary.rootsEstEval
print(x, digits=options()$digits, ...)
an object for which a summary is to be printed.
an object for which a summary is to be printed.
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.
The series which should be plotted. The default NULL gives all series.
optional integer vector indicating periods at which the summary should be calculated.
logical indicating if a longer summary should be produced.
arguments passed to other methods.