print.summary.cgarch.estimate | R Documentation |
Print method for class “summary.cgarch.estimate” or “summary.dcc.estimate”
## S3 method for class 'summary.cgarch.estimate'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
## S3 method for class 'summary.dcc.estimate'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
## S3 method for class 'summary.gogarch.estimate'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
x |
an object of class “summary.cgarch.estimate” or “summary.dcc.estimate” |
digits |
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’. |
signif.stars |
logical. If TRUE, ‘significance stars’ are printed for each coefficient. |
... |
not currently used. |
Invisibly returns the original summary object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.