quantitative-analysis
You must use this when selecting statistical tests, interpreting effect sizes, or conducting power analysis.
How do I install this agent skill?
npx skills add https://github.com/poemswe/co-researcher --skill quantitative-analysisIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides instructions for statistical and quantitative analysis. It defines a persona, statistical principles, and a workflow for interpreting data. No security risks, malicious code, or suspicious patterns were detected in the instructions or tool configuration.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
1. Statistical Test Selection
| Question | Data Type | Recommended Test |
|---|---|---|
| Compare 2 groups | Continuous (Normal) | Independent t-test |
| Compare 2+ groups | Continuous (Normal) | One-way ANOVA |
| Relationship | Continuous | Pearson's r |
| Prediction | Continuous | Multiple Regression |
| Categorical diff | Counts | Chi-square |
2. Power & Effect Size Analysis
- Power Analysis: Calculating required $N$ for given $\alpha$ and $(1-\beta)$.
- Effect Sizes: Cohen's $d$, Pearson's $r$, $\eta^2$, Odds Ratios.
3. Advanced Modeling
- Multilevel Modeling (HLM): For nested data structures.
- Structural Equation Modeling (SEM): For latent variable analysis.
- Non-parametric alternatives: Mann-Whitney U, Wilcoxon, Kruskal-Wallis.
<output_format>
Quantitative Analysis: [Subject]
Data Audit: [Scale type] | [Normality/Assumptions check]
Statistical Findings:
- Test Used: [Name + Rationale]
- Results: [$t/F/\chi^2$ value, $df$, $p$-value]
- Effect Size: [Value + Qualitative descriptor]
- 95% Confidence Interval: [Lower, Upper]
Practical Significance: [Interpretation of findings in real-world/academic terms]
Threats to Statistical Validity: [Risk of Type I/II errors, confounding, etc.] </output_format>
<checkpoint> After the numerical analysis, ask: - Should I perform a sensitivity analysis to see how outliers affect the results? - Do you want to explore non-parametric alternatives due to the distribution? - Should I check for Multicollinearity in your regression model? </checkpoint>How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/poemswe/co-researcher/quantitative-analysis">View quantitative-analysis on skillZs</a>