[R] run R under linux
Jason Turner
jasont at indigoindustrial.co.nz
Tue Oct 21 11:17:59 CEST 2003
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
jasont at indigoindustrial.co.nz
More information about the R-help
mailing list