From 38109522048887d66b07d2ce4c284eed93975e1f Mon Sep 17 00:00:00 2001 From: KostasKatsenis Date: Thu, 28 Jan 2016 17:23:49 +0200 Subject: [PATCH] Update index.Rmd --- 06_StatisticalInference/03_05_MultipleTesting/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06_StatisticalInference/03_05_MultipleTesting/index.Rmd b/06_StatisticalInference/03_05_MultipleTesting/index.Rmd index 6c19901a0..4604bece6 100644 --- a/06_StatisticalInference/03_05_MultipleTesting/index.Rmd +++ b/06_StatisticalInference/03_05_MultipleTesting/index.Rmd @@ -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. ---