Skip to contents

S3 print and summary methods for objects of class "tsps" and print method for objects of class "summary.tsps".

Usage

# 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), ...)

Arguments

object

an object of class "tsps".

...

further arguments passed to or from other methods.

x

an object of class "summary.tsps".

digits

the number of significant digits to use when printing.

Value

summary.tsps() returns an object of class "summary.tsps". A list with the following elements:

smry

An object from a call to gmm::summary.gmm()

object

The object of class tsps passed to the function.

Examples

# See the examples at the bottom of help('tsps')