R/ANOVA_app.R

Defines functions ANOVA_app

Documented in ANOVA_app

ANOVA_app <- function() {
  appDir <- system.file("ANOVA", package = "TBA")
  if (appDir == "") {
    stop("Could not find directory. Try re-installing `TBA`.", call. = FALSE)
  }
  shiny::runApp(appDir, display.mode = "normal")
}

Try the TBA package in your browser

Any scripts or data that you put into this service are public.

TBA documentation built on June 8, 2025, 1:07 p.m.