mnefun.anova_time¶
- mnefun.anova_time(X, transform=True, signed_p=True, gg=True)¶
A mass-univariate two-way ANOVA (with time as a co-variate)
- Parameters:
- X
array
X should have the following dimensions:
(n_subjects, 2 * n_time, n_src)
or:
(n_subjects, 2, n_time, n_src)
This then calculates the paired t-values at each spatial location using time as a co-variate.
- transformbool
If True, transform using the square root.
- signed_pbool
If True, change the p-value sign to match that of the t-statistic.
- ggbool
If True, correct DOF.
- X
- Returns: