search for: concacenate

Displaying 2 results from an estimated 2 matches for "concacenate".

Did you mean: _concatenate
2007 Nov 22
2
manual parallel processing
...<- c(steps.c[1:(n.comp-1)],nsteps) steps.i <- c(1,steps.c[-n.comp]+1) for(ic in 1:n.comp){ Somehow start remotely R, read the copied workspace and execute in computer ic for(i in steps.i[ic]:steps.c[ic]){something[i];genoud(f(i));somethin.else[i]} and somehow get back results from ic } 3) concacenate results in my "localhost" workspace You can see I'm rather lost with this. Could you help with this? Regards, Javier
2007 Nov 23
0
R users in Cyprus
....c <- c(steps.c[1:(n.comp-1)],nsteps) steps.i <- c(1,steps.c[-n.comp]+1) for(ic in 1:n.comp){ Somehow start remotely R, read the copied workspace and execute in computer ic for(i in steps.i[ic]:steps.c[ic]){something[i];genoud(f(i));somethin.else[i]} and somehow get back results from ic } 3) concacenate results in my "localhost" workspace You can see I'm rather lost with this. Could you help with this? Regards, Javier ------------------------------ Message: 101 Date: Thu, 22 Nov 2007 11:39:18 +0100 From: "Dimitris Rizopoulos" <dimitris.rizopoulos at med.kuleuven.be...