A retail company wants to test whether a new website layout increases the conversion rate compared to the current layout. They randomly assign visitors to either the control or treatment group. Which statistical test is most appropriate to compare the conversion rates?
Trap 1: Two-sample t-test
Incorrect. A two-sample t-test compares means of continuous data, not proportions.
Trap 2: ANOVA
Incorrect. ANOVA compares means among three or more groups.
Trap 3: Logistic regression
Incorrect. Logistic regression models the probability of conversion but is overkill for a simple two-group comparison; a chi-square test is more direct.
- A
Two-sample t-test
Why wrong: Incorrect. A two-sample t-test compares means of continuous data, not proportions.
- B
Chi-square test
Correct. A chi-square test compares observed frequencies across categories, suitable for conversion rates (binary outcome).
- C
ANOVA
Why wrong: Incorrect. ANOVA compares means among three or more groups.
- D
Logistic regression
Why wrong: Incorrect. Logistic regression models the probability of conversion but is overkill for a simple two-group comparison; a chi-square test is more direct.