Stata
dynamac is a suite of programs in Stata designed to assist users in modeling and visualizing the effects of autoregressive distributed lag models, as well as testing for cointegration. This consists of two programs:
There are a few different ways to load dynamac into Stata using the input console:
net sj 18-4 st0545
findit dynamac
cap ado uninstall dynamac
cap ado uninstall dynardl
cap ado uninstall pssbounds
net install dynamac, from(https://github.com/andyphilips/dynamac/raw/gh-pages/Stata/src/)
Alternatively, you can find the raw files here to either call directly to the .ado files, or place in your "ado/plus/" folder.
For a discussion of dynamac, as well as substantive examples, see the Stata Journal article (you can find the ungated version here).