summary.tsri | R Documentation |
S3 print and summary methods for objects of
class "tsri"
and print method for objects of
class "summary.tsri"
.
## S3 method for class 'tsri'
summary(object, ...)
## S3 method for class 'tsri'
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'summary.tsri'
print(x, digits = max(3, getOption("digits") - 3), ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
x |
an object of class |
digits |
the number of significant digits to use when printing. |
summary.tsri()
returns an object of class "summary.tsri"
. A list with the following elements:
smry |
An object from a call to |
object |
The object of class |
# See the examples at the bottom of help('tsri')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.