mne.stats.f_threshold_mway_rm
mne.stats.
f_threshold_mway_rm
Compute F-value thesholds for a two-way ANOVA.
The number of subjects to be analyzed.
The number of levels per factor.
A string denoting the effect to be returned. The following mapping is currently supported:
'A': main effect of A 'B': main effect of B 'A:B': interaction effect 'A+B': both main effects 'A*B': all three effects
'A'
'B'
'A:B'
'A+B'
'A*B'
The p-value to be thresholded.
list of F-values for each effect if the number of effects requested > 2, else float.
See also
f_oneway, f_mway_rm
f_oneway
f_mway_rm
Notes
New in version 0.10.
Mass-univariate twoway repeated measures ANOVA on single trial power
Repeated measures ANOVA on source data with spatio-temporal clustering