R/BetaBinomial.R

Defines functions BetaBinomial

Documented in BetaBinomial

BetaBinomial <- function() {
  appDir <- system.file("shiny-examples", "BetaBinomial",
                        package = "ShinyBayes")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `TeachBayes`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
bayesball/ShinyBayes documentation built on April 30, 2024, 8:51 a.m.