VPNLirvine / trEYEcopa

Code for eyetracking the TriCOPA videos
2 stars 1 forks source link

Easy M&W analysis #42

Closed brandonhackney closed 6 months ago

brandonhackney commented 6 months ago

Amin's old pipeline was a bit cumbersome compared to my new method of writing everything into a table. I wrote a new data-getter function specifically for dealing with Martin & Weisberg data (which does not have a Rating column), then rearranged a lot of functions in the Analysis folder to accommodate the simpler data structure.

The end result is that the main analysis function imports the TriCOPA and Martin & Weisberg data in essentially the same format, then runs the exact same analysis for either, instead of having completely separate analysis pipelines. (at least where they overlap and CAN use the same analysis. I can't, for example, run a t-test on the TriCOPA data, which doesn't have categories).

brandonhackney commented 6 months ago

This is easyMW2 because I screwed up the original easyMW trying to pull in recent changes to main via a rebase. Starting an entirely new branch resolved all the divergence issues.