Title: | Interactive Document for Working with Basic Probability |
---|---|
Description: | An interactive document on the topic of basic probability using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at <https://analyticmodels.shinyapps.io/BayesShiny/>. |
Authors: | Kartikeya Bolar |
Maintainer: | Kartikeya Bolar <[email protected]> |
License: | GPL-2 |
Version: | 0.1.0 |
Built: | 2024-10-31 03:34:16 UTC |
Source: | https://github.com/cran/PROBShiny |
PROBShiny() loads interactive user interface built using R 'shiny'.
PROBShiny()
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() }
if(interactive()){ library(rmarkdown) PROBShiny() }