Owen Heap
  • Home
  • Projects
  • About
  • Resume

Data Scientist

Hi, I'm Owen Heap

I turn messy data into clear insight, specializing in statistical modeling, R programming, and interactive data visualization.

View Projects About Me

Featured Projects

Python · Streamlit · MLB API

MLB Strikeout Predictor

Interactive app that predicts pitcher strikeout totals using K/9, opponent K%, and projected innings. Powered by the live MLB Stats API.

View project →
Python · Lets-Plot

Analyzing NFL Home Field Advantage

A data-driven deep dive into 15 years of NFL scoring trends, identifying the 2019 statistical anomaly in home-team performance.

View project →
R · ggplot2 · tidyverse · NFL

NFL WR Injury Analysis

Exploratory analysis of whether height and weight predict season-ending injuries among 170 notable NFL receivers — motivated by the Chargers drafting Brennan Thompson at an extreme 5'9", 164 lbs.

View project →

Tools & Skills

R Python ggplot2 tidyverse Streamlit pandas Quarto SQL Statistics Data Visualization
Source Code
---
title: ""
page-layout: full
toc: false
---

```{=html}
<div class="hero">
  <div class="hero-eyebrow">Data Scientist</div>
  <h1>Hi, I'm Owen Heap</h1>
  <p class="hero-subtitle">
    I turn messy data into clear insight, specializing in statistical modeling,
    R programming, and interactive data visualization.
  </p>
  <div class="hero-btns">
    <a href="projects.qmd" class="btn-primary">View Projects</a>
    <a href="about.qmd" class="btn-outline">About Me</a>
  </div>
</div>
```

## Featured Projects

```{=html}
<div class="card-grid">

  <div class="proj-card">
    <span class="proj-tag">Python · Streamlit · MLB API</span>
    <h3>MLB Strikeout Predictor</h3>
    <p>Interactive app that predicts pitcher strikeout totals using K/9, opponent K%, and projected innings. Powered by the live MLB Stats API.</p>
    <a href="posts/mlb-strikeout-predictor.html">View project →</a>
  </div>

<div class="proj-card">
    <span class="proj-tag">Python · Lets-Plot</span>
    <h3>Analyzing NFL Home Field Advantage</h3>
    <p>A data-driven deep dive into 15 years of NFL scoring trends, identifying the 2019 statistical anomaly in home-team performance.</p>
    <a href="posts/Home_Field_Advantage.html">View project →</a>
</div>

  <div class="proj-card">
    <span class="proj-tag">R · ggplot2 · tidyverse · NFL</span>
    <h3>NFL WR Injury Analysis</h3>
    <p>Exploratory analysis of whether height and weight predict season-ending injuries among 170 notable NFL receivers — motivated by the Chargers drafting Brennan Thompson at an extreme 5'9", 164 lbs.</p>
    <a href="posts/nfl-wr-injury-analysis.html">View project →</a>
  </div>



</div>
```

## Tools & Skills

```{=html}
<div class="skills-strip">
  <span class="skill-pill">R</span>
  <span class="skill-pill">Python</span>
  <span class="skill-pill">ggplot2</span>
  <span class="skill-pill">tidyverse</span>
  <span class="skill-pill">Streamlit</span>
  <span class="skill-pill">pandas</span>
  <span class="skill-pill">Quarto</span>
  <span class="skill-pill">SQL</span>
  <span class="skill-pill">Statistics</span>
  <span class="skill-pill">Data Visualization</span>
</div>
```

::: {.column-page}
```{r}
#| echo: false
#| message: false
```
:::
 

© 2026 Owen Heap · Built with Quarto