This application is a shiny app calculator of sample size for AB test which is a statistical approach to compare control and treatment groups.
This app built in shiny dashboard contains the following functions.
- Calculation of sample size to design AB Test using
power.prop.test
- Informative tables for supporting understanding of statistical Type I and II error
- Various visualization of control and treatment groups regarding AB Test using
plotly
andggplot2
https://okiyuki.shinyapps.io/ShinyAB/
- Support experimental plan for
power.prop.test
- Informative tables about experimental paramters and sample size and using
kableExtra
Inspired by timwilson7, I implemented this Running Lift plot from his great posts.
Inspired by this post, I implemented this plot on this shinyapp.