y
:"vector"
: The time series to
be tested.model
:"character"
: The type of
the deterministic part, either "none"
, "drift"
or
"trend"
. The latter includes a constant term, too.lags
:"integer"
: Number of lags
for error correction.cval
:"matrix"
: Critical values
at the 1%, 5% and 10% level of significance.teststat
:"matrix"
: Value of
the test statistic.testreg
:"ANY"
: The summary
output of the test regression.res
:"vector"
: The residuals of
the test regression.test.name
:"character"
: The
name of the test, i.e `Augmented-Dickey-Fuller Test'.urca
, directly.showMethods(classes="ur.df")
at the R prompt for a
complete list of methods which are available for this class. Useful methods include
show
:summary
:plot
:Hamilton (1994), Time Series Analysis, Princeton University Press.
ur.df
and urca-class