You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGREG is a shiny app program that allows the user to perform step-wise logistic regression.
To run the shiny app, please use run_apps("logreg_gui")
In it's current version, logreg only provides the g-statistic to inform the user which variable would add the most data to the model.
For any statistics of the model, such as to obtain the coefficents of the model, please execute your desired variables within glm. Example, glm(Transition ~ GDP , data = Test_Data, family = "binomial")