Displaying 1 result from an estimated 1 matches for "tp3607240p3607240".
2011 Jun 18
1
can this sequence be generated easier?
...in 0:(100-i)){
...do some test i,j combination
}}
#for combinations of 3 variables
vars = 3
for(i in 0:100){
for(j in 0:(100-i)){
for(k in 0:100-(i+j)){
...do some test on i,j,k combination
}}}
--
View this message in context: http://r.789695.n4.nabble.com/can-this-sequence-be-generated-easier-tp3607240p3607240.html
Sent from the R help mailing list archive at Nabble.com.