hejtmy / two-worlds-analysis

analysis of two worlds experiment
0 stars 0 forks source link

Code to preprocess and analyze data for How Much of What We Learn in Virtual Reality Transfers to Real-World Navigation? paper.

The code currently uses old and deprecated version of brainvr.R package, which was replaced by brainvr.reader (https://github.com/BrainVR/brainvr-reader). It also uses quite old version of navr(https://github.com/hejtmy/navr). As I didn't know packrat or other forms of containig package versions at the time of the coading the preprocessing parts, it might be somewhat complicated to restore the code to working version :( Luckily, these packages were used "only" to preprocess the data and plot paths. Rest of the code which deals with specific analyses in the reports folder shoudl be functional.