Learn R Programming

ideq (version 0.1.4)

summary.dstm: Summary Method for DSTM Fits

Description

Prints summary information for `dstm` objects.

Usage

# S3 method for 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

Run this code
# NOT RUN {
# Load example data
data("ide_standard", "ide_locations")
mod_ide <- dstm_ide(ide_standard, ide_locations)
summary(mod_ide)
# }

Run the code above in your browser using DataLab