MneExperiment
Summarize cases for each cell in x
x (Union[Factor, Interaction, NestedEffect, str]) – Cells which to aggregate.
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).
numpy
numpy.mean()
str
'mean'
Datalist