Introduction

alpha = 0.05
Patleastonemistake = function(m) {1 - (1-alpha)^m}
curve(Patleastonemistake,from = 1, to=100, ylab="Prob at least one wrong", xlab="m = number of tests")
grid()
abline(h=1,col='gray')

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT.

Suggest changes

If you find any mistakes (including typos) or want to suggest changes, please feel free to edit the source file of this page on Github and create a pull request.

Citation

For attribution, please cite this work as

R package build (2021). L3-Bonferroni. BIOS 25328 Cancer Genomics Class Notes. /post/2021/02/18/l3-bonferroni/

BibTeX citation

@misc{
  title = "L3-Bonferroni",
  author = "R package build",
  year = "2021",
  journal = "BIOS 25328 Cancer Genomics Class Notes",
  note = "/post/2021/02/18/l3-bonferroni/"
}