Re: [R] multicore R

2012-07-30 Thread R. Michael Weylandt
Load the parallel package as David suggested, and look at example(mclapply) -- it gives a bootstrapping example in the "don't run" section. Michael On Mon, Jul 30, 2012 at 2:50 PM, Chet Seligman wrote: > I have already consulted multicore.pdf and wondered if anyone could offer > specific code fo

Re: [R] multicore R

2012-07-30 Thread Chet Seligman
I have already consulted multicore.pdf and wondered if anyone could offer specific code for doing loops, apply's and/or cross-validation on a multicore machine? On Mon, Jul 30, 2012 at 12:07 PM, David Winsemius wrote: > > On Jul 30, 2012, at 11:56 AM, Chet Seligman wrote: > > Can anyone provide

Re: [R] multicore R

2012-07-30 Thread David Winsemius
On Jul 30, 2012, at 11:56 AM, Chet Seligman wrote: Can anyone provide code example(s) for doing loops, apply's and/or cross-validation on a multicore machine? help(package=parallel) -- David Winsemius, MD Alameda, CA, USA __ R-help@r-project.org

[R] multicore R

2012-07-30 Thread Chet Seligman
Can anyone provide code example(s) for doing loops, apply's and/or cross-validation on a multicore machine? Chet Seligman [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLE