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.
1 2 3 4 5 6 7 8 9 |
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".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.