eelbrain.Celltable.get_statistic_dict

Celltable.get_statistic_dict(func=<function mean>)

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