Print method for objects inheriting class “tstest”
# 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,
...
)
Invisibly returns the original object.
an object inheriting class “tstest.test”.
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’.
logical. If TRUE, ‘significance stars’ are printed.
prints out whether to reject the NULL at the 5% level of significance.
not currently used.
collapses the results for multiple lags to just report the joint test.