jpfeifer wrote:It is hard to tell. What often works best is a sequence of different mode_compute. For example, run mode_compute=4 first and then use the generated mode_file as the starting value for running mode_compute=6,8, or 9.
But before doing this, try to check whether something else is wrong. For example, check the parameters at the detected mode whether they hit a bound and test whether they are identified at all.
Dear Johhanes,
Here you said "run mode_compute=4 first and then use the generated mode_file as the starting value for running mode_compute=6,8, or 9". If I understand correctly, the generate mode_file here is either
- Code: Select all
mode_file=xxx_mode
after mode finding or
- Code: Select all
mode_file=xxx_mh_mode
after mcmc.(xxx is the code name)
Idealy, they are the same , but gennerally xxx_mh_mode would be more accurate than xxx_mode . However, to get the file of xxx_mode.mat by mode finding , only using replic=0 would be enough, so it saves more time comparing to get the file of "xxx_mh_mode.mat" which is after MCMC using replic>0.
So what is your suggestion for the first step to find mode?
1.just run mode finding with replic=0 to save time and get xxx_mode.mat file , then use that mode file to run a different mode_compute?
OR
2. Firstly run MCMC with replic>0 to get xxx_mh_mode.mat file, then use that mode file to run a different moe_compute?
Sorry that it is very long due to my poor English.
Best regards,
Huan