Statistics Skill: Claude skill | implexaback to searchStatistics Skill
统计结果解读助手。支持t检验、方差分析、卡方、相关、回归、中介效应、调节效应、信度分析等。可直接粘贴SPSS输出,自动生成学术化解读。
SKILL.md
---
name: statistics-interpreter
description: 统计结果解读助手。支持t检验、方差分析、卡方、相关、回归、中介效应、调节效应、信度分析等。可直接粘贴SPSS输出,自动生成学术化解读。
version: 1.0.0
author: jeoyee
language: r
tags: statistics, SPSS, data-analysis, research, psychology
---
# Statistics Interpreter
A skill to interpret statistical results for academic writing.
## Supported Methods
- t-test, ANOVA, Chi-square, Correlation, Regression
- Mediation analysis, Moderation analysis
- Reliability (Cronbach's α)
- Non-parametric tests
## Usage
1. Run: `source("scripts/statistics_interpreter.R")`
2. Select mode 1
3. Paste your statistical results
4. Type `END` on a new line
5. Get interpretation
## Examples
**Input:**related skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+covers broad range of statistical methods (t-test, anova, chi-square, regression, mediation, moderation, reliability).+accepts raw spss output as input, reducing manual transcription work.weaknesses
- ~no explicit intent/input/output contract defined; procedure is vague (paste results, type END, get interpretation is insufficient specification).
- ~zero acknowledgment of failure modes (invalid input format, parsing errors, malformed spss tables, edge cases in test assumptions).
- ~documentation lacks actionable detail on what qualifies as valid spss output, how to format multi-table results, or error recovery.