import_log | R Documentation |
dynare
log file as a list of R dataframes.Use this function to import dynare
log file as a list of R dataframes.
The imported list can be accessed via dynare$modelNmae
.
import_log(path = ".", model = "")
path |
A character string for the path to the |
model |
Object or a character string representing the name of the |
Set of Dynare
(open-source software for DSGE modelling) outputs
Other important functions:
DynareR
,
add_path()
,
eng_dynare()
,
include_IRF()
,
run_dynare()
,
run_models()
,
set_dynare_version()
,
set_octave_path()
,
write_dyn()
,
write_mod()
## Not run: library(DynareR) demo(bkk) import_log(model="bkk") # Alternatively, use the path to the log file import_log(path="bkk/bkk.log") # Access the mported list dynare$bkk dynare$bkk$moments knitr::kable(dynare$bkk$decomposition,format='pandoc') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.