summary.tsissm.estimate {tsissm} | R Documentation |
Model Estimation Summary
Description
Summary method for class “tsissm.estimate”
Usage
## S3 method for class 'tsissm.estimate'
summary(object, vcov_type = "H", digits = 4, ...)
Arguments
object |
an object of class “tsissm.estimate”. |
vcov_type |
the type of standard errors based on the vcov estimate (see |
digits |
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’. |
... |
not currently used. |
Value
A printout of the parameter summary, model type and some model metrics.
[Package tsissm version 1.0.2 Index]