eelbrain.Celltable.variability
- Celltable.variability(error='sem', within_subject=None, cell=None, as_array=False)
Variability measure
- Parameters:
error (str) – Measure of variability. Examples:
sem: Standard error of the mean (default);2sem: 2 standard error of the mean;ci: 95% confidence interval;99%ci: 99% confidence interval.within_subject (bool) – Within-subject standard error for complete within-subject designs (see Loftus & Masson, 1994; default is
Truefor complete within-subject designs,Falseotherwise).cell (str | Tuple[str, ...]) – Return estimate for a single cell in
x.as_array (bool) – Return
numpy.ndarrayinstead ofNDVar.