residuals.CADFtest: Function to extract the residuals from CADFtest objects

Description Usage Arguments Author(s) Examples

View source: R/residuals.CADFtest.R

Description

This function applies the residuals() method to an object of class CADFtest.

Usage

1
2
  ## S3 method for class 'CADFtest'
residuals(object, ...)

Arguments

object

an object belonging to the class CADFtest.

...

currently not used.

Author(s)

Claudio Lupi

Examples

1
2
3
  data(npext, package="urca")
  ADFt <- CADFtest(npext$realgnp, type="trend")
  residuals(ADFt)

CADFtest documentation built on May 2, 2019, 1:27 p.m.