thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

Add average and standard deviation column to pre-processing output #76

Closed thartbm closed 5 years ago

thartbm commented 6 years ago

After outlier removal, but before rounding to 2 decimals (or is that done in the write_csv anyway?) it would be nice to add two columns to the data frame (on the right side, so there is no re-ordering of existing columns).

The first should have the average cursor error (or reach deviation) across all participants for that trial / block / target.

The second should have the standard deviation of the cursor errors (or reach deviations) across all participants for that trial / block / target.

juliusjgm12 commented 5 years ago

Added