residuals.CADFtest {CADFtest} | R Documentation |
This function applies the residuals()
method to an object of class
CADFtest
.
## S3 method for class 'CADFtest': residuals(object, ...)
object |
an object belonging to the class CADFtest . |
... |
currently not used. |
Claudio Lupi
data(npext, package="urca") ADFt <- CADFtest(npext$realgnp, type="trend") residuals(ADFt)