Bug Report: checkpath Function Error in Dynare Identification Analysis
Description:
When attempting to use the GSA (Global Sensitivity Analysis) sample file option in the identification command, Dynare fails with a missing function error.
Steps to Reproduce:
- Run the following command:
identification(advanced=1, gsa_sample_file=2);
Error Stack:
- Primary error: “Unrecognized function or variable ‘checkpath’”
- Error occurs in sequence:
- dynare_identification (line 253): GSAFolder = checkpath(‘gsa’,dname);
- nash.driver (line 375): dynare_identification(options_ident);
- dynare (line 289): evalin(‘base’,[fname ‘.driver’]);
- compare_regimes (line 5): dynare nash