powered by
Returns critical values for the Maki cointegration test based on Maki (2012) Table 1.
cv_coint_maki(n, m, model)
Numeric vector of critical values at 1%, 5%, and 10% significance levels.
Sample size (currently not used as values are asymptotic).
Number of breaks (0-5).
Model specification (0-3):
0: Level shift
1: Level shift with trend
2: Regime shift
3: Trend and regime shift
# Get critical values for m=1, model=0 cv_coint_maki(100, m=1, model=0)
Run the code above in your browser using DataLab