Publications by George

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