Selects statistical tests, interprets effect sizes and confidence intervals, conducts power analysis, verifies assumptions for quantitative research data analysis.
From co-researchernpx claudepluginhub poemswe/co-researcher --plugin co-researcherThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
| 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 |
<output_format>
Data Audit: [Scale type] | [Normality/Assumptions check]
Statistical Findings:
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>