R/mvnormalityapp.R

Defines functions mvnormalityapp

Documented in mvnormalityapp

#' mvnormalityapp
#'
#' @description basic shiny dashboard that generates some output about multivariate nromality checks
#'
#' @details  User has ability to change plot views with dynamic inputs
#' @return  Normal proportion test outcomes, violin plots, standard normal and chi squared QQ plots, a confidence ellipse
#'
#'
#' @export
#'
#' @examples
#' \dontrun{ mvnormalityapp()}
mvnormalityapp <- function(){
  shiny::runApp(system.file("mvnormalityapp", package="MATH4793MOSER"),launch.browser = TRUE)
}
jacob-moser/MATH4793MOSER documentation built on Dec. 20, 2021, 8:07 p.m.