powered by
S3 print and summary methods for objects of class "tsri" and print method for objects of class "summary.tsri".
"tsri"
"summary.tsri"
# S3 method for tsri summary(object, ...)# S3 method for tsri print(x, digits = max(3, getOption("digits") - 3), ...)# S3 method for summary.tsri print(x, digits = max(3, getOption("digits") - 3), ...)
# S3 method for tsri print(x, digits = max(3, getOption("digits") - 3), ...)
# S3 method for summary.tsri print(x, digits = max(3, getOption("digits") - 3), ...)
summary.tsri() returns an object of class "summary.tsri". A list with the following elements:
summary.tsri()
An object from a call to gmm::summary.gmm()
gmm::summary.gmm()
The object of class tsps passed to the function.
tsps
an object of class "tsri".
further arguments passed to or from other methods.
an object of class "summary.tsri".
the number of significant digits to use when printing.
# See the examples at the bottom of help('tsri')
Run the code above in your browser using DataLab