Displaying 1 result from an estimated 1 matches for "tp3547949p3547949".
2011 May 24
1
Count of rows while looping through data
...ough the
whole table?
Something like this:
for (j in 1:15){
if (x$family[j] == x$family[j+1]){
count = count +1
(which doesn't work)
as I do the larger:
for (i in 2:nrow(x.tab)){
--
View this message in context: http://r.789695.n4.nabble.com/Count-of-rows-while-looping-through-data-tp3547949p3547949.html
Sent from the R help mailing list archive at Nabble.com.