-
Notifications
You must be signed in to change notification settings - Fork 9
Family wise error rate (FWER) under H0
We performed a validation study to access the type I error rate when applying the permutation and bootstrap clustering approach for hypothesis testing. We used a balanced repeated measurement ANOVA design with a two-level between-group factor and a three-level within-group factor. A total population of 134 observers (67 each group) was drawn from previous face viewing eye-movement studies. We centered the cell means for the whole dataset to obtain the validation dataset under the null hypothesis. Thus, we used real data to warrant realistic distributions and centered them to ensure that H0 was confirmed. Any significant output from iMap4 performed on this dataset is considered as false alarm (Type I error).
The validation procedure follows the steps below: we first randomly sampled without replacement a balanced number of subjects from both groups. We then ran iMap4 under the default setting and perform hypothesis testing on the two main effects and the interaction. To estimate the Family-wise error rate (FWER), we computed the frequency of significant output under different statistics and MCC setting. Preliminary results based on 1000 randomizations on a sample size of n ∊ [8, 16, 32, 64] showed that with an alpha of .05, the family-wise error rates are indeed all under .05 using non-parametric statistics (see Figure 2b for permutation test, 2c & 2d for bootstrap clustering test). More simulations considering a wider range of scenarios will be required to understand fully the behavior of the proposed approaches, although cluster stats are likely to behave as in Pernet et al. (2014).
Validation result of the proposed resampling procedure as statistical inference. a) The family-wise error rate using the uncorrected parametric p-value. All FWER are significantly above .05. b) The family-wise error rate using the permutation approach (Algorithm 1). c) The family-wise error rate using the proposed bootstrap clustering approach (Algorithm 2) thresholds on cluster mass. d) The family-wise error rate using the proposed bootstrap clustering approach (Algorithm 2) thresholds on cluster extent. Notice that the FWER of a) and b) are computed at pixel level (i.e., the proportion of false positive pixels across simulations), while the FWER of c) and d) are calculated at test level (i.e., the percentage of any false positive per test for the 1000 simulation). Error bar shows the standard error.This wiki is adapted from the original iMap4 guidebook.
If you have any questions about the iMap4 usage, please email [email protected]
Getting started
Theory
- Linear Mixed Models
- Pixel Wise Modeling and non-parametric statistics
- Family-wise error rate (FWER) under H0
- Power analysis of iMap4
Data structures and function usage
- Core functions
- Input Matrix
- LMMmap
- StatMap, Posthoc and figure outputs
- Other useful features and function
Example 1 (GUI)
- Background of Example 1
- Using the GUI (1): Import Data and label columns
- Using the GUI (2): Parameters and Conditions
- Using the GUI (3): Create smoothed fixation matrix
- Using the GUI (4): Optional for preprocessing
- Using the GUI (5): Descriptive Statistics Report
- Using the GUI (6): Spatial Mapping Using Linear Mixed Models
- Using the GUI (7): Hypothesis testing and Display results
- Using the GUI (8): Post-hoc analysis
Example 2 (Code)
Example 3 (Code)
Example 4 (Code)
Future development
Additional information