PROBShiny {PROBShiny} | R Documentation |
PROBShiny() loads interactive user interface built using R 'shiny'.
PROBShiny()
Start PROBShiny
The interactive user interface is to provide an easy way for solving basic probability problems based on relative frequency and subjective approach.
Nothing
if(interactive()){
library(rmarkdown)
PROBShiny()
}