Sample Size Calculator
/calc-sample-sizeNEWWhat it does
Interactive sample size calculator with decision-tree guided test selection. Covers 11 designs including Cox regression EPV.
Highlights
- ✓DTA, t-test, ANOVA, chi-square, McNemar, survival
- ✓Logistic regression & Cox EPV (Peduzzi rule)
- ✓IRB-ready justification text
Install this skill
git clone https://github.com/aperivue/medsci-skills.git
cp -r medsci-skills/skills/calc-sample-size ~/.claude/skills/Related skills
Identifies analysis unit, cohort logic, data leakage risks, and validation strategy.
Data Cleaning/clean-dataStandardize, validate, and transform raw research datasets. Handles missing data, outlier detection, and variable recoding.
De-identification/deidentifyDe-identify clinical research data before LLM-assisted analysis. Standalone Python CLI with 10 country locale packs. No LLM involved.
Variable Operationalization/define-variablesLiterature-grounded variable operationalization for observational research. Turns a data dictionary plus research question into a citation-backed table of exposure / outcome / covariate definitions, cutoffs, and DB-variable mappings. Tier 0 dictionary-first rule prevents ad-hoc phenotype definitions that invite reviewer rejection.