padf the returns cumulative probability for the ADF test,
qadf the returns quantiles for the ADF test,
adfTable tables p values for ADF test. }padf(q, N = Inf, trend = c("nc", "c", "ct"), statistic = c("t", "n"))
qadf(p, N = Inf, trend = c("nc", "c", "ct"), statistic = c("t", "n"))adfTable(trend = c("nc", "c", "ct"), statistic = c("t", "n"),
includeInf = TRUE)
"t" for t-statistic, and "n"
for normalized statistic, sometimes referred to as the
rho-statistic. The default is "t""nc"
for a regression with no intercept (constant) nor time trend,
and "c" for a regression wpadf returns the cumulative probability of
the finite sample distribution of the unit root test statistics.
The function qadf returns the quantiles of the finite sample
distribution of the unit root test statistics, given the probabilities.