search for: 22for

Displaying 3 results from an estimated 3 matches for "22for".

Did you mean: 20for
2008 Oct 16
2
saving result of a "for" loop
...I can get the grand average from 5 runs?I thought about using a vector in the "for" loop but it's no good, it over right so basically I only get the means for last sample. any idea how to do it? Thanks a lot -- View this message in context: http://www.nabble.com/saving-result-of-a-%22for%22-loop-tp20013519p20013519.html Sent from the R help mailing list archive at Nabble.com.
2009 Aug 23
2
difficult "for"
...) for (i in e3[1] : e3[length(e3)]; (k in 1 : length(e3))){ for (j in e3[1] : e3[length(e3)]; (l in 1 : length(e3))){ me1[k,l] = odleg (nepitabds$points[i,1],nepitabds$points[j,1],nepitabds$points[i,2],nepitabds$points[j,2]) }} -- View this message in context: http://www.nabble.com/difficult-%22for%22-tp25107157p25107157.html Sent from the R help mailing list archive at Nabble.com.
2007 Aug 27
0
how to write nicely a condition on a loop "for" (that is, not like I did)
...jourheure<-paste(donnees$V1, donnees$V2, sep=" ") donnees[1]<-jourheure donnees<-donnees[,-2] rm(donnees, jourheure) } } } -- View this message in context: http://www.nabble.com/how-to-write-nicely-a-condition-on-a-loop-%22for%22-%28that-is%2C-not-like-I-did%29-tf4335310.html#a12347016 Sent from the R help mailing list archive at Nabble.com.