@brainpilot/skills 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +6 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/index.js.map +1 -0
- package/package.json +35 -0
- package/skills/01_Meta-Skills/contribute-skill/SKILL.md +277 -0
- package/skills/01_Meta-Skills/contribute-skills-via-pr/SKILL.md +163 -0
- package/skills/01_Meta-Skills/paper-to-skill/SKILL.md +435 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/extraction-guide.md +286 -0
- package/skills/01_Meta-Skills/paper-to-skill/references/skill-template.md +250 -0
- package/skills/01_Meta-Skills/repo-to-skill/SKILL.md +289 -0
- package/skills/01_Meta-Skills/share-case/SKILL.md +253 -0
- package/skills/01_Meta-Skills/share-usage/README.md +63 -0
- package/skills/01_Meta-Skills/share-usage/SKILL.md +395 -0
- package/skills/01_Meta-Skills/verify-skill/SKILL.md +331 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/SKILL.md +194 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/effect-sizes.md +352 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-power-analysis/references/sample-size-guide.md +407 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/SKILL.md +361 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-statistics/references/common-analyses.md +517 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/SKILL.md +292 -0
- package/skills/02_Cross-Domain_Foundation/cogsci-visualization/references/plot-recipes.md +709 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/SKILL.md +286 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/common-assumptions.md +320 -0
- package/skills/02_Cross-Domain_Foundation/research-literacy/references/planning-template.md +143 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/SKILL.md +197 -0
- package/skills/03_Cognitive_Psychology/alternative-uses-task-designer/references/instruction-templates.md +60 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/SKILL.md +246 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/classic-paradigms.md +435 -0
- package/skills/03_Cognitive_Psychology/cognitive-paradigm-design/references/design-principles.md +256 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/SKILL.md +270 -0
- package/skills/03_Cognitive_Psychology/creativity-self-efficacy-mediation/references/lavaan-templates.md +172 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/SKILL.md +238 -0
- package/skills/03_Cognitive_Psychology/divergent-thinking-scoring/references/scoring-rubric.md +143 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/SKILL.md +203 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/fitting-guide.md +571 -0
- package/skills/03_Cognitive_Psychology/drift-diffusion-model/references/model-variants.md +427 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/SKILL.md +310 -0
- package/skills/03_Cognitive_Psychology/evidence-accumulation-selector/references/ez-diffusion-formulas.md +137 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/SKILL.md +300 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/application-guide.md +278 -0
- package/skills/03_Cognitive_Psychology/signal-detection-analysis/references/sdt-formulas.md +318 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/SKILL.md +283 -0
- package/skills/03_Cognitive_Psychology/visual-search-array-generator/references/array-generation-parameters.yaml +111 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/SKILL.md +301 -0
- package/skills/04_Psycholinguistics/reading-time-analysis/references/measure-computation-guide.md +195 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/SKILL.md +257 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/analysis-guide.md +356 -0
- package/skills/04_Psycholinguistics/self-paced-reading-designer/references/region-segmentation.md +266 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/SKILL.md +346 -0
- package/skills/04_Psycholinguistics/sentence-stimulus-norming/references/lexical-databases-guide.md +184 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/SKILL.md +226 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/component-paradigm-map.md +276 -0
- package/skills/05_EEG_ERP/eeg-paradigm-designer/references/timing-parameters.md +244 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/SKILL.md +367 -0
- package/skills/05_EEG_ERP/eeg-preprocessing-pipeline-guide/references/parameter-lookup-tables.md +138 -0
- package/skills/05_EEG_ERP/erp-analysis/SKILL.md +185 -0
- package/skills/05_EEG_ERP/erp-analysis/references/erp-components.md +447 -0
- package/skills/05_EEG_ERP/erp-analysis/references/preprocessing-pipeline.md +277 -0
- package/skills/05_EEG_ERP/erp-analysis/references/statistical-approaches.md +351 -0
- package/skills/05_EEG_ERP/mne-python-guide/SKILL.md +174 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/decoding.md +178 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/io_formats.md +160 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/preprocessing.md +259 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/simulation.md +173 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/source_localization.md +234 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/statistics.md +196 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/time_frequency.md +165 -0
- package/skills/05_EEG_ERP/mne-python-guide/references/visualization.md +175 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/06_fMRI_Neuroimaging/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/SKILL.md +296 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/design-matrix-guide.md +214 -0
- package/skills/06_fMRI_Neuroimaging/fmri-glm-analysis-guide/references/statistical-inference.md +288 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/SKILL.md +274 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/quality-control.md +336 -0
- package/skills/06_fMRI_Neuroimaging/fmri-preprocessing-pipeline-guide/references/step-by-step-pipeline.md +380 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/SKILL.md +264 -0
- package/skills/06_fMRI_Neuroimaging/fmri-task-design-guide/references/design-optimization-examples.md +114 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/06_fMRI_Neuroimaging/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/SKILL.md +123 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/database-subjects.md +179 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/dataset-types.md +208 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/freesurfer-fmriprep.md +162 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mapping-transforms.md +181 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/mni-utils.md +207 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/surface-analysis.md +219 -0
- package/skills/06_fMRI_Neuroimaging/pycortex-guide/references/visualization.md +251 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/SKILL.md +297 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/model-patterns.md +197 -0
- package/skills/07_Computational_Modeling/act-r-model-builder/references/parameter-table.yaml +204 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/SKILL.md +294 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/diagnostics-checklist.md +351 -0
- package/skills/07_Computational_Modeling/bayesian-cognitive-model-builder/references/prior-selection-guide.md +241 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/SKILL.md +269 -0
- package/skills/07_Computational_Modeling/parameter-recovery-checker/references/recovery-diagnostics.md +207 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/SKILL.md +317 -0
- package/skills/08_Computational_Neuroscience/brain-connectivity-modeler/references/method-implementation-guide.md +116 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/SKILL.md +273 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/decoding-methods.md +170 -0
- package/skills/08_Computational_Neuroscience/neural-decoding-analysis/references/rsa-guide.md +266 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/SKILL.md +305 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/data-requirements.md +60 -0
- package/skills/08_Computational_Neuroscience/neural-population-analysis-guide/references/method-comparison.md +151 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/SKILL.md +376 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/hh-parameters.md +117 -0
- package/skills/08_Computational_Neuroscience/spiking-network-model-builder/references/network-regimes.md +130 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/SKILL.md +258 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/indicator-parameters.md +242 -0
- package/skills/09_Cellular_Molecular_Neuroscience/calcium-imaging-analysis-guide/references/pipeline-details.md +211 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/SKILL.md +261 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/opsin-catalog.md +124 -0
- package/skills/09_Cellular_Molecular_Neuroscience/optogenetics-protocol-designer/references/stimulation-parameters.md +304 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/SKILL.md +367 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/disconnection-guide.md +152 -0
- package/skills/10_Clinical_Neuropsychology/lesion-symptom-mapping-guide/references/vlsm-pipeline.md +182 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/SKILL.md +250 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/deficit-profiles.md +302 -0
- package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md +304 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/SKILL.md +345 -0
- package/skills/11_Developmental_Cognition/infant-looking-time-designer/references/age-parameters.yaml +186 -0
- package/skills/12_Social_Cognition/tom-task-selector/SKILL.md +379 -0
- package/skills/12_Social_Cognition/tom-task-selector/references/task-database.md +317 -0
- package/skills/13_Visualization/nature-figure/README.md +442 -0
- package/skills/13_Visualization/nature-figure/SKILL.md +60 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-01-bar-charts.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-02-line-trends.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-03-heatmaps.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-04-scatter-bubble.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-05-radar-polar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-06-distributions.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-07-forest-interval.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-08-area-stacked.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-09-image-plates.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/chart-atlas/atlas-10-network-matrix.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_motivation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/Dispersion_observation_distillation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_contrastive.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_CEDAR.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_results_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/ImmunoStruct_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/assets/RNAGenScape_schematic.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/figures/comparison.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_ablation.py +86 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_CellSpliceNet/plot_comparison.py +109 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/diffusion_swiss_roll.py +97 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/diffusion_swiss_roll.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_GeneRegulatory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/fig2_comparison_Trajectory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.pdf +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/figures/figX_comparison_Ablation.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Ablation.py +64 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_GeneRegulatory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Cflows/plot_comparison_Trajectory.py +74 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/idea.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/figures/illustration.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_idea.py +76 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_Dispersion/plot_illustration.py +404 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/figures/freq_prior.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_FPGM/plot_freq_prior.py +146 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_ablation_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_Cancer.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/figures/bars_comparison_IEDB.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/plot_bars.py +216 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ImmunoStruct/raw_data.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/manifold_holes.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_optimization.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_comparison_speed.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/figures/results_sweep.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_comparison.py +228 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_hole_manifold.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_manifold.py +61 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_RNAGenScape/plot_sweep.py +77 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_posttraining.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/figures/comparison_radar.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_comparison_radar.py +173 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_VIGIL/plot_posttraining.py +82 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/brute_force.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_category.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/correctness_by_subcategory.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/rewriting.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/figures/selfcorrection_math.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_brute_force.py +248 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_category.py +132 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_correctness_by_subcategory.py +131 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_rewriting.py +105 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_brainteaser/plot_selfcorrection_math.py +99 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/composition_heatmap.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/figures/trend_by_month.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_composition.py +81 -0
- package/skills/13_Visualization/nature-figure/assets/figures4papers/figure_ophthal_review/plot_trend.py +125 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig1-material-mechanism-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig2-spatial-imaging-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig3-in-vivo-efficacy-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig4-single-cell-systems-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/assets/gallery/fig5-validation-perturbation-rich.png +0 -0
- package/skills/13_Visualization/nature-figure/evals/evals.json +37 -0
- package/skills/13_Visualization/nature-figure/manifest.yaml +57 -0
- package/skills/13_Visualization/nature-figure/references/api.md +428 -0
- package/skills/13_Visualization/nature-figure/references/backend-selection.md +100 -0
- package/skills/13_Visualization/nature-figure/references/chart-types.md +281 -0
- package/skills/13_Visualization/nature-figure/references/common-patterns.md +350 -0
- package/skills/13_Visualization/nature-figure/references/demos.md +65 -0
- package/skills/13_Visualization/nature-figure/references/design-theory.md +436 -0
- package/skills/13_Visualization/nature-figure/references/figure-contract.md +93 -0
- package/skills/13_Visualization/nature-figure/references/nature-2026-observations.md +112 -0
- package/skills/13_Visualization/nature-figure/references/qa-contract.md +119 -0
- package/skills/13_Visualization/nature-figure/references/r-template-index.md +66 -0
- package/skills/13_Visualization/nature-figure/references/r-workflow.md +161 -0
- package/skills/13_Visualization/nature-figure/references/tutorials.md +251 -0
- package/skills/13_Visualization/nature-figure/static/core/contract.md +29 -0
- package/skills/13_Visualization/nature-figure/static/core/stance.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/python.md +37 -0
- package/skills/13_Visualization/nature-figure/static/fragments/backend/r.md +44 -0
- package/skills/14_Writing/markdown-report-writing/SKILL.md +306 -0
- package/skills/14_Writing/markdown-report-writing/references/compatibility-matrix.md +72 -0
- package/skills/14_Writing/markdown-report-writing/references/templates.md +299 -0
- package/skills/15_Others/neuroimaging-power-guide/SKILL.md +324 -0
- package/skills/15_Others/neuroimaging-power-guide/references/effect-size-lookup-tables.md +102 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/SKILL.md +330 -0
- package/skills/15_Others/neuroimaging-sample-size-calculator/references/worked-examples.md +220 -0
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "self-paced-reading-designer"
|
|
3
|
+
description: "Expert guidance for designing self-paced reading experiments: region segmentation, timing parameters, comprehension probes, and spillover analysis"
|
|
4
|
+
domain: "psycholinguistics"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
authors:
|
|
7
|
+
- "AI-generated with domain expert review"
|
|
8
|
+
papers:
|
|
9
|
+
- "Just, Carpenter, & Woolley, 1982"
|
|
10
|
+
- "Jegerski, 2014"
|
|
11
|
+
- "Keating & Jegerski, 2015"
|
|
12
|
+
- "Mitchell, 2004"
|
|
13
|
+
- "Boyce, Futrell, & Levy, 2020"
|
|
14
|
+
dependencies:
|
|
15
|
+
required:
|
|
16
|
+
- research-literacy
|
|
17
|
+
review_status: "ai-generated"
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Self-Paced Reading Designer
|
|
21
|
+
|
|
22
|
+
This skill encodes expert knowledge for designing self-paced reading (SPR) experiments in psycholinguistics. SPR is the most widely used behavioral method for studying real-time sentence comprehension during reading (Jegerski, 2014). A competent programmer without psycholinguistics training will reliably make errors in region segmentation, spillover design, and comprehension question construction -- all of which invalidate the resulting data.
|
|
23
|
+
|
|
24
|
+
For detailed region segmentation strategies, see `references/region-segmentation.md`.
|
|
25
|
+
For statistical analysis guidance, see `references/analysis-guide.md`.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Why SPR Design Requires Domain Expertise
|
|
30
|
+
|
|
31
|
+
Self-paced reading appears deceptively simple: participants press a button to reveal successive words. But the scientific value of an SPR experiment depends entirely on decisions that require psycholinguistic training:
|
|
32
|
+
|
|
33
|
+
1. **Region boundaries determine what you can measure.** A critical region that spans a clause boundary conflates syntactic processing with wrap-up effects (Just & Carpenter, 1980). A non-specialist would not know this.
|
|
34
|
+
2. **Spillover is not a bug -- it is the primary data pattern.** In SPR, processing difficulty at word N often appears in reading times at words N+1 and N+2, not at word N itself (Mitchell, 2004; Rayner, 1998). Failing to include and analyze spillover regions means missing the effect entirely.
|
|
35
|
+
3. **Comprehension questions that target the critical manipulation create demand characteristics.** Participants learn to attend strategically to the manipulation, distorting natural reading patterns (Jegerski, 2014).
|
|
36
|
+
4. **Word length and frequency confounds are invisible to non-specialists.** If the critical word in condition A is longer or less frequent than in condition B, reading time differences reflect lexical properties, not the intended manipulation (Keating & Jegerski, 2015).
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Research Planning Protocol
|
|
41
|
+
|
|
42
|
+
Before executing the domain-specific steps below, you MUST:
|
|
43
|
+
|
|
44
|
+
1. **State the research question** — What specific sentence processing question is this SPR study addressing?
|
|
45
|
+
2. **Justify the method choice** — Why SPR (not eye-tracking, ERP, acceptability judgment)? What alternatives were considered?
|
|
46
|
+
3. **Declare expected outcomes** — What reading time pattern (at which region) would support vs. refute the hypothesis?
|
|
47
|
+
4. **Note assumptions and limitations** — What does SPR assume? Where could it mislead (e.g., lack of regressive eye movements)?
|
|
48
|
+
5. **Present the plan to the user and WAIT for confirmation** before proceeding.
|
|
49
|
+
|
|
50
|
+
For detailed methodology guidance, see the `research-literacy` skill.
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## ⚠️ Verification Notice
|
|
54
|
+
|
|
55
|
+
This skill was generated by AI from academic literature. All parameters, thresholds, and citations require independent verification before use in research. If you find errors, please [open an issue](https://github.com/HaoxuanLiTHUAI/awesome_cognitive_and_neuroscience_skills/issues).
|
|
56
|
+
|
|
57
|
+
## Core Workflow
|
|
58
|
+
|
|
59
|
+
### Step 1: Select a Presentation Method
|
|
60
|
+
|
|
61
|
+
Choose based on your research question, population, and resources:
|
|
62
|
+
|
|
63
|
+
#### 1A. Non-Cumulative Moving Window (Standard)
|
|
64
|
+
|
|
65
|
+
- The sentence is displayed as dashes; each button press reveals the next word and re-masks the previous one (Just, Carpenter, & Woolley, 1982)
|
|
66
|
+
- **Advantages**: Most widely used, large existing literature for comparison, preserves spatial layout information
|
|
67
|
+
- **Disadvantages**: Prevents regressions (unlike natural reading), produces spillover effects that spread over 2-4 words (Mitchell, 2004)
|
|
68
|
+
- **Use when**: You need comparability with the existing SPR literature; you are studying incremental sentence processing
|
|
69
|
+
|
|
70
|
+
#### 1B. Cumulative Moving Window
|
|
71
|
+
|
|
72
|
+
- Each button press reveals the next word, but previously revealed words remain visible
|
|
73
|
+
- **Advantages**: More similar to natural reading (partial text context remains)
|
|
74
|
+
- **Disadvantages**: Rarely used; harder to compare with the dominant non-cumulative literature; participants may re-read prior context, introducing noise (Jegerski, 2014)
|
|
75
|
+
- **Use when**: Naturalness of reading is more important than comparability with prior work
|
|
76
|
+
|
|
77
|
+
#### 1C. Phrase-by-Phrase Presentation
|
|
78
|
+
|
|
79
|
+
- Sentences are segmented into multi-word regions; each button press reveals a phrase
|
|
80
|
+
- **Advantages**: Faster for participants; appropriate when word-level resolution is not needed
|
|
81
|
+
- **Disadvantages**: Region boundaries must be linguistically principled (see `references/region-segmentation.md`); reduces temporal resolution; risks confounding region length with reading time
|
|
82
|
+
- **Use when**: Your manipulation spans a multi-word constituent and word-by-word resolution is unnecessary
|
|
83
|
+
|
|
84
|
+
#### 1D. Centered (RSVP-style) Presentation
|
|
85
|
+
|
|
86
|
+
- Words appear one at a time at a fixed screen position (typically center)
|
|
87
|
+
- **Advantages**: Eliminates eye movement confounds; simpler programming
|
|
88
|
+
- **Disadvantages**: Destroys spatial layout; removes positional information that readers normally use; rarely used in modern SPR (Jegerski, 2014)
|
|
89
|
+
- **Avoid unless**: You have a specific theoretical reason to eliminate spatial layout
|
|
90
|
+
|
|
91
|
+
#### 1E. Maze Task (Modern Alternative)
|
|
92
|
+
|
|
93
|
+
- Two words appear simultaneously; the participant selects the word that continues the sentence (Forster, Guerrera, & Elliot, 2009; Witzel, Witzel, & Forster, 2012)
|
|
94
|
+
- **L-maze (Lexicality maze)**: Distractor is a pronounceable nonword
|
|
95
|
+
- **G-maze (Grammaticality maze)**: Distractor is a real word that is ungrammatical in context
|
|
96
|
+
- **A-maze (Auto-maze)**: Distractors generated automatically via NLP (Boyce, Futrell, & Levy, 2020)
|
|
97
|
+
- **Advantages**: Dramatically reduced spillover compared to SPR; forced incremental processing; works well for web-based data collection (Boyce et al., 2020); better statistical power per item than SPR for syntactic effects (Witzel et al., 2012)
|
|
98
|
+
- **Disadvantages**: Slower overall pace; dual-task demand (comprehension + selection); less natural than button-press SPR; requires distractor generation
|
|
99
|
+
- **Use when**: You need precise localization of effects, want to reduce spillover, or plan web-based data collection
|
|
100
|
+
|
|
101
|
+
### Step 2: Configure Timing Parameters
|
|
102
|
+
|
|
103
|
+
| Parameter | Recommended Value | Rationale |
|
|
104
|
+
|---|---|---|
|
|
105
|
+
| **Response timeout** | None (self-paced) or **3000-5000 ms** per region | No timeout is standard for in-lab SPR; timeout prevents excessively slow responses in web-based studies (Boyce et al., 2020) |
|
|
106
|
+
| **Inter-stimulus interval (ISI)** | **0 ms** for non-cumulative moving window | Standard practice; the next word appears immediately when the previous is masked (Just et al., 1982) |
|
|
107
|
+
| **ISI for phrase-by-phrase** | **0 ms** (typical) | Any nonzero ISI introduces a blank that disrupts reading and may introduce strategic pausing |
|
|
108
|
+
| **Pre-sentence fixation** | **+ or * for 500-1000 ms** | Orients attention to display location; standard in SPR (Jegerski, 2014) |
|
|
109
|
+
| **Post-sentence delay** | **0-500 ms** before comprehension question | Brief delay prevents motor interference between last word button-press and question response |
|
|
110
|
+
| **Practice trials** | **6-10 items minimum** | Familiarizes participants with button-press rhythm and comprehension questions; use different sentences than experimental items (Jegerski, 2014; Keating & Jegerski, 2015) |
|
|
111
|
+
|
|
112
|
+
### Step 3: Design Critical Regions
|
|
113
|
+
|
|
114
|
+
This is the most consequential design decision in an SPR experiment. See `references/region-segmentation.md` for full guidelines.
|
|
115
|
+
|
|
116
|
+
#### Core Principles
|
|
117
|
+
|
|
118
|
+
1. **Match critical regions across conditions for word length (in characters) and lexical frequency.** If your manipulation requires different words, match them on length (+/- 1 character) and log frequency (use SUBTLEX-US; Brysbaert & New, 2009). Unmatched items introduce confounds that mimic or mask experimental effects.
|
|
119
|
+
|
|
120
|
+
2. **Include at least 2-3 spillover words after the critical region.** Processing difficulty at the critical region reliably spills over to subsequent words in SPR (Just et al., 1982; Mitchell, 2004; Rayner, 1998). Without spillover regions, you will miss your effect. These spillover words must be identical across conditions.
|
|
121
|
+
|
|
122
|
+
3. **Avoid placing critical regions at clause or sentence boundaries.** Reading times at clause-final and sentence-final positions are inflated by wrap-up processes -- integration of clause-level meaning, discourse updating, and possibly implicit prosodic boundary effects (Just & Carpenter, 1980; Warren, White, & Reichle, 2009). This inflation is independent of your manipulation and adds noise.
|
|
123
|
+
|
|
124
|
+
4. **Keep critical regions short (ideally a single word).** Multi-word critical regions reduce temporal resolution and introduce length confounds. If you must use a multi-word region, it must have the same number of words and matched total character length across conditions.
|
|
125
|
+
|
|
126
|
+
5. **Ensure the pre-critical region is identical across conditions.** Any difference before the critical word can create baseline differences in reading time that propagate into the critical region via spillover.
|
|
127
|
+
|
|
128
|
+
### Step 4: Design Comprehension Questions
|
|
129
|
+
|
|
130
|
+
Comprehension questions serve two purposes: ensuring participants read for meaning, and providing an exclusion criterion for inattentive participants.
|
|
131
|
+
|
|
132
|
+
#### Guidelines
|
|
133
|
+
|
|
134
|
+
| Parameter | Recommendation | Rationale |
|
|
135
|
+
|---|---|---|
|
|
136
|
+
| **Proportion of trials with questions** | **1/3 to 1/2** of all trials (experimental + filler) | Fewer than 1/3: participants may stop reading carefully; more than 1/2: task becomes tedious, and participants may shift to a question-anticipation strategy (Just et al., 1982; Jegerski, 2014) |
|
|
137
|
+
| **Answer balance** | **50% yes / 50% no** for yes/no questions | Prevents response bias toward one answer |
|
|
138
|
+
| **Question content** | Target semantic content of the sentence, NOT the critical manipulation | Questions about the manipulation teach participants what you are studying, inducing strategic reading (Jegerski, 2014) |
|
|
139
|
+
| **Accuracy exclusion threshold** | **>80%** correct to retain participant | Standard criterion; lower accuracy suggests the participant was not reading for comprehension (Jegerski, 2014; common practice across SPR studies) |
|
|
140
|
+
| **Question timing** | Immediately after the sentence (or after the final button press) | Delayed questions test memory, not comprehension |
|
|
141
|
+
|
|
142
|
+
#### Example of Good vs. Bad Comprehension Questions
|
|
143
|
+
|
|
144
|
+
Suppose the experimental sentence manipulates relative clause attachment:
|
|
145
|
+
|
|
146
|
+
> *The maid of the actress who was on the balcony shouted to the crowd.*
|
|
147
|
+
|
|
148
|
+
- **Good question**: "Did someone shout to the crowd?" (targets overall meaning, not the critical attachment)
|
|
149
|
+
- **Bad question**: "Who was on the balcony?" (directly probes the ambiguity under investigation, alerting participants to the manipulation)
|
|
150
|
+
|
|
151
|
+
### Step 5: Design Item and Condition Structure
|
|
152
|
+
|
|
153
|
+
#### Latin Square Design
|
|
154
|
+
|
|
155
|
+
For within-subjects manipulations, use a Latin square design so that each participant sees each item in exactly one condition, and each condition is seen equally often across participants (Keating & Jegerski, 2015).
|
|
156
|
+
|
|
157
|
+
- For a 2-condition design: 2 lists; each item appears in condition A for half the participants, condition B for the other half
|
|
158
|
+
- For a 2x2 design: 4 lists (one per condition combination)
|
|
159
|
+
- Assign participants to lists in rotation
|
|
160
|
+
|
|
161
|
+
#### Items Per Condition
|
|
162
|
+
|
|
163
|
+
| Population | Minimum Items per Condition | Rationale |
|
|
164
|
+
|---|---|---|
|
|
165
|
+
| **L1 speakers, robust effect** (e.g., garden-path) | **24** items per condition | Sufficient for medium-to-large effects in mixed models (Keating & Jegerski, 2015) |
|
|
166
|
+
| **L1 speakers, subtle effect** (e.g., pragmatic inference) | **32-40** items per condition | Smaller effects require more items for adequate power (Keating & Jegerski, 2015; Brysbaert & Stevens, 2018) |
|
|
167
|
+
| **L2 speakers** | **32-40** items per condition | Higher variability in L2 populations requires more observations (Marsden, Thompson, & Plonsky, 2018) |
|
|
168
|
+
|
|
169
|
+
#### Filler Items
|
|
170
|
+
|
|
171
|
+
| Parameter | Recommendation | Rationale |
|
|
172
|
+
|---|---|---|
|
|
173
|
+
| **Filler-to-experimental ratio** | **2:1 or 3:1** (fillers : experimental items) | Prevents participants from identifying the experimental pattern; higher ratios reduce strategic processing (Keating & Jegerski, 2015) |
|
|
174
|
+
| **Filler variety** | Include multiple sentence types, lengths, and structures | Monotonous fillers fail to mask the experimental manipulation |
|
|
175
|
+
| **Filler complexity** | Include some fillers of similar complexity to experimental items | If only experimental items are complex, participants learn to attend differently to them |
|
|
176
|
+
| **Comprehension questions on fillers** | Yes -- at least the same rate as on experimental items | If questions only follow experimental items, participants learn that complex sentences predict questions |
|
|
177
|
+
|
|
178
|
+
### Step 6: Decide Between SPR and Eye-Tracking
|
|
179
|
+
|
|
180
|
+
This is a design-level decision that should be made before programming the experiment.
|
|
181
|
+
|
|
182
|
+
| Criterion | SPR | Eye-Tracking |
|
|
183
|
+
|---|---|---|
|
|
184
|
+
| **Equipment cost** | Low (any computer) | High (dedicated eye-tracker, ~$20,000-$50,000) |
|
|
185
|
+
| **Online data collection** | Yes (web-based SPR and Maze work well) | No (requires in-lab calibration) |
|
|
186
|
+
| **Temporal resolution** | Word-by-word, with substantial spillover | Multiple fixation measures (first fixation, gaze duration, go-past, total time, regressions) |
|
|
187
|
+
| **Regressions** | Not measurable (non-cumulative display prevents rereading) | Yes -- regressions are a primary measure of reanalysis |
|
|
188
|
+
| **Ecological validity** | Moderate (button-press is unnatural, but spatial layout preserved) | Higher (closer to natural reading) |
|
|
189
|
+
| **Sensitivity to early/late processing stages** | Low (only a single RT per region, which blends all processing stages) | High (first-pass vs. second-pass measures separate early from late processing; Rayner, 1998) |
|
|
190
|
+
| **Best for** | Robust syntactic/semantic effects, web-based or underfunded studies, L2 populations without lab access | Nuanced temporal dynamics, distinguishing processing stages, studying regressions, garden-path recovery |
|
|
191
|
+
|
|
192
|
+
**Rule of thumb**: If you only need to know *whether* a manipulation affects reading time, SPR is sufficient. If you need to know *when* during processing the effect occurs (early lexical access vs. late reanalysis), use eye-tracking.
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
|
|
196
|
+
## Common Pitfalls
|
|
197
|
+
|
|
198
|
+
These are errors that non-specialists routinely make:
|
|
199
|
+
|
|
200
|
+
1. **No spillover region.** The most common fatal flaw. If the sentence ends at or immediately after the critical word, spillover effects have nowhere to appear, and the effect is lost. Always include 2-3 words of identical post-critical material across conditions.
|
|
201
|
+
|
|
202
|
+
2. **Critical region at a clause boundary.** Wrap-up effects at clause-final positions (Just & Carpenter, 1980) inflate reading times by **50-100+ ms** regardless of condition, swamping the experimental effect or producing spurious interactions.
|
|
203
|
+
|
|
204
|
+
3. **Length/frequency mismatch.** Longer words take approximately **30-40 ms per additional character** in SPR (Ferreira & Clifton, 1986). A 2-character difference between conditions creates a ~60-80 ms confound, which can easily exceed the size of most psycholinguistic effects.
|
|
205
|
+
|
|
206
|
+
4. **Comprehension questions targeting the manipulation.** This transforms the experiment from measuring natural reading into measuring strategic disambiguation. Participants adapt within 10-15 trials (Jegerski, 2014).
|
|
207
|
+
|
|
208
|
+
5. **Too few items per condition.** With fewer than 24 items per condition, even large effects (d = 0.8) may not reach significance in mixed-effects models, particularly with by-item random slopes (Brysbaert & Stevens, 2018).
|
|
209
|
+
|
|
210
|
+
6. **No fillers or insufficient fillers.** Without a 2:1 filler-to-item ratio, participants identify the experimental manipulation and shift to strategic reading (Keating & Jegerski, 2015).
|
|
211
|
+
|
|
212
|
+
7. **Analyzing only the critical region.** Even when an effect appears on the critical word, it typically continues into the spillover region. Analyzing only one region provides an incomplete picture and may miss effects that appear exclusively in spillover.
|
|
213
|
+
|
|
214
|
+
8. **Using raw reading times without controlling for word length.** Raw RTs conflate lexical processing speed with the experimental manipulation. Either match word length precisely or use residual RTs / include word length as a covariate in the statistical model (Ferreira & Clifton, 1986).
|
|
215
|
+
|
|
216
|
+
9. **Ignoring trial position effects.** Reading speed increases across the experiment as participants become practiced. Include trial order as a covariate or present items in a randomized order (Jegerski, 2014).
|
|
217
|
+
|
|
218
|
+
10. **Not checking comprehension accuracy before analyzing RTs.** Participants with low accuracy (<80%) may not be reading for comprehension. Their RT data are uninterpretable and should be excluded (Jegerski, 2014).
|
|
219
|
+
|
|
220
|
+
---
|
|
221
|
+
|
|
222
|
+
## Quick Reference: SPR Design Checklist
|
|
223
|
+
|
|
224
|
+
Before running your experiment, verify:
|
|
225
|
+
|
|
226
|
+
- [ ] Critical regions are matched for word length and frequency across conditions
|
|
227
|
+
- [ ] At least 2-3 identical spillover words follow the critical region in all conditions
|
|
228
|
+
- [ ] Critical region is not at a clause or sentence boundary
|
|
229
|
+
- [ ] Pre-critical region is identical across conditions
|
|
230
|
+
- [ ] At least 24 items per condition (32+ for subtle effects or L2 populations)
|
|
231
|
+
- [ ] Filler-to-experimental ratio is at least 2:1
|
|
232
|
+
- [ ] Comprehension questions on 1/3 to 1/2 of trials, balanced yes/no
|
|
233
|
+
- [ ] No comprehension question directly targets the experimental manipulation
|
|
234
|
+
- [ ] Latin square counterbalancing across lists
|
|
235
|
+
- [ ] 6-10 practice trials with different sentences than experimental items
|
|
236
|
+
- [ ] Analysis plan includes spillover regions (at least critical +1, +2)
|
|
237
|
+
- [ ] RT trimming criteria defined a priori (see `references/analysis-guide.md`)
|
|
238
|
+
|
|
239
|
+
---
|
|
240
|
+
|
|
241
|
+
## References
|
|
242
|
+
|
|
243
|
+
- Baayen, R. H., Davidson, D. J., & Bates, D. M. (2008). Mixed-effects modeling with crossed random effects for subjects and items. *Journal of Memory and Language, 59*, 390-412.
|
|
244
|
+
- Boyce, V., Futrell, R., & Levy, R. P. (2020). Maze Made Easy: Better and easier measurement of incremental processing difficulty. *Journal of Memory and Language, 111*, 104082.
|
|
245
|
+
- Brysbaert, M., & New, B. (2009). Moving beyond Kucera and Francis: A critical evaluation of current word frequency norms and the introduction of a new and improved word frequency measure for American English. *Behavior Research Methods, 41*, 977-990.
|
|
246
|
+
- Brysbaert, M., & Stevens, M. (2018). Power analysis and effect size in mixed effects models. *Journal of Cognition, 1*(1), 9.
|
|
247
|
+
- Ferreira, F., & Clifton, C. (1986). The independence of syntactic processing. *Journal of Memory and Language, 25*, 348-368.
|
|
248
|
+
- Forster, K. I., Guerrera, C., & Elliot, L. (2009). The maze task: Measuring forced incremental sentence processing time. *Behavior Research Methods, 41*, 163-171.
|
|
249
|
+
- Jegerski, J. (2014). Self-paced reading. In J. Jegerski & B. VanPatten (Eds.), *Research methods in second language psycholinguistics*. Routledge.
|
|
250
|
+
- Just, M. A., & Carpenter, P. A. (1980). A theory of reading: From eye fixations to comprehension. *Psychological Review, 87*, 329-354.
|
|
251
|
+
- Just, M. A., Carpenter, P. A., & Woolley, J. D. (1982). Paradigms and processes in reading comprehension. *Journal of Experimental Psychology: General, 111*, 228-238.
|
|
252
|
+
- Keating, G. D., & Jegerski, J. (2015). Experimental designs in sentence processing research. *Studies in Second Language Acquisition, 37*, 1-32.
|
|
253
|
+
- Marsden, E., Thompson, S., & Plonsky, L. (2018). A methodological synthesis of self-paced reading in second language research. *Applied Psycholinguistics, 39*, 861-904.
|
|
254
|
+
- Mitchell, D. C. (2004). On-line methods in language processing: Introduction and historical review. In M. Carreiras & C. Clifton (Eds.), *The on-line study of sentence comprehension*. Psychology Press.
|
|
255
|
+
- Rayner, K. (1998). Eye movements in reading and information processing: 20 years of research. *Psychological Bulletin, 124*, 372-422.
|
|
256
|
+
- Warren, T., White, S. J., & Reichle, E. D. (2009). Investigating the causes of wrap-up effects: Evidence from eye movements and E-Z Reader. *Cognition, 111*, 132-137.
|
|
257
|
+
- Witzel, N., Witzel, J., & Forster, K. (2012). Comparisons of online reading paradigms: Eye tracking, moving-window, and maze. *Journal of Psycholinguistic Research, 41*, 105-128.
|
|
@@ -0,0 +1,356 @@
|
|
|
1
|
+
# Statistical Analysis Guide for Self-Paced Reading Data
|
|
2
|
+
|
|
3
|
+
This reference covers the statistical analysis pipeline specific to self-paced reading (SPR) data, from raw reading times to final inference. SPR data have distinctive properties (right-skewed distributions, nested structure, spillover autocorrelation) that require analysis approaches different from standard cognitive tasks.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. Data Cleaning Pipeline
|
|
8
|
+
|
|
9
|
+
Apply these steps in order before any statistical analysis.
|
|
10
|
+
|
|
11
|
+
### 1.1 Exclude Participants Based on Comprehension Accuracy
|
|
12
|
+
|
|
13
|
+
**Criterion**: Exclude participants with overall comprehension question accuracy **below 80%** (Jegerski, 2014; common practice across the SPR literature).
|
|
14
|
+
|
|
15
|
+
**Rationale**: Low accuracy indicates the participant was not reading for comprehension. Their reading times are not interpretable as measures of linguistic processing.
|
|
16
|
+
|
|
17
|
+
**Implementation**:
|
|
18
|
+
- Calculate accuracy across all comprehension questions (experimental + filler)
|
|
19
|
+
- Log the number of excluded participants and their accuracy rates
|
|
20
|
+
- Report the exclusion criterion and how many participants were removed
|
|
21
|
+
|
|
22
|
+
### 1.2 Exclude Trials with Incorrect Comprehension Responses
|
|
23
|
+
|
|
24
|
+
**Convention**: For experimental items that have a comprehension question, exclude the reading time data from trials where the participant answered incorrectly.
|
|
25
|
+
|
|
26
|
+
**Rationale**: An incorrect answer suggests the participant may not have been attending to the sentence on that trial. Including those RTs adds noise (Jegerski, 2014).
|
|
27
|
+
|
|
28
|
+
**Note**: This step is debated. Some researchers argue that excluding incorrect trials biases the sample toward easier items. If you choose not to exclude incorrect trials, report this decision and consider analyzing accuracy as a separate dependent variable.
|
|
29
|
+
|
|
30
|
+
### 1.3 Apply Absolute RT Cutoffs
|
|
31
|
+
|
|
32
|
+
Remove reading times that are implausibly fast or slow. These reflect motor errors (accidental button presses) or distraction (forgetting to press), not linguistic processing.
|
|
33
|
+
|
|
34
|
+
| Cutoff | Value | Rationale |
|
|
35
|
+
|---|---|---|
|
|
36
|
+
| **Lower bound** | **100 ms** | Below 100 ms, it is physically impossible to have read and processed a word; this reflects an accidental button press (Rayner, 1998; Jegerski, 2014) |
|
|
37
|
+
| **Upper bound** | **2000-3000 ms** | Above 2000-3000 ms for a single word, the participant was likely distracted or disengaged. The exact value depends on population: use 2000 ms for L1 adults, 2500-3000 ms for L2 or clinical populations (Jegerski, 2014; Marsden, Thompson, & Plonsky, 2018) |
|
|
38
|
+
|
|
39
|
+
**Important**: Define these cutoffs a priori (before looking at the data). Report the cutoffs and the percentage of data removed. Removing more than **5-10%** of data points suggests a problem with the task or participant population (Ratcliff, 1993).
|
|
40
|
+
|
|
41
|
+
### 1.4 Apply SD-Based Trimming (Optional, Used with ANOVAs)
|
|
42
|
+
|
|
43
|
+
If using traditional ANOVA rather than mixed-effects models, apply SD-based trimming after absolute cutoffs:
|
|
44
|
+
|
|
45
|
+
| Method | Procedure | Typical Threshold |
|
|
46
|
+
|---|---|---|
|
|
47
|
+
| **By-participant, by-condition** | For each participant in each condition, remove RTs beyond +/- **2.5 SD** from that participant's condition mean | 2.5 SD (Ratcliff, 1993) |
|
|
48
|
+
| **By-participant only** | For each participant, remove RTs beyond +/- **2.5 SD** from their overall mean | 2.5 SD |
|
|
49
|
+
|
|
50
|
+
**Note on mixed-effects models**: When using linear mixed-effects models (LMMs), aggressive SD-based trimming is often unnecessary because LMMs are more robust to outliers than ANOVAs. If using LMMs, apply absolute cutoffs (Step 1.3) and consider log-transforming RTs (Step 2) instead of SD trimming. Alternatively, remove data points with residuals exceeding +/- 2.5 SD from the fitted model (Baayen, Davidson, & Bates, 2008).
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## 2. RT Transformation
|
|
55
|
+
|
|
56
|
+
Raw reading times are right-skewed (bounded at zero, with a long positive tail). This violates the normality assumption of linear models.
|
|
57
|
+
|
|
58
|
+
### 2.1 Log-Transformation
|
|
59
|
+
|
|
60
|
+
**Recommended as the default**: Apply natural log (ln) or log base 10 transformation to all reading times.
|
|
61
|
+
|
|
62
|
+
```
|
|
63
|
+
log_RT = log(RT)
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**Advantages**:
|
|
67
|
+
- Reduces right skew, making residuals more normally distributed
|
|
68
|
+
- Converts multiplicative effects to additive ones (appropriate because many reading time effects are proportional, not absolute)
|
|
69
|
+
- Standard in the SPR literature (Baayen et al., 2008)
|
|
70
|
+
|
|
71
|
+
**Disadvantage**: Effects are on the log scale, making raw millisecond interpretation less intuitive. Report back-transformed means for descriptive statistics.
|
|
72
|
+
|
|
73
|
+
### 2.2 Inverse (Reciprocal) Transformation
|
|
74
|
+
|
|
75
|
+
**Alternative**: Use -1000/RT (negative reciprocal scaled by 1000).
|
|
76
|
+
|
|
77
|
+
```
|
|
78
|
+
inv_RT = -1000 / RT
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
**Advantages**:
|
|
82
|
+
- Often produces better normality than log transformation for reading time data (Box & Cox, 1964)
|
|
83
|
+
- Recommended by some psycholinguists (e.g., Vasishth & Nicenboim, 2016)
|
|
84
|
+
|
|
85
|
+
**Disadvantage**: Even less intuitive than log RT. Negative values mean that larger (less negative) values correspond to faster reading.
|
|
86
|
+
|
|
87
|
+
### 2.3 No Transformation (With Caveats)
|
|
88
|
+
|
|
89
|
+
If using generalized linear mixed models (GLMMs) with a log link or Gamma family, no transformation of the raw RTs is needed because the model handles the skew internally.
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
glmer(RT ~ condition + (1 | subject) + (1 | item), family = Gamma(link = "identity"), data = d)
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
This approach is increasingly recommended (Lo & Andrews, 2015) but requires more computational resources and expertise to implement correctly.
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
## 3. Statistical Models
|
|
100
|
+
|
|
101
|
+
### 3.1 Linear Mixed-Effects Models (Recommended)
|
|
102
|
+
|
|
103
|
+
Use linear mixed-effects models with crossed random effects for subjects and items (Baayen, Davidson, & Bates, 2008). This is the current standard for SPR analysis.
|
|
104
|
+
|
|
105
|
+
#### Minimal Model Structure
|
|
106
|
+
|
|
107
|
+
```r
|
|
108
|
+
library(lme4)
|
|
109
|
+
|
|
110
|
+
model <- lmer(log_RT ~ condition +
|
|
111
|
+
(1 + condition | subject) +
|
|
112
|
+
(1 + condition | item),
|
|
113
|
+
data = data)
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
#### Random Effects Structure
|
|
117
|
+
|
|
118
|
+
The random effects structure is critical and often a source of error:
|
|
119
|
+
|
|
120
|
+
| Structure | When to Use | Reference |
|
|
121
|
+
|---|---|---|
|
|
122
|
+
| **Maximal** (random intercepts + slopes for all fixed effects, by subject and item) | Default recommendation; prevents anti-conservative p-values | Barr, Levy, Scheepers, & Tily (2013) |
|
|
123
|
+
| **Parsimonious** (remove random correlations first, then slopes with near-zero variance) | When maximal model fails to converge | Bates, Kliegl, Vasishth, & Baayen (2015); Matuschek, Kliegl, Vasishth, Baayen, & Bates (2017) |
|
|
124
|
+
| **Intercepts only** | Only as a last resort; may be anti-conservative | Baayen et al. (2008) |
|
|
125
|
+
|
|
126
|
+
**Common convergence issues**: SPR data often produce convergence warnings with maximal models. Follow this simplification hierarchy:
|
|
127
|
+
1. Remove random correlations (use `||` instead of `|` in lme4 formula)
|
|
128
|
+
2. Remove random slopes with the smallest variance estimate
|
|
129
|
+
3. If still non-convergent, use a different optimizer (e.g., `bobyqa` with increased iterations)
|
|
130
|
+
|
|
131
|
+
#### Covariates to Include
|
|
132
|
+
|
|
133
|
+
| Covariate | Why | How to Include |
|
|
134
|
+
|---|---|---|
|
|
135
|
+
| **Word length (characters)** | Longer words take longer to read (~30-40 ms/character; Ferreira & Clifton, 1986) | `scale(nchar)` as fixed effect |
|
|
136
|
+
| **Log word frequency** | Less frequent words are slower (~20-40 ms per log unit; Rayner, 1998) | `scale(log_freq)` as fixed effect |
|
|
137
|
+
| **Trial order** | Reading speed increases with practice across the experiment | `scale(trial_number)` as fixed effect |
|
|
138
|
+
| **Previous word RT** | Controls for spillover autocorrelation | `scale(lag_RT)` as fixed effect (but see Section 5) |
|
|
139
|
+
| **Word position in sentence** | First and last words have inflated RTs | Include as fixed effect or exclude those positions |
|
|
140
|
+
|
|
141
|
+
### 3.2 Traditional ANOVA (By-Subjects and By-Items)
|
|
142
|
+
|
|
143
|
+
If using ANOVA, you must run two separate analyses:
|
|
144
|
+
|
|
145
|
+
1. **By-subjects (F1)**: Average RTs per condition for each participant; participant is the random factor
|
|
146
|
+
2. **By-items (F2)**: Average RTs per condition for each item; item is the random factor
|
|
147
|
+
|
|
148
|
+
Both F1 and F2 must be significant for the effect to be considered reliable (Clark, 1973).
|
|
149
|
+
|
|
150
|
+
**Limitations**: By-subjects + by-items ANOVA is less powerful than LMMs, cannot handle unbalanced data (e.g., from trial exclusion), and does not generalize simultaneously over both subjects and items (Baayen et al., 2008). Use LMMs when possible.
|
|
151
|
+
|
|
152
|
+
### 3.3 Bayesian Mixed-Effects Models
|
|
153
|
+
|
|
154
|
+
For studies where null effects are theoretically informative:
|
|
155
|
+
|
|
156
|
+
```r
|
|
157
|
+
library(brms)
|
|
158
|
+
|
|
159
|
+
model <- brm(log_RT ~ condition +
|
|
160
|
+
(1 + condition | subject) +
|
|
161
|
+
(1 + condition | item),
|
|
162
|
+
data = data,
|
|
163
|
+
family = lognormal())
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
**Advantages**: Provides evidence for null effects (via Bayes factors or posterior distributions), handles convergence issues better than frequentist LMMs, and naturally handles the lognormal distribution of RTs.
|
|
167
|
+
|
|
168
|
+
**Reference**: Nicenboim & Vasishth (2016); Vasishth, Mertzen, Jager, & Rabe (2019).
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## 4. Residual Reading Time Analysis
|
|
173
|
+
|
|
174
|
+
Residual reading times (Ferreira & Clifton, 1986; Trueswell, Tanenhaus, & Garnsey, 1994) remove variance due to word length (and optionally frequency), isolating variance due to the experimental manipulation.
|
|
175
|
+
|
|
176
|
+
### Procedure
|
|
177
|
+
|
|
178
|
+
1. For each participant, fit a simple linear regression predicting RT from word length (in characters) across all filler items:
|
|
179
|
+
|
|
180
|
+
```r
|
|
181
|
+
participant_model <- lm(RT ~ nchar, data = fillers_for_this_participant)
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
2. Use this regression to predict expected RT for each word in the experimental items:
|
|
185
|
+
|
|
186
|
+
```r
|
|
187
|
+
predicted_RT <- predict(participant_model, newdata = experimental_items)
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
3. Compute residual RT:
|
|
191
|
+
|
|
192
|
+
```r
|
|
193
|
+
residual_RT <- observed_RT - predicted_RT
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
4. Analyze residual RTs as the dependent variable.
|
|
197
|
+
|
|
198
|
+
### When to Use
|
|
199
|
+
|
|
200
|
+
- When critical regions differ in word length across conditions and matching is impossible
|
|
201
|
+
- As a robustness check alongside raw or log RT analyses
|
|
202
|
+
- When you want to ensure that your effect is not driven by word length differences
|
|
203
|
+
|
|
204
|
+
### When NOT to Use
|
|
205
|
+
|
|
206
|
+
- When word length is perfectly matched across conditions (residualization is unnecessary)
|
|
207
|
+
- When using LMMs with word length as a covariate (this achieves the same goal within the model)
|
|
208
|
+
- As the sole analysis -- always report at least one analysis on the raw or log-transformed scale alongside residual RTs
|
|
209
|
+
|
|
210
|
+
---
|
|
211
|
+
|
|
212
|
+
## 5. Spillover Region Analysis
|
|
213
|
+
|
|
214
|
+
Spillover is the hallmark of SPR data. Effects at a critical word frequently appear on subsequent words, not the critical word itself (Mitchell, 2004; Rayner, 1998).
|
|
215
|
+
|
|
216
|
+
### Which Regions to Analyze
|
|
217
|
+
|
|
218
|
+
| Region | Label | Typical Pattern |
|
|
219
|
+
|---|---|---|
|
|
220
|
+
| Critical word (CW) | CW or R0 | Effect may or may not appear here |
|
|
221
|
+
| CW + 1 | Spillover 1 | Often the largest effect in SPR |
|
|
222
|
+
| CW + 2 | Spillover 2 | Effect may still be present |
|
|
223
|
+
| CW + 3 | Spillover 3 | Rarely significant, but worth checking |
|
|
224
|
+
| Sentence-final word | Wrap-up | Inflated by wrap-up; do NOT treat as spillover |
|
|
225
|
+
|
|
226
|
+
### Analysis Approaches
|
|
227
|
+
|
|
228
|
+
#### Approach A: Region-by-Region Analysis
|
|
229
|
+
|
|
230
|
+
Run a separate statistical model for each region (CW, CW+1, CW+2). This is the most common approach.
|
|
231
|
+
|
|
232
|
+
**Advantage**: Simple, easy to interpret.
|
|
233
|
+
**Disadvantage**: Inflates familywise error rate due to multiple comparisons. Apply correction (e.g., report whether effects survive Bonferroni or Holm correction across regions).
|
|
234
|
+
|
|
235
|
+
#### Approach B: Region as a Factor
|
|
236
|
+
|
|
237
|
+
Include region (CW, CW+1, CW+2) as a factor in a single model:
|
|
238
|
+
|
|
239
|
+
```r
|
|
240
|
+
model <- lmer(log_RT ~ condition * region +
|
|
241
|
+
(1 + condition * region | subject) +
|
|
242
|
+
(1 + condition * region | item),
|
|
243
|
+
data = data)
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
**Advantage**: Controls familywise error; the condition x region interaction directly tests whether the effect changes across regions.
|
|
247
|
+
**Disadvantage**: Model complexity; may not converge with full random effects.
|
|
248
|
+
|
|
249
|
+
#### Approach C: Including Previous-Region RT as a Covariate
|
|
250
|
+
|
|
251
|
+
Include the RT from the previous region as a predictor to control for spillover autocorrelation:
|
|
252
|
+
|
|
253
|
+
```r
|
|
254
|
+
model <- lmer(log_RT ~ condition + scale(prev_RT) +
|
|
255
|
+
(1 + condition | subject) +
|
|
256
|
+
(1 + condition | item),
|
|
257
|
+
data = data)
|
|
258
|
+
```
|
|
259
|
+
|
|
260
|
+
**Advantage**: Partials out autocorrelation; a significant condition effect in this model indicates processing difficulty above and beyond what is explained by the previous word.
|
|
261
|
+
**Disadvantage**: Removes some variance that is part of the effect of interest; use with caution and always report alongside the model without this covariate.
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
## 6. Handling Missing Data
|
|
266
|
+
|
|
267
|
+
### Sources of Missing Data in SPR
|
|
268
|
+
|
|
269
|
+
| Source | Typical Rate | How to Handle |
|
|
270
|
+
|---|---|---|
|
|
271
|
+
| **Timeouts** (if using a response deadline) | 1-5% | Treat as missing; do not substitute an arbitrary value. Report the timeout rate per condition -- if it differs between conditions, the timeout rate itself may be informative |
|
|
272
|
+
| **Incorrect comprehension trials** | 5-15% | See Section 1.2 above |
|
|
273
|
+
| **RT trimming** (absolute + SD cutoffs) | 2-5% | Already handled by the trimming pipeline |
|
|
274
|
+
| **Technical errors** (software crashes, key misregistration) | <1% | Exclude those trials |
|
|
275
|
+
|
|
276
|
+
### What NOT to Do
|
|
277
|
+
|
|
278
|
+
- **Do not replace missing RTs with the condition mean.** This artificially reduces variance and inflates power.
|
|
279
|
+
- **Do not replace missing RTs with the participant mean.** Same problem.
|
|
280
|
+
- **Do not use listwise deletion** (removing the entire sentence if one word is missing). This is wasteful. LMMs handle missing data naturally by estimating from available observations.
|
|
281
|
+
|
|
282
|
+
### What to Do
|
|
283
|
+
|
|
284
|
+
- Use **linear mixed-effects models**, which handle unbalanced data and missing observations without requiring imputation (Baayen et al., 2008).
|
|
285
|
+
- **Report** the amount and pattern of missing data. If missing data is concentrated in one condition (e.g., more timeouts in the harder condition), this is informative and should be discussed.
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
## 7. Reporting Standards
|
|
290
|
+
|
|
291
|
+
### What to Report in an SPR Analysis
|
|
292
|
+
|
|
293
|
+
| Element | Details |
|
|
294
|
+
|---|---|
|
|
295
|
+
| **RT trimming criteria** | Lower cutoff (e.g., 100 ms), upper cutoff (e.g., 2500 ms), and any SD-based trimming |
|
|
296
|
+
| **Percentage of data excluded** | At each trimming step and in total |
|
|
297
|
+
| **Number of participants excluded** | With reason (accuracy threshold, technical issues) |
|
|
298
|
+
| **RT transformation** | Log, inverse, or none; justify the choice |
|
|
299
|
+
| **Model specification** | Full model formula including random effects structure |
|
|
300
|
+
| **Convergence** | Whether the model converged; if simplification was needed, what was removed |
|
|
301
|
+
| **Results by region** | Report statistics for the critical region AND at least 2 spillover regions |
|
|
302
|
+
| **Effect direction** | Report mean RTs (not just test statistics) for each condition at each region |
|
|
303
|
+
| **Descriptive statistics** | Mean RT per condition per region with standard errors, ideally plotted |
|
|
304
|
+
| **Comprehension accuracy** | Overall and by condition |
|
|
305
|
+
|
|
306
|
+
### Visualization
|
|
307
|
+
|
|
308
|
+
Plot mean reading times by region and condition. The standard figure is a **region-by-region plot** with:
|
|
309
|
+
- X-axis: word position or region label
|
|
310
|
+
- Y-axis: mean reading time (ms) -- use raw ms even if the analysis used log RT, for interpretability
|
|
311
|
+
- Separate lines for each condition
|
|
312
|
+
- Error bars: standard error of the mean (computed across participants)
|
|
313
|
+
|
|
314
|
+
This plot allows readers to see the time course of the effect, including whether it appears at the critical word, spills over, or is delayed.
|
|
315
|
+
|
|
316
|
+
---
|
|
317
|
+
|
|
318
|
+
## 8. Effect Size Benchmarks
|
|
319
|
+
|
|
320
|
+
SPR effects are typically smaller than effects in speeded choice tasks (e.g., Stroop, lexical decision). Calibrate your expectations:
|
|
321
|
+
|
|
322
|
+
| Effect Type | Typical Effect Size (ms) | Example |
|
|
323
|
+
|---|---|---|
|
|
324
|
+
| **Garden-path effect** (strong) | **40-100 ms** at disambiguation point | Reduced relative clause (Ferreira & Clifton, 1986) |
|
|
325
|
+
| **Plausibility mismatch** | **30-80 ms** | Implausible agent/patient (Garnsey et al., 1997) |
|
|
326
|
+
| **Agreement violation** | **20-60 ms**, often mostly in spillover | Number attraction (Pearlmutter et al., 1999) |
|
|
327
|
+
| **Frequency effect** | **20-40 ms per log unit** | High vs. low frequency words (Rayner, 1998) |
|
|
328
|
+
| **Subtle pragmatic effect** | **10-30 ms** | Scalar implicature, presupposition (Bott & Noveck, 2004) |
|
|
329
|
+
|
|
330
|
+
These benchmarks should inform power analysis. For a typical 30 ms effect with within-participant SD of ~200 ms, you need approximately **24-32 items per condition** and **40+ participants** for 80% power in a mixed-effects model (Brysbaert & Stevens, 2018).
|
|
331
|
+
|
|
332
|
+
---
|
|
333
|
+
|
|
334
|
+
## References
|
|
335
|
+
|
|
336
|
+
- Baayen, R. H., Davidson, D. J., & Bates, D. M. (2008). Mixed-effects modeling with crossed random effects for subjects and items. *Journal of Memory and Language, 59*, 390-412.
|
|
337
|
+
- Barr, D. J., Levy, R., Scheepers, C., & Tily, H. J. (2013). Random effects structure for confirmatory hypothesis testing. *Journal of Memory and Language, 68*, 255-278.
|
|
338
|
+
- Bates, D., Kliegl, R., Vasishth, S., & Baayen, H. (2015). Parsimonious mixed models. arXiv:1506.04967.
|
|
339
|
+
- Bott, L., & Noveck, I. A. (2004). Some utterances are underinformative. *Journal of Memory and Language, 51*, 437-457.
|
|
340
|
+
- Box, G. E. P., & Cox, D. R. (1964). An analysis of transformations. *Journal of the Royal Statistical Society, Series B, 26*, 211-252.
|
|
341
|
+
- Brysbaert, M., & Stevens, M. (2018). Power analysis and effect size in mixed effects models. *Journal of Cognition, 1*(1), 9.
|
|
342
|
+
- Clark, H. H. (1973). The language-as-fixed-effect fallacy. *Journal of Verbal Learning and Verbal Behavior, 12*, 335-359.
|
|
343
|
+
- Ferreira, F., & Clifton, C. (1986). The independence of syntactic processing. *Journal of Memory and Language, 25*, 348-368.
|
|
344
|
+
- Garnsey, S. M., Pearlmutter, N. J., Myers, E., & Lotocky, M. A. (1997). The contributions of verb bias and plausibility to the comprehension of temporarily ambiguous sentences. *Journal of Memory and Language, 37*, 58-93.
|
|
345
|
+
- Jegerski, J. (2014). Self-paced reading. In J. Jegerski & B. VanPatten (Eds.), *Research methods in second language psycholinguistics*. Routledge.
|
|
346
|
+
- Lo, S., & Andrews, S. (2015). To transform or not to transform: Using generalized linear mixed models to analyse reaction time data. *Frontiers in Psychology, 6*, 1171.
|
|
347
|
+
- Marsden, E., Thompson, S., & Plonsky, L. (2018). A methodological synthesis of self-paced reading in second language research. *Applied Psycholinguistics, 39*, 861-904.
|
|
348
|
+
- Matuschek, H., Kliegl, R., Vasishth, S., Baayen, H., & Bates, D. (2017). Balancing Type I error and power in linear mixed models. *Journal of Memory and Language, 94*, 305-315.
|
|
349
|
+
- Mitchell, D. C. (2004). On-line methods in language processing. In M. Carreiras & C. Clifton (Eds.), *The on-line study of sentence comprehension*. Psychology Press.
|
|
350
|
+
- Nicenboim, B., & Vasishth, S. (2016). Statistical methods for linguistic research. *Language, Cognition and Neuroscience, 31*, 748-767.
|
|
351
|
+
- Pearlmutter, N. J., Garnsey, S. M., & Bock, K. (1999). Agreement processes in sentence comprehension. *Journal of Memory and Language, 41*, 427-456.
|
|
352
|
+
- Ratcliff, R. (1993). Methods for dealing with reaction time outliers. *Psychological Bulletin, 114*, 510-532.
|
|
353
|
+
- Rayner, K. (1998). Eye movements in reading and information processing. *Psychological Bulletin, 124*, 372-422.
|
|
354
|
+
- Trueswell, J. C., Tanenhaus, M. K., & Garnsey, S. M. (1994). Semantic influences on parsing. *Journal of Memory and Language, 33*, 285-318.
|
|
355
|
+
- Vasishth, S., Mertzen, D., Jager, L. A., & Rabe, A. (2019). The statistical significance filter leads to overoptimistic expectations of replicability. *Journal of Memory and Language, 108*, 104027.
|
|
356
|
+
- Vasishth, S., & Nicenboim, B. (2016). Statistical methods for linguistic research: Foundational ideas - Part I. *Language and Linguistics Compass, 10*, 349-369.
|