Publications by Seamus Donnelly

Document

22.02.2024

The practice problems below will ask you to calculate Z scores. To do so, you’ll need to calculate means and sample standard deviations. If you need a refresher of this material, keep reading. If you feel comfortable calculating those quantities, you can go directly to the questions. A quick review of calculating means To calculate a mean, we ju...

3910 sym

Analysis of Cross Sectional Dative Priming

13.02.2024

library(brms) library(readxl) library(rmarkdown) library(tidybayes) library(ggplot2) library(ggthemes) library(tidyr) library(readODS) library(dplyr) library(GGally) library(DHARMa) library(ggpubr) library(tidybayes) library(patchwork) library(sjPlot) XSectional <- read_ods("DOD Priming Data Sheet_Wgender_May42020 (1).ods") 1 Some p...

8015 sym R (129224 sym/167 pcs) 30 img 2 tbl

Document

13.02.2024

1 Opening Files library(brms) library(readxl) library(writexl) library(DHARMa) library(rmarkdown) library(tidybayes) library(ggplot2) library(tidyr) library(dplyr) library(GGally) library(ggpubr) library(tidybayes) library(patchwork) library(sjPlot) library(lubridate) library(zoo) library(readODS) DOD_42mo <- read_ods("DOD_42mo_blin...

5055 sym R (40339 sym/99 pcs) 15 img 2 tbl

Document

13.02.2024

1 Opening Files library(brms) library(readxl) library(writexl) library(DHARMa) library(rmarkdown) library(tidybayes) library(ggplot2) library(tidyr) library(dplyr) library(GGally) library(ggpubr) library(tidybayes) library(patchwork) library(sjPlot) library(lubridate) library(zoo) library(readODS) DOD_48mo <- read_ods("DOD_48mo_blin...

2344 sym R (44485 sym/102 pcs) 15 img 2 tbl

Document

13.02.2024

1 Opening Files library(brms) library(readxl) library(writexl) library(rmarkdown) library(tidybayes) library(DHARMa) library(ggplot2) library(tidyr) library(dplyr) library(GGally) library(ggpubr) library(tidybayes) library(patchwork) library(sjPlot) library(lubridate) library(zoo) library(readODS) DOD_54mo <- read_ods("DOD_54mo_blin...

2862 sym R (61005 sym/124 pcs) 14 img 2 tbl

Document

13.02.2024

library(brms) library(DHARMa) library(tidyverse) library(readxl) library(rmarkdown) library(tidybayes) library(GGally) library(plotrix) library(ggpubr) library(ggthemes) library(sjPlot) library(tidybayes) library(patchwork) library(readODS) 1 Data Preparation Open prepped files – these come DOD_42mo.RMD, DOD_48mo.RMD and DOD_54mo.R...

3836 sym R (59109 sym/134 pcs) 20 img 1 tbl

Document

21.02.2023

In these files, I look at the dimensionality of vocabulary and grammar for items produced by 1 or more children. 1 Prep Data Open the libraries. library(readr) library(knitr) library(tidyverse) library(mirt) library(GGally) library(patchwork) library(sirt) full_18 <- read_csv("full_18.csv") missing_items <- c(13, 14, 545) # alligator, an...

815 sym R (14695 sym/48 pcs) 3 img 1 tbl

Document

20.02.2023

In these files, I look at the dimensionality of vocabulary and grammar for items produced by 5 or more children. 1 Prep Data Open the libraries. library(readr) library(knitr) library(tidyverse) library(mirt) library(GGally) library(patchwork) library(sirt) full_30 <- read_csv("full_30.csv") missing_items <- c(13, 14, 545) # alligator, an...

520 sym R (14129 sym/44 pcs) 3 img 1 tbl

Document

20.02.2023

In these files, I look at the dimensionality of vocabulary and grammar for items produced by 5 or more children. 1 Prep Data Open the libraries. library(readr) library(knitr) library(tidyverse) library(mirt) library(GGally) library(patchwork) library(sirt) full_18 <- read_csv("full_18.csv") missing_items <- c(13, 14, 545) # alligator, an...

816 sym R (14450 sym/49 pcs) 3 img 1 tbl

Document

20.02.2023

In these files, I look at the dimensionality of vocabulary and grammar for items produced by 5 or more children. 1 Prep Data Open the libraries. library(readr) library(knitr) library(tidyverse) library(mirt) library(GGally) library(patchwork) library(sirt) full_21 <- read_csv("full_21.csv") missing_items <- c(13, 14, 545) # alligator, an...

714 sym R (13657 sym/40 pcs) 3 img 1 tbl