The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Christopher Gandrud, Laron K Williams, and Guy D Whitten
The dynsim package implements Williams and Whitten’s (2011, 2012) method for dynamic simulations of autoregressive relationships in R.
There are four basic steps to use dynsim to create dynamic simulations of autoregressive relationships:
Estimate your linear model using lm
or
similar functions.
Set up starting values for simulation scenarios and (optionally) shock values at particular iterations (e.g. points in forecasted time).
Simulate these scenarios based on the estimated model
using the dynsim
function.
Plot the simulation results with the
dynsimGG
function.
For examples please visit https://christophergandrud.github.io/dynsim/.
dynsim is available on CRAN
You can also easily install the latest development version with the devtools package:
devtools::install_github("christophergandrud/dynsim")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.