powered by
Octave
Use this function to set Octave path
set_octave_path(octave_path = "octave")
Character
Path to the Octave executable
Other important functions: DynareR, add_matlab_path(), add_path(), eng_dynare(), import_log(), include_IRF(), input_tex(), run_dynare(), run_models(), set_dynare_version(), write_dyn(), write_mod()
DynareR
add_matlab_path()
add_path()
eng_dynare()
import_log()
include_IRF()
input_tex()
run_dynare()
run_models()
set_dynare_version()
write_dyn()
write_mod()
library(DynareR) if (FALSE) { set_octave_path('C:/Program Files/GNU Octave/Octave-6.4.0/mingw64/bin/octave20.exe') }
Run the code above in your browser using DataLab