PROBShiny: Launch 'PROBShiny' Interface

Description Usage Details Value Examples

Description

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

Usage

1

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

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

PROBShiny documentation built on May 2, 2019, 8:52 a.m.