Description
Interactive Tool for Statistics and Probability.
Description
A Shiny application designed to support the learning of basic concepts in statistics and probability. The tool provides an interactive interface that allows students to explore and visualize different statistical concepts intuitively, including descriptive statistics for continuous and qualitative variables, and probability distributions.
README.md
StatisticTeach1
StatisticTeach1 is an R package that provides an interactive Shiny application for teaching and learning basic concepts in statistics and probability.
Features
- Descriptive statistics for continuous variables (univariate and bivariate)
- Descriptive statistics for qualitative variables
- Multivariate analysis
- Discrete and continuous probability distributions
- Load and analyse your own data (CSV or Excel)
Installation
# Install from CRAN
install.packages("StatisticTeach1")
# Or install the development version from GitHub
# install.packages("remotes")
remotes::install_github("JavierDeLaHoz/StatisticTeach1")
Usage
library(StatisticTeach1)
# Launch the interactive app
runStatisticTeach1()
# Standalone frequency table functions
ST_freq_factor(iris, Species)
ST_freq_numeric(mtcars, mpg, bins = 5)
License
GPL-3