An interactive Shiny application for teaching statistics and probability.
# From CRAN (once published)
install.packages("StatisticTeach1")
# Development version from GitHub
# install.packages("remotes")
remotes::install_github("JavierDeLaHoz/StatisticTeach1")library(StatisticTeach1)
runStatisticTeach1()