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