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

crack_egg positions argument not working #44

Closed andrewheusser closed 7 years ago

andrewheusser commented 7 years ago

this is because most of the analyses require knowing about all the presented words, and the positions argument slices out a portion of the data....will have to think about a better way to implement this

andrewheusser commented 7 years ago

actually, its working just fine. the problem is that in order to analyze the data, you need all of the data in the lists, so it doesn't make sense to take a positions slice at this level. I think we can move this to the analyze or plot stage, returning only select positions. closing this and opening new feature request for next release