@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,302 @@
|
|
|
1
|
+
# Deficit Profiles by Neurological Condition
|
|
2
|
+
|
|
3
|
+
Expected neuropsychological patterns for common referral conditions. These profiles describe **typical presentations**; individual patients may deviate. Use these as hypotheses to test with the battery, not as diagnostic criteria.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Alzheimer's Disease (AD)
|
|
8
|
+
|
|
9
|
+
### Typical Profile: Memory >> Executive >> Language > Visuospatial
|
|
10
|
+
|
|
11
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
12
|
+
|---|---|---|
|
|
13
|
+
| **Memory** | Severely impaired: encoding and storage deficit | CVLT/RAVLT: flat learning curve, rapid forgetting, poor recognition discriminability, high intrusion errors (Delis et al., 2000) |
|
|
14
|
+
| **Language** | Anomia (early); semantic paraphasias | BNT: low score with semantic errors; category fluency (animals) < phonemic fluency (FAS) (Henry et al., 2004) |
|
|
15
|
+
| **Executive function** | Relatively preserved early; declines with progression | WCST: may be intact in early AD; TMT-B: slowed but often proportional to TMT-A slowing |
|
|
16
|
+
| **Visuospatial** | Variable; impaired in posterior cortical atrophy variant | RCFT copy: piecemeal approach; JLO: impaired in PCA variant (Crutch et al., 2012) |
|
|
17
|
+
| **Attention/Speed** | Relatively preserved early | WAIS-IV PSI: mild decline; TMT-A: mildly slowed |
|
|
18
|
+
|
|
19
|
+
### Distinguishing Features
|
|
20
|
+
|
|
21
|
+
- **Rapid forgetting**: The hallmark. Delayed recall scores are disproportionately lower than immediate recall. Recognition does NOT rescue performance (encoding/storage deficit, not retrieval).
|
|
22
|
+
- **Intrusion errors**: Elevated on CVLT/RAVLT -- patients insert semantically related non-list words (Delis et al., 2000; Graves et al., 2019).
|
|
23
|
+
- **Semantic fluency < phonemic fluency**: Animals count drops before FAS count; this reversal is relatively specific to AD vs. FTD (Henry et al., 2004).
|
|
24
|
+
- **Temporal gradient**: Remote autobiographical memory is better preserved than recent memory in early stages.
|
|
25
|
+
- **Anosognosia**: Patients often underestimate their deficits; informant reports are critical (Weintraub et al., 2012).
|
|
26
|
+
|
|
27
|
+
### Atypical AD Variants
|
|
28
|
+
|
|
29
|
+
- **Posterior cortical atrophy (PCA)**: Visuospatial and visuoperceptual deficits dominate. JLO, RCFT copy, and visual object recognition impaired early. Memory relatively preserved initially (Crutch et al., 2012).
|
|
30
|
+
- **Logopenic primary progressive aphasia**: Word-finding difficulty with phonological errors; impaired sentence repetition. BNT: severely impaired; Token Test: impaired for complex commands (Gorno-Tempini et al., 2011).
|
|
31
|
+
- **Frontal/dysexecutive variant**: Executive dysfunction dominates. WCST perseverative errors, poor verbal fluency, behavioral changes (Ossenkoppele et al., 2015).
|
|
32
|
+
|
|
33
|
+
### Key References
|
|
34
|
+
- Weintraub, S., Wicklund, A. H., & Salmon, D. P. (2012). The neuropsychological profile of Alzheimer disease. *Cold Spring Harbor Perspectives in Medicine*, 2, a006171.
|
|
35
|
+
- Henry, J. D., Crawford, J. R., & Phillips, L. H. (2004). Verbal fluency performance in dementia of the Alzheimer's type: a meta-analysis. *Neuropsychologia*, 42, 1212--1222.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Behavioral Variant Frontotemporal Dementia (bvFTD)
|
|
40
|
+
|
|
41
|
+
### Typical Profile: Executive/Behavioral >> Language > Memory >> Visuospatial
|
|
42
|
+
|
|
43
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
44
|
+
|---|---|---|
|
|
45
|
+
| **Executive function** | Severely impaired: perseveration, disinhibition, poor planning | WCST: high perseverative errors, low categories; Stroop interference: very poor; verbal fluency: reduced, rule violations (Rascovsky et al., 2011) |
|
|
46
|
+
| **Behavioral/Social** | Disinhibition, apathy, loss of empathy, stereotyped behavior | Clinical interview, NPI, informant scales (not captured well by standard cognitive tests) |
|
|
47
|
+
| **Memory** | Relatively preserved encoding; retrieval deficit pattern | CVLT/RAVLT: poor free recall BUT recognition intact (retrieval, not storage deficit). This is the key distinction from AD (Hornberger et al., 2010) |
|
|
48
|
+
| **Language** | Variable; may have word-finding difficulty | BNT: mildly reduced; fluency: reduced output with perseverations and rule breaks |
|
|
49
|
+
| **Visuospatial** | Generally preserved | RCFT copy, Block Design, JLO: typically normal range |
|
|
50
|
+
|
|
51
|
+
### Distinguishing bvFTD from AD
|
|
52
|
+
|
|
53
|
+
| Feature | bvFTD | AD |
|
|
54
|
+
|---|---|---|
|
|
55
|
+
| Memory pattern | Retrieval deficit (recognition rescues) | Encoding/storage deficit (recognition impaired) |
|
|
56
|
+
| Semantic vs. phonemic fluency | Phonemic often worse than semantic | Semantic often worse than phonemic |
|
|
57
|
+
| Behavioral changes | Early and prominent | Late feature |
|
|
58
|
+
| Visuospatial | Preserved | Variable, may be impaired |
|
|
59
|
+
| Executive tests | Disproportionately impaired | Often proportional to overall severity |
|
|
60
|
+
|
|
61
|
+
### Caution
|
|
62
|
+
- bvFTD can be difficult to distinguish from AD in early stages. Up to 10--30% of clinically diagnosed bvFTD cases have AD pathology at autopsy (Perry et al., 2017).
|
|
63
|
+
- Standard neuropsychological tests underdetect bvFTD because they do not adequately assess social cognition, reward processing, or naturalistic executive function.
|
|
64
|
+
- Consider adding: Faux Pas Test, Iowa Gambling Task, or TASIT (The Awareness of Social Inference Test) for social cognition assessment (Torralva et al., 2009).
|
|
65
|
+
|
|
66
|
+
### Key References
|
|
67
|
+
- Rascovsky, K., et al. (2011). Sensitivity of revised diagnostic criteria for the behavioural variant of frontotemporal dementia. *Brain*, 134, 2456--2477.
|
|
68
|
+
- Hornberger, M., et al. (2010). Convergent grey and white matter evidence of orbitofrontal cortex changes related to disinhibition in behavioural variant frontotemporal dementia. *Brain*, 134, 2502--2512.
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## Primary Progressive Aphasia (PPA)
|
|
73
|
+
|
|
74
|
+
### Semantic Variant (svPPA)
|
|
75
|
+
|
|
76
|
+
- **Core deficit**: Loss of semantic knowledge -- objects, words, facts
|
|
77
|
+
- **Profile**: Severely impaired naming (BNT: very low, with semantic errors like "animal" for "camel") and single-word comprehension. Fluent but empty speech. Surface dyslexia/dysgraphia. Object recognition impaired.
|
|
78
|
+
- **Memory**: Episodic memory relatively preserved (tests not dependent on semantic knowledge)
|
|
79
|
+
- **Anatomy**: Anterior temporal lobe atrophy, typically left-predominant (Gorno-Tempini et al., 2011)
|
|
80
|
+
|
|
81
|
+
### Nonfluent/Agrammatic Variant (nfvPPA)
|
|
82
|
+
|
|
83
|
+
- **Core deficit**: Effortful, halting speech with grammatical errors; impaired comprehension of complex syntax
|
|
84
|
+
- **Profile**: BNT: moderately impaired; speech rate and phrase length reduced; Token Test: impaired for complex commands; repetition impaired for sentences but not single words
|
|
85
|
+
- **Anatomy**: Left inferior frontal and insular atrophy (Gorno-Tempini et al., 2011)
|
|
86
|
+
|
|
87
|
+
### Key Reference
|
|
88
|
+
- Gorno-Tempini, M. L., et al. (2011). Classification of primary progressive aphasia and its variants. *Neurology*, 76, 1006--1014.
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Vascular Dementia (VaD) / Vascular Cognitive Impairment
|
|
93
|
+
|
|
94
|
+
### Typical Profile: Processing Speed + Executive >> Memory > Language > Visuospatial
|
|
95
|
+
|
|
96
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
97
|
+
|---|---|---|
|
|
98
|
+
| **Processing speed** | Severely impaired -- often the earliest and most prominent deficit | WAIS-IV PSI: disproportionately low; TMT-A: very slow; SDMT: very low (Sachdev et al., 2014) |
|
|
99
|
+
| **Executive function** | Impaired: particularly cognitive flexibility and working memory | TMT-B: disproportionately slow relative to TMT-A (B/A ratio >3); verbal fluency reduced; WCST: perseverative errors (Sachdev et al., 2014) |
|
|
100
|
+
| **Memory** | Impaired but with retrieval pattern | CVLT/RAVLT: poor free recall but recognition significantly better (encoding relatively preserved). Distinguishes from AD (Graham et al., 2004) |
|
|
101
|
+
| **Visuoconstructional** | Impaired if subcortical pathology present | RCFT copy: disorganized; Block Design: slowed |
|
|
102
|
+
| **Language** | Variable, depends on lesion location | BNT may be intact unless strategic infarct in language areas |
|
|
103
|
+
|
|
104
|
+
### Subtypes
|
|
105
|
+
|
|
106
|
+
- **Multi-infarct dementia**: Stepwise decline; focal deficits depend on infarct locations. May have aphasia (left MCA), neglect (right MCA), or memory impairment (PCA/thalamic).
|
|
107
|
+
- **Subcortical ischemic vascular dementia (SIVD)**: Gradual onset; white matter disease disrupts fronto-subcortical circuits. Predominant deficits: processing speed, executive function, and working memory (Sachdev et al., 2014).
|
|
108
|
+
- **Strategic single infarct**: Depends on location -- thalamic infarcts can cause severe memory impairment; caudate infarcts cause executive dysfunction; angular gyrus infarcts cause a Gerstmann-like syndrome.
|
|
109
|
+
|
|
110
|
+
### Caution
|
|
111
|
+
- Mixed AD + VaD pathology is very common, especially in older adults. "Pure" VaD is relatively rare (Schneider et al., 2007).
|
|
112
|
+
- Recent meta-analysis suggests that cognitive impairment from small vessel disease is NOT limited to executive function and processing speed but affects all domains (Uiterwijk et al., 2016).
|
|
113
|
+
|
|
114
|
+
### Key Reference
|
|
115
|
+
- Sachdev, P. S., et al. (2014). Diagnostic criteria for vascular cognitive disorders: a VASCOG statement. *Alzheimer Disease & Associated Disorders*, 28, 206--218.
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## Traumatic Brain Injury (TBI)
|
|
120
|
+
|
|
121
|
+
### Typical Profile: Attention/Speed + Executive + Memory (severity-dependent)
|
|
122
|
+
|
|
123
|
+
| Severity | Primary Deficits | Expected Duration |
|
|
124
|
+
|---|---|---|
|
|
125
|
+
| **Mild TBI (concussion)** | Attention, processing speed, working memory | Most resolve within 1--3 months (McCrea et al., 2009). Persistent symptoms (>3 months) in ~10--15% |
|
|
126
|
+
| **Moderate TBI** | Attention, processing speed, memory encoding, executive function | Significant improvement in first 6--12 months; residual deficits common (Rabinowitz & Levin, 2014) |
|
|
127
|
+
| **Severe TBI** | All domains; attention and processing speed most affected | Improvement continues for 2+ years; permanent deficits likely (Rabinowitz & Levin, 2014) |
|
|
128
|
+
|
|
129
|
+
### Characteristic Pattern (Moderate-Severe)
|
|
130
|
+
|
|
131
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
132
|
+
|---|---|---|
|
|
133
|
+
| **Attention/Speed** | Disproportionately impaired -- often the most prominent and persistent deficit | TMT-A: very slow; WAIS-IV PSI: low; CPT-3: elevated omissions and slowed RT (Rabinowitz & Levin, 2014) |
|
|
134
|
+
| **Executive function** | Impaired: particularly planning, cognitive flexibility, inhibition | TMT-B: very slow; WCST: perseverative errors; Stroop: poor interference control; verbal fluency: reduced (Dikmen et al., 2009) |
|
|
135
|
+
| **Memory** | Impaired acquisition but relatively preserved retention | CVLT/RAVLT: reduced total learning (slow acquisition) but retention rate (delayed/immediate ratio) may be normal. Distinguishes from AD pattern (Vanderploeg et al., 2001) |
|
|
136
|
+
| **Motor** | Often asymmetric depending on lesion laterality | Grooved Pegboard: slowed, especially in the hand contralateral to focal lesion; Finger Tapping: reduced speed |
|
|
137
|
+
|
|
138
|
+
### Special Considerations
|
|
139
|
+
|
|
140
|
+
- **Effort testing is critical**: TBI evaluations (especially in forensic/litigation context) have the highest base rate of invalid performance (~30--40% in medicolegal settings; Mittenberg et al., 2002). Must include multiple PVTs.
|
|
141
|
+
- **Acute vs. chronic assessment**: Avoid comprehensive testing in the first 1--2 weeks post-injury; use serial brief assessments to track recovery trajectory.
|
|
142
|
+
- **Diffuse axonal injury (DAI)**: Produces processing speed and attention deficits disproportionate to focal findings on imaging. Speed-dependent tests (Coding, TMT-A, SDMT) are most sensitive.
|
|
143
|
+
- **Premorbid estimation**: Essential -- many TBI patients have lower premorbid functioning (risk factor for injury); without premorbid estimate, deficits may be over-attributed to injury.
|
|
144
|
+
|
|
145
|
+
### Key References
|
|
146
|
+
- Rabinowitz, A. R., & Levin, H. S. (2014). Cognitive sequelae of traumatic brain injury. *Psychiatric Clinics of North America*, 37, 1--11.
|
|
147
|
+
- Dikmen, S. S., Corrigan, J. D., Levin, H. S., Machamer, J., Stiers, W., & Weisskopf, M. G. (2009). Cognitive outcome following traumatic brain injury. *Journal of Head Trauma Rehabilitation*, 24, 430--438.
|
|
148
|
+
|
|
149
|
+
---
|
|
150
|
+
|
|
151
|
+
## Stroke (by Location)
|
|
152
|
+
|
|
153
|
+
### Left Hemisphere Stroke
|
|
154
|
+
|
|
155
|
+
| Vascular Territory | Primary Deficits | Key Tests |
|
|
156
|
+
|---|---|---|
|
|
157
|
+
| **Left MCA (anterior/Broca's area)** | Non-fluent aphasia, apraxia of speech, right hemiparesis (face/arm > leg) | WAB-R (low fluency, preserved comprehension); BNT: severely impaired; verbal fluency: severely reduced |
|
|
158
|
+
| **Left MCA (posterior/Wernicke's area)** | Fluent aphasia with poor comprehension, paraphasias | WAB-R (fluent output, impaired comprehension, impaired repetition); Token Test: severely impaired |
|
|
159
|
+
| **Left MCA (global)** | Global aphasia: severely impaired expression and comprehension | WAB-R: all language domains impaired; AQ very low |
|
|
160
|
+
| **Left PCA** | Alexia without agraphia, right visual field cut, verbal memory impairment | Reading tests impaired; writing preserved; CVLT/RAVLT: impaired |
|
|
161
|
+
| **Left ACA** | Bilateral leg weakness, abulia, transcortical motor aphasia | Reduced verbal output; preserved comprehension and repetition |
|
|
162
|
+
|
|
163
|
+
### Right Hemisphere Stroke
|
|
164
|
+
|
|
165
|
+
| Vascular Territory | Primary Deficits | Key Tests |
|
|
166
|
+
|---|---|---|
|
|
167
|
+
| **Right MCA (parietal)** | Left hemispatial neglect (present in ~50% of RH stroke; Heilman et al., 2003), constructional apraxia | Line bisection, star cancellation, RCFT copy (left-sided omissions), Block Design: broken configurations |
|
|
168
|
+
| **Right MCA (frontal)** | Left hemiparesis, motor neglect, anosognosia | Functional assessment; neglect battery |
|
|
169
|
+
| **Right PCA** | Left visual field cut, prosopagnosia, visual-spatial memory impairment | BVMT-R: impaired; face recognition tests; RCFT recall: impaired |
|
|
170
|
+
|
|
171
|
+
### Caution
|
|
172
|
+
- NIHSS underestimates right hemisphere stroke severity: only 2 points for neglect vs. 7 for aphasia (Foerch et al., 2005).
|
|
173
|
+
- Neglect can be present without awareness (anosognosia); up to 80% of right-hemisphere stroke survivors leave acute care undiagnosed for neglect (Gillen et al., 2005).
|
|
174
|
+
|
|
175
|
+
### Key Reference
|
|
176
|
+
- Heilman, K. M., Watson, R. T., & Valenstein, E. (2003). Neglect and related disorders. In K. M. Heilman & E. Valenstein (Eds.), *Clinical Neuropsychology* (4th ed.). Oxford University Press.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
180
|
+
## Parkinson's Disease (PD)
|
|
181
|
+
|
|
182
|
+
### Typical Profile: Executive + Visuospatial + Processing Speed; Memory Retrieval Deficit
|
|
183
|
+
|
|
184
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
185
|
+
|---|---|---|
|
|
186
|
+
| **Executive function** | Impaired: particularly set-shifting, planning, and working memory | WCST: perseverative errors; TMT B/A ratio elevated; verbal fluency: reduced, especially phonemic (Kudlicka et al., 2011) |
|
|
187
|
+
| **Visuospatial** | Impaired in posterior cortical subtype | JLO: impaired; RCFT copy: disorganized; clock drawing: spatial errors (Kehagia et al., 2013) |
|
|
188
|
+
| **Processing speed** | Bradyphrenia (slowed thinking, paralleling bradykinesia) | WAIS-IV PSI: low; TMT-A: slowed |
|
|
189
|
+
| **Memory** | Retrieval deficit pattern | CVLT/RAVLT: reduced free recall but recognition intact (subcortical pattern). Differs from AD (Higginson et al., 2012) |
|
|
190
|
+
| **Motor** | Asymmetric; correlates with motor severity | Grooved Pegboard: slowed, correlates with UPDRS motor score (Proud et al., 2023); Finger Tapping: reduced |
|
|
191
|
+
|
|
192
|
+
### Dual Syndrome Hypothesis (Kehagia et al., 2013)
|
|
193
|
+
|
|
194
|
+
1. **Frontostriatal subtype**: Dopaminergic. Executive dysfunction, working memory, and planning deficits. May improve with dopamine replacement. Lower risk of rapid dementia conversion.
|
|
195
|
+
2. **Posterior cortical subtype**: Cholinergic. Visuospatial deficits, semantic fluency impairment, visual hallucinations. Higher risk of rapid dementia conversion.
|
|
196
|
+
|
|
197
|
+
### PD-MCI to PD Dementia Conversion
|
|
198
|
+
|
|
199
|
+
- PD-MCI prevalence at diagnosis: ~25% (Aarsland et al., 2010)
|
|
200
|
+
- PD dementia cumulative incidence: ~75--80% at 15--20 years (Hely et al., 2008)
|
|
201
|
+
- Risk factors for conversion: posterior cortical deficit pattern, visual hallucinations, older age, more severe motor disease
|
|
202
|
+
|
|
203
|
+
### Key Reference
|
|
204
|
+
- Kehagia, A. A., Barker, R. A., & Robbins, T. W. (2013). Cognitive impairment in Parkinson's disease: the dual syndrome hypothesis. *Neurodegenerative Diseases*, 11, 79--92.
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
208
|
+
## Multiple Sclerosis (MS)
|
|
209
|
+
|
|
210
|
+
### Typical Profile: Processing Speed >> Memory (retrieval) > Executive; Language Relatively Spared
|
|
211
|
+
|
|
212
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
213
|
+
|---|---|---|
|
|
214
|
+
| **Processing speed** | Most consistently impaired domain | SDMT: most sensitive single measure (Benedict et al., 2017; Langdon et al., 2012); WAIS-IV PSI: low; PASAT: impaired |
|
|
215
|
+
| **Memory** | Retrieval deficit with intact encoding | CVLT-II: reduced total learning but recognition relatively intact (DeLuca et al., 2004) |
|
|
216
|
+
| **Executive function** | Variable; depends on lesion load | Verbal fluency: may be reduced; WCST: variable; TMT-B: slowed |
|
|
217
|
+
| **Visuospatial** | Generally preserved | Block Design, JLO: typically normal |
|
|
218
|
+
| **Language** | Generally preserved | BNT: typically normal; naming deficits rare |
|
|
219
|
+
| **Motor** | Often impaired, especially dominant hand | Grooved Pegboard: slowed; may be confounded by spasticity and sensory loss |
|
|
220
|
+
|
|
221
|
+
### Recommended Brief Battery: BICAMS (Langdon et al., 2012)
|
|
222
|
+
|
|
223
|
+
The Brief International Cognitive Assessment for MS takes ~15 min:
|
|
224
|
+
1. SDMT (processing speed)
|
|
225
|
+
2. CVLT-II (first 5 learning trials only -- verbal memory)
|
|
226
|
+
3. BVMT-R (first 3 learning trials only -- visual memory)
|
|
227
|
+
|
|
228
|
+
### Prevalence
|
|
229
|
+
- Cognitive impairment affects 40--65% of MS patients across all disease stages and subtypes (Benedict et al., 2006).
|
|
230
|
+
- Can be present from earliest disease stages (clinically isolated syndrome).
|
|
231
|
+
|
|
232
|
+
### Key Reference
|
|
233
|
+
- Langdon, D. W., et al. (2012). Recommendations for a Brief International Cognitive Assessment for Multiple Sclerosis (BICAMS). *Multiple Sclerosis Journal*, 18, 891--898.
|
|
234
|
+
|
|
235
|
+
---
|
|
236
|
+
|
|
237
|
+
## Epilepsy
|
|
238
|
+
|
|
239
|
+
### Temporal Lobe Epilepsy (TLE)
|
|
240
|
+
|
|
241
|
+
| Feature | Left TLE | Right TLE |
|
|
242
|
+
|---|---|---|
|
|
243
|
+
| **Verbal memory** | Impaired (CVLT/RAVLT, Logical Memory) | Relatively preserved |
|
|
244
|
+
| **Visual memory** | Relatively preserved | Impaired (BVMT-R, RCFT recall) |
|
|
245
|
+
| **Naming** | Often impaired (BNT) | Usually preserved |
|
|
246
|
+
| **Executive function** | May be secondarily impaired | May be secondarily impaired |
|
|
247
|
+
| **Lateralization** | Material-specific verbal memory deficit | Material-specific visual memory deficit |
|
|
248
|
+
|
|
249
|
+
- Memory lateralization is critical for pre-surgical evaluation (Jones-Gotman et al., 2010).
|
|
250
|
+
- Wada/IAP test results should be correlated with neuropsychological findings.
|
|
251
|
+
- Seizure frequency, duration, and age at onset all affect severity of deficits (Hermann et al., 2002).
|
|
252
|
+
|
|
253
|
+
### Frontal Lobe Epilepsy (FLE)
|
|
254
|
+
|
|
255
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
256
|
+
|---|---|---|
|
|
257
|
+
| **Executive function** | Impaired: set-shifting, planning, response inhibition | WCST: elevated perseverative errors; Stroop: poor interference; TMT-B: slowed |
|
|
258
|
+
| **Attention/Working memory** | Often impaired | Digit Span backward: low; CPT: elevated errors |
|
|
259
|
+
| **Motor** | Fine motor coordination deficits | Grooved Pegboard: slowed; Finger Tapping: reduced |
|
|
260
|
+
| **Memory** | Less impaired than TLE; may have working memory deficits | CVLT/RAVLT: relatively preserved or mild retrieval deficit |
|
|
261
|
+
| **Language** | Can be impaired, particularly if left frontal | Verbal fluency: reduced; BNT: may be mildly impaired |
|
|
262
|
+
|
|
263
|
+
### Key Reference
|
|
264
|
+
- Hermann, B. P., Seidenberg, M., Schoenfeld, J., & Davies, K. (2002). Neuropsychological characteristics of the syndrome of mesial temporal lobe epilepsy. *Archives of Neurology*, 54, 369--376.
|
|
265
|
+
|
|
266
|
+
---
|
|
267
|
+
|
|
268
|
+
## Dementia with Lewy Bodies (DLB)
|
|
269
|
+
|
|
270
|
+
### Typical Profile: Visuospatial + Executive + Attention (fluctuating) >> Memory
|
|
271
|
+
|
|
272
|
+
| Domain | Expected Pattern | Key Indicator |
|
|
273
|
+
|---|---|---|
|
|
274
|
+
| **Visuospatial** | Disproportionately impaired -- key distinguishing feature from AD | RCFT copy: severely disorganized; JLO: impaired; clock drawing: severe spatial distortion; Block Design: impaired (Tiraboschi et al., 2006) |
|
|
275
|
+
| **Executive function** | Impaired: particularly fluency and cognitive flexibility | Verbal fluency: reduced; TMT-B: very slow; Stroop: poor |
|
|
276
|
+
| **Attention** | Fluctuating -- marked variability across and within testing sessions | Digit Span: variable; CPT: inconsistent performance; within-session variability on timed tests |
|
|
277
|
+
| **Memory** | Less impaired than AD; retrieval pattern | CVLT/RAVLT: free recall impaired but recognition relatively preserved (Ferman et al., 2006) |
|
|
278
|
+
|
|
279
|
+
### Distinguishing DLB from AD
|
|
280
|
+
|
|
281
|
+
- Visuospatial deficits disproportionate to memory deficits (opposite of AD)
|
|
282
|
+
- Fluctuating cognition (may perform differently on the same test an hour apart)
|
|
283
|
+
- Visual hallucinations (complex, well-formed)
|
|
284
|
+
- Parkinsonism (motor features may appear before or after cognitive symptoms)
|
|
285
|
+
- REM sleep behavior disorder
|
|
286
|
+
|
|
287
|
+
### Key Reference
|
|
288
|
+
- McKeith, I. G., et al. (2017). Diagnosis and management of dementia with Lewy bodies: Fourth consensus report. *Neurology*, 89, 88--100.
|
|
289
|
+
|
|
290
|
+
---
|
|
291
|
+
|
|
292
|
+
## Summary: Differential Diagnosis at a Glance
|
|
293
|
+
|
|
294
|
+
| Feature | AD | bvFTD | VaD | DLB | PD | TBI |
|
|
295
|
+
|---|---|---|---|---|---|---|
|
|
296
|
+
| **Most impaired** | Memory (encoding) | Executive/behavior | Speed/executive | Visuospatial/attention | Executive/visuospatial | Speed/attention |
|
|
297
|
+
| **Least impaired (early)** | Motor, visuospatial | Visuospatial, memory (recognition) | Language (unless strategic infarct) | Memory (recognition) | Language | Language (unless focal) |
|
|
298
|
+
| **Memory pattern** | Encoding/storage deficit | Retrieval deficit | Retrieval deficit | Retrieval deficit | Retrieval deficit | Acquisition deficit |
|
|
299
|
+
| **Recognition memory** | Impaired | Preserved | Relatively preserved | Relatively preserved | Preserved | Variable |
|
|
300
|
+
| **Fluency pattern** | Semantic < phonemic | Both reduced, perseverations | Both reduced, slowed | Both reduced | Phonemic often worse | Both reduced |
|
|
301
|
+
| **Onset** | Gradual | Gradual (behavioral) | Stepwise or gradual | Gradual with fluctuations | Gradual | Acute |
|
|
302
|
+
| **Key non-cognitive feature** | Anosognosia | Personality change | Vascular risk factors | Hallucinations, parkinsonism | Motor symptoms | History of injury |
|
package/skills/10_Clinical_Neuropsychology/neuropsych-battery-selector/references/test-catalog.md
ADDED
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
# Test Catalog: Neuropsychological Tests by Cognitive Domain
|
|
2
|
+
|
|
3
|
+
Comprehensive reference for tests referenced in the SKILL.md. For each test: cognitive domain, administration time, normative data, sensitivity/specificity for key conditions, and primary citation.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Attention and Processing Speed
|
|
8
|
+
|
|
9
|
+
### Trail Making Test -- Part A (TMT-A)
|
|
10
|
+
|
|
11
|
+
- **Construct**: Visual scanning, graphomotor speed, sustained attention
|
|
12
|
+
- **Administration time**: ~3 min
|
|
13
|
+
- **Procedure**: Connect 25 circled numbers (1--25) in ascending order as quickly as possible
|
|
14
|
+
- **Scoring**: Time to completion in seconds
|
|
15
|
+
- **Normative benchmarks**: Mean 29 sec (ages 25--54); deficient >78 sec (Tombaugh, 2004)
|
|
16
|
+
- **Norms available**: Heaton et al. (2004) age/education/sex-corrected; Tombaugh (2004) age-stratified; Mayo MOANS
|
|
17
|
+
- **Sensitivity**: Highly sensitive to generalized cognitive slowing; limited specificity for any single domain
|
|
18
|
+
- **Key citation**: Reitan, R. M. (1958). Validity of the Trail Making Test as an indicator of organic brain damage. *Perceptual and Motor Skills*, 8, 271--276.
|
|
19
|
+
|
|
20
|
+
### WAIS-IV Processing Speed Index (PSI)
|
|
21
|
+
|
|
22
|
+
- **Subtests**: Coding (~3 min), Symbol Search (~2 min); supplemental: Cancellation (~3 min)
|
|
23
|
+
- **Construct**: Graphomotor speed, visual scanning, incidental learning
|
|
24
|
+
- **Administration time**: ~15 min total for PSI subtests
|
|
25
|
+
- **Normative sample**: 2,200 adults ages 16--90 (US standardization; Wechsler, 2008)
|
|
26
|
+
- **Sensitivity**: PSI is the most sensitive WAIS-IV index to neurological conditions; earliest to decline in aging and most affected in TBI, MS, VaD (Wechsler, 2008, technical manual)
|
|
27
|
+
- **Key citation**: Wechsler, D. (2008). *WAIS-IV: Administration and Scoring Manual*. Pearson.
|
|
28
|
+
|
|
29
|
+
### Continuous Performance Test (CPT-3)
|
|
30
|
+
|
|
31
|
+
- **Construct**: Sustained attention, vigilance, impulsivity
|
|
32
|
+
- **Administration time**: ~14 min
|
|
33
|
+
- **Scoring**: Hit rate, omission errors, commission errors, reaction time, d-prime
|
|
34
|
+
- **Normative sample**: 1,400 individuals ages 8+ (Conners, 2014)
|
|
35
|
+
- **Sensitivity**: Sensitive to ADHD (sensitivity ~80%, specificity ~70% for clinical vs. non-clinical; Epstein et al., 2003)
|
|
36
|
+
- **Key citation**: Conners, C. K. (2014). *Conners Continuous Performance Test 3rd Edition*. Multi-Health Systems.
|
|
37
|
+
|
|
38
|
+
### Digit Span (WAIS-IV)
|
|
39
|
+
|
|
40
|
+
- **Construct**: Forward = attention span (~7 +/- 2 digits; Miller, 1956); Backward = working memory; Sequencing = executive working memory
|
|
41
|
+
- **Administration time**: ~5--10 min (all three conditions)
|
|
42
|
+
- **Normative sample**: Part of WAIS-IV standardization (n = 2,200; Wechsler, 2008)
|
|
43
|
+
- **Clinical utility**: Forward span <5 suggests significant attention impairment; Reliable Digit Span (RDS) >= 7 is an embedded PVT cutoff (Greiffenstein et al., 1994)
|
|
44
|
+
- **Key citation**: Wechsler, D. (2008). *WAIS-IV: Administration and Scoring Manual*. Pearson.
|
|
45
|
+
|
|
46
|
+
### Symbol Digit Modalities Test (SDMT)
|
|
47
|
+
|
|
48
|
+
- **Construct**: Processing speed, sustained attention, visuomotor integration
|
|
49
|
+
- **Administration time**: ~5 min (90-second timed test)
|
|
50
|
+
- **Normative sample**: Smith (1982); updated norms by Kiely et al. (2014) and Pereira et al. (2015)
|
|
51
|
+
- **Sensitivity**: Recommended as single best measure for MS cognitive screening (Langdon et al., 2012; BICAMS battery). Sensitivity ~80% for MS cognitive impairment (Benedict et al., 2017)
|
|
52
|
+
- **Key citation**: Smith, A. (1982). *Symbol Digit Modalities Test: Manual*. Western Psychological Services.
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## Executive Function
|
|
57
|
+
|
|
58
|
+
### Wisconsin Card Sorting Test (WCST-64)
|
|
59
|
+
|
|
60
|
+
- **Construct**: Cognitive flexibility, set-shifting, abstract reasoning, perseveration
|
|
61
|
+
- **Administration time**: 12--20 min
|
|
62
|
+
- **Scoring**: Categories completed, perseverative errors, perseverative responses, failure to maintain set
|
|
63
|
+
- **Normative sample**: Heaton et al. (1993); 899 individuals ages 6.5--89, stratified by age and education
|
|
64
|
+
- **Sensitivity**: Sensitive to frontal lobe lesions, but not specific -- parietal and diffuse lesions also impair performance (Stuss et al., 2000). Perseverative errors are the most clinically useful score.
|
|
65
|
+
- **Key citation**: Heaton, R. K., Chelune, G. J., Talley, J. L., Kay, G. G., & Curtiss, G. (1993). *Wisconsin Card Sorting Test Manual: Revised and Expanded*. PAR.
|
|
66
|
+
|
|
67
|
+
### Trail Making Test -- Part B (TMT-B)
|
|
68
|
+
|
|
69
|
+
- **Construct**: Set-shifting, divided attention, cognitive flexibility
|
|
70
|
+
- **Administration time**: ~5 min
|
|
71
|
+
- **Procedure**: Connect alternating numbers and letters (1-A-2-B-3-C...) in sequence
|
|
72
|
+
- **Scoring**: Time to completion in seconds
|
|
73
|
+
- **Normative benchmarks**: Mean 75 sec (ages 25--54); deficient >273 sec (Tombaugh, 2004)
|
|
74
|
+
- **Sensitivity**: TMT B/A ratio >2.5 suggests executive dysfunction beyond simple slowing (Arbuthnott & Frank, 2000)
|
|
75
|
+
- **Key citation**: Reitan, R. M. (1958). Validity of the Trail Making Test as an indicator of organic brain damage. *Perceptual and Motor Skills*, 8, 271--276.
|
|
76
|
+
|
|
77
|
+
### Stroop Color-Word Test
|
|
78
|
+
|
|
79
|
+
- **Construct**: Response inhibition, selective attention, cognitive flexibility
|
|
80
|
+
- **Administration time**: ~5 min (three 45-second trials: word reading, color naming, interference)
|
|
81
|
+
- **Scoring**: Number of items completed per trial; interference score
|
|
82
|
+
- **Normative sample**: Golden (1978); updated by Stroop Normative Update (Pearson)
|
|
83
|
+
- **Sensitivity**: Interference trial sensitive to frontal lobe dysfunction, particularly orbitofrontal and anterior cingulate regions (Stuss et al., 2001)
|
|
84
|
+
- **Key citation**: Golden, C. J. (1978). *Stroop Color and Word Test*. Stoelting.
|
|
85
|
+
|
|
86
|
+
### Tower of London / D-KEFS Tower Test
|
|
87
|
+
|
|
88
|
+
- **Construct**: Planning, problem-solving, inhibition, rule-following
|
|
89
|
+
- **Administration time**: ~15 min
|
|
90
|
+
- **Scoring**: Total achievement score, rule violations, move accuracy
|
|
91
|
+
- **Normative sample**: D-KEFS standardization: 1,750 individuals ages 8--89 (Delis et al., 2001)
|
|
92
|
+
- **Sensitivity**: Sensitive to frontal lesions, particularly dorsolateral prefrontal cortex (Shallice, 1982)
|
|
93
|
+
- **Key citation**: Shallice, T. (1982). Specific impairments of planning. *Philosophical Transactions of the Royal Society B*, 298, 199--209.
|
|
94
|
+
|
|
95
|
+
### Verbal Fluency -- Phonemic (FAS/CFL)
|
|
96
|
+
|
|
97
|
+
- **Construct**: Phonemic word retrieval, executive search strategy, self-monitoring
|
|
98
|
+
- **Administration time**: ~5 min (3 x 60-second trials)
|
|
99
|
+
- **Scoring**: Total words generated across three letters
|
|
100
|
+
- **Normative benchmarks**: Mean ~36--44 total words for ages 25--54, education 12+ years (Tombaugh et al., 1999)
|
|
101
|
+
- **Sensitivity**: Reduced output in frontal lobe lesions, FTD, PD, depression. More affected than semantic fluency in frontal pathology (Henry & Crawford, 2004)
|
|
102
|
+
- **Key citation**: Benton, A. L., Sivan, A. B., Hamsher, K., Varney, N. R., & Spreen, O. (1994). *Contributions to Neuropsychological Assessment* (2nd ed.). Oxford University Press.
|
|
103
|
+
|
|
104
|
+
### Verbal Fluency -- Semantic (Animals)
|
|
105
|
+
|
|
106
|
+
- **Construct**: Semantic memory access, category-driven retrieval
|
|
107
|
+
- **Administration time**: ~2 min (1 x 60-second trial)
|
|
108
|
+
- **Scoring**: Total animals named
|
|
109
|
+
- **Normative benchmarks**: Mean ~20--24 animals for ages 25--54 (Strauss et al., 2006)
|
|
110
|
+
- **Sensitivity**: Reduced output in Alzheimer's disease -- semantic fluency often more impaired than phonemic fluency in AD, opposite pattern in FTD (Henry et al., 2004). Animals <15 is a red flag for dementia in older adults (Canning et al., 2004).
|
|
111
|
+
- **Key citation**: Strauss, E., Sherman, E. M. S., & Spreen, O. (2006). *A Compendium of Neuropsychological Tests* (3rd ed.). Oxford University Press.
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## Memory
|
|
116
|
+
|
|
117
|
+
### California Verbal Learning Test -- Second/Third Edition (CVLT-II/CVLT-3)
|
|
118
|
+
|
|
119
|
+
- **Construct**: Verbal list learning, encoding strategies, recall (immediate/delayed/cued), recognition, intrusions
|
|
120
|
+
- **Administration time**: ~30 min (including 20-min delay)
|
|
121
|
+
- **Scoring**: Trials 1--5 total, short/long delay free/cued recall, recognition discriminability, semantic clustering, intrusions
|
|
122
|
+
- **Normative sample**: CVLT-II: 1,087 adults ages 16--89 (Delis et al., 2000). CVLT-3: updated 2017 sample with new indices (Delis et al., 2017)
|
|
123
|
+
- **Sensitivity**: Total learning score: sensitivity 90.2%, specificity 84.2% for distinguishing MCI from normal aging (Rabin et al., 2009). CVLT-3 novel intrusion analysis differentiates AD (encoding deficit, high intrusions) from HD (retrieval deficit) (Graves et al., 2019)
|
|
124
|
+
- **Clinical decision**: If AD is suspected, examine recognition discriminability and intrusion pattern. Intact recognition + poor free recall = retrieval deficit (subcortical). Poor recognition = encoding/storage deficit (hippocampal/AD).
|
|
125
|
+
- **Key citation**: Delis, D. C., Kramer, J. H., Kaplan, E., & Ober, B. A. (2000). *California Verbal Learning Test--Second Edition*. Pearson.
|
|
126
|
+
|
|
127
|
+
### Rey Auditory Verbal Learning Test (RAVLT)
|
|
128
|
+
|
|
129
|
+
- **Construct**: Verbal list learning, interference susceptibility, recognition
|
|
130
|
+
- **Administration time**: ~15 min (including delay)
|
|
131
|
+
- **Scoring**: Trials 1--5 total, interference trial, immediate/delayed recall, recognition
|
|
132
|
+
- **Normative sample**: Schmidt (1996); Mitrushina et al. (2005); multiple international normative datasets
|
|
133
|
+
- **Sensitivity**: Comparable to CVLT-II for detecting memory impairment. Advantage: free to use (no copyright fee), shorter administration, multiple alternate forms available
|
|
134
|
+
- **Difference from CVLT**: RAVLT does not provide semantic clustering analysis or cued recall trials, limiting qualitative analysis of encoding strategies
|
|
135
|
+
- **Key citation**: Schmidt, M. (1996). *Rey Auditory Verbal Learning Test: A Handbook*. Western Psychological Services.
|
|
136
|
+
|
|
137
|
+
### Wechsler Memory Scale -- Fourth Edition (WMS-IV)
|
|
138
|
+
|
|
139
|
+
- **Subtests**: Logical Memory I/II, Verbal Paired Associates I/II, Visual Reproduction I/II, Designs I/II
|
|
140
|
+
- **Construct**: Auditory memory (narrative, associative), visual memory, immediate vs. delayed recall
|
|
141
|
+
- **Administration time**: Adult battery (ages 16--69): ~75--130 min; Older Adult battery (ages 65--90): ~45--60 min (Wechsler, 2009; Pearson)
|
|
142
|
+
- **Normative sample**: 1,400 adults ages 16--90 (co-normed with WAIS-IV; Wechsler, 2009)
|
|
143
|
+
- **Sensitivity**: Logical Memory recognition + CVLT-II long delay = 87.5% accurate classification of MCI-to-AD conversion over 4 years (Rabin et al., 2009). WMS-IV full battery provides Auditory Memory Index, Visual Memory Index, Immediate Memory Index, Delayed Memory Index.
|
|
144
|
+
- **Key citation**: Wechsler, D. (2009). *WMS-IV: Technical and Interpretive Manual*. Pearson.
|
|
145
|
+
|
|
146
|
+
### Brief Visuospatial Memory Test -- Revised (BVMT-R)
|
|
147
|
+
|
|
148
|
+
- **Construct**: Visual-spatial learning and memory
|
|
149
|
+
- **Administration time**: ~25 min (including 25-min delay)
|
|
150
|
+
- **Scoring**: Three learning trials (total recall), delayed recall, recognition discrimination
|
|
151
|
+
- **Normative sample**: 588 adults ages 18--79 (Benedict, 1997)
|
|
152
|
+
- **Sensitivity**: Included in BICAMS battery for MS. Sensitive to right temporal and parietal lesions. Alternate forms available (6 forms), reducing practice effects in serial assessment.
|
|
153
|
+
- **Key citation**: Benedict, R. H. B. (1997). *Brief Visuospatial Memory Test--Revised*. PAR.
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
## Language
|
|
158
|
+
|
|
159
|
+
### Boston Naming Test (BNT)
|
|
160
|
+
|
|
161
|
+
- **Construct**: Confrontation naming, word retrieval
|
|
162
|
+
- **Administration time**: 60-item: ~15--20 min; 30-item short form: ~10 min
|
|
163
|
+
- **Scoring**: Total correct (spontaneous + with stimulus cues); qualitative error analysis
|
|
164
|
+
- **Normative sample**: Mitrushina et al. (2005); Mayo MOANS (Steinberg et al., 2005) -- correlation with IQ (r = .61) stronger than with education (r = .31). BNT is strongly influenced by cultural and linguistic background.
|
|
165
|
+
- **Sensitivity**: Sensitive to AD naming impairment (anomia is early feature); naming errors in AD are predominantly semantic (superordinate or semantically related), while in non-fluent aphasia errors are phonemic (Lezak et al., 2012, Ch. 13)
|
|
166
|
+
- **Caution**: Significant cultural bias in item selection. Some items (e.g., "pretzel," "beaver") are culturally specific. Use local norms or adapted versions for non-US populations.
|
|
167
|
+
- **Key citation**: Kaplan, E., Goodglass, H., & Weintraub, S. (1983). *The Boston Naming Test*. Lea & Febiger.
|
|
168
|
+
|
|
169
|
+
### Token Test (Short Form)
|
|
170
|
+
|
|
171
|
+
- **Construct**: Auditory comprehension, receptive language
|
|
172
|
+
- **Administration time**: ~10 min (36-item short form; De Renzi & Faglioni, 1978)
|
|
173
|
+
- **Scoring**: Total correct out of 36
|
|
174
|
+
- **Normative sample**: MOANS norms (Steinberg et al., 2005); NEURONORMA (Pena-Casanova et al., 2009) age/education-adjusted
|
|
175
|
+
- **Sensitivity**: Sensitive to subtle receptive language deficits that may be missed by bedside exam. Useful for differentiating aphasia subtypes.
|
|
176
|
+
- **Key citation**: De Renzi, E., & Vignolo, L. A. (1962). The Token Test: A sensitive test to detect receptive disturbances in aphasics. *Brain*, 85, 665--678.
|
|
177
|
+
|
|
178
|
+
### Western Aphasia Battery -- Revised (WAB-R)
|
|
179
|
+
|
|
180
|
+
- **Construct**: Comprehensive aphasia assessment (fluency, comprehension, repetition, naming)
|
|
181
|
+
- **Administration time**: Full: ~60 min; Bedside screening: ~15 min
|
|
182
|
+
- **Scoring**: Aphasia Quotient (AQ), Cortical Quotient (CQ), classifies aphasia type
|
|
183
|
+
- **Normative sample**: Kertesz (2007); aphasia classification validated against lesion studies
|
|
184
|
+
- **Sensitivity**: Gold standard for aphasia classification and severity rating. Use when aphasia is suspected from clinical presentation or screening.
|
|
185
|
+
- **Key citation**: Kertesz, A. (2007). *Western Aphasia Battery--Revised*. Pearson.
|
|
186
|
+
|
|
187
|
+
---
|
|
188
|
+
|
|
189
|
+
## Visuospatial and Visuoconstructional
|
|
190
|
+
|
|
191
|
+
### Rey Complex Figure Test (RCFT)
|
|
192
|
+
|
|
193
|
+
- **Construct**: Copy = visuoconstructional ability, planning; Recall = visual memory
|
|
194
|
+
- **Administration time**: Copy ~5--10 min; Immediate recall ~3 min; Delayed recall (30 min) ~3 min
|
|
195
|
+
- **Scoring**: 36-point scoring system (Osterrieth, 1944; Meyers & Meyers, 1995)
|
|
196
|
+
- **Normative sample**: Meyers & Meyers (1995): 601 adults ages 18--89
|
|
197
|
+
- **Sensitivity**: Copy score sensitive to right parietal lesions and executive planning deficits (piecemeal approach). Recall sensitive to right temporal lesions. Qualitative approach (organizational strategy) adds diagnostic value (Troyer & Wishart, 1997).
|
|
198
|
+
- **Key citation**: Meyers, J. E., & Meyers, K. R. (1995). *Rey Complex Figure Test and Recognition Trial*. PAR.
|
|
199
|
+
|
|
200
|
+
### WAIS-IV Block Design
|
|
201
|
+
|
|
202
|
+
- **Construct**: Visuoconstructional ability, spatial analysis, nonverbal problem-solving
|
|
203
|
+
- **Administration time**: ~10 min
|
|
204
|
+
- **Scoring**: Timed accuracy score; bonus points for speed
|
|
205
|
+
- **Normative sample**: Part of WAIS-IV standardization (n = 2,200; Wechsler, 2008)
|
|
206
|
+
- **Sensitivity**: Sensitive to right parietal lesions. "Broken configuration" errors (loss of 2x2 or 3x3 gestalt) suggest constructional apraxia.
|
|
207
|
+
- **Key citation**: Wechsler, D. (2008). *WAIS-IV: Administration and Scoring Manual*. Pearson.
|
|
208
|
+
|
|
209
|
+
### Judgment of Line Orientation (JLO)
|
|
210
|
+
|
|
211
|
+
- **Construct**: Visuospatial perception (angular discrimination) -- no motor component
|
|
212
|
+
- **Administration time**: ~15 min (30-item form); ~8 min (15-item short form)
|
|
213
|
+
- **Scoring**: Total correct out of 30
|
|
214
|
+
- **Normative sample**: Benton et al. (1994); MOANS age/IQ-adjusted (Steinberg et al., 2005); sex differences: men outperform women by ~2 points (Benton et al., 1994)
|
|
215
|
+
- **Sensitivity**: Sensitive to right parietal lesions and posterior cortical atrophy. Useful in PD (posterior cortical subtype) and DLB (Cagnin et al., 2015)
|
|
216
|
+
- **Key citation**: Benton, A. L., Sivan, A. B., Hamsher, K., Varney, N. R., & Spreen, O. (1994). *Contributions to Neuropsychological Assessment* (2nd ed.). Oxford University Press.
|
|
217
|
+
|
|
218
|
+
### Hooper Visual Organization Test (VOT)
|
|
219
|
+
|
|
220
|
+
- **Construct**: Visual organization, mental integration of fragmented stimuli
|
|
221
|
+
- **Administration time**: ~15 min
|
|
222
|
+
- **Scoring**: Total correct out of 30 (half-credit scoring available)
|
|
223
|
+
- **Normative sample**: Hooper (1983); updated norms in Mitrushina et al. (2005) for ages 20--85
|
|
224
|
+
- **Sensitivity**: Sensitive to right hemisphere lesions and diffuse brain damage. Less culturally biased than BNT because stimuli are visual, but naming component introduces some language demand.
|
|
225
|
+
- **Key citation**: Hooper, H. E. (1983). *Hooper Visual Organization Test Manual*. Western Psychological Services.
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
## Motor Function
|
|
230
|
+
|
|
231
|
+
### Grooved Pegboard Test
|
|
232
|
+
|
|
233
|
+
- **Construct**: Fine motor dexterity, eye-hand coordination, motor speed
|
|
234
|
+
- **Administration time**: ~5 min per hand (~10 min total)
|
|
235
|
+
- **Procedure**: Insert 25 keyed pegs into randomly oriented holes; dominant hand first
|
|
236
|
+
- **Scoring**: Time to completion (seconds) per hand; errors (pegs dropped)
|
|
237
|
+
- **Normative sample**: Ruff & Parker (1993): 360 adults ages 16--70, stratified by age/sex/education. Sex differences: women faster than men. NP-NUMBRS for Spanish speakers (Heaton et al., 2021).
|
|
238
|
+
- **Sensitivity**: Sensitive to motor impairment in PD (correlated with motor severity; Proud et al., 2023), MS, TBI. Lateralized slowing suggests contralateral hemisphere pathology.
|
|
239
|
+
- **Discontinue**: After 5 min per hand if not completed (Klove, 1963)
|
|
240
|
+
- **Key citation**: Klove, H. (1963). Clinical neuropsychology. In F. M. Forster (Ed.), *The Medical Clinics of North America*. Saunders.
|
|
241
|
+
|
|
242
|
+
### Finger Tapping Test
|
|
243
|
+
|
|
244
|
+
- **Construct**: Motor speed, lateralized motor function
|
|
245
|
+
- **Administration time**: ~10 min (5 x 10-sec trials per hand)
|
|
246
|
+
- **Procedure**: Tap a lever with the index finger as rapidly as possible
|
|
247
|
+
- **Scoring**: Mean taps per 10-second trial for each hand
|
|
248
|
+
- **Normative benchmarks**: Men dominant hand mean ~50 taps; women ~46 taps (Ruff & Parker, 1993). Non-dominant hand typically 5--10% slower. >10% difference between hands suggests lateralized impairment.
|
|
249
|
+
- **Normative sample**: Ruff & Parker (1993): 360 adults ages 16--70. Gender differences: men faster, especially in older groups.
|
|
250
|
+
- **Sensitivity**: Sensitive to contralateral motor cortex lesions, basal ganglia pathology, cerebellar dysfunction
|
|
251
|
+
- **Key citation**: Reitan, R. M., & Wolfson, D. (1993). *The Halstead-Reitan Neuropsychological Test Battery: Theory and Clinical Interpretation* (2nd ed.). Neuropsychology Press.
|
|
252
|
+
|
|
253
|
+
---
|
|
254
|
+
|
|
255
|
+
## Premorbid Estimation
|
|
256
|
+
|
|
257
|
+
### Test of Premorbid Functioning (TOPF)
|
|
258
|
+
|
|
259
|
+
- **Construct**: Premorbid intellectual functioning (estimated FSIQ range 53--141)
|
|
260
|
+
- **Administration time**: ~10 min
|
|
261
|
+
- **Procedure**: Read aloud 70 phonemically irregular words
|
|
262
|
+
- **Normative sample**: Co-normed with WAIS-IV and WMS-IV (Pearson, 2009)
|
|
263
|
+
- **Accuracy**: Reading tests provide the most reliable premorbid estimates; addition of demographics provides modest improvement. Underestimates IQ in high-functioning individuals (Bright & van der Linde, 2020).
|
|
264
|
+
- **Key citation**: Pearson (2009). *Advanced Clinical Solutions for WAIS-IV and WMS-IV*. Pearson.
|
|
265
|
+
|
|
266
|
+
### Wechsler Test of Adult Reading (WTAR)
|
|
267
|
+
|
|
268
|
+
- **Construct**: Premorbid intellectual functioning
|
|
269
|
+
- **Administration time**: ~10 min
|
|
270
|
+
- **Procedure**: Read aloud 50 irregular words
|
|
271
|
+
- **Normative sample**: Co-normed with WAIS-III and WMS-III (Wechsler, 2001)
|
|
272
|
+
- **Limitation**: Inaccurate at both extremes of IQ distribution. Predecessor to TOPF; use TOPF if available.
|
|
273
|
+
- **Key citation**: Wechsler, D. (2001). *Wechsler Test of Adult Reading*. Pearson.
|
|
274
|
+
|
|
275
|
+
---
|
|
276
|
+
|
|
277
|
+
## Performance Validity Tests (PVTs)
|
|
278
|
+
|
|
279
|
+
### Test of Memory Malingering (TOMM)
|
|
280
|
+
|
|
281
|
+
- **Construct**: Effort/performance validity (visual recognition memory format)
|
|
282
|
+
- **Administration time**: Trial 1 ~10 min; Full (Trials 1 + 2 + Retention): ~20--30 min
|
|
283
|
+
- **Scoring**: Correct responses out of 50 per trial
|
|
284
|
+
- **Standard cutoff**: <45 on Trial 2 or Retention Trial
|
|
285
|
+
- **Classification accuracy (standard cutoff)**: Specificity .96--1.00; Sensitivity .15--.50 (Tombaugh, 1996)
|
|
286
|
+
- **Trial 1 cutoff (<=40)**: Sensitivity .83; Specificity .93 (Denning, 2012). Recommended as efficient screen.
|
|
287
|
+
- **TOMMe10 (first 10 items, >=2 errors)**: Sensitivity .74; Specificity .93 (Armistead-Jehle & Gervais, 2020)
|
|
288
|
+
- **Key citation**: Tombaugh, T. N. (1996). *Test of Memory Malingering*. Multi-Health Systems.
|
|
289
|
+
|
|
290
|
+
### Word Memory Test (WMT)
|
|
291
|
+
|
|
292
|
+
- **Construct**: Effort/performance validity (verbal recognition memory format)
|
|
293
|
+
- **Administration time**: ~15--20 min
|
|
294
|
+
- **Scoring**: Immediate Recognition, Delayed Recognition, Consistency
|
|
295
|
+
- **Classification accuracy**: More sensitive than TOMM (Green, 2003), but higher false-positive rate in genuine cognitive impairment. 67% of MCI patients fail at standard cutoffs (Green, 2003). Hard-easy comparison improves specificity to ~95%.
|
|
296
|
+
- **Caution**: Not appropriate as sole PVT in dementia evaluations -- use in combination with embedded measures
|
|
297
|
+
- **Key citation**: Green, P. (2003). *Word Memory Test for Windows*. Green's Publishing.
|
|
298
|
+
|
|
299
|
+
### Embedded PVTs
|
|
300
|
+
|
|
301
|
+
- **Reliable Digit Span (RDS)**: Sum of longest forward + longest backward digit span passed on both trials. Cutoff >= 7 (Greiffenstein et al., 1994). Specificity ~90%.
|
|
302
|
+
- **CVLT-II Forced Choice Recognition**: Cutoff <=15 (Delis et al., 2000). Specificity ~95%.
|
|
303
|
+
- **WCST Failure to Maintain Set (FMS)**: Elevated FMS with otherwise intact performance suggests suboptimal engagement.
|
|
304
|
+
- **Recommendation**: Use at least 2 embedded PVTs to supplement standalone measures (Larrabee, 2012; Sweet et al., 2011)
|