qntkhvn's Avatar

qntkhvn

@qntkhvn

data; sports; memes; #RStats qntkhvn.netlify.app

230
Followers
94
Following
119
Posts
01.11.2024
Joined
Posts Following

Latest posts by qntkhvn @qntkhvn

strim

08.03.2026 21:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Did I hear "sports betting"? @stat-ron.bsky.social

07.03.2026 18:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail
07.03.2026 15:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I still embrace Rmd

07.03.2026 03:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@statsinthewild.bsky.social

07.03.2026 02:46 πŸ‘ 14 πŸ” 7 πŸ’¬ 2 πŸ“Œ 0
Preview
Data Visualization A Practical Introduction

Here’s a full draft of the upcoming second edition of my β€œData Visualization: A Practical Introduction”: socviz.co

05.03.2026 22:54 πŸ‘ 535 πŸ” 172 πŸ’¬ 12 πŸ“Œ 15
Post image

who dis @statsinthewild.bsky.social

04.03.2026 03:56 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Now live: presentation videos. Find all recorded talks on our Youtube. Link below.

Now live: presentation videos. Find all recorded talks on our Youtube. Link below.

Recorded presentations from the 2026 ASI Summit are now live on YouTube. To see all of the incredible talks from this year's Summit, visit the link below:

www.youtube.com/playlist?lis...

03.03.2026 21:16 πŸ‘ 21 πŸ” 15 πŸ’¬ 0 πŸ“Œ 0

Registration for the 2026 #SMTDataChallenge is OPEN! We want to see what you would put β€œOn the Big Screen!” We want to see how you can tell stories like SMT through a metric, visualization, or interactive fan experience that could be displayed on a MiLB scoreboard!

27.02.2026 00:12 πŸ‘ 4 πŸ” 4 πŸ’¬ 1 πŸ“Œ 0
Preview
The Q: NFL CoD, Gaussian version Modeling highly concentrated angular data

New blog post qntkhvn.netlify.app/posts/2026-0...

25.02.2026 03:00 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@statsinthewild.bsky.social still does df[1,]

22.02.2026 00:52 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I do this all the time too (also to avoid scientific notation)

20.02.2026 19:47 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
March Machine Learning Mania 2026 Forecast the 2026 NCAA Basketball Tournaments

πŸ“£ Competition Launch Alert! Our 12th annual March ML Mania competition is here!

🎯 Forecast the outcomes of the 2026 NCAA basketball tournaments by predicting the probabilities of every possible matchup
πŸ’° $50,000 Prize Pool
⏰ Final Submission: March 19th, 2026

www.kaggle.com/competitions...

20.02.2026 12:24 πŸ‘ 1 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Strategic Football Fellow - Dallas Cowboys Dallas Cowboys Football Club Strategic Football Fellow Β  We are seeking a highly skilled and passionate Strategic Football Fellow to join our dynamic team as a summer intern, with top performers eligi...

Looking again for clear eyes and full hearts at the Dallas Cowboys. Would you be a good fit or know someone who is? Please help us amplify our search by sharing this message. #DallasCowboys #CowboysNation #NFL #workinsports #SportsAnalytics #sportsjobs

2026 Strategic Football Fellow(s)
is.gd/UTuHb6

13.02.2026 22:18 πŸ‘ 48 πŸ” 41 πŸ’¬ 5 πŸ“Œ 14
Preview
dplyr 1.2.0 dplyr 1.2.0 fills in some important gaps in dplyr's API: we've added a new complement to `filter()` focused on dropping rows, and we've expanded the `case_when()` family with three new recoding and re...

dplyr 1.2.0 is out now and we are SO excited!

- `filter_out()` for dropping rows

- `recode_values()`, `replace_values()`, and `replace_when()` that join `case_when()` as a complete family of recoding/replacing tools

These are huge quality of life wins for #rstats!

tidyverse.org/blog/2026/02...

04.02.2026 11:39 πŸ‘ 466 πŸ” 133 πŸ’¬ 12 πŸ“Œ 14
Post image Post image Post image

Congrats to the finalists and honorable mentions for the 2026 #BigDataBowl Analytics Track

29.01.2026 13:58 πŸ‘ 8 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Side-by-side comparison of two multi-panel bubble charts faceted by world region. The left column shows the default facet labels placed above each panel (β€œAfrica”, β€œAmericas”, β€œAsia”, β€œEurope”, β€œOceania”). The right column shows the same charts, but the facet labels are moved inside each panel at the top-left using a negative margin. In the center, there is a title reading β€œWant to place your facet labels inside each panel?” with an arrow pointing right, followed by a short ggplot2 theme code snippet demonstrating how to move strip text inside the panel.

Side-by-side comparison of two multi-panel bubble charts faceted by world region. The left column shows the default facet labels placed above each panel (β€œAfrica”, β€œAmericas”, β€œAsia”, β€œEurope”, β€œOceania”). The right column shows the same charts, but the facet labels are moved inside each panel at the top-left using a negative margin. In the center, there is a title reading β€œWant to place your facet labels inside each panel?” with an arrow pointing right, followed by a short ggplot2 theme code snippet demonstrating how to move strip text inside the panel.

I ignored the strip.clip argument in #ggplot2 for way too long 😲

Combined with a small negative margin tweak, you can place facet labels inside each panel. A tiny trick that makes small multiples feel so much cleaner.

πŸ”΅ no manual coordinates
πŸ”΅ inherits theme styling
πŸ”΅ scales nicely when resizing

12.12.2025 12:51 πŸ‘ 239 πŸ” 40 πŸ’¬ 7 πŸ“Œ 4
Preview
Snap-timing unpredictability emerges as a potentially relevant QB metric Once upon a time, a very long time ago, I managed to pass enough classes to secure a couple of undergraduate degrees from Carnegie Mellon University.

The folks at Carnegie Mellon have identified a new factor that potentially influences the success of an offense -- unpredictability in the timing between pre-snap motion and the start of the play. (And the kings in this regard are Mahomes and Brady.)
www.nbcsports.com/nfl/profootb...

04.12.2025 15:13 πŸ‘ 21 πŸ” 6 πŸ’¬ 4 πŸ“Œ 1
Video thumbnail

The Hudl Performance Insights 2025 Research Papers are available to read now.

Nine winners used Hudl Statsbomb Event + 360 & Hudl Physical Data to build their findings and present them live on the Research Stage at the event.

Download them here πŸ”½ www.hudl.com/en_gb/hudlpr...

01.12.2025 16:24 πŸ‘ 2 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Post image

The 6th Connecticut Sports Analytics Symposium was held April 11–12 at Yale University, drawing about 150 registrants for keynotes, a data challenge, workshops, and poster sessions. Read a recap: magazine.amstat.org/...

25.11.2025 17:45 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
A multilevel model with heterogeneous variances for snap timing in the National Football League Abstract. Player tracking data have provided great opportunities to generate insights into understudied areas of American football, such as pre-snap motion

πŸ†•A multilevel model with heterogeneous variances for snap timing in the National Football League

🏈Nguyen and Yurko snap into the passing lanes

doi.org/10.1093/jrss...

21.11.2025 14:17 πŸ‘ 4 πŸ” 3 πŸ’¬ 1 πŸ“Œ 0

Cre?

21.11.2025 16:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
An illustration of a curling stone. The 2026 CSAS Data Challenge will feature mixed doubles curling power play optimization.

An illustration of a curling stone. The 2026 CSAS Data Challenge will feature mixed doubles curling power play optimization.

The Connecticut Sports Analytics Symposium is inviting student teams to participate in the 2026 CSAS Data Challenge. Registration is due by December 1 with submissions accepted until January 15. Finalists will be notified in February and invited to present at CSAS. stattrak.amstat.org/...

19.11.2025 16:47 πŸ‘ 3 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Preview
When plotting, LLMs see what they expect to see - Posit Data science agents need to accurately read plots even when the content contradicts their expectations. Our testing shows today's LLMs still struggle here.

To be effective, data science agents need to be able to read plots reliably. @sara-altman.bsky.social and I wrote about some concerning findings on LLMs' ability to interpret plots when the content contradicts their expectations on the @posit.co blog.

posit.co/blog/introdu...

13.11.2025 15:07 πŸ‘ 47 πŸ” 18 πŸ’¬ 1 πŸ“Œ 2
Preview
GitHub - hadley/genzplyr: dplyr but make it bussin fr fr no cap dplyr but make it bussin fr fr no cap. Contribute to hadley/genzplyr development by creating an account on GitHub.

Do you teach #rstats? Do your students complain about how lame and old-fashioned dplyr is? Don't worry: I have the solution for you: github.com/hadley/genzp....

genzplyr is dplyr, but bussin fr fr no cap.

06.11.2025 23:25 πŸ‘ 460 πŸ” 167 πŸ’¬ 42 πŸ“Œ 55

www.kaggle.com/code/tindata...

06.11.2025 18:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
A multilevel model with heterogeneous variances for snap timing in the National Football League Abstract. Player tracking data have provided great opportunities to generate insights into understudied areas of American football, such as pre-snap motion

My paper (coauthored w/ @stat-ron.bsky.social) on modeling variability in QB snap timing using #BigDataBowl data is published in JRSSA.

academic.oup.com/jrsssa/advan...

06.11.2025 18:18 πŸ‘ 8 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

I have 3 streams left and that’s insane. I’ve streamed longer than I’ve been in baseball and longer than I’ve been a neuroscientist. Playing guitar may be the only thing I’ve done longer than stream, to far less success.

See y’all over the next 3 days!

27.10.2025 06:31 πŸ‘ 10 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

disappointed that the substack name is not hai davai

11.10.2025 02:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Welcome, Friend. I figured I’d start this Substack with a brief introduction to myself and the purpose of this space.

NFL Big Data Bowl dropped this past week and while I'm not entering this year, I did want to have some fun with tracking data and other football side projects so I'm launching a Substack as a public forum to do so. Plan to do some BDB tutorials. Check it out!

cincysam6.substack.com/p/welcome-fr...

11.10.2025 02:29 πŸ‘ 3 πŸ” 2 πŸ’¬ 2 πŸ“Œ 0