Learn R Programming

ideq (version 0.1.4)

print.dstm: Print Method for DSTM Fits

Description

Prints a summary for a `dstm` object by calling summary.dstm().

Usage

# S3 method for dstm
print(x, x_name = deparse(substitute(x)), ...)

Arguments

x

A `dstm` object

x_name

(optional) Object name to display

...

Arguments passed to other methods (necessary for S3 generic compatibility)

See Also

[summary.dstm()]