print.tstest.berkowitz {tstests} | R Documentation |
Test Print method
Description
Print method for objects inheriting class “tstest”
Usage
## 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. |
Value
Invisibly returns the original object.
[Package tstests version 1.0.0 Index]