Zhen Pang wrote:
I want to do 200 simulations. I found during the fisrt 128 simulations, some parameters may be NAs, since I use if (abs(aold-anew)<1e-5) {print (anew) break} to break the one estimation.
...
 > I want to know how to resume my program with the seeds saved, and do
like continueing the 130th one without break. If possible, the results of the first 128 simulations can be saved and combine with the remaining simulation.

help(try)


Cheers

Jason
--
Indigo Industrial Controls Ltd.
http://www.indigoindustrial.co.nz
64-21-343-545
[EMAIL PROTECTED]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to