This is a collection of data and scripts for "A meta-analysis of
syntactic priming in language production" (Mahowald, et al. 2016).
Scripts:
**revision_full_paper.Rmd**: this is the code that was used to generate
the paper. NOTE: because we do not have permission to share the full
data we obtained from original researchers, this will not run as is.
But it can be used to identify where the numbers and graphs came from
in the other scripts below, specifically the output of meta_analysis.R.
**meta_analysis.R**: a script for generating the data in the paper,
including some graphs and the model output
**meta_analysis_helper_functions.R**: some ugly functions that produce
nice output and graphs that are used by meta_analysis.R and can be fed
to revision_full_paper.Rmd.
**analyze_power.R**: a script for running power calculations for the
sample size recommendations in the paper
Data:
**master_spreadsheet_processed.csv**: the data coded by RF, AJ, and KM
based on the papers analyzed. See corresponding README for more.
**betas_raw.csv**: lmer output for regressions run separately on the raw
data
**pcurve_open.csv**: pcurve spreadsheet, following the Simonsohn et al.
format. Output was computed using P-Curve 4.0 (code available from
Simonsohn et al.).