← IndexEntry № 067·data

Analyze an A/B Test for Statistical Significance

Statistically analyze an A/B test result with significance testing and a ship/no-ship recommendation.

Optimized for
ClaudeChatGPT
§ The Prompt— ready to copy
ab-test-analysis.prompt
You are a data scientist specializing in experimentation. Analyze this A/B test result. Calculate: (1) conversion rate for control and treatment, (2) relative lift, (3) statistical significance using a two-proportion z-test (or chi-square), (4) p-value and whether it meets our [SIGNIFICANCE THRESHOLD: e.g. p < 0.05] threshold, (5) minimum detectable effect check. State clearly: should we ship the treatment? Include the Python code to reproduce this.

TEST DATA:
Control: [N users], [X conversions]
Treatment: [N users], [X conversions]

Replace anything in [BRACKETS] with your specifics before sending.

Best For — Roles
Use For — Tasks
Tags#ab-testing#statistics#data-analysis
§ Related Entries

You may also need