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')
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')
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/"
}