eelbrain.Celltable.get_statistic

Celltable.get_statistic(func=<function mean>)

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