Advertisement
Guest User

Untitled

a guest
May 28th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. bev <- Infocom06_sample$User1[j]
  2.  
  3. bevs <- Infocom06_sample$User2[j]
  4.  
  5. if(bevs1 == bevs)
  6.  
  7. {count = count +1}else break
  8.  
  9. bevs1 <- bevs
  10.  
  11. bev1 <-bev
  12.  
  13. if (Infocom06_sample$TimeDiff[k] == "No")
  14.  
  15. {CountZeroConnections = CountZeroConnections + 1}
  16.  
  17. if (Infocom06_sample$TimeDiff [l]== "Yes")
  18.  
  19. {CountUndefinedTime = CountUndefinedTime + 1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement