Guest User

Untitled

a guest
Jan 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. library(dplyr)
  2.  
  3. employee <- employee <- c('John','Dave','Paul','Ringo','George','Tom','Jim','Harry','Jamie','Adrian')
  4. quality <- c('good', 'bad')
  5. x = runif(4000,0,100)
  6. y = runif(4000,0,100)
  7. employ.data <- data.frame(employee, quality, x, y)
Add Comment
Please, Sign In to add comment