% More estimated parameters than parameters in the mode file.
skipline()
disp(['The posterior mode file 'options_.mode_file' has been generated using another specification of the model or another model!'])
disp(['Your mode file contains estimates for 'int2str(length(mode_file.xparam1))' parameters, while you are attempting to estimate 'int2str(number_of_estimated_parameters)' parameters:'])
% Less estimated parameters than parameters in the mode file.
skipline()
disp(['The posterior mode file 'options_.mode_file' has been generated using another specification of the model or another model!'])
disp(['Your mode file contains estimates for 'int2str(length(mode_file.xparam1))' parameters, while you are attempting to estimate only 'int2str(number_of_estimated_parameters)' parameters:'])