Statistical Workflows#
Use statistical workflows when inferential claims, effect estimation, and model fit quality are central outputs.
Typical Questions#
Are condition-level effects statistically distinguishable?
What is the estimated effect size and uncertainty?
How do covariates and hierarchical structure influence outcomes?
Key API Entry Points#
CLI Path#
design-research-analysis run-stats \
--input data/events.csv \
--summary-json artifacts/stats.json \
--mode regression \
--x-columns x1,x2 \
--y-column y