add_path | R Documentation |
Octave's
addpath
to add matlab
folder.Use this function to add matlab
folder.
Use this function if Dynare
is NOT installed in the standard location
add_path(path)
path |
Path to the |
Set of Dynare
(open-source software for DSGE modelling) outputs
Other important functions:
DynareR-package
,
add_matlab_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()
library(DynareR)
## Not run:
add_path('/usr/lib/dynare/matlab') # Default for Linux
add_path('c:/dynare/5.1/matlab') # Default for Windows, but 5.1 can change if later version of
# `Dynare` is installed.
add_path('/usr/lib/dynare/matlab') # Default for macOS
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.