ur.df-class {urca} | R Documentation |
This class contains the relevant information by applying the augmented Dickey-Fuller unit root test to a time series.
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'.
Class `urca'
, directly.
Type 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
:Bernhard Pfaff
Dickey, D. A. and Fuller, W. A. (1979), Distributions of the Estimators For Autoregressive Time Series with a Unit Root, Journal of the American Statistical Association, 75, 427–431.
Dickey, D. A. and Fuller, W. A. (1981), Likelihood Ratio Statistics for Autoregressive Time Series with a Unit Root, Econometrica, 49, 1057–1072.
Hamilton (1994), Time Series Analysis, Princeton University Press.
ur.df
and urca-class