Skip to content

Commit dabf3fc

Browse files
author
NightlordTW
committed
Revise intro
1 parent 9e7f99a commit dabf3fc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

vignettes/intopkg.Rmd

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: "Introduction"
3-
output: rmarkdown::html_vignette
3+
output:
4+
rmarkdown::html_vignette:
5+
number_sections: true
6+
toc: true
47
vignette: >
58
%\VignetteIndexEntry{Introduction}
69
%\VignetteEngine{knitr::rmarkdown}
@@ -120,7 +123,9 @@ The most common and easiest procedure for multiplicity adjustment that controls
120123

121124
$$\alpha_{bon}= \alpha/m$$
122125

123-
where $m$ is the total number of tests. While simple, this method is conservative, especially when the tests are correlated, as it assumes all tests are independent. In the [sampleSize()](../reference/sampleSize.html) function, the Bonferroni correction can be applied by specifying `adjust = "bon"`.
126+
where $m$ is the total number of tests. While simple, this method is highly conservative, particularly when the tests are correlated, as it assumes all tests are independent. This conservativeness remains pronounced even for $k=1$, where only one of the $m$ hypotheses needs to be rejected. [@mielke_sample_2018]
127+
128+
In the [sampleSize()](../reference/sampleSize.html) function, the Bonferroni correction can be applied by setting `adjust = "bon"`.
124129

125130
### Sidak correction
126131

0 commit comments

Comments
 (0)