@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,286 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "research-literacy"
|
|
3
|
+
description: "Core scientific methodology principles: research planning, method justification, assumption checking, and human-in-the-loop decision making for cognitive science and neuroscience"
|
|
4
|
+
domain: "research-methods"
|
|
5
|
+
version: "1.0.0"
|
|
6
|
+
authors:
|
|
7
|
+
- "Claude Code Agent"
|
|
8
|
+
papers:
|
|
9
|
+
- "Open Science Collaboration, 2015"
|
|
10
|
+
- "Munafo et al., 2017"
|
|
11
|
+
- "Nosek et al., 2018"
|
|
12
|
+
- "Simmons et al., 2011"
|
|
13
|
+
- "Wagenmakers et al., 2012"
|
|
14
|
+
review_status: "ai-generated"
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# Research Literacy
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
|
|
21
|
+
AI agents tend to execute analysis steps immediately without planning or justification. In research, every analysis decision needs a rationale grounded in theory, design, and data characteristics. This skill encodes the basic scientific thinking that should precede any domain-specific action.
|
|
22
|
+
|
|
23
|
+
A competent programmer without research training will typically: (a) pick a familiar method rather than the appropriate one, (b) skip assumption checks, (c) interpret results without considering alternative explanations, and (d) make undisclosed analytic choices that inflate false positive rates. This skill exists to prevent all four failure modes.
|
|
24
|
+
|
|
25
|
+
## When to Use
|
|
26
|
+
|
|
27
|
+
- **Before** or **alongside** any domain-specific skill from this project (e.g., before running an ERP analysis, first formulate the research question and justify the method).
|
|
28
|
+
- **Standalone** when planning a study, reviewing an analysis pipeline, or interpreting results.
|
|
29
|
+
- Whenever an analysis involves researcher degrees of freedom — choices that could have been made differently and would affect the outcome.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## ⚠️ Verification Notice
|
|
35
|
+
|
|
36
|
+
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).
|
|
37
|
+
|
|
38
|
+
## Research Question Formulation
|
|
39
|
+
|
|
40
|
+
### From Vague Idea to Testable Hypothesis
|
|
41
|
+
|
|
42
|
+
A research question must be **specific**, **falsifiable**, and **operationalized** before any data analysis begins.
|
|
43
|
+
|
|
44
|
+
1. **Start with the phenomenon**: What behavior, neural signal, or cognitive process are you interested in?
|
|
45
|
+
2. **Identify the gap**: What is unknown or contested in the existing literature?
|
|
46
|
+
3. **Formulate as a directional or non-directional prediction**: Specify the expected relationship between variables.
|
|
47
|
+
4. **Operationalize**: Define how each construct is measured and what constitutes evidence for or against the hypothesis.
|
|
48
|
+
|
|
49
|
+
### The PICOS Framework for Cognitive Science
|
|
50
|
+
|
|
51
|
+
Adapted from evidence-based medicine, PICOS structures research questions systematically:
|
|
52
|
+
|
|
53
|
+
| Element | General Definition | Cognitive Science Example |
|
|
54
|
+
|---|---|---|
|
|
55
|
+
| **P**opulation | Who is studied | Healthy adults aged 18-35; patients with aphasia |
|
|
56
|
+
| **I**ntervention / Exposure | What manipulation or variable | Semantic priming; TMS to DLPFC |
|
|
57
|
+
| **C**omparison | What is the control condition | Unrelated prime; sham stimulation |
|
|
58
|
+
| **O**utcome | What is measured | N400 amplitude; reaction time; BOLD signal |
|
|
59
|
+
| **S**tudy design | How is the study structured | Within-subjects; longitudinal; cross-sectional |
|
|
60
|
+
|
|
61
|
+
### Exploratory vs. Confirmatory Research
|
|
62
|
+
|
|
63
|
+
This distinction is critical for valid inference (Wagenmakers et al., 2012):
|
|
64
|
+
|
|
65
|
+
- **Confirmatory research** tests a pre-specified hypothesis. Statistical tests (p-values, confidence intervals) are only valid in this context. Requires preregistration of hypotheses and analysis plan.
|
|
66
|
+
- **Exploratory research** generates hypotheses from data. Results are descriptive and hypothesis-generating, not hypothesis-testing. Statistical tests in exploratory work should be interpreted as descriptive, not inferential.
|
|
67
|
+
- **Mixing the two without disclosure** is a primary driver of the replication crisis (Nosek et al., 2018). If you discover a pattern in the data and then test it in the same dataset, the resulting p-value is not valid.
|
|
68
|
+
|
|
69
|
+
**Rule**: Always declare whether an analysis is confirmatory or exploratory before executing it. If the analysis plan changed after seeing the data, label it exploratory.
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
## Method Selection Justification
|
|
74
|
+
|
|
75
|
+
### Match Question Type to Analysis Family
|
|
76
|
+
|
|
77
|
+
| Research Question Type | Analysis Family | Examples |
|
|
78
|
+
|---|---|---|
|
|
79
|
+
| Group differences | Comparison | t-test, ANOVA, Mann-Whitney, permutation test |
|
|
80
|
+
| Relationships between variables | Association | Correlation, regression, structural equation modeling |
|
|
81
|
+
| Predicting outcomes | Prediction | Regression, classification, machine learning |
|
|
82
|
+
| Describing patterns | Description | Descriptive statistics, factor analysis, clustering |
|
|
83
|
+
| Temporal dynamics | Time-series | Time-frequency, autoregressive models, HMM |
|
|
84
|
+
| Neural representations | Multivariate | RSA, MVPA, encoding models |
|
|
85
|
+
|
|
86
|
+
### Decision Criteria for Method Selection
|
|
87
|
+
|
|
88
|
+
When choosing a method, consider and document the following:
|
|
89
|
+
|
|
90
|
+
1. **Data type**: Continuous, ordinal, categorical, count? This constrains the model family.
|
|
91
|
+
2. **Design structure**: Between-subjects, within-subjects, mixed? Nested or crossed random effects? This determines the error structure.
|
|
92
|
+
3. **Sample size**: Is N sufficient for the chosen method? Underpowered studies waste resources and inflate effect size estimates (Button et al., 2013). See `references/common-assumptions.md` for method-specific guidance.
|
|
93
|
+
4. **Assumption profile**: Does the data meet the method's assumptions? See `references/common-assumptions.md`.
|
|
94
|
+
5. **Multiple comparisons**: How many tests will be performed? What correction is appropriate? (Benjamini & Hochberg, 1995, for FDR; Bonferroni for strict family-wise control; cluster-based permutation for neuroimaging, Maris & Oostenveld, 2007).
|
|
95
|
+
|
|
96
|
+
### The "Method Hammer" Anti-Pattern
|
|
97
|
+
|
|
98
|
+
> "If all you have is a hammer, everything looks like a nail."
|
|
99
|
+
|
|
100
|
+
This anti-pattern occurs when a researcher applies the method they are most comfortable with, regardless of whether it is appropriate. Examples:
|
|
101
|
+
|
|
102
|
+
- Using a t-test when the design has multiple crossed factors (requires ANOVA or mixed model)
|
|
103
|
+
- Applying parametric tests to ordinal Likert data without justification
|
|
104
|
+
- Using mass-univariate analysis when the research question is about distributed patterns (requires MVPA)
|
|
105
|
+
- Defaulting to frequentist tests when the question is about evidence for the null (requires Bayesian analysis or equivalence testing)
|
|
106
|
+
|
|
107
|
+
**Rule**: Always articulate why THIS method and not alternatives. Document the alternatives considered and why they were rejected.
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Expected Outcomes Declaration
|
|
112
|
+
|
|
113
|
+
Before running any analysis, declare what each possible outcome means:
|
|
114
|
+
|
|
115
|
+
### The Three-Outcome Framework
|
|
116
|
+
|
|
117
|
+
1. **If H1 is supported**: What specific pattern of results would you expect? (e.g., "a significant interaction between condition and group, with a larger N400 for incongruent trials in the control group but not the patient group")
|
|
118
|
+
2. **If H0 is supported**: What would the data look like? (e.g., "no significant effects, Bayes factor favoring H0 > 3")
|
|
119
|
+
3. **If results are ambiguous**: What would be inconclusive? (e.g., "a trend-level effect, p = .05-.10, with a small effect size below the smallest effect of interest")
|
|
120
|
+
|
|
121
|
+
### Why This Matters
|
|
122
|
+
|
|
123
|
+
Declaring expected outcomes in advance prevents:
|
|
124
|
+
|
|
125
|
+
- **HARKing** (Hypothesizing After Results are Known): presenting post-hoc hypotheses as if they were a priori predictions (Kerr, 1998). A survey of researchers found that **43%** self-reported HARKing at least once (Fiedler & Schwarz, 2016).
|
|
126
|
+
- **Post-hoc rationalization**: finding a plausible story for any result after the fact.
|
|
127
|
+
- **Outcome switching**: changing the primary outcome measure after seeing which one yields significant results.
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Assumptions and Limitations Awareness
|
|
132
|
+
|
|
133
|
+
### Every Method Has Assumptions
|
|
134
|
+
|
|
135
|
+
No statistical method is assumption-free. Before applying any method, identify its key assumptions and check them. The full reference table is in `references/common-assumptions.md`.
|
|
136
|
+
|
|
137
|
+
### Common Assumption Categories
|
|
138
|
+
|
|
139
|
+
1. **Independence**: Observations are not systematically related to each other. Violated by: repeated measures, clustered data, spatial/temporal autocorrelation in neural data.
|
|
140
|
+
2. **Normality**: The sampling distribution of the test statistic is normal. Often confused with normality of raw data. Relevant for small samples; large samples benefit from the central limit theorem.
|
|
141
|
+
3. **Homogeneity of variance**: Variance is equal across groups or conditions. Violated when group sizes are unequal and variances differ. Use Welch's correction or robust methods.
|
|
142
|
+
4. **Stationarity**: Statistical properties do not change over time. Relevant for EEG, fMRI time series. Violated by habituation, fatigue, scanner drift.
|
|
143
|
+
5. **Measurement validity**: The measure actually captures the construct of interest. No statistical test can fix a bad measure. Construct validity must be argued on theoretical grounds.
|
|
144
|
+
6. **Correct model specification**: The statistical model matches the data-generating process. Omitted variables, wrong functional form, and incorrect random effects structure all threaten validity (Barr et al., 2013).
|
|
145
|
+
|
|
146
|
+
### Limitations Are Not Optional
|
|
147
|
+
|
|
148
|
+
Every study has limitations. Common categories:
|
|
149
|
+
|
|
150
|
+
- **Internal validity threats**: confounds, demand characteristics, order effects
|
|
151
|
+
- **External validity threats**: limited sample demographics, artificial lab conditions
|
|
152
|
+
- **Statistical conclusion validity**: low power, violated assumptions, multiple comparisons
|
|
153
|
+
- **Construct validity threats**: impure measures, task impurity in neuropsychology
|
|
154
|
+
|
|
155
|
+
**Rule**: List limitations upfront, not as an afterthought. This is not a weakness; it is scientific rigor.
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Human-in-the-Loop Principles
|
|
160
|
+
|
|
161
|
+
### Why AI Agents Must Pause
|
|
162
|
+
|
|
163
|
+
Research involves judgment calls where reasonable experts disagree. These "researcher degrees of freedom" (Simmons et al., 2011) can inflate false positive rates from a nominal **5%** to as high as **60%** when left unchecked (Simmons et al., 2011). AI agents must not make these decisions silently.
|
|
164
|
+
|
|
165
|
+
### Mandatory Pause Points
|
|
166
|
+
|
|
167
|
+
**ALWAYS** present the analysis plan and **WAIT** for user confirmation before proceeding at these decision points:
|
|
168
|
+
|
|
169
|
+
1. **Participant or trial exclusion**: "I propose excluding 3 participants based on [criterion]. Here is the exclusion rationale and the impact on sample size."
|
|
170
|
+
2. **Outlier treatment**: "These data points are [N] SDs from the mean. Options: (a) winsorize, (b) trim, (c) transform, (d) use robust methods, (e) retain. Each has different implications."
|
|
171
|
+
3. **Multiple comparisons correction**: "With [N] comparisons, I recommend [method]. Alternatives are [list]. The choice affects sensitivity and specificity as follows..."
|
|
172
|
+
4. **Model specification**: "I am fitting [model]. Key choices include [random effects structure, covariates, link function]. Here is why, and here are alternatives."
|
|
173
|
+
5. **Data transformation**: "The data violate [assumption]. I propose [transformation/alternative method]. This changes the interpretation as follows..."
|
|
174
|
+
6. **Unexpected results**: "The results do not match the predicted pattern. Before interpreting, consider: (a) the analysis may be wrong, (b) the hypothesis may be wrong, (c) there may be a confound."
|
|
175
|
+
|
|
176
|
+
### Transparency Protocol
|
|
177
|
+
|
|
178
|
+
- Never silently drop data points, trials, or participants
|
|
179
|
+
- Never silently switch between one-tailed and two-tailed tests
|
|
180
|
+
- Never silently add or remove covariates
|
|
181
|
+
- Never silently change the dependent variable or time window
|
|
182
|
+
- Always report the full set of analyses, not just significant ones
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
186
|
+
## Common Research Anti-Patterns
|
|
187
|
+
|
|
188
|
+
These are well-documented threats to research integrity. An AI agent must actively avoid them and flag when a user's request risks falling into one.
|
|
189
|
+
|
|
190
|
+
### 1. p-Hacking
|
|
191
|
+
|
|
192
|
+
Running multiple analyses, selectively reporting significant results, or tweaking analysis parameters until p < .05. Simulations show this can inflate false positive rates from **5%** to over **60%** (Simmons et al., 2011, Psychological Science, 22(11), 1359-1366).
|
|
193
|
+
|
|
194
|
+
**How to avoid**: Preregister analyses. Report all analyses conducted. Use correction for multiple comparisons.
|
|
195
|
+
|
|
196
|
+
### 2. HARKing (Hypothesizing After Results are Known)
|
|
197
|
+
|
|
198
|
+
Presenting post-hoc hypotheses as if they were a priori predictions (Kerr, 1998, Personality and Social Psychology Review, 2(3), 196-217).
|
|
199
|
+
|
|
200
|
+
**How to avoid**: Write down hypotheses before analysis. Clearly label any post-hoc exploration.
|
|
201
|
+
|
|
202
|
+
### 3. Confirmation Bias in Analysis
|
|
203
|
+
|
|
204
|
+
Selectively reporting evidence that supports preferred conclusions while downplaying contradictory evidence.
|
|
205
|
+
|
|
206
|
+
**How to avoid**: Report effect sizes and confidence intervals for all outcomes, not just significant ones. Use adversarial collaboration or preregistered analysis plans.
|
|
207
|
+
|
|
208
|
+
### 4. Garden of Forking Paths
|
|
209
|
+
|
|
210
|
+
Even without deliberate p-hacking, undisclosed analytic flexibility creates a "garden of forking paths" where many analysis pipelines could have been chosen, inflating the effective number of comparisons (Gelman & Loken, 2014, American Scientist, 102(6), 460-465).
|
|
211
|
+
|
|
212
|
+
**How to avoid**: Document every analytic decision and its alternatives. Consider multiverse analysis (Steegen et al., 2016).
|
|
213
|
+
|
|
214
|
+
### 5. Cargo Cult Statistics
|
|
215
|
+
|
|
216
|
+
Applying statistical procedures as rituals without understanding the underlying assumptions or logic. The "null ritual" — mechanically testing H0 at alpha = .05 without specifying H1, considering effect sizes, or evaluating power — is the canonical example (Gigerenzer, 2004, Journal of Socio-Economics, 33, 587-606).
|
|
217
|
+
|
|
218
|
+
**How to avoid**: For every test, articulate: What is H0? What is H1? What is the expected effect size? What is the power? Is the test appropriate for this data structure?
|
|
219
|
+
|
|
220
|
+
### 6. Outcome Switching
|
|
221
|
+
|
|
222
|
+
Changing the primary outcome variable after seeing the data because the original outcome was not significant.
|
|
223
|
+
|
|
224
|
+
**How to avoid**: Preregister primary and secondary outcomes. Report results for the preregistered primary outcome regardless of significance.
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
## The Planning Protocol
|
|
229
|
+
|
|
230
|
+
This is the core procedure. Execute these steps before any analysis.
|
|
231
|
+
|
|
232
|
+
### Step 1: State the Research Question
|
|
233
|
+
|
|
234
|
+
Write the question in one sentence. It must be specific, testable, and falsifiable. Use the PICOS framework above.
|
|
235
|
+
|
|
236
|
+
### Step 2: Classify as Confirmatory or Exploratory
|
|
237
|
+
|
|
238
|
+
If confirmatory, a preregistered hypothesis must exist. If exploratory, label all results as hypothesis-generating.
|
|
239
|
+
|
|
240
|
+
### Step 3: Justify the Chosen Method
|
|
241
|
+
|
|
242
|
+
Name the method, explain why it is appropriate for this question and data, and list alternatives that were considered and why they were rejected.
|
|
243
|
+
|
|
244
|
+
### Step 4: Declare Expected Outcomes
|
|
245
|
+
|
|
246
|
+
For each hypothesis, state what supporting, refuting, and ambiguous results would look like, with expected effect sizes where possible.
|
|
247
|
+
|
|
248
|
+
### Step 5: List Assumptions and Limitations
|
|
249
|
+
|
|
250
|
+
Enumerate the method's statistical assumptions and how they will be checked. List known limitations of the design and analysis.
|
|
251
|
+
|
|
252
|
+
### Step 6: Present the Plan to the User
|
|
253
|
+
|
|
254
|
+
Show the complete plan in a structured format (see `references/planning-template.md`). Include decision points where user input is required.
|
|
255
|
+
|
|
256
|
+
### Step 7: WAIT for User Confirmation
|
|
257
|
+
|
|
258
|
+
Do not proceed until the user approves the plan or requests modifications.
|
|
259
|
+
|
|
260
|
+
### Step 8: Execute and Compare
|
|
261
|
+
|
|
262
|
+
After analysis, explicitly compare results to the expected outcomes declared in Step 4. Discuss discrepancies honestly.
|
|
263
|
+
|
|
264
|
+
### Step 9: Report Limitations
|
|
265
|
+
|
|
266
|
+
Reiterate limitations, including any that became apparent during analysis (e.g., assumption violations, unexpected data patterns).
|
|
267
|
+
|
|
268
|
+
---
|
|
269
|
+
|
|
270
|
+
## Key References
|
|
271
|
+
|
|
272
|
+
- Barr, D. J., Levy, R., Scheepers, C., & Tily, H. J. (2013). Random effects structure for confirmatory hypothesis testing: Keep it maximal. *Journal of Memory and Language*, 68(3), 255-278.
|
|
273
|
+
- Benjamini, Y., & Hochberg, Y. (1995). Controlling the false discovery rate: A practical and powerful approach to multiple testing. *Journal of the Royal Statistical Society: Series B*, 57(1), 289-300.
|
|
274
|
+
- Button, K. S., Ioannidis, J. P., Mokrysz, C., Nosek, B. A., Flint, J., Robinson, E. S., & Munafo, M. R. (2013). Power failure: Why small sample size undermines the reliability of neuroscience. *Nature Reviews Neuroscience*, 14(5), 365-376.
|
|
275
|
+
- Cohen, J. (1992). A power primer. *Psychological Bulletin*, 112(1), 155-159.
|
|
276
|
+
- Fiedler, K., & Schwarz, N. (2016). Questionable research practices revisited. *Social Psychological and Personality Science*, 7(1), 45-52.
|
|
277
|
+
- Gelman, A., & Loken, E. (2014). The statistical crisis in science. *American Scientist*, 102(6), 460-465.
|
|
278
|
+
- Gigerenzer, G. (2004). Mindless statistics. *Journal of Socio-Economics*, 33, 587-606.
|
|
279
|
+
- Kerr, N. L. (1998). HARKing: Hypothesizing after the results are known. *Personality and Social Psychology Review*, 2(3), 196-217.
|
|
280
|
+
- Maris, E., & Oostenveld, R. (2007). Nonparametric statistical testing of EEG- and MEG-data. *Journal of Neuroscience Methods*, 164(1), 177-190.
|
|
281
|
+
- Munafo, M. R., Nosek, B. A., Bishop, D. V. M., et al. (2017). A manifesto for reproducible science. *Nature Human Behaviour*, 1, 0021.
|
|
282
|
+
- Nosek, B. A., Ebersole, C. R., DeHaven, A. C., & Mellor, D. T. (2018). The preregistration revolution. *Proceedings of the National Academy of Sciences*, 115(11), 2600-2606.
|
|
283
|
+
- Open Science Collaboration. (2015). Estimating the reproducibility of psychological science. *Science*, 349(6251), aac4716.
|
|
284
|
+
- Simmons, J. P., Nelson, L. D., & Simonsohn, U. (2011). False-positive psychology: Undisclosed flexibility in data collection and analysis allows presenting anything as significant. *Psychological Science*, 22(11), 1359-1366.
|
|
285
|
+
- Steegen, S., Tuerlinckx, F., Gelman, A., & Vanpaemel, W. (2016). Increasing transparency through a multiverse analysis. *Perspectives on Psychological Science*, 11(5), 702-712.
|
|
286
|
+
- Wagenmakers, E.-J., Wetzels, R., Borsboom, D., van der Maas, H. L. J., & Kievit, R. A. (2012). An agenda for purely confirmatory research. *Perspectives on Psychological Science*, 7(6), 632-638.
|
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
# Common Statistical and Analytical Assumptions in Cognitive Science
|
|
2
|
+
|
|
3
|
+
This reference table covers the key assumptions, diagnostic checks, and remedies for statistical methods commonly used in cognitive science and neuroscience research. Every numerical parameter or recommendation includes a citation.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Comparison Methods
|
|
8
|
+
|
|
9
|
+
### Independent-Samples t-Test
|
|
10
|
+
|
|
11
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
12
|
+
|---|---|---|---|
|
|
13
|
+
| Independence of observations | Design review: no nesting or clustering | Use mixed-effects model or clustered SE | (Scariano & Davenport, 1987) |
|
|
14
|
+
| Normality of sampling distribution | Shapiro-Wilk test; Q-Q plot; with N > **30** per group, CLT provides robustness | Use Welch's t-test (robust to non-normality with moderate N) or Mann-Whitney U | (Lumley et al., 2002) |
|
|
15
|
+
| Homogeneity of variance | Levene's test (p < .05 suggests violation) | Use Welch's t-test (does not assume equal variances) | (Delacre et al., 2017) |
|
|
16
|
+
|
|
17
|
+
**Recommendation**: Default to Welch's t-test rather than Student's t-test. Welch's test performs well even when assumptions are met and is strictly better when they are not (Delacre et al., 2017, *International Review of Social Psychology*, 30(1), 92-101).
|
|
18
|
+
|
|
19
|
+
### Paired-Samples t-Test
|
|
20
|
+
|
|
21
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
22
|
+
|---|---|---|---|
|
|
23
|
+
| Independence of difference scores | Design review: each participant contributes one difference score | Use mixed-effects model for repeated observations | (Judd et al., 2012) |
|
|
24
|
+
| Normality of difference scores | Shapiro-Wilk on difference scores; Q-Q plot | Use Wilcoxon signed-rank test or permutation test | (Zimmerman, 1997) |
|
|
25
|
+
|
|
26
|
+
### One-Way ANOVA
|
|
27
|
+
|
|
28
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
29
|
+
|---|---|---|---|
|
|
30
|
+
| Independence | Design review | Use mixed-effects model | (Kenny & Judd, 1986) |
|
|
31
|
+
| Normality within groups | Shapiro-Wilk per group; residual Q-Q plot | Welch's ANOVA or Kruskal-Wallis | (Lix et al., 1996) |
|
|
32
|
+
| Homogeneity of variance | Levene's test | Welch's ANOVA (does not assume equal variances) | (Delacre et al., 2019) |
|
|
33
|
+
|
|
34
|
+
### Repeated-Measures ANOVA
|
|
35
|
+
|
|
36
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
37
|
+
|---|---|---|---|
|
|
38
|
+
| Sphericity (equal variances of differences between all pairs of conditions) | Mauchly's test of sphericity | Apply Greenhouse-Geisser correction (epsilon < **0.75**) or Huynh-Feldt correction (epsilon >= **0.75**) | (Girden, 1992; Oberfeld & Franke, 2013) |
|
|
39
|
+
| Normality | Shapiro-Wilk on residuals | Robust ANOVA (e.g., trimmed means) or permutation test | (Keselman et al., 2003) |
|
|
40
|
+
| No carryover/order effects | Counterbalancing check; test for order effects | Include order as a factor or use Latin square design | (Keppel & Wickens, 2004) |
|
|
41
|
+
|
|
42
|
+
**Note**: The Greenhouse-Geisser epsilon ranges from **1/(k-1)** (maximum violation) to **1.0** (perfect sphericity), where k is the number of conditions (Greenhouse & Geisser, 1959, *Psychometrika*, 24(2), 95-112).
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## Association and Regression Methods
|
|
47
|
+
|
|
48
|
+
### Pearson Correlation
|
|
49
|
+
|
|
50
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
51
|
+
|---|---|---|---|
|
|
52
|
+
| Linear relationship | Scatterplot inspection | Use Spearman rank correlation or polynomial regression | (Anscombe, 1973) |
|
|
53
|
+
| Bivariate normality | Shapiro-Wilk on each variable; Mardia's test | Use Spearman or Kendall correlation | (Puth et al., 2014) |
|
|
54
|
+
| No extreme outliers | Scatterplot; Cook's distance > **4/N** flags influential points | Use robust correlation (e.g., percentage-bend, Winsorized) | (Wilcox, 2012) |
|
|
55
|
+
| Independence | Design review | Use multilevel correlation for clustered data | (Bland & Altman, 1995) |
|
|
56
|
+
|
|
57
|
+
### Linear Regression (OLS)
|
|
58
|
+
|
|
59
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
60
|
+
|---|---|---|---|
|
|
61
|
+
| Linearity | Residual vs. fitted plot (should show no pattern) | Add polynomial terms, use GAM, or transform variables | (Fox, 2015) |
|
|
62
|
+
| Normality of residuals | Q-Q plot of residuals; Shapiro-Wilk | Use robust standard errors (HC3 recommended) or bootstrap | (Long & Ervin, 2000) |
|
|
63
|
+
| Homoscedasticity | Residual vs. fitted plot; Breusch-Pagan test | Use heteroscedasticity-consistent SE (HC3); weighted least squares | (Hayes & Cai, 2007) |
|
|
64
|
+
| Independence of residuals | Durbin-Watson test for temporal autocorrelation (values near **2.0** indicate no autocorrelation; < **1.5** or > **2.5** are concerning) | Use GLS or include autoregressive terms | (Durbin & Watson, 1951) |
|
|
65
|
+
| No multicollinearity | Variance Inflation Factor: VIF > **5** is concerning, VIF > **10** is severe | Remove or combine correlated predictors; use ridge regression or PCA | (Alin, 2010) |
|
|
66
|
+
| No influential outliers | Cook's distance > **4/N**; leverage > **2(p+1)/N** | Investigate outliers; use robust regression (M-estimation) | (Cook, 1977) |
|
|
67
|
+
|
|
68
|
+
### Logistic Regression
|
|
69
|
+
|
|
70
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
71
|
+
|---|---|---|---|
|
|
72
|
+
| Binary or ordinal outcome | Data inspection | Use appropriate link function (multinomial, ordinal) | (Agresti, 2002) |
|
|
73
|
+
| Linearity of logit | Box-Tidwell test; plot log-odds vs. continuous predictors | Add polynomial terms or categorize predictor | (Hosmer et al., 2013) |
|
|
74
|
+
| No multicollinearity | VIF > **5** is concerning | Same as linear regression | (Alin, 2010) |
|
|
75
|
+
| Sufficient events per predictor | Minimum **10** events per predictor variable (relaxed from older rule of **20**) | Reduce predictors; use penalized regression (Firth) | (Vittinghoff & McCulloch, 2007) |
|
|
76
|
+
| Independence | Design review | Use GEE or mixed-effects logistic regression | (Zeger & Liang, 1986) |
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## Mixed-Effects (Multilevel) Models
|
|
81
|
+
|
|
82
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
83
|
+
|---|---|---|---|
|
|
84
|
+
| Conditional normality of residuals | Q-Q plots of level-1 and level-2 residuals | Use robust mixed models or generalized linear mixed models | (Schielzeth et al., 2020) |
|
|
85
|
+
| Correct random effects structure | Likelihood ratio tests; check for singular fit (boundary estimates at zero) | Simplify random structure: remove correlations first, then random slopes | (Barr et al., 2013) |
|
|
86
|
+
| Linearity (for continuous predictors) | Residual plots; component-plus-residual plots | Add splines or polynomial terms | (Bates et al., 2015) |
|
|
87
|
+
| Homoscedasticity of residuals | Plot residuals vs. fitted; residuals per group | Model heterogeneous variances (e.g., `weights` in `nlme`) | (Pinheiro & Bates, 2000) |
|
|
88
|
+
| No complete separation | Check for infinite coefficient estimates | Use penalized estimation or Bayesian priors | (Gelman et al., 2008) |
|
|
89
|
+
|
|
90
|
+
**Guidance on random effects**: Start with the maximal random effects structure justified by the design (Barr et al., 2013, *Journal of Memory and Language*, 68(3), 255-278). If the model fails to converge or produces singular fits, simplify by removing correlation parameters first, then the smallest variance components. Document each simplification step.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Categorical Data Methods
|
|
95
|
+
|
|
96
|
+
### Chi-Square Test of Independence
|
|
97
|
+
|
|
98
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
99
|
+
|---|---|---|---|
|
|
100
|
+
| Expected cell frequencies >= **5** | Compute expected counts from marginals | Use Fisher's exact test (for 2x2) or Monte Carlo simulation | (Agresti, 2002) |
|
|
101
|
+
| Independence of observations | Each participant contributes to only one cell | Use McNemar's test (paired data) or GEE | (Siegel & Castellan, 1988) |
|
|
102
|
+
| Random sampling | Study design review | Acknowledge limitation | (Agresti, 2002) |
|
|
103
|
+
|
|
104
|
+
### Fisher's Exact Test
|
|
105
|
+
|
|
106
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
107
|
+
|---|---|---|---|
|
|
108
|
+
| Fixed marginals (conservative) | By design | Use mid-p correction for less conservative inference | (Lydersen et al., 2009) |
|
|
109
|
+
| Independence | Design review | Use exact conditional tests for matched data | (Agresti, 2002) |
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Time-Series and Neuroimaging Methods
|
|
114
|
+
|
|
115
|
+
### EEG/ERP Cluster-Based Permutation Tests
|
|
116
|
+
|
|
117
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
118
|
+
|---|---|---|---|
|
|
119
|
+
| Exchangeability under H0 (observations are interchangeable across conditions under the null) | Design must permit valid permutation: within-subjects designs permute condition labels within participants | Restrict permutations to valid exchanges; stratified permutation for between-subjects designs | (Maris & Oostenveld, 2007) |
|
|
120
|
+
| Sufficient number of permutations | With N participants, maximum **2^N** permutations for paired designs | Use Monte Carlo approximation with >= **1000** permutations (>= **5000** for publication) | (Ernst, 2004; Phipson & Smyth, 2010) |
|
|
121
|
+
| Cluster-forming threshold is appropriate | Sensitivity analysis: vary the threshold (e.g., p < **0.05**, **0.01**, **0.001** uncorrected) | Report results across multiple thresholds; note that test controls FWER for clusters, not individual time points | (Sassenhagen & Draschkow, 2019) |
|
|
122
|
+
|
|
123
|
+
**Important caveat**: Cluster-based permutation tests control the family-wise error rate for the existence of a cluster, but do not provide precise spatial or temporal localization of the effect. Do not interpret cluster boundaries as onset/offset times (Sassenhagen & Draschkow, 2019, *Psychophysiology*, 56(6), e13335).
|
|
124
|
+
|
|
125
|
+
### fMRI General Linear Model (GLM)
|
|
126
|
+
|
|
127
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
128
|
+
|---|---|---|---|
|
|
129
|
+
| Gaussian distributed noise | Residual normality plots per voxel (spot-check) | Use nonparametric permutation testing | (Nichols & Holmes, 2002) |
|
|
130
|
+
| Correct hemodynamic response function (HRF) | Compare canonical HRF fits with flexible models (FIR, FLOBS) | Use FIR basis set or add temporal/dispersion derivatives | (Lindquist et al., 2009) |
|
|
131
|
+
| Temporal stationarity | Check for scanner drift, motion spikes | Include high-pass filter (cutoff typically **1/128 Hz**, i.e., **128 s**; SPM default) and motion regressors | (Friston et al., 2000) |
|
|
132
|
+
| Temporal autocorrelation | Inspect residual autocorrelation function; Durbin-Watson statistic | Apply AR(1) prewhitening (SPM) or FILM prewhitening (FSL) | (Woolrich et al., 2001) |
|
|
133
|
+
| No excessive head motion | Compute framewise displacement (FD); threshold typically **0.5 mm** for task fMRI (Power et al., 2012) | Scrub high-motion volumes or include FD as nuisance regressor; exclude participants with > **20%** scrubbed volumes | (Power et al., 2012, *NeuroImage*, 59(3), 2142-2154) |
|
|
134
|
+
| Correct multiple comparisons | Track number of voxels/ROIs tested | Use cluster-level FWE (with cluster-forming threshold p < **0.001** uncorrected; Eklund et al., 2016), voxel-level FWE, or FDR | (Eklund et al., 2016, *PNAS*, 113(28), 7900-7905) |
|
|
135
|
+
|
|
136
|
+
**Critical note on cluster-forming thresholds**: Using a lenient cluster-forming threshold (e.g., p < **0.01** uncorrected) inflates false positive rates to as high as **70%** for cluster-level inference. A threshold of p < **0.001** uncorrected is recommended (Eklund et al., 2016).
|
|
137
|
+
|
|
138
|
+
### fMRI Functional Connectivity
|
|
139
|
+
|
|
140
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
141
|
+
|---|---|---|---|
|
|
142
|
+
| Stationarity of connectivity | Sliding-window analysis; test for time-varying connectivity | Use dynamic connectivity methods (DCC, sliding window with appropriate window length >= **30 s**) | (Hutchison et al., 2013) |
|
|
143
|
+
| No motion confound | Check FD-FC correlation: correlation between framewise displacement and functional connectivity | Use GSR, CompCor, ICA-AROMA, or scrubbing | (Power et al., 2012) |
|
|
144
|
+
| Appropriate parcellation | Compare results across atlases | Report results with multiple parcellation schemes | (Eickhoff et al., 2018) |
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Multivariate Pattern Analysis (MVPA) / Decoding
|
|
149
|
+
|
|
150
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
151
|
+
|---|---|---|---|
|
|
152
|
+
| Independent training and test sets (no double dipping) | Verify cross-validation scheme: training and test data must be fully independent | Use leave-one-run-out CV for fMRI; never use the same data for feature selection and testing | (Kriegeskorte et al., 2009) |
|
|
153
|
+
| Sufficient number of cross-validation folds | With k runs, use k-fold leave-one-run-out | If few runs, use leave-one-trial-out with caution (temporal autocorrelation risk) | (Varoquaux et al., 2017) |
|
|
154
|
+
| Appropriate chance level | Theoretical chance for balanced classes = **1/k** for k classes; but empirical chance may differ with imbalanced classes | Use permutation-based null distribution (>= **1000** permutations) rather than theoretical chance | (Combrisson & Jerbi, 2015) |
|
|
155
|
+
| No information leakage across folds | Check preprocessing pipeline: any step using statistics from the full dataset before splitting leaks information | Apply all data-dependent preprocessing (e.g., feature selection, normalization) within each fold | (Kriegeskorte et al., 2009, *Nature Neuroscience*, 12, 535-540) |
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## Representational Similarity Analysis (RSA)
|
|
160
|
+
|
|
161
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
162
|
+
|---|---|---|---|
|
|
163
|
+
| Appropriate distance metric | Compare Euclidean, correlation distance, Mahalanobis (cross-validated) | Use crossnobis (cross-validated Mahalanobis) to reduce noise bias | (Walther et al., 2016) |
|
|
164
|
+
| Independence of RDM entries | RDM entries are not independent (they share conditions) | Use permutation test or bootstrap on conditions (not RDM cells) for inference | (Nili et al., 2014) |
|
|
165
|
+
| Model RDMs are meaningful | Correlate model RDMs with each other to check redundancy | Use partial correlation or variance partitioning for correlated models | (Nili et al., 2014, *PLOS Computational Biology*, 10(11), e1003553) |
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Bayesian Analysis
|
|
170
|
+
|
|
171
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
172
|
+
|---|---|---|---|
|
|
173
|
+
| Prior specification is appropriate | Prior predictive check: simulate data from priors and verify plausibility | Report results under multiple priors (sensitivity analysis); use weakly informative priors as default | (Schad et al., 2021) |
|
|
174
|
+
| Model is correctly specified | Posterior predictive check: compare observed data to data simulated from the posterior | Revise model specification; consider model comparison (LOO-CV, WAIC) | (Gelman et al., 2013) |
|
|
175
|
+
| MCMC convergence (for sampling-based methods) | R-hat < **1.01** for all parameters; effective sample size > **400** per chain; trace plots show mixing | Increase iterations; reparameterize model; use non-centered parameterization for hierarchical models | (Vehtari et al., 2021) |
|
|
176
|
+
| No divergent transitions (HMC/NUTS) | Check sampler diagnostics: **0** divergences is the target | Increase `adapt_delta` (e.g., to **0.95** or **0.99**); reparameterize | (Betancourt, 2017) |
|
|
177
|
+
|
|
178
|
+
**Interpreting Bayes factors**: BF10 > **3** provides moderate evidence for H1; BF10 > **10** provides strong evidence (Jeffreys, 1961, *Theory of Probability*, 3rd ed.). BF01 > **3** provides moderate evidence for H0. Values between **1/3** and **3** are inconclusive (Dienes, 2014, *Frontiers in Psychology*, 5, 781).
|
|
179
|
+
|
|
180
|
+
---
|
|
181
|
+
|
|
182
|
+
## Factor Analysis and Dimensionality Reduction
|
|
183
|
+
|
|
184
|
+
### Exploratory Factor Analysis (EFA)
|
|
185
|
+
|
|
186
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
187
|
+
|---|---|---|---|
|
|
188
|
+
| Sufficient sample size | Kaiser-Meyer-Olkin (KMO) >= **0.60**; minimum N:p ratio of **5:1** (better: **10:1**) | Collect more data; reduce number of variables | (Mundfrom et al., 2005) |
|
|
189
|
+
| Adequate correlations | Bartlett's test of sphericity (p < .05); KMO >= **0.60** | If variables are uncorrelated, factor analysis is not appropriate | (Tabachnick & Fidell, 2013) |
|
|
190
|
+
| Multivariate normality (for ML estimation) | Mardia's test | Use principal axis factoring (does not assume normality) | (Fabrigar et al., 1999) |
|
|
191
|
+
| Correct number of factors | Parallel analysis (preferred); scree plot; eigenvalues > **1** rule (unreliable alone) | Use parallel analysis as primary criterion; compare multiple methods | (Horn, 1965; Velicer et al., 2000) |
|
|
192
|
+
|
|
193
|
+
### Independent Component Analysis (ICA)
|
|
194
|
+
|
|
195
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
196
|
+
|---|---|---|---|
|
|
197
|
+
| Statistical independence of sources | ICA assumes non-Gaussian independent sources; check by mutual information | If sources are Gaussian, ICA cannot separate them (use PCA instead) | (Hyvarinen & Oja, 2000) |
|
|
198
|
+
| Correct number of components | Dimensionality estimation (e.g., MDL, BIC, PCA eigenvalue spectrum) | Use information-theoretic criteria; for fMRI, MELODIC automatic estimation or fixed dimensionality with justification | (Li et al., 2007) |
|
|
199
|
+
| Linear mixing | Assumed by standard ICA | Use kernel ICA or nonlinear ICA variants | (Hyvarinen & Oja, 2000, *Neural Networks*, 13(4-5), 411-430) |
|
|
200
|
+
|
|
201
|
+
---
|
|
202
|
+
|
|
203
|
+
## Survival / Time-to-Event Analysis
|
|
204
|
+
|
|
205
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
206
|
+
|---|---|---|---|
|
|
207
|
+
| Proportional hazards (Cox model) | Schoenfeld residuals test; log-log survival plot (parallel lines = OK) | Use stratified Cox model, time-varying coefficients, or accelerated failure time model | (Grambsch & Therneau, 1994) |
|
|
208
|
+
| Non-informative censoring | Design review: is dropout related to the outcome? | Use joint models or sensitivity analyses for informative censoring | (Leung et al., 1997) |
|
|
209
|
+
| Correct functional form (continuous predictors) | Martingale residual plots | Use splines or categorize predictor | (Therneau & Grambsch, 2000) |
|
|
210
|
+
|
|
211
|
+
**Cognitive science application**: Survival analysis is used in psycholinguistics for response time modeling and in clinical neuropsychology for time-to-event outcomes (e.g., time to conversion from MCI to dementia). In RT analysis, the proportional hazards assumption means the ratio of "finishing rates" is constant over time, which may not hold if experimental conditions affect fast and slow responses differently (Baayen & Milin, 2010).
|
|
212
|
+
|
|
213
|
+
---
|
|
214
|
+
|
|
215
|
+
## Signal Detection Theory (SDT)
|
|
216
|
+
|
|
217
|
+
| Assumption | How to Check | What to Do If Violated | Citation |
|
|
218
|
+
|---|---|---|---|
|
|
219
|
+
| Equal-variance Gaussian distributions | Compare z(hit rate) vs. z(false alarm rate) across criteria; ROC slope = **1.0** indicates equal variance | Use unequal-variance SDT (estimate separate d' and sigma ratio) | (Macmillan & Creelman, 2005) |
|
|
220
|
+
| Independence of trials | Design review; check for sequential dependencies | Use GLMMs with trial-level data and autoregressive terms | (DeCarlo, 1998) |
|
|
221
|
+
| No response bias confound | Check criterion (c) separately from sensitivity (d') | Report both d' and c (or beta); criterion shifts do not invalidate d' under SDT assumptions | (Macmillan & Creelman, 2005, *Detection Theory: A User's Guide*, 2nd ed.) |
|
|
222
|
+
| Sufficient trial counts | Minimum **20** trials per condition for stable d' estimates; **50+** preferred | Increase trial count; use hierarchical SDT for low trial counts | (Hautus, 1995) |
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## Multiple Comparisons Reference
|
|
227
|
+
|
|
228
|
+
| Method | Controls | When to Use | Key Parameter | Citation |
|
|
229
|
+
|---|---|---|---|---|
|
|
230
|
+
| Bonferroni | Family-wise error rate (FWER) | Few planned comparisons; need strict control | alpha / N comparisons | (Dunn, 1961) |
|
|
231
|
+
| Holm-Bonferroni | FWER | Same as Bonferroni but uniformly more powerful | Step-down procedure | (Holm, 1979) |
|
|
232
|
+
| Benjamini-Hochberg | False discovery rate (FDR) | Many comparisons; some false positives acceptable | q-value threshold (typically **0.05**) | (Benjamini & Hochberg, 1995) |
|
|
233
|
+
| Cluster permutation | FWER (cluster-level) | High-dimensional EEG/MEG data | Cluster-forming threshold; N permutations | (Maris & Oostenveld, 2007) |
|
|
234
|
+
| Threshold-free cluster enhancement (TFCE) | FWER | fMRI, EEG; avoids arbitrary cluster-forming threshold | H and E parameters (defaults: H = **2**, E = **0.5** for fMRI) | (Smith & Nichols, 2009) |
|
|
235
|
+
| Tukey HSD | FWER (all pairwise) | All pairwise comparisons after ANOVA | Studentized range distribution | (Tukey, 1949) |
|
|
236
|
+
| Permutation FWE | FWER (voxel or cluster) | fMRI whole-brain analysis; makes fewer assumptions | N permutations >= **5000** | (Nichols & Holmes, 2002) |
|
|
237
|
+
|
|
238
|
+
**Guidance**: Default to Holm-Bonferroni over Bonferroni (it is strictly more powerful with the same FWER control; Holm, 1979). Use FDR when testing many hypotheses where controlling the proportion of false discoveries is more relevant than controlling any single false positive. Use cluster-based or TFCE methods for spatiotemporal neuroimaging data.
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
## References
|
|
243
|
+
|
|
244
|
+
- Agresti, A. (2002). *Categorical data analysis* (2nd ed.). Wiley.
|
|
245
|
+
- Alin, A. (2010). Multicollinearity. *WIREs Computational Statistics*, 2(3), 370-374.
|
|
246
|
+
- Anscombe, F. J. (1973). Graphs in statistical analysis. *American Statistician*, 27(1), 17-21.
|
|
247
|
+
- Baayen, R. H., & Milin, P. (2010). Analyzing reaction times. *International Journal of Psychological Research*, 3(2), 12-28.
|
|
248
|
+
- Barr, D. J., Levy, R., Scheepers, C., & Tily, H. J. (2013). Random effects structure for confirmatory hypothesis testing: Keep it maximal. *Journal of Memory and Language*, 68(3), 255-278.
|
|
249
|
+
- Bates, D., Machler, M., Bolker, B., & Walker, S. (2015). Fitting linear mixed-effects models using lme4. *Journal of Statistical Software*, 67(1), 1-48.
|
|
250
|
+
- Benjamini, Y., & Hochberg, Y. (1995). Controlling the false discovery rate. *Journal of the Royal Statistical Society: Series B*, 57(1), 289-300.
|
|
251
|
+
- Betancourt, M. (2017). A conceptual introduction to Hamiltonian Monte Carlo. *arXiv preprint*, arXiv:1701.02434.
|
|
252
|
+
- Bland, J. M., & Altman, D. G. (1995). Calculating correlation coefficients with repeated observations. *BMJ*, 310(6980), 633.
|
|
253
|
+
- Button, K. S., et al. (2013). Power failure: Why small sample size undermines the reliability of neuroscience. *Nature Reviews Neuroscience*, 14(5), 365-376.
|
|
254
|
+
- Combrisson, E., & Jerbi, K. (2015). Exceeding chance level by chance. *NeuroImage*, 118, 499-513.
|
|
255
|
+
- Cook, R. D. (1977). Detection of influential observations in linear regression. *Technometrics*, 19(1), 15-18.
|
|
256
|
+
- DeCarlo, L. T. (1998). Signal detection theory and generalized linear models. *Psychological Methods*, 3(2), 186-205.
|
|
257
|
+
- Delacre, M., Lakens, D., & Leys, C. (2017). Why psychologists should by default use Welch's t-test. *International Review of Social Psychology*, 30(1), 92-101.
|
|
258
|
+
- Delacre, M., Leys, C., Mora, Y. L., & Lakens, D. (2019). Taking parametric assumptions seriously. *PLoS ONE*, 14(4), e0220527.
|
|
259
|
+
- Dienes, Z. (2014). Using Bayes to get the most out of non-significant results. *Frontiers in Psychology*, 5, 781.
|
|
260
|
+
- Dunn, O. J. (1961). Multiple comparisons among means. *Journal of the American Statistical Association*, 56(293), 52-64.
|
|
261
|
+
- Durbin, J., & Watson, G. S. (1951). Testing for serial correlation in least squares regression. *Biometrika*, 38(1/2), 159-177.
|
|
262
|
+
- Eickhoff, S. B., et al. (2018). Imaging-based parcellations of the human brain. *Nature Reviews Neuroscience*, 19(11), 672-686.
|
|
263
|
+
- Eklund, A., Nichols, T. E., & Knutsson, H. (2016). Cluster failure: Why fMRI inferences for spatial extent have inflated false-positive rates. *PNAS*, 113(28), 7900-7905.
|
|
264
|
+
- Ernst, M. D. (2004). Permutation methods: A basis for exact inference. *Statistical Science*, 19(4), 676-685.
|
|
265
|
+
- Fabrigar, L. R., Wegener, D. T., MacCallum, R. C., & Strahan, E. J. (1999). Evaluating the use of exploratory factor analysis in psychological research. *Psychological Methods*, 4(3), 272-299.
|
|
266
|
+
- Fox, J. (2015). *Applied regression analysis and generalized linear models* (3rd ed.). Sage.
|
|
267
|
+
- Friston, K. J., et al. (2000). To smooth or not to smooth? Bias and efficiency in fMRI time-series analysis. *NeuroImage*, 12(2), 196-208.
|
|
268
|
+
- Gelman, A., et al. (2008). A weakly informative default prior distribution for logistic and other regression models. *Annals of Applied Statistics*, 2(4), 1360-1383.
|
|
269
|
+
- Gelman, A., et al. (2013). *Bayesian data analysis* (3rd ed.). Chapman and Hall/CRC.
|
|
270
|
+
- Girden, E. R. (1992). *ANOVA: Repeated measures*. Sage.
|
|
271
|
+
- Grambsch, P. M., & Therneau, T. M. (1994). Proportional hazards tests and diagnostics based on weighted residuals. *Biometrika*, 81(3), 515-526.
|
|
272
|
+
- Greenhouse, S. W., & Geisser, S. (1959). On methods in the analysis of profile data. *Psychometrika*, 24(2), 95-112.
|
|
273
|
+
- Hautus, M. J. (1995). Corrections for extreme proportions and their biasing effects on estimated values of d'. *Behavior Research Methods, Instruments, & Computers*, 27(1), 46-51.
|
|
274
|
+
- Hayes, A. F., & Cai, L. (2007). Using heteroscedasticity-consistent standard error estimators in OLS regression. *Behavior Research Methods*, 39(4), 709-722.
|
|
275
|
+
- Holm, S. (1979). A simple sequentially rejective multiple test procedure. *Scandinavian Journal of Statistics*, 6(2), 65-70.
|
|
276
|
+
- Horn, J. L. (1965). A rationale and test for the number of factors in factor analysis. *Psychometrika*, 30(2), 179-185.
|
|
277
|
+
- Hosmer, D. W., Lemeshow, S., & Sturdivant, R. X. (2013). *Applied logistic regression* (3rd ed.). Wiley.
|
|
278
|
+
- Hutchison, R. M., et al. (2013). Dynamic functional connectivity: Promise, issues, and interpretations. *NeuroImage*, 80, 360-378.
|
|
279
|
+
- Hyvarinen, A., & Oja, E. (2000). Independent component analysis: Algorithms and applications. *Neural Networks*, 13(4-5), 411-430.
|
|
280
|
+
- Jeffreys, H. (1961). *Theory of probability* (3rd ed.). Oxford University Press.
|
|
281
|
+
- Judd, C. M., Westfall, J., & Kenny, D. A. (2012). Treating stimuli as a random factor in social psychology. *Journal of Personality and Social Psychology*, 103(1), 54-69.
|
|
282
|
+
- Kenny, D. A., & Judd, C. M. (1986). Consequences of violating the independence assumption in analysis of variance. *Psychological Bulletin*, 99(3), 422-431.
|
|
283
|
+
- Keppel, G., & Wickens, T. D. (2004). *Design and analysis: A researcher's handbook* (4th ed.). Pearson.
|
|
284
|
+
- Keselman, H. J., Algina, J., & Kowalchuk, R. K. (2003). A comparison of data analysis strategies for testing omnibus effects in higher-order repeated measures designs. *Multivariate Behavioral Research*, 38(1), 1-30.
|
|
285
|
+
- Kriegeskorte, N., Simmons, W. K., Bellgowan, P. S. F., & Baker, C. I. (2009). Circular analysis in systems neuroscience: The dangers of double dipping. *Nature Neuroscience*, 12, 535-540.
|
|
286
|
+
- Leung, K. M., Elashoff, R. M., & Afifi, A. A. (1997). Censoring issues in survival analysis. *Annual Review of Public Health*, 18, 83-104.
|
|
287
|
+
- Li, Y. O., Adali, T., & Calhoun, V. D. (2007). Estimating the number of independent components for functional magnetic resonance imaging data. *Human Brain Mapping*, 28(11), 1251-1266.
|
|
288
|
+
- Lindquist, M. A., Meng Loh, J., Atlas, L. Y., & Wager, T. D. (2009). Modeling the hemodynamic response function in fMRI. *NeuroImage*, 45(1 Suppl), S187-S198.
|
|
289
|
+
- Lix, L. M., Keselman, J. C., & Keselman, H. J. (1996). Consequences of assumption violations revisited. *Review of Educational Research*, 66(4), 579-619.
|
|
290
|
+
- Long, J. S., & Ervin, L. H. (2000). Using heteroscedasticity consistent standard errors in the linear regression model. *American Statistician*, 54(3), 217-224.
|
|
291
|
+
- Lumley, T., Diehr, P., Emerson, S., & Chen, L. (2002). The importance of the normality assumption in large public health data sets. *Annual Review of Public Health*, 23, 151-169.
|
|
292
|
+
- Lydersen, S., Fagerland, M. W., & Laake, P. (2009). Recommended tests for association in 2x2 tables. *Statistics in Medicine*, 28(7), 1159-1175.
|
|
293
|
+
- Macmillan, N. A., & Creelman, C. D. (2005). *Detection theory: A user's guide* (2nd ed.). Erlbaum.
|
|
294
|
+
- Maris, E., & Oostenveld, R. (2007). Nonparametric statistical testing of EEG- and MEG-data. *Journal of Neuroscience Methods*, 164(1), 177-190.
|
|
295
|
+
- Mundfrom, D. J., Shaw, D. G., & Ke, T. L. (2005). Minimum sample size recommendations for conducting factor analyses. *International Journal of Testing*, 5(2), 159-168.
|
|
296
|
+
- Nichols, T. E., & Holmes, A. P. (2002). Nonparametric permutation tests for functional neuroimaging. *Human Brain Mapping*, 15(1), 1-25.
|
|
297
|
+
- Nili, H., et al. (2014). A toolbox for representational similarity analysis. *PLOS Computational Biology*, 10(11), e1003553.
|
|
298
|
+
- Oberfeld, D., & Franke, T. (2013). Evaluating the robustness of repeated measures analyses: The case of small sample sizes and nonnormal data. *Behavior Research Methods*, 45(3), 792-812.
|
|
299
|
+
- Phipson, B., & Smyth, G. K. (2010). Permutation P-values should never be zero. *Statistical Applications in Genetics and Molecular Biology*, 9(1), Article 39.
|
|
300
|
+
- Pinheiro, J. C., & Bates, D. M. (2000). *Mixed-effects models in S and S-PLUS*. Springer.
|
|
301
|
+
- Power, J. D., Barnes, K. A., Snyder, A. Z., Schlaggar, B. L., & Petersen, S. E. (2012). Spurious but systematic correlations in functional connectivity MRI networks arise from subject motion. *NeuroImage*, 59(3), 2142-2154.
|
|
302
|
+
- Puth, M. T., Neuhauser, M., & Ruxton, G. D. (2014). Effective use of Pearson's product-moment correlation coefficient. *Animal Behaviour*, 93, 183-189.
|
|
303
|
+
- Sassenhagen, J., & Draschkow, D. (2019). Cluster-based permutation tests of MEG/EEG data do not establish significance of effect latency or location. *Psychophysiology*, 56(6), e13335.
|
|
304
|
+
- Scariano, S. M., & Davenport, J. M. (1987). The effects of violations of independence assumptions in the one-way ANOVA. *American Statistician*, 41(2), 123-129.
|
|
305
|
+
- Schad, D. J., Betancourt, M., & Vasishth, S. (2021). Toward a principled Bayesian workflow in cognitive science. *Psychological Methods*, 26(1), 103-126.
|
|
306
|
+
- Schielzeth, H., et al. (2020). Robustness of linear mixed-effects models to violations of distributional assumptions. *Methods in Ecology and Evolution*, 11(9), 1141-1152.
|
|
307
|
+
- Siegel, S., & Castellan, N. J. (1988). *Nonparametric statistics for the behavioral sciences* (2nd ed.). McGraw-Hill.
|
|
308
|
+
- Smith, S. M., & Nichols, T. E. (2009). Threshold-free cluster enhancement. *NeuroImage*, 44(1), 83-98.
|
|
309
|
+
- Tabachnick, B. G., & Fidell, L. S. (2013). *Using multivariate statistics* (6th ed.). Pearson.
|
|
310
|
+
- Therneau, T. M., & Grambsch, P. M. (2000). *Modeling survival data*. Springer.
|
|
311
|
+
- Tukey, J. W. (1949). Comparing individual means in the analysis of variance. *Biometrics*, 5(2), 99-114.
|
|
312
|
+
- Varoquaux, G., et al. (2017). Assessing and tuning brain decoders: Cross-validation, caveats, and guidelines. *NeuroImage*, 145, 166-179.
|
|
313
|
+
- Vehtari, A., et al. (2021). Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC. *Bayesian Analysis*, 16(2), 667-718.
|
|
314
|
+
- Velicer, W. F., Eaton, C. A., & Fava, J. L. (2000). Construct explication through factor or component analysis. In R. D. Goffin & E. Helmes (Eds.), *Problems and solutions in human assessment*. Kluwer.
|
|
315
|
+
- Vittinghoff, E., & McCulloch, C. E. (2007). Relaxing the rule of ten events per variable in logistic and Cox regression. *American Journal of Epidemiology*, 165(6), 710-718.
|
|
316
|
+
- Walther, A., et al. (2016). Reliability of dissimilarity measures for multi-voxel pattern analysis. *NeuroImage*, 137, 188-200.
|
|
317
|
+
- Wilcox, R. R. (2012). *Introduction to robust estimation and hypothesis testing* (3rd ed.). Academic Press.
|
|
318
|
+
- Woolrich, M. W., Ripley, B. D., Brady, J. M., & Smith, S. M. (2001). Temporal autocorrelation in univariate linear modeling of fMRI data. *NeuroImage*, 14(6), 1370-1386.
|
|
319
|
+
- Zeger, S. L., & Liang, K. Y. (1986). Longitudinal data analysis for discrete and continuous outcomes. *Biometrics*, 42(1), 121-130.
|
|
320
|
+
- Zimmerman, D. W. (1997). A note on interpretation of the paired-samples t test. *Journal of Educational and Behavioral Statistics*, 22(3), 349-360.
|