eelbrain.testnd.ANOVA.masked_parameter_map

ANOVA.masked_parameter_map(effect=0, pmin=0.05, **sub)

Statistical parameter map masked by significance

Parameters
  • effect (Union[str, int]) – Index or name of the effect for which to retrieve the parameter map.

  • pmin (float) – Threshold p-value for masking (default 0.05). For threshold-based cluster tests, pmin=1 includes all clusters regardless of their p-value.

Returns

Parameter map with a mask that is True (masked) where p > pmin.

Return type

NDVar