Shiny

Below you can find Shiny apps to illustrate some statistical concepts.

Hypothesis testing

About distributions

Regression modeling

Other apps



There are more available shiny apps hosted in this GitHub repository. To deploy any app you can run the following R code changing sub="01phvarianza" by the app name you want to deploy.

if (!require("shiny")) install.packages("shiny")
library(shiny)
runGitHub(repo="semilleroApps", 
          user="fhernanb", 
          sub="01phvarianza")

The list of all available apps can be found here and correspond to the folder names as shown in the following figure:


Copyright © 2026, webpage made with Quarto ®.