summary.dstm: Summary Method for DSTM Fits

Description Usage Arguments See Also Examples

View source: R/methods.R

Description

Prints summary information for 'dstm' objects.

Usage

1
2
## S3 method for class 'dstm'
summary(object, object_name = deparse(substitute(object)), ...)

Arguments

object

A 'dstm' object

object_name

The name to be printed in the summary (if desired)

...

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

See Also

[print.summary()]

Examples

1
2
3
4
# Load example data
data("ide_standard", "ide_locations")
mod_ide <- dstm_ide(ide_standard, ide_locations)
summary(mod_ide)

ideq documentation built on Dec. 20, 2019, 1:07 a.m.