Plots of priors and posteriors missing_

Hi,

During the Baynesian estimation, once I have used “nograph, nodiagnostic” in the “estimation” command, the plots of priors and posteriors have disappeared even if I have removed the "nograph"option from the estimation command, although I have successfully recovered both the Uni and Multi variate convergence diagnostic plots.

Please could anyone help me recover the plots of priors and posteriors?
the current estimation command I am using is:

estimation(datafile=‘data.xls’,mode_compute=0,mode_file=usmodel_mode,mh_replic=4000,mh_nblocks=2,mh_drop=0.2,mh_jscale=0.35);

Thanks in advance

1 Like

maybe you could try

options_.nograph=0;

before the estimation command. But in any case, the prior and posteriors are stored in the oo_ structure in the ‘filename’_results.mat file.

Reuben

1 Like

I tried “options_nograph=0;” before the estimation command, and it worked!
Many thanks!