print.summary.tsgarch.estimate {tsgarch}R Documentation

Model Estimation Summary Print method

Description

Print method for class “summary.tsgarch.estimate”

Usage

## S3 method for class 'summary.tsgarch.estimate'
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"),
  ...
)

Arguments

x

an object of class “summary.tsgarch.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.

Value

Invisibly returns the original summary object.


[Package tsgarch version 1.0.2 Index]