This repository contains the code to reproduce the analyses presented in the following paper:
Kumar, A.A., Hawkins, R.D. (in press) Lexical search and social reasoning jointly explain communication in associative reference games. Journal of Experimental Psychology: General.
- Create a virtual environment with the required dependencies:
conda env create -f environment.yml
conda activate connector
conda env list
-
Download the data files from the OSF repositoy and store them inside the relevant experiment subfolders (e.g.,
data/exp1/model_output/). -
To reproduce the analyses, run the individual .Rmd files corresponding to each experiment in the
analysis/folder.