Adjustment for Multiple Comparison Tests with R: Resources on the web
1. Bonferroni correctionp.adjust(p, method = "bonferroni")Read: http://en.wikipedia.org/wiki/2. Sidak (Dunn-Sidak) correctionRead: http://en.wikipedia.org/wiki/3. Holm-Bonferroni correctionp.adjust(p, method = "holm")Read: http://en.wikipedia.org/wiki/... [Read more...]