Skip to content

Instantly share code, notes, and snippets.

View monicathieu's full-sized avatar

Monica Thieu monicathieu

View GitHub Profile
@monicathieu
monicathieu / app.R
Created October 2, 2025 17:53
Shiny app to demonstrate the mechanics of frequentist confidence intervals
## pkg loading ----
library(shiny)
library(tidyverse)
library(tidymodels)
## generate non-reactive start data ----
n_population <- 1000
n_repeats <- 100