Publications by George

booky-cdi-english

11.12.2021

Load Data First we load in the frequency data from several corpora preprocessed in CDIorigins.Rmd. The frequencies are already normalized to counts per million tokens. load("data/merged_word_freqs.Rdata") aoas <- readRDS("data/english_(american)_aoa_bydefinition.rds") %>% filter(measure=="produces") Word frequency table Use to pick compelling...

1598 sym R (13373 sym/32 pcs) 3 img 4 tbl

ASD vs. TD DIF

10.03.2022

Clean ASD CDI:WS data data_AS_WS <- read.delim("data/ASD CDI data/mci_sentences02.txt", header = TRUE, sep = "\t", dec = ".") %>% filter(mcs_vc_total != "999") # extracting first row as a descriptive dataframe description_WS <- data_AS_WS[1:1,] description_WS <- as.data.frame(t(description_WS)) names(description_WS) <- "description" # what...

3854 sym R (18910 sym/31 pcs) 4 img 5 tbl

CDI-CAT: French production

15.03.2022

Introduction Our primary goal here is to develop and test via simulation a bank of CDI items and IRT parameters that we can recommend to those wanting to develop and conduct CDI computerized adaptive tests (CATs). Our approach is as follows: We first fit basic IRT models (Rasch, 2PL, 3PL, 4PL) to wordbank CDI data (French (French), WS form), and ...

8192 sym R (103 sym/1 pcs) 7 img 12 tbl