This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
tj mahr 🎅
tjmahr.com
did:plc:tpgnsvgqsu5b752uud3wmtja
doing something like
l <- data |> pivot_longer(...) |> group_by(name) |> ggdist::median_ci(value) |> split(~name)
so i can report inline summaries in knitr like `r l$name1$value` or `r l$name2$.upper`
2024-01-05T20:09:27.122Z