See the generic function description.
# S3 method for TSdata
summary(object, ...)
# S3 method for SS
summary(object, ...)
# S3 method for ARMA
summary(object, ...)
# S3 method for TSestModel
summary(object, ...)
# S3 method for summary.TSdata
print(x, digits=options()$digits, ...)
# S3 method for summary.SS
print(x, digits=options()$digits, ...)
# S3 method for summary.ARMA
print(x, digits=options()$digits, ...)
# S3 method for summary.TSestModel
print(x, digits=options()$digits, ...)
an object to be summarized.
a summary object to be printed.
number of significant digits to use for printing.
arguments passed to other methods.