powered by
Threshold.Bonferroni(p.val, n, type = c("Normal", "t", "F"), df1 = NULL, df2 = NULL)
Threshold.Bonferroni(0.05, 1000) Threshold.Bonferroni(0.05, 1000, type = c("t"), df1 = 20) Threshold.Bonferroni(0.05, 1000, type = c("F"), df1 = 3, df2 = 100)
Run the code above in your browser using DataLab