Re: [R] parallel bootstrap linear model on multicore mac (re-post)

2011-03-04 Thread hiemstra
On 03/02/2011 11:38 PM, Anthony Dick wrote: > Hello all, > > I am re-posting my previous question with a simpler, more transparent, > commented code. > > I have been ramming my head against this problem, and I wondered if > anyone could lend a hand. I want to make parallel a bootstrap of a > linear

[R] parallel bootstrap linear model on multicore mac (re-post)

2011-03-02 Thread Anthony Dick
Hello all, I am re-posting my previous question with a simpler, more transparent, commented code. I have been ramming my head against this problem, and I wondered if anyone could lend a hand. I want to make parallel a bootstrap of a linear mixed model on my 8-core mac. Below is the process that I

[R] parallel bootstrap linear model on multicore mac (re-post)

2011-02-24 Thread Anthony Dick
Hello all, I am re-posting my previous question with a simpler, more transparent, commented code. I have been ramming my head against this problem, and I wondered if anyone could lend a hand. I want to make parallel a bootstrap of a linear mixed model on my 8-core mac. Below is the process t

[R] parallel bootstrap linear model on multicore mac

2011-02-23 Thread Anthony Dick
People of R(th), I have been ramming my head against this problem, and I wondered if anyone could lend a hand. I want to parallelize a bootstrap of a linear model on my 8-core mac. Below is the process that I want to parallelize (namely, the m2.ph.rlm.boot<-boot(m2.ph,m2.ph.fun, R = nboot) com