summary.welchADFt {welchADF} | R Documentation |
Summarizing Welch Approximate Degrees of Freedom test results
Description
summary
and print
methods for class "welchADF"
Usage
## S3 method for class 'welchADFt'
summary(object, verbose = FALSE, digits = max(4,
getOption("digits")), ...)
## S3 method for class 'welchADFt'
print(x, digits = getOption("digits"), ...)
Arguments
object |
an object of class "welchADFt" returned by a call to
|
verbose |
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. |
digits |
the number of significant digits to use when printing. |
... |
further arguments passed to or from other methods. |
x |
an object of class "welchADFt". |
Value
a string which summarizes the info, with class "summary.welchADFt"
ready to be printed by specific method print.summary.welchADFt
.
[Package welchADF version 0.3.2 Index]