My Simple Predictor
A tiny Shiny demo: input → calculation → reactive output.
2025-10-30
My Simple Predictor
A tiny Shiny demo: input → calculation → reactive output.
Many learners want a quick, interactive way to see how numeric inputs affect predictions. Target: students and beginners learning Shiny.
Small R code runs when knitting the slides:
set.seed(42) summary(rnorm(50, mean = 10, sd = 2))
Thanks for viewing my project!
Here’s where you can try it yourself:
Summary
This presentation and the Shiny App demonstrate: - A simple interactive predictor built in R Shiny
- Reactive output responding to user input
- Deployed app + reproducible pitch meeting course requirements