PROBShiny {PROBShiny}R Documentation

Launch 'PROBShiny' Interface

Description

PROBShiny() loads interactive user interface built using R 'shiny'.

Usage

PROBShiny()

Details

Start PROBShiny

The interactive user interface is to provide an easy way for solving basic probability problems based on relative frequency and subjective approach.

Value

Nothing

Examples

if(interactive()){
library(rmarkdown)
PROBShiny()
}

[Package PROBShiny version 0.1.0 Index]