I am trying to use Dynare’s estimation command with data from different sheets of an Excel file. Specifically, I would like to change the sheet used for each run of the estimation dynamically.
I attempted to define a variable i
in a .m
script to iterate through the sheets a I am trying to use Dynare’s estimation command with data from different sheets of an Excel file. Specifically, I would like to change the sheet used for each run of the estimation dynamically.
I attempted to define a variable i
in a .m
script to iterate through the sheets and then call Dynare with the appropriate sheet for each run, but it didn’t work
estimation( datafile=dd, xls_sheet=‘i’, …)