Summary
No response
Details
Summary
Extend the Chapter 15 reliability analysis (scripts/ch15_reliability_analysis.py)
with richer psychometrics output:
- An item–total correlation table for the survey items.
- One or two alpha variants (e.g., standardized alpha, alpha if item dropped).
Goals
Hints
pingouin has helpers like cronbach_alpha; its documentation also
discusses item-level diagnostics.
- An item–total correlation is typically the correlation of each item with
the sum of the remaining items.
- Follow the existing JSON structure so downstream code and docs remain simple.
Difficulty
Low/medium: good first issue for someone comfortable with pandas and basic stats.
Files to Touch
No response
Contributor Checklist