print function

Model Estimation Summary Print method

Model Estimation Summary Print method

Print method for class summary.tsgarch.estimate

## 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.

Returns

Invisibly returns the original summary object.

  • Maintainer: Alexios Galanos
  • License: GPL-2
  • Last published: 2024-10-12