MNLR: Launch MNLR Interface

Description Usage Details Value Examples

View source: R/MNLR.R

Description

MNLR() loads interactive user interface built using R shiny.

Usage

1
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

1
2
3
4
if(interactive()){
library(rmarkdown)
MNLR()
}

MNLR documentation built on May 2, 2019, 2:13 p.m.

Related to MNLR in MNLR...