I have an ab test with two factors (color of image and size of image).
Is the correct methodology to do these steps (assuming I want to do a full factorial):
Calculate the f-stat for the control (nothing is done) and all the possible iterations. A positive result here will show that there is some effect.
Follow this up by doing a t-test or z-test using the bonferroni correction to see which of the iterations is signficant.
Of those that are significant, look for the one with the highest effect size and that will be the test "winner".
Does this seem reasonable or is there something I'm missing (I'm not sure I can run t/z test after running the f-test)
The example above was made up, but in actuality it might be something like the page of an ecommerce site that shows all the different products. For example: lee.com/shop/men-clothing-shirts-tees The images sizes could have three values (smaller, control, bigger). Let's say the background of each image could be white, gray or red.
The idea would be to find what maximizes the number of times people click to a pdp page. The intent is to find a) which size and which color are best overall. b) if there is an interaction between size and color that leads to a better result than just the best size and best color.