Guest User

Untitled

a guest
Oct 24th, 2017
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. email score
  2. <chr> <int>
  3. 1 abc@example.com 4
  4. 2 abc@example.com 3
  5. 3 abc@example.com 3
  6. 4 abc@example.com 4
  7. 5 xyz@example.com 1
  8. 6 xyz@example.com 4
  9. 7 xyz@example.com 5
  10. 8 xyz@example.com 5
  11.  
  12. email score mean sd
  13. <chr> <int> <dbl> <dbl>
  14. 1 abc@example.com 4 4.000000 NA
  15. 2 abc@example.com 3 3.500000 0.7071068
  16. 3 abc@example.com 3 3.333333 0.5773503
  17. 4 abc@example.com 4 3.500000 0.5773503
  18. 5 xyz@example.com 1 1.000000 NA
  19. 6 xyz@example.com 4 2.500000 2.1213203
  20. 7 xyz@example.com 5 3.333333 2.0816660
  21. 8 xyz@example.com 5 3.750000 1.8929694
Add Comment
Please, Sign In to add comment