residuals.CADFtest {CADFtest} | R Documentation |
Function to extract the residuals from CADFtest objects
Description
This function applies the residuals()
method to an object of class
CADFtest
.
Usage
## S3 method for class 'CADFtest'
residuals(object, ...)
Arguments
object |
an object belonging to the class |
... |
currently not used. |
Author(s)
Claudio Lupi
Examples
data(npext, package="urca")
ADFt <- CADFtest(npext$realgnp, type="trend")
residuals(ADFt)
[Package CADFtest version 0.3-3 Index]