A national grocery chain wants to test 4 new product display layouts to determine which layout drives the most sales. However, sales are also influenced by the Store Manager, some managers are better at merchandising than others, and the week because sales naturally vary from week to week (promotions, pay cycles, weather, etc.).
A national grocery chain wants to test 4 new product display layouts to determine which layout drives the most sales. However, sales are also influenced by the Store Manager, some managers are better at merchandising than others. The stores will test each display only on weekends so that the baseline sales are equivalent for each layout.
A new grocery store wants to test 4 new product display layouts to determine which layout drives the most sales. They only have one store manager and will test each display twice using only Fridays since they know their customers shopping habits are similar on each Friday.
Verizon has recently implemented mix and match plans for each line. In order to optimize the plan pricing they tested 3 different versions of the “Get More” Plan. They tested the three different versions over the course of one month and measured the number of plan sign-ups during this time.
plan | sign_up |
---|---|
A | 0 |
A | 0 |
A | 0 |
A | 0 |
A | 0 |
A | 0 |
## # A tibble: 6 × 4
## # Groups: plan [3]
## plan sign_up n `n/sum(n)`
## <chr> <int> <int> <dbl>
## 1 A 0 4763 0.973
## 2 A 1 134 0.0274
## 3 B 0 4823 0.965
## 4 B 1 177 0.0354
## 5 C 0 4857 0.971
## 6 C 1 143 0.0286
##
## Pearson's Chi-squared test
##
## data: table(df$plan, df$sign_up)
## X-squared = 6.3038, df = 2, p-value = 0.04277
##
## 0 1
## A 0.2211868 -1.2475558
## B -0.3536140 1.9944827
## C 0.1347173 -0.7598436
An article in the International Journal of Research in Marketing describes an experiment to test new ideas to increase direct mail sales by the credit card division of a financial services company. They know from experience that the interest rates are an important factor in attracting potential customers so they have decided to focus on factors involving both interest rates and fees. The factors tested are as follows:
The company measured the total responses to each offer.
A | B | responses |
---|---|---|
-1 | -1 | 24 |
1 | -1 | 33 |
-1 | 1 | 21 |
1 | 1 | 22 |
-1 | -1 | 24 |
1 | -1 | 33 |
-1 | 1 | 23 |
1 | 1 | 24 |
reg<-lm(responses~(A+B)^2, data=df) #this is the same as lm(response.rate~A*B, data=df)
summary(reg)
##
## Call:
## lm(formula = responses ~ (A + B)^2, data = df)
##
## Residuals:
## 1 2 3 4 5 6 7
## -1.316e-14 3.938e-16 -1.000e+00 -1.000e+00 1.305e-14 -5.344e-16 1.000e+00
## 8
## 1.000e+00
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 25.5000 0.3536 72.125 2.21e-07 ***
## A 2.5000 0.3536 7.071 0.00211 **
## B -3.0000 0.3536 -8.485 0.00106 **
## A:B -2.0000 0.3536 -5.657 0.00481 **
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 1 on 4 degrees of freedom
## Multiple R-squared: 0.9747, Adjusted R-squared: 0.9557
## F-statistic: 51.33 on 3 and 4 DF, p-value: 0.001192
Social Media Ad Testing
Vuori tested ads on Instagram. They ran an a/b test with two different versions of an ad. The response was a measure of user engagement on a scale of 0 to 100. The company also paid for user data from Instagram so they could have insight on who was engaging with the ad.
Test of the Ad Effectiveness
Test of the Ad Effectiveness by Age
Test of device usage by Age