From c2283443df52022b04ee9bdb50695239855f60aa Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Wed, 3 Aug 2022 10:30:38 +0200 Subject: [PATCH] fs2000.mod: add mode_check plots and fix datatomfile command --- examples/fs2000.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fs2000.mod b/examples/fs2000.mod index c32a5f4de..57fb1684f 100644 --- a/examples/fs2000.mod +++ b/examples/fs2000.mod @@ -122,7 +122,7 @@ end; varobs gp_obs gy_obs; -estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, mh_nblocks=2, mh_jscale=0.8); +estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, mh_nblocks=2, mh_jscale=0.8, mode_check); /* @@ -132,4 +132,4 @@ estimation(order=1, datafile=fsdat_simul, nobs=192, loglinear, mh_replic=2000, m */ //stoch_simul(periods=200, order=1); -//datatomfile('fsdat_simul', char('gy_obs', 'gp_obs')); +//datatomfile('fsdat_simul', {'gy_obs', 'gp_obs'});