I am trying to run the files test2 and test4 unde
test4.mod (2.3 KB)
dsge.csv (3.1 KB)
r \test\models\estimation\ folder but cant get them to work. Attached are the files.
They bring this error message: ErrorException(“Unrecognized statement native first_chain = rwmh_compute!(datafile=‘dsge1_data.csv’, mcmc_replic=100000, mcmc_jscale=0.02, mcmc_chains=1, transformed_parameters = true, back_transformation = true);”).
- There is a difference between strings in Dynare commands that are delimited with simple quotes and string in DynrareJulia functions that are delimited with double quotes.
Furthermore, the filename isn’t the correct one.
You should write
rwmh_compute!(datafile="dsge.csv", mcmc_replic=100000, mcmc_jscale=0.001, mcmc_chains=1, transformed_parameters = false);
- When you encounter an error message that you don’t understand, you may try the command line option “stoponerror”:
context = @dynare "test4" "stoponerror";
- Very recent updates in packages needed by Dynare make problems for estimation. I will fix them tomorrow or Wednesday