run_apps: Shiny Apps Loader

Description Usage Details

View source: R/run_apps.R

Description

This will run the shiny applications in this project.
As a reminder, the applications should be in quotes. Example: run_apps("logreg_gui")
See details for descriptions of the various apps.

Usage

1
2
3
4
5
6
7
8
9
run_apps(
  app_name = NULL,
  theme = "flatly",
  width = "100%",
  height = "800px",
  more_opts = list(NA),
  launch.browser = TRUE,
  ...
)

Details

Application: "logreg_gui".
Logreg_gui is a step-wise logistic regression model. A user may choose various variables to include in the model and the app will provide you with the G-Statistic for each response. The variable with the highest G-Statistic will provide the most information for your model.
At this time, the structure of the data requires that the response be in column (1) with the column name "Transition".


mrkaliv/logreg documentation built on March 27, 2020, 9:38 p.m.