eelbrain.Celltable.get_statistic

Celltable.get_statistic(self, func=<function mean at 0x7fb40c742a60>)

Return a list with a * func(data) for each data cell.

Parameters:
func : callable | str

statistics function that is applied to the data. Can be string, such as ‘[x]sem’ or ‘[x]ci’, e.g. ‘2sem’.

See also

get_statistic_dict
return statistics in a {cell: data} dict