Publications by Ari Beller,
Reproduction Report
Libraries library("knitr") library("reconPlots") library("stringr") library("tidyverse") ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.2 ✓ purrr 0.3.4 ## ✓ tibble 3.0.4 ✓ dplyr 1.0.2 ## ...
15901 sym R (12045 sym/55 pcs) 23 img
PSYCH 251: Pset 2
In this assignment we’ll learn about dplyr and tidyr, two packages from the tidyverse that allow elegant and easily understandable data tidying and manipulation. We’ll do this by working through the steps of loading an actual dataset, tidying it up, and carrying out some basic analyses. The dataset we’re using comes from the OSF Reproducibl...
11531 sym R (77165 sym/53 pcs) 2 img
PSYCH 251 Project Report
##Introduction For this report I chose to replicate the paper “I-POMDP: An Infomax Model of Eye Movement” from Butko and Movellan, originally published in 2008 in IEEE. The paper is a computational study in which the authors develop a model of eye movement based on principles of information maximization in stochastic optimal control. I see th...
6219 sym
Document
For this exercise, please try to reproduce the results from Experiment 1 of the associated paper (Farooqui & Manly, 2015). The PDF of the paper is included in the same folder as this Rmd file. Methods summary: Participants (N=21) completed a series of trials that required them to switch or stay from one task to the other. One task was to choose ...
4714 sym R (2584 sym/13 pcs)
Document
For this exercise, please try to reproduce the results from Experiment 6 of the associated paper (Shah, Shafir, & Mullainathan, 2015). The PDF of the paper is included in the same folder as this Rmd file. Methods summary: The authors were interested in the effect of scarcity on people’s consistency of valuation judgments. In this study, partic...
4188 sym R (2219 sym/9 pcs)
Problem Set 4 (Simulation)
library("tidyverse") ## ── Attaching packages ───────────────────────────────────────────────────────────────────────────────────────────────────�...
6251 sym R (2474 sym/17 pcs) 2 img