Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. V W X Y Z
  2. 1 8 89 3 900
  3. 1 8 100 2 800
  4. 0 9 333 4 980
  5. 0 9 560 1 999
  6.  
  7. library(reshape2)
  8. dat1 <- gather(dat) #convert to long form
  9. pairwise.t.test(dat1$key, dat1$value, p.adj = "holm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement