October 28, 2025

Slide 1 — Introduction 🌟

Welcome to the Simple Predictor App!
This Shiny application allows users to select datasets, visualize variables,
and see real-time model fits using either loess smooth or linear regression.

Slide 2 — Purpose 🎯

  • Helps beginners explore R’s mtcars and iris datasets interactively
  • Demonstrates how reactive expressions and user inputs work in Shiny
  • Provides built-in help and clean visualizations
  • Built for Coursera’s Developing Data Products project

Slide 3 — App Overview ⚙️

Slide 4 — A Quick Demo 🖥️

## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout