Implements Residual-Based Fully Modified VAR (RBFM-VAR) estimator following Chang (2000).
Core estimation:
rbfmvar(): Main estimation function for RBFM-VAR models.Lag selection:
ic_table(): Display information criteria comparison.Long-run variance estimation:
Inference:
granger_test(): Granger non-causality testing with modified Wald statistics.granger_matrix(): Pairwise Granger causality tests.Impulse response analysis:
irf(): Orthogonalized impulse response functions.Forecast error variance decomposition:
fevd(): Cholesky-identified variance decomposition.Forecasting:
forecast(): Out-of-sample forecasting with prediction intervals.Methods:
print(), summary(), plot() methods for all major objects.coef(), residuals(), fitted(), vcov() extractors.Chang, Y. (2000). Vector Autoregressions with Unknown Mixtures of I(0), I(1), and I(2) Components. Econometric Theory, 16(6), 905-926. doi:10.1017/S0266466600166071