← ClaudeAtlas

pingouin-stat-routerlisted

Route psychology statistics requests to the smallest Pingouin workflow. Use when the user asks what analysis to run, gives a psychology design, asks to analyze data with Pingouin, or needs lower-token guidance before code generation.
Exekiel179/pingouin-psych-stats · ★ 0 · Web & Frontend · score 72
Install: claude install-skill Exekiel179/pingouin-psych-stats
# Pingouin Stat Router Compatibility entry point. For end-to-end work, prefer `pingouin-stat` (adds intake, approval, and deliverable planning around routing). Use this skill first when the requested statistical analysis is unclear or broad. ## Load Read only these references unless another skill requires more: - `../../references/workflow-index.md` - `../../references/supervision-gates.md` - `../../references/pingouin-api-quickref.md` only when generating concrete code. - `../../references/apa-output-template.md` only if the user asks for report text or formatted output. ## Goal Select the smallest downstream skill and analysis plan that fits the study design. Do not run a statistical test until the design, variables, and data shape are clear enough to avoid an obvious wrong test. ## Required Questions To Resolve Resolve from the user's text or data before choosing the test: - Outcome variable: continuous, ordinal, binary, count, or categorical. - Predictors: between-subjects, within-subjects, covariates, mediators, or raters/items. - Unit of analysis: participant, trial, item, dyad, classroom, or other cluster. - Dependency: independent observations, repeated measures, paired samples, nested observations, or multiple raters. - Number of levels per factor. - Hypothesis direction: two-sided by default unless explicitly directional and preregistered. - Planned comparisons versus exploratory post hoc tests. - Missing-data handling. If these cannot be inferred, ask th