Guest User

Untitled

a guest
Nov 15th, 2017
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. data<-data.frame(A=sample(95:100,100,replace = T)
  2. ,B=sample(95:100,100,replace = T)
  3. ,C=sample(95:100,100,replace = T)
  4. ,D=sample(95:100,100,replace = T)
  5. ,E=sample(95:100,100,replace = T)
  6. ,F=sample(95:100,100,replace = T)
  7. )
  8. data<-data[apply(data,1,function(x) !96 %in% x),]
Advertisement
Add Comment
Please, Sign In to add comment