summary.welchADF: Summarizing Welch Approximate Degrees of Freedom test results

Description Usage Arguments Value

Description

summary and print methods for class "welchADF"

Usage

1
2
3
4
5
6
## 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 welchADF.test.

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.


welchADF documentation built on Sept. 8, 2019, 9:02 a.m.