This contains the code for the analyses reported in
Romain, L., Milin, P., and Divjak, D. (2024). Order Effects in Second Language Learning. To appear in: Language Learning.
01_ControlGroupTest.R
: the code that checks our control group's results against the treatment groups'. Runs withControlGroupTest
datafile;brm1C.rn.rda
andsummary.brm1C.rn.rda
contain the Bayesian regression model and its summary, respectively.02_RROrder.R
: the code for the overall analysis of pre- and post-test results depending on training and participants. Runs withAllTestScores
datafile. All models and their summaries are stored:brm1.rn.rda
andsummary.brm1.rn.rda
,summary.post.draws.rda
,brm1.rn.withPriors.rda
andsummary.brm1.rn.withPriors.rda
.03_HardItems.R
: the code for the analysis of the effects of order of exposure (type of training) with a focus on the difficulty level of the items (based on pre- and post-tests results). Runs withHardData
datafile.04_TrainingDays.R
: the code for the analysis of participants' performance on the four days of training. Runs withAllDayScores
andTrainingData
datafiles.05_LearningRateEffectCorr.jasp
: the Bayesian nonparametric correlations (Kendall's tau) using the JASP statistical program. Data is included in the package.06_LearningRateEffect.R
: analysis of the effect of individual learning rates. Runs with06_LearningRateData
datafile (identical to the data for JASP correlation estimates);brm4.rda
andsummary.brm4.rda
contain the regression model and its summary, andbrm4.t.rda
andsummary.brm4.t.rda
refer to the trimmed model and its summary.
The data can be downloaded from The University of Birmingham Institutional Research Archive (UBIRA) at https://edata.bham.ac.uk/1155/. All files are saved in *.csv
and *.rda
format.
ControlGroupTest
AllTestScores
HardData
AllDayScores
TrainingData
LearningRateData
For further inquiries contact: [email protected]