1 2 3 4 5 6 7 8 9 10
|
Data preprocessing
==================
In most cases, data acquired by Expyriment needs to be further processed before
a statistical analysis can be performed. This processing entails an aggregation
of the dependent variables over all factor-level combinations of the
experimental design. Expyriment provides an easy, but flexible way to
automatize this process with the included data preprocessing module of the misc
package (:doc:`expyriment.misc.data_preprocessing`).
.. FIXME better docu data preprocessing
|