|
i write a R script which uses JAGS simulation to estimate a mixture model parameters. as this is a part of a large matlab code, i have to use the R.Matlab package to run JAGS simulation from matlab. my simulation procedure takes too long (several days) but the simulation progress and the percentage of the completed procedure is not displayed. as the progress takes too long, i want to know the progress percentages as possible. 1) how can i force matlab to display r screen or percentage of the simulation progress? or at least, r saves the progress in an auxiliary file every x minutes for example?? 2) if MATBUGS can do the simulation faster?? or how can i speed up jags simulation from matlab. (unfortunately i have to use matlab for my programming as the main program was written in matlab) 3) is everyone can describe the practical usage of MATBUGS for mixture model parameter estimations? (an example??) |