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

refactor pyrec into 2 main functions: analyze and plot #24

Closed andrewheusser closed 7 years ago

andrewheusser commented 7 years ago

example:

results = pyr.analyze(pyro, type='spc')
pyr.plot(results)
andrewheusser commented 7 years ago

for now, im going to add support for this, but I'll also leave the old way (analyzed_data = pyr.spc(pyro)) since kirsten is using it in the weekly reports

andrewheusser commented 7 years ago

implemented on refactor-api branch. will phase out old api before release, so leaving this open for now