powered by
Prints summary information for `dstm` objects.
# S3 method for dstm summary(object, object_name = deparse(substitute(object)), ...)
A `dstm` object
The name to be printed in the summary (if desired)
Arguments passed to other methods (necessary for S3 generic compatibility)
[print.summary()]
# 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