I have an A/B testing system built into my online store and I'd like to start doing a lot of testing of different things, including prices. At what point have I gathered enough data (orders) to make a decision?
bcc1234
1:30 am on Mar 12, 2007 (gmt 0)
Check fisher's exact test or chi square.
Tonearm
3:47 pm on Mar 12, 2007 (gmt 0)
Thanks, I checked those out.
What about just comparing the number of orders I get while under condition A to the number of orders I get while under condition B?
Umbra
7:19 pm on Mar 13, 2007 (gmt 0)
I use a 2-tailed t-test assuming equal variance... I hope that's the correct test