eelbrain.Celltable.get_statistic_dict

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

Return a {cell: func(data)} dictionary.

Parameters:
func : callable | str

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

See also

get_statistic
statistic in a list