summary.tsgarch.estimate | R Documentation |
Summary method for class “tsgarch.estimate”
## S3 method for class 'tsgarch.estimate'
summary(object, digits = 4, vcov_type = "H", include_persistence = TRUE, ...)
object |
an object of class “tsgarch.estimate”. |
digits |
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’. |
vcov_type |
the type of standard errors based on the vcov estimate (see |
include_persistence |
whether to include the estimate of the persistence and
its calculated standard errors (calculated using the |
... |
not currently used. |
A list with summary information of class “summary.tsgarch.estimate”.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.