Dynamic simulation and testing of single-equation ARDL models
dynamac is a suite designed to assist users in modeling and visualizing the effects of autoregressive distributed lag models, as well as testing for cointegration. Below are the corresponding links for the R and Stata programs.
You download dynamac in R directly from CRAN:
install.packages("dynamac")
library(dynamac)
To run dynamac in Stata, type the following:
findit dynamac
Use dynamac in one of your papers? Let me know (andrew.philips [AT] colorado.edu) and I will add it to the list below
Found a bug? Have a suggestion about how to make dynamac better? Let me know (andrew.philips [AT] colorado.edu) or post it as an issue on Github.