Assume I have a website with YES
and NO
buttons. Now, I log number of YES
clicks and number of NO
clicks for two days.
After having this data, I want to do A/B-test
analysis on these data. So, I split data into 50-50 split. Use one as Control data and one for Test data. For Test data I count number of Yes and No clicks in 10 hours (instead of two days).
Do you think it is a good way to do A/B-test
? As far as I know, I need two versions of website with slightly different feature while in my case website is identical for all users and I only split original data with some assumption. If it is not right, please refer me to an article or website.