Publications by Samah

Communication Taxonomy, v1

13.12.2020

We are interested in exploring referential games with different numbers of participants and incentive structures, with the goal of mapping some of these onto socially important situations like teaching or negotiation. Thus, we attempt to develop a semi-formal taxonomy of the space of such games in the hopes of conducting analyses and experiments ...

11429 sym 9 img

peekbank explorations

14.12.2020

Preliminaries and data loading library(peekbankr) library(tidyverse) library(lme4) ## Loading required package: Matrix ## ## Attaching package: 'Matrix' ## The following objects are masked from 'package:tidyr': ## ## expand, pack, unpack library(lmerTest) ## ## Attaching package: 'lmerTest' ## The following object is masked from 'package:l...

1477 sym R (19445 sym/65 pcs) 12 img 5 tbl

Peekbank curves

22.01.2021

library(peekbankr) library(lme4) ## Loading required package: Matrix library(tictoc) library(langcog) ## ## Attaching package: 'langcog' ## The following object is masked from 'package:base': ## ## scale library(here) ## here() starts at /Users/mcfrank/Projects/peekbank/peekbank-paper library(tictoc) library(broom) library(tidyverse) knitr...

3211 sym R (22694 sym/54 pcs) 10 img

Peekbank RTs

02.03.2021

Preliminaries and data loading library(peekbankr) library(tidyverse) library(lme4) ## Loading required package: Matrix ## ## Attaching package: 'Matrix' ## The following objects are masked from 'package:tidyr': ## ## expand, pack, unpack library(lmerTest) ## ## Attaching package: 'lmerTest' ## The following object is masked from 'package:l...

1211 sym R (13357 sym/70 pcs) 13 img

Trial summaries with ICCS

19.09.2021

This markdown documents a new way of thinking about modeling variation in LWL data. The idea is to try to: extract a summary statistic for each trial model these summaries with LMMs of various types The trouble is, what’s the right summary statistic? It might be that there’s not just one! But let’s assume there is one and we just need to ...

6856 sym R (18389 sym/41 pcs) 17 img 1 tbl

Survey weights in brms with quantile regression

08.09.2021

Load required libraries. library(wordbankr) library(langcog) library(tidyverse) library(brms) library(forcats) library(survey) theme_set(theme_mikabr()) font <- theme_mikabr()$text$family Read in Virginia’s temp data from SPSS. Something is funky with webcdi, there are some kids with very high vocab. ws <- haven::read_sav("data/Web_WS_2007normi...

432 sym R (20513 sym/24 pcs) 4 img

Peekbank trial accuracy models

23.02.2022

Our goal here is to model trial-level variation in accuracy for familiar word recognition across all the experiments in Peekbank. Let’s move forward with ALL THE DATA (tm). Window will be something like 500 – 4000 based on the above analysis (which is at best incomplete and at worst…). df <- d_trial |> filter(t_norm > 500, t_norm < 4000...

3779 sym R (20658 sym/35 pcs) 13 img

Online MA interim report

17.04.2022

Preliminaries and data prep Meta-analysis inclusion spreadsheet at Data file at https://docs.google.com/spreadsheets/d/1OIrWIsqjuXVBQYdu90AjJ9b–15GfwTjwvqtOhq11oo/edit#gid=0 library(tidyverse) ## Warning: package 'tidyr' was built under R version 4.1.2 ## Warning: package 'readr' was built under R version 4.1.2 ## Warning: package 'dplyr' was b...

3370 sym R (14152 sym/58 pcs) 4 img