MNLR {MNLR} | R Documentation |
Launch MNLR Interface
Description
MNLR() loads interactive user interface built using R shiny.
Usage
MNLR()
Details
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.
Value
Nothing
Examples
if(interactive()){
library(rmarkdown)
MNLR()
}
[Package MNLR version 0.1.0 Index]