Re: [R] Help: concurrent R sessions for different settings of simulations

2013-09-29 Thread Henrik Bengtsson
I strongly suggest to use the BatchJobs package [http://cran.r-project.org/web/packages/BatchJobs] for this. It is easy to install and cross platform and does not rely on external software such as perl. It allows you develop your script running sequentially/interactively on your local machine/lap

Re: [R] Help: concurrent R sessions for different settings of simulations

2013-09-29 Thread Ted Harding
[See at end] On 29-Sep-2013 17:22:24 Chee Chen wrote: > Dear All, > I have spent almost 2 days but did not succeed yet. > > Problem description: I have 3 parameters, p1, p2 and p3, for which > p1 take 1 of 5 possible distributions (e.g., normal, laplace), > p2 takes 1 of 3 possible distributions