Guest User

Untitled

a guest
Jul 17th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. wilcox.test(c(9,9.5,9.75,10,13,9.5),c(11.5,12,9,11.5,13.25,13))
  2. #
  3. # Wilcoxon rank sum test with continuity correction
  4. #
  5. #data: c(9, 9.5, 9.75, 10, 13, 9.5) and c(11.5, 12, 9, 11.5, 13.25, 13)
  6. #W = 9, p-value = 0.1705
  7. #alternative hypothesis: true location shift is not equal to 0
  8.  
  9. n.wilcox.ord(power = 0.8, alpha = 0.05, t, p, q)
Add Comment
Please, Sign In to add comment