ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

feature request: plot a subset of positions #52

Open andrewheusser opened 7 years ago

andrewheusser commented 7 years ago

For the accuracy analysis (maybe others?), it would be convenient to be able to group different positions. For example, if we wanted to plot 1 bar each accuracy for early, middle and late positions, you'd have to do an spc, and then manually select the positions. we could have a posgroup argument that allows you to run a separate analysis for multiple groups of positions. e.g.

quail.analyze(egg, analysis='accuracy', listgroup=['average']*16, posgroup=['start']*3+['middle']*10+['end']*3)

andrewheusser commented 7 years ago

truncate the presentation list, but keep the recalls list the same