The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
StatisticTeach1 is an R package that provides an interactive Shiny application for teaching and learning basic concepts in statistics and probability.
# Install from CRAN
install.packages("StatisticTeach1")
# Or install the development version from GitHub
# install.packages("remotes")
remotes::install_github("JavierDeLaHoz/StatisticTeach1")library(StatisticTeach1)
# Launch the interactive app
runStatisticTeach1()
# Standalone frequency table functions
ST_freq_factor(iris, Species)
ST_freq_numeric(mtcars, mpg, bins = 5)GPL-3
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.