Babysitter power-analysis-calculator
Skill for statistical power analysis and sample size calculation
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/scientific-discovery/skills/power-analysis-calculator" ~/.claude/skills/a5c-ai-babysitter-power-analysis-calculator && rm -rf "$T"
manifest:
library/specializations/domains/science/scientific-discovery/skills/power-analysis-calculator/SKILL.mdsource content
Power Analysis Calculator Skill
Purpose
Calculate statistical power and required sample sizes for experimental designs to ensure adequate study power.
Capabilities
- Calculate required sample size
- Compute statistical power
- Estimate effect sizes
- Handle multiple comparisons
- Support various designs
- Generate power curves
Usage Guidelines
- Specify design type
- Define effect size
- Set alpha and power
- Calculate sample size
- Generate power curves
- Document analysis
Process Integration
Works within scientific discovery workflows for:
- Study planning
- Grant proposals
- Protocol development
- Design optimization
Configuration
- Statistical test selection
- Effect size specifications
- Power thresholds
- Output formatting
Output Artifacts
- Sample size calculations
- Power analyses
- Effect size estimates
- Power curves