summary.CADFtest {CADFtest}R Documentation

Function to print a summary of CADFtest objects

Description

This function conveniently prints the detailed results of the Covariate-Augmented Dickey Fuller test carried out in CADFtest.

Usage

  ## S3 method for class 'CADFtest':
  summary(object, ...)

Arguments

object an object belonging to the class CADFtest.
... other.

Author(s)

Claudio Lupi

Examples

  data(npext, package="urca")
  ADFt <- CADFtest(npext$realgnp, trend="ct")
  summary(ADFt)

[Package CADFtest version 0.1-0 Index]