summary.CADFtest {CADFtest} | R Documentation |
This function conveniently prints the detailed results of the Covariate-Augmented Dickey Fuller
test carried out in CADFtest
.
## S3 method for class 'CADFtest': summary(object, ...)
object |
an object belonging to the class CADFtest . |
... |
other. |
Claudio Lupi
data(npext, package="urca") ADFt <- CADFtest(npext$realgnp, trend="ct") summary(ADFt)