Bread on the rise?
Now you have separated your data into two groups: one from before the price changes took effect and one from after. You want to determine whether changing prices improved total sales. To do this, you will need to compute summary statistics and perform a t-test as you have done previously.
Diese Übung ist Teil des Kurses
Error and Uncertainty in Google Sheets
Anleitung zur Übung
- In cells
G2:H2
, compute the average item price for sales between February 13 and 20 and between Februrary 21 and 28, respectively. - Compute the standard deviation for item prices for before and after the price changes in cells
G3:H3
. - Calculate the total sales between February 13 and 20 and between February 21 and 28 in cells
G4:H4
, respectively. - Perform a t-test in cell
G5
to determine whether the average item sale price differed significantly before and after the price change.
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
