Dear all,
I have a large model with hundreds of parameters and I would like to set the parameter values in a separate file (preferably an m-file) instead of in the mod-file directly.
However, it seems that the mod-file in dynare version 4 does not read m-files. Is that right? If not, could you please tell me how I could proceeed?
My best regards and many thanks for you help.
nsouzas
p.s.: I've already tried saving the parameter values in the m-file (using the command "save filename") and then loading them into the mod-file (using the command "load filename"). Even though this works, this solution is not that good for my purposes.