hypothesis-testing
9
总安装量
4
周安装量
#31611
全站排名
安装命令
npx skills add https://github.com/poemswe/co-researcher --skill hypothesis-testing
Agent 安装分布
opencode
3
claude-code
3
github-copilot
3
codex
3
cursor
3
gemini-cli
2
Skill 文档
1. Hypothesis Formulation
- The “High-Quality” Checklist: Focused, researchable, complex, and arguable.
- Directional vs. Non-directional: Specifying effects (Hâ: X > Y) vs. differences (Hâ: X â Y).
- Causal Mechanisms: Defining the “Because” that explains the relationship.
2. Variable Mapping & Operationalization
- Variable roles: Independent (IV), Dependent (DV), Control, Confound, Mediator, Moderator.
- Scaling: Nominal, Ordinal, Interval, Ratio levels of measurement.
3. Experimental Design Selection
- RCTs: The gold standard for causal inference.
- Quasi-experiments: For cases where random assignment is impossible.
- Observational studies: Longitudinal vs. Cross-sectional designs.
<output_format>
Hypothesis Development: [Topic]
Research Question: [Specific, researchable question]
Hypotheses:
- $H_0$ (Null): [No relationship/effect]
- $H_1$ (Alternative): [Stated relationship/effect]
- Mechanism: [Theoretical “Why”]
Variable Matrix:
| Variable | Role | Operational Definition |
|---|---|---|
| [V1] | [IV/DV/Ctrl] | [Measurement method] |
Experimental Design:
- Type: [Design name]
- Justification: [Why this design fits]
Falsification Criteria: [Specific results that would disprove $H_1$] </output_format>