eelbrain.Celltable.variability
- Celltable.variability(error='sem', pool=None)
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.pool (bool) – Pool the errors for the estimate of variability (default is True for complete within-subject designs, False otherwise).
Notes
Returns within-subject standard error for complete within-subject designs (see Loftus & Masson, 1994).