Description Usage Arguments See Also Examples
Prints summary information for 'dstm' objects.
1 2 | ## S3 method for class 'dstm'
summary(object, object_name = deparse(substitute(object)), ...)
|
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) |
[print.summary()]
1 2 3 4 | # Load example data
data("ide_standard", "ide_locations")
mod_ide <- dstm_ide(ide_standard, ide_locations)
summary(mod_ide)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.