summary.TSdata: Specific Methods for Summary

Description Usage Arguments See Also

Description

See the generic function description.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
    ## S3 method for class 'TSdata'
summary(object, ...)
    ## S3 method for class 'SS'
summary(object, ...)
    ## S3 method for class 'ARMA'
summary(object, ...)
    ## S3 method for class 'TSestModel'
summary(object, ...)
    ## S3 method for class 'summary.TSdata'
print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.SS'
print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.ARMA'
print(x, digits=options()$digits, ...)
    ## S3 method for class 'summary.TSestModel'
print(x, digits=options()$digits, ...)
    

Arguments

object

an object to be summarized.

x

a summary object to be printed.

digits

number of significant digits to use for printing.

...

arguments passed to other methods.

See Also

print, summary


dse documentation built on March 4, 2020, 3:01 a.m.