PG Analysis Approval
Use as the final statistical checkpoint before writing conclusions or deliverables.
Load
Read:
../../references/supervision-gates.md
../../references/workflow-index.md
../../references/apa-output-template.md if checking report prose.
../../references/archive-contract.md when reviewing an archived run.
Read ../../references/pingouin-api-quickref.md only if an API/function choice is questionable.
Inputs
Review whatever is available:
- User request and research question.
- Dataset screening summary.
- Pingouin code.
- Pingouin result tables.
- Draft interpretation/report.
- Requested output format and figure/table requirements.
Approval Checklist
Check:
- S0 Scope: design, outcome scale, unit of analysis, dependency structure.
- S1 Data: columns, missingness, group sizes, repeated IDs, long/wide shape.
- S2 API: current Pingouin function signature, no deprecated function, correct parameters.
- S3 Assumptions: normality/homogeneity/sphericity/linearity/independence as relevant.
- S4 Result: values come from output; df, p, CI, effect size, correction are present when needed.
- S5 Interpretation: no unsupported causal, clinical, or construct-level overclaim.
- Deliverable: requested format, language, tables, figures, and reproducibility needs are addressed.
- Archive: exact code, numerical output, report source, and audit record are stored under one run directory.
Decision Labels
Use one label:
APPROVED: ready to report.
APPROVED_WITH_NOTES: acceptable but caveats must be included.
REVISE: fixable issue before reporting.
BLOCKED: missing data/design information or wrong model family.
Output Format
Decision: <APPROVED / APPROVED_WITH_NOTES / REVISE / BLOCKED>
Critical issues: <none or concise list>
Required fixes: <none or exact actions>
Reporting notes: <effect size, CI, correction, caveat, format>
Audit: S0 <status>; S1 <status>; S2 <status>; S3 <status>; S4 <status>; S5 <status>.
Hard Stops
Return BLOCKED if:
- Outcome scale or dependency structure makes the selected test invalid.
- Repeated/nested data were analyzed as independent rows.
- A causal mediation/causal conclusion is requested from unsuitable data without caveat.
- Required numerical output is absent but the user asks for final result prose.
- The correct method is outside Pingouin's scope.
1---2name: pg-analysis-approval3description: Review and approve Pingouin psychology analyses before final reporting. Use after data screening or statistical output and before interpretation to catch common problems: wrong test, ignored repeated measures, missing assumption checks, multiple-comparison errors, unsupported causal claims, incomplete reporting, or output-format mismatches.4---56# PG Analysis Approval78Use as the final statistical checkpoint before writing conclusions or deliverables.910## Load1112Read:1314- `../../references/supervision-gates.md`15- `../../references/workflow-index.md`16- `../../references/apa-output-template.md` if checking report prose.17- `../../references/archive-contract.md` when reviewing an archived run.1819Read `../../references/pingouin-api-quickref.md` only if an API/function choice is questionable.2021## Inputs2223Review whatever is available:2425- User request and research question.26- Dataset screening summary.27- Pingouin code.28- Pingouin result tables.29- Draft interpretation/report.30- Requested output format and figure/table requirements.3132## Approval Checklist3334Check:3536- S0 Scope: design, outcome scale, unit of analysis, dependency structure.37- S1 Data: columns, missingness, group sizes, repeated IDs, long/wide shape.38- S2 API: current Pingouin function signature, no deprecated function, correct parameters.39- S3 Assumptions: normality/homogeneity/sphericity/linearity/independence as relevant.40- S4 Result: values come from output; df, p, CI, effect size, correction are present when needed.41- S5 Interpretation: no unsupported causal, clinical, or construct-level overclaim.42- Deliverable: requested format, language, tables, figures, and reproducibility needs are addressed.43- Archive: exact code, numerical output, report source, and audit record are stored under one run directory.4445## Decision Labels4647Use one label:4849- `APPROVED`: ready to report.50- `APPROVED_WITH_NOTES`: acceptable but caveats must be included.51- `REVISE`: fixable issue before reporting.52- `BLOCKED`: missing data/design information or wrong model family.5354## Output Format5556```markdown57Decision: <APPROVED / APPROVED_WITH_NOTES / REVISE / BLOCKED>58Critical issues: <none or concise list>59Required fixes: <none or exact actions>60Reporting notes: <effect size, CI, correction, caveat, format>61Audit: S0 <status>; S1 <status>; S2 <status>; S3 <status>; S4 <status>; S5 <status>.62```6364## Hard Stops6566Return `BLOCKED` if:6768- Outcome scale or dependency structure makes the selected test invalid.69- Repeated/nested data were analyzed as independent rows.70- A causal mediation/causal conclusion is requested from unsuitable data without caveat.71- Required numerical output is absent but the user asks for final result prose.72- The correct method is outside Pingouin's scope.