Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 06_StatisticalInference/03_05_MultipleTesting/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Controlling all error rates at $\alpha = 0.20$

__Example__:
* Suppose P-values are $P_1,\ldots,P_m$
* You could adjust them by taking $P_i^{fwer} = \max{m \times P_i,1}$ for each P-value.
* You could adjust them by taking $P_i^{fwer} = \min{m \times P_i,1}$ for each P-value.
* Then if you call all $P_i^{fwer} < \alpha$ significant you will control the FWER.

---
Expand Down