Skip to content

maquedano/shiny_app_AB_Bayesian_calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bayesian A/B-test Calculator

Trying to understand the underlying statistics, I developed a Bayesian A/B test calculator based upon an existing calculator that I use by AB Testguide as a UI reference; and based on the calculator developed by rjjfox (https://github.com/rjjfox/ab-test-calculator) for a streamlist application. But in this case I port the calculator into the Shiny for python ecosystem.

For deploying the Shiny app

  • For deploying the app I followed the deployment instructions on their web.
  • Basically create an account on shinyapps.io, which offers hosting up to 5 apps per user for free
  • Get your token from the account (Account > Tokens > Add Token > Show > With Python > Copy to clipboard)
  • run in your app folder the followig command in a terminal to initialize the connections and credentials with shinyapps.io rsconnect add --account maquedano --name maquedano --token XXXXXXXXXX
  • Deploy the app with the following command rsconnect deploy shiny . --name maquedano --title bayesian-AB-test-calc