Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. a b c
  2. yes 39 33 29
  3. no 31 41 47
  4.  
  5. table1 <- table(ggr$TouchGun, ggr$Cond)
  6. chisq.post.hoc(table1, test='chisq.test')
  7.  
  8. Adjusted p-values used the fdr method.
  9.  
  10. comparison raw.p adj.p
  11. 1 1 vs. 2 0.0209 0.0209
  12. 2 1 vs. 3 0.0052 0.0104
  13. 3 2 vs. 3 NaN NaN
  14. Warning messages:
  15. 1: In test(tbl[prs[, i], ], ...) :
  16. Chi-squared approximation may be incorrect
  17. 2: In test(tbl[prs[, i], ], ...) :
  18. Chi-squared approximation may be incorrect
  19. 3: In test(tbl[prs[, i], ], ...) :
  20. Chi-squared approximation may be incorrect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement