Skip to content
Prev 257255 / 398506 Next

From nested loop to mclapply

Try help("expand.grid", package="base") for one way to create the 
combinations of (i,j) outside the loop, or perhaps vignette("nested", 
package="foreach") which does it "automatically" (rather: naturally).

Allan
On 18/04/11 16:53, Alaios wrote: