Publications by Emily Ward & Adam Barnas

Predicting IB

20.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/CogStyles_IB") 2 Sona Subjects 2.1 Read-in datafiles Read in the individual subject files (saved automatically on the server as csv files). Get a count of the number...

4222 sym R (23614 sym/82 pcs) 16 img 2 tbl

Predicting IB

17.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/CogStyles_IB") 2 Read-in datafiles Read in the individual subject files (saved automatically on the server as csv files). Get a count of the number of subjects. nrow(...

2009 sym R (8034 sym/32 pcs) 6 img 1 tbl

Predicting IB

16.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/CogStyles_IB") 2 Read-in datafiles Read in the individual subject files (saved automatically on the server as csv files). Get a count of the number of subjects. nrow(...

2009 sym R (11020 sym/33 pcs) 6 img

Predicting IB

15.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/CogStyles_IB") 2 Read-in datafiles Read in the individual subject files (saved automatically on the server as csv files). Get a count of the number of subjects. nrow(...

2009 sym R (10059 sym/33 pcs) 6 img

Rensink Mudsplash

17.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) library(magick) library(png) library(EBImage) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/Mudsplash/Results") 2 Format & manipulate raw data files 2.1 Read-in datafiles First, read in the individual subject fi...

8465 sym R (34421 sym/144 pcs) 38 img 4 tbl

Wolfe2 Mudsplash

17.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) library(magick) library(png) library(EBImage) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/Mudsplash/Results") 2 Format & manipulate raw data files 2.1 Read-in datafiles First, read in the individual subject fi...

8351 sym R (41865 sym/171 pcs) 53 img 4 tbl

Predicting IB

20.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/CogStyles_IB") 2 Sona Subjects 2.1 Read-in datafiles Read in the individual subject files (saved automatically on the server as csv files). Get a count of the number...

6504 sym R (33838 sym/108 pcs) 20 img 3 tbl

Rensink Mudsplash

21.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) library(magick) library(png) library(EBImage) library(lme4) library(lmerTest) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/Mudsplash/Results") 2 Format & manipulate raw data files 2.1 Read-in datafiles First, r...

8298 sym R (40542 sym/153 pcs) 38 img 4 tbl

Predicting IB v2

27.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/CogStyles_IB") 2 Read-in datafiles Read in the individual subject files. Get a count of the number of subjects. nrow(tbl_all %>% distinct(ID,.keep_all = FALSE)) ## [1...

2142 sym R (14623 sym/44 pcs) 10 img 1 tbl

Predicting IB v2

29.07.2020

1 Set up R environment library(tidyverse) library(ggplot2) library(ggpubr) library(plyr) Set the R working drectory to the main experiment directory. setwd("/Users/adambarnas/Box/CogStyles_IB") 2 Read-in datafiles Read in the individual subject files. Get a count of the number of subjects. nrow(tbl_all %>% distinct(ID,.keep_all = FALSE)) ## [1...

2776 sym R (27334 sym/81 pcs) 17 img 1 tbl