So I have some data which looks like this:
DATE GROUP Value Visitors
2021-01-01 Treatment 12 40
2021-01-01 Control 4 43
2021-01-02 Treatment 7 34
2021-01-02 Control 2 39
2021-01-03 Treatment 10 23
2021-01-03 Control 10 29
2021-01-04 Treatment 19 30
2021-01-04 Control 7 23
If you sum up all this data the final results at the end of the experiment is
Group Value Visitors Conversion (Value/Size)
Control 23 134 .172
Treatment 48 127 .378
So I need to calculate the p-value AND confidence interval of this data (namely conversion), not just at the end but over the course of the experiment, using a t-test.
What I am looking for here is a line graph which plots how the p-value changes cumulatively over time. I cant really think of any way to plot confidence interval over time so a table of daily confidence interval growth would suffice