Page 1 of 1

Code is fine but Bayesian Figures do not appear

PostPosted: Fri Mar 10, 2017 5:10 am
by thanhha9289
Dear Colleagues
Anyone can tell me what is my problem.
I want to perform the Bayesian estimation but after some changes the code run but Bayesian estimation and figures does not appear and I do not know why
Please give me some suggestion
Any support is greatly appreciated
Thanks
Best

Re: Code is fine but Bayesian Figures do not appear

PostPosted: Fri Mar 10, 2017 7:46 am
by jpfeifer
That's because you have a
Code: Select all
nograph

option in your mod-file before Bayesian estimation. You can e.g. undo this by saying
Code: Select all
options_.nograph=0;

before estimation.