Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 455 Bytes

File metadata and controls

14 lines (9 loc) · 455 Bytes

Confidence Interval Simulations

This Shiny app aims to help students understand confidence intervals using a simulation approach.

You can view the app via the web here and you can run it yourself in R using this code:

library(shiny)

shiny::runGitHub("ci-sims", "sophieehill")