MS-SVAR, problems
Posted: Sat Jul 09, 2011 4:21 pm
Hi,
I'm trying to run the code for ms-sbvar with Dynare unstable, but as soon as I do it, I get this error message back:
??? Error using ==> cell.strmatch at 21
Requires character array or cell array of strings as inputs.
Error in ==> read_variables at 74
iv = strmatch(var_names_01(:,dyn_i_01),raw(:,1),'exact');
Error in ==> ms_sbvar_setup at 43
options_.data = read_variables(options_.datafile, ...
Error in ==> test1 at 72
ms_sbvar_setup(options_);
I think that this problem is related to the inputs I gave about the datafile, the names of the variables etc...but I'm not able to solve it on my own. Could you give me any suggestions?
Thanks a lot!
I'm trying to run the code for ms-sbvar with Dynare unstable, but as soon as I do it, I get this error message back:
??? Error using ==> cell.strmatch at 21
Requires character array or cell array of strings as inputs.
Error in ==> read_variables at 74
iv = strmatch(var_names_01(:,dyn_i_01),raw(:,1),'exact');
Error in ==> ms_sbvar_setup at 43
options_.data = read_variables(options_.datafile, ...
Error in ==> test1 at 72
ms_sbvar_setup(options_);
I think that this problem is related to the inputs I gave about the datafile, the names of the variables etc...but I'm not able to solve it on my own. Could you give me any suggestions?
Thanks a lot!