Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data<-data.frame(A=sample(95:100,100,replace = T)
- ,B=sample(95:100,100,replace = T)
- ,C=sample(95:100,100,replace = T)
- ,D=sample(95:100,100,replace = T)
- ,E=sample(95:100,100,replace = T)
- ,F=sample(95:100,100,replace = T)
- )
- data<-data[apply(data,1,function(x) !96 %in% x),]
Advertisement
Add Comment
Please, Sign In to add comment