DynareR-package | R Documentation |
It allows running 'Dynare' program from base R, R Markdown and Quarto. 'Dynare' is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium ('DSGE') and overlapping generations ('OLG') models. This package does not only integrate R and Dynare but also serves as a 'Dynare' Knit-Engine for 'knitr' package. The package requires 'Dynare' (https://www.dynare.org/) and 'Octave' (https://www.octave.org/download.html). Write all your 'Dynare' commands in R or R Markdown chunk.
Maintainer: Sagiru Mati sagirumati@gmail.com (ORCID)
Useful links:
Report bugs at https://github.com/sagirumati/DynareR/issues
Other important functions:
add_matlab_path()
,
add_path()
,
eng_dynare()
,
import_log()
,
include_IRF()
,
input_tex()
,
run_dynare()
,
run_models()
,
set_dynare_version()
,
set_matlab_path()
,
set_octave_path()
,
write_dyn()
,
write_mod()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.