rep_paper
To reproduce:
Download and install R and RStudio: https://www.r-project.org/
RStudio: https://rstudio.com/products/rstudio/download/
Download and install a latex implementation like miktex (to be able to render to pdf): https://miktex.org/
Open RStudio and install the necessary packages:
(Run the commands below)
install.packages("rticles")
install.packages("knitr")
install.packages("tidyverse")
install.packages("lsr")
install.packages("rstatix")
install.packages("psych")
Download this repository and open: "Vicarious_value_learning_master.Rmd" in RStudio. Klick the "knit" button or Ctrl+Shift+K to render the document.