print function

Test Print method

Test Print method

Print method for objects inheriting class tstest

## S3 method for class 'tstest.berkowitz' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.dac' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.gmm' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, collapse = TRUE, ... ) ## S3 method for class 'tstest.hongli' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.minzar' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.nyblom' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.shortfall_de' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.signbias' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.vares' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... ) ## S3 method for class 'tstest.var_cp' print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

Arguments

  • x: an object inheriting class tstest.test .
  • digits: integer, used for number formatting. Optionally, to avoid scientific notation, set options(scipen=999) .
  • signif.stars: logical. If TRUE, significance stars are printed.
  • include.decision: prints out whether to reject the NULL at the 5% level of significance.
  • ...: not currently used.
  • collapse: collapses the results for multiple lags to just report the joint test.

Returns

Invisibly returns the original object.

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