MNLR {MNLR} | R Documentation |
MNLR() loads interactive user interface built using R shiny.
MNLR()
Start MNLR
The interactive user interface is to provide an easy way for people who are learning Multinomial Logistic Regression. Includes example data for testing out a few example analysis.
Nothing
if(interactive()){
library(rmarkdown)
MNLR()
}