MneExperiment
Summarize cases for each cell in x
x (Union[Factor, Interaction, NestedEffect, str]) – Cells which to aggregate.
Union
Factor
Interaction
NestedEffect
str
func (Union[Callable, str]) – How to merge entries. Can be a numpy function such as numpy.mean(), or a str special method: 'mean': sum elements and divide by cell length (default).
Callable
numpy
numpy.mean()
'mean'
Datalist