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