Advertisement
Guest User

Sample data

a guest
Jan 14th, 2014
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. "participant_id","person_id","group_id","pers_enjoy","pers_att","p1_att","p2_att","p3_att","p4_att","group_decision"
  2. 1,1,1,7,7,NA,5,5,4,"support"
  3. 2,2,1,4,5,6,NA,5,4,"support"
  4. 3,3,1,4,3,4,4,NA,3,"support"
  5. 4,4,1,2,2,3,3,3,NA,"support"
  6. 5,1,2,6,6,NA,6,6,5,"support"
  7. 6,2,2,5,5,6,NA,6,6,"support"
  8. 7,3,2,5,6,5,5,NA,5,"support"
  9. 8,4,2,5,6,7,7,7,NA,"support"
  10. 9,2,3,4,5,6,NA,6,6,"support"
  11. 10,3,3,5,6,5,5,NA,3,"support"
  12. 11,4,3,4,5,7,4,7,NA,"support"
  13. 12,1,3,4,5,NA,6,6,6,"support"
  14. 13,1,4,1,2,NA,2,2,2,"not support"
  15. 14,2,4,4,1,3,NA,3,2,"not support"
  16. 15,3,4,4,2,2,2,NA,2,"not support"
  17. 16,4,4,4,2,7,6,2,NA,"not support"
  18. 17,4,5,2,2,1,1,1,NA,"not support"
  19. 18,3,5,4,1,2,1,NA,2,"not support"
  20. 19,2,5,2,2,2,NA,2,2,"not support"
  21. 20,1,5,4,2,NA,2,1,3,"not support"
  22. 21,1,6,4,7,NA,7,7,7,"support"
  23. 22,2,6,5,7,7,NA,7,7,"support"
  24. 23,3,6,5,6,6,7,NA,7,"support"
  25. 24,4,6,4,6,5,5,6,NA,"support"
  26. 25,1,7,3,4,NA,5,5,5,"support"
  27. 26,2,7,6,6,5,NA,6,6,"support"
  28. 27,3,7,5,5,5,6,NA,6,"support"
  29. 28,4,7,5,6,6,6,6,NA,"support"
  30. 29,4,8,4,5,4,5,3,NA,"support"
  31. 30,3,8,4,3,3,5,NA,4,"support"
  32. 31,2,8,6,4,4,NA,4,4,"support"
  33. 32,1,8,1,2,NA,5,5,4,"support"
  34. 33,1,9,4,2,NA,1,1,1,"not support"
  35. 34,2,9,3,2,1,NA,2,2,"not support"
  36. 35,3,9,4,3,2,2,NA,2,"not support"
  37. 36,4,9,4,2,2,2,2,NA,"not support"
  38. 37,1,10,6,4,NA,4,3,4,"not support"
  39. 38,2,10,3,2,2,NA,1,2,"not support"
  40. 39,3,10,5,2,2,2,NA,2,"not support"
  41. 40,4,10,5,2,2,1,2,NA,"not support"
  42. 41,1,11,5,3,NA,2,2,2,"not support"
  43. 42,2,11,5,1,3,NA,1,3,"not support"
  44. 43,3,11,3,3,2,2,NA,1,"not support"
  45. 44,4,11,5,2,3,3,3,NA,"not support"
  46. 45,1,12,2,2,NA,2,2,2,"not support"
  47. 46,2,12,4,2,1,NA,1,1,"not support"
  48. 47,3,12,4,4,2,1,NA,2,"not support"
  49. 48,4,12,5,2,7,6,7,NA,"not support"
  50. 49,1,13,4,3,NA,2,2,2,"not support"
  51. 50,2,13,4,4,4,NA,4,4,"not support"
  52. 51,3,13,4,3,4,3,NA,3,"not support"
  53. 52,4,13,6,1,1,2,1,NA,"not support"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement