coint |
Pedroni (default) | Pedroni (1994 and 2004). |
Kao | Kao (1999) |
Fisher | Fisher - pooled Johansen |
const (default) | Include a constant in the test equation. Applicable to Pedroni and Kao tests. |
trend | Include a constant and a linear time trend in the test equation. Applicable to Pedroni tests. |
none | Do not include a constant or time trend. Applicable to Pedroni tests. |
a | No deterministic trend in the data, and no intercept or trend in the cointegrating equation. Applicable to Fisher tests. |
b | No deterministic trend in the data, and an intercept but no trend in the cointegrating equation. Applicable to Fisher tests. |
c | Linear trend in the data, and an intercept but no trend in the cointegrating equation. Applicable to Fisher tests. |
d | Linear trend in the data, and both an intercept and a trend in the cointegrating equation. Applicable to Fisher tests. |
e | Quadratic trend in the data, and both an intercept and a trend in the cointegrating equation. Applicable to Fisher tests. |
ac=arg (default= “bt”) | Method of estimating the frequency zero spectrum: “bt” (Bartlett kernel), “pr” (Parzen kernel), “qs” (Quadratic Spectral kernel). Applicable to Pedroni and Kao tests. |
band=arg (default= “nw”) | Method of selecting the bandwidth, where arg may be “nw” (Newey-West automatic variable bandwidth selection), or a number indicating a user-specified common bandwidth. Applicable to Pedroni and Kao tests. |
lag=arg | For Pedroni and Kao tests, the method of selecting lag length (number of first difference terms) to be included in the residual regression. For Fisher tests, a pair of numbers indicating lag. |
info=arg (default= “sic”) | Information criterion to use when computing automatic lag length selection: “aic” (Akaike), “sic” (Schwarz), “hqc” (Hannan-Quinn). Applicable to Pedroni and Kao tests. |
maxlag=int | Maximum lag length to consider when performing automatic lag length selection, where int is an integer. The default= where is the length of the cross-section. Applicable to Pedroni and Kao tests. |
disp=arg (default=500) | Maximum number of individual results to be displayed. |
prompt | Force the dialog to appear from within a program. |
p | Print results. |