Conor Buckley
Conor Buckley
Posts
Posts
Embedded Shiny Map Application
I remember noticing somewhere that it was possible to embed a Shiny application into a webpage created via the R blogdown package. I thought it would be interesting to attempt to do this for a blog post.
Last updated on Sep 21, 2022
R
,
Shiny
Voting map by Census Block Groups
In this post I’m going to explore the tigris and leaflet packages to make some maps. I live in Cook County, Illinois, and I thought it would be interesting to create a relatively granular map of the county.
Last updated on Jun 26, 2022
R
,
Chart
Animated map of historical US population center
While looking through the census data website I found an interesting measure that the Census Bureau has been tracking since 1790. Based on the results of each 10 year census, they track the county that is the population ‘center’ of the United States.
Last updated on Jun 1, 2022
R
,
Chart
Analysis of Barcelona possession
The freely available Statsbomb event level soccer data includes 520 Barcelona La Liga games during the period from 2004 to 2021. Barcelona are famous for their ability to out-possess nearly every team they play against, so I thought it would be interesting to dig into the data and produce a few charts to demonstrate Barcelona’s possession dominance.
Last updated on May 23, 2022
R
,
Chart
Possession analysis: Time vs Passes
On TV, post-game soccer possession statistics are measured by the number of passess for each team during the game. In this post I explore possession using the freely available Statsbomb event level data from the 2019 Champions League final between Liverpool and Tottenham Hotspur.
Last updated on May 23, 2022
R
,
Chart
2019 Champions League final possession analysis
This post uses freely available Statsbomb event level data to visualize the frequency of possession changes in the 2019 Champions League final between Liverpool and Tottenham Hotspur. Liverpool won the game 2-0, but they possessed the ball for less than half the time Spurs had it.
Last updated on May 23, 2022
R
,
Chart
Using StatsBombR to obtain soccer data
This post shows how I used the ‘StatsBombR’ R package to get freely available soccer data provided by StatsBomb. StatsBomb is a sports data company and they provide free online samples of some of their professional level data.
Last updated on May 23, 2022
R
,
Data
A brief introduction to the 'Tidy Tuesday' project
A number of my posts source data via the ‘Tidy Tuesday’ project, so I thought it would make sense for me to provide some further information on this project. Every Tuesday a new dataset is provided and people are encouraged to wrangle the data and create a visualisation using the R tidyverse (although other code based methodologies are also welcome).
Last updated on May 23, 2022
R
,
Data
Create a model to predict wine color from the wine rating description
I recently read an interesting blog post by Julia Silge about creating a supervised machine learning classification model to distinguish text between two different novels. I thought it would be good exercise to create a similar model using the wine dataset I previously used in other blog posts.
Last updated on May 23, 2022
R
,
Model
Wine Enthusiast magazine wine ratings distribution across US red wine vintages
I thought it would be interesting to plot some data using box plots and then to plot the same data again using a tile grid. Box plots are great to get a quick visual overview of some standard statistical properties of the data.
Last updated on May 23, 2022
R
,
Chart
»
Cite
×