summary
and print
methods for class "welchADF"
# S3 method for welchADFt
summary(object, verbose = FALSE, digits = max(4,
getOption("digits")), ...)# S3 method for welchADFt
print(x, digits = getOption("digits"), ...)
an object of class "welchADFt" returned by a call to
welchADF.test
.
whether the summary table should be preceded by an extended description of the welch ADF test performed, including the kind of means (trimmed or not), kind of test (omnibus or pairwise) and whether bootstrap was used or not. Defaults to FALSE.
the number of significant digits to use when printing.
further arguments passed to or from other methods.
an object of class "welchADFt".
a string which summarizes the info, with class "summary.welchADFt"
ready to be printed by specific method print.summary.welchADFt
.