Publications by Bria Long, Anya Ma (edit)

Publish Document

07.01.2025

Setup library(tidyverse) ## Warning: package 'ggplot2' was built under R version 4.3.2 ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.5.1 �...

1257 sym R (10101 sym/55 pcs) 8 img

enrollment visualization (in progress)

25.10.2024

Setup library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3...

619 sym R (5574 sym/34 pcs) 3 img

enrollment_vis_102524

25.10.2024

Setup library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.2 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3...

632 sym R (7777 sym/42 pcs) 7 img

Tea simulations run 1

17.10.2024

Inference_simulations Tips before getting started This is a document made to accompany some simulations from the Inference lecture in Psych 201a. The goal of this document is to continue learning in R/tidyverse but also to gain hands on experience simulating and manipulating data. If you need to install something, you can run install.packages('ti...

6720 sym Python (25008 sym/50 pcs) 11 img

test tea document

17.10.2024

Inference_simulations Tips before getting started This is a document made to accompany some simulations from the Inference lecture in Psych 201a. The goal of this document is to continue learning in R/tidyverse but also to gain hands on experience simulating and manipulating data. If you need to install something, you can run install.packages('ti...

6720 sym Python (25008 sym/50 pcs) 11 img

cds bingdraw abstract

05.01.2024

Load data and libraries libraries library(tidyverse) library(lme4) library(lmerTest) library(ggthemes) library(stringr) library(knitr) # for html rendering library(langcog) # for CIs, install via githubtools library(viridis) # for colors library(philentropy) # for distance functions (jsd) Read preprocessed file load(here::here('data/preprocesse...

1699 sym R (8941 sym/33 pcs) 2 img

Publish Document

05.01.2024

Load data and libraries libraries library(tidyverse) library(lme4) library(lmerTest) library(ggthemes) library(stringr) library(knitr) # for html rendering library(langcog) # for CIs, install via githubtools library(viridis) # for colors library(philentropy) # for distance functions (jsd) Read preprocessed file load(here::here('data/preprocesse...

1737 sym R (10146 sym/36 pcs) 3 img

CDS Symposium Abstract - Visual Vocab

20.09.2023

Setup library(tidyverse) library(lubridate) library(ggthemes) library(assertthat) library(langcog) # for CIs library(mirt) library(ggpubr) library(knitr) library(dplyr) library(here) library(lme4) library(lmerTest) Load data from multiafc task test_corpus <- read_csv(here::here("item_generation/4_create_multi_AFC_stimuli/new_test.csv")) %>% filt...

2681 sym R (18166 sym/61 pcs) 11 img

CDS symposium abstract - distractor anlaysis

20.09.2023

Setup library(tidyverse) library(lubridate) library(ggthemes) library(assertthat) library(langcog) # for CIs library(mirt) library(ggpubr) library(knitr) library(dplyr) library(here) library(lme4) library(lmerTest) Load data from multiafc task First load all metadata we’ll need for the items test_corpus <- read_csv(here::here("item_generation/4_...

4771 sym R (18709 sym/64 pcs) 11 img 2 tbl

distractor analysis, take 2

21.09.2023

Setup library(tidyverse) library(lubridate) library(ggthemes) library(assertthat) library(langcog) # for CIs library(mirt) library(ggpubr) library(knitr) library(dplyr) library(here) library(lme4) library(lmerTest) Load data from multiafc task First load all metadata we’ll need for the items test_corpus <- read_csv(here::here("item_generation/4_...

5339 sym R (23327 sym/69 pcs) 11 img 2 tbl