Learn R Programming

tstests (version 1.0.0)

print.tstest.berkowitz: Test Print method

Description

Print method for objects inheriting class “tstest”

Usage

# S3 method for tstest.berkowitz
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  signif.stars = getOption("show.signif.stars"),
  include.decision = FALSE,
  ...
)

# S3 method for tstest.dac print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

# S3 method for tstest.gmm print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, collapse = TRUE, ... )

# S3 method for tstest.hongli print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

# S3 method for tstest.minzar print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

# S3 method for tstest.nyblom print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

# S3 method for tstest.shortfall_de print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

# S3 method for tstest.signbias print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

# S3 method for tstest.vares print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

# S3 method for tstest.var_cp print( x, digits = max(3L, getOption("digits") - 3L), signif.stars = getOption("show.signif.stars"), include.decision = FALSE, ... )

Value

Invisibly returns the original object.

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.