Advertisement · 728 × 90

Posts by kpfssport

I promise Mastodon is lovely

31 minutes ago 0 0 0 0

I am one of the Eddie Howe haters referred to in the post (nothing personal, he is lovely, I just disagree with him about football). On the other hand, I have been that since Bournemouth. He doesn't think enough about defence.

46 minutes ago 0 0 0 0
A young white plane mascot with rosy cheeks, a red neck scarf, and a blue pilot’s cap stands in front a digital sign saying “Kansai Airports”.

A young white plane mascot with rosy cheeks, a red neck scarf, and a blue pilot’s cap stands in front a digital sign saying “Kansai Airports”.

Kansai Airport's mascot is a young plane named Sorayan.

1 day ago 1272 347 10 24
Post image

A family of Ravens is putting the goth back in gothic at NYC's largest cathedral--St John the Divine. There are five mouths to feed, so the parents are staying busy! ⛪️⛪️⛪️ #Ravens #Cathedral #birding

1 day ago 4630 856 103 39

I can highly recommend working with Ian. Especially if you’re interested in meta-science, this is a great opportunity

4 days ago 3 2 1 0
Video

I built an interactive guide on how Shazam (the music identification app) works!

This is the next installment in my newly coined "How The Heck?" series, where we explore everyday tech that can feel like magic (QR Codes, GPS, and now this one).

Hope you enjoy it!

perthirtysix.com/how-the-heck...

2 days ago 181 45 9 8
Post image

World🌍 rugby ranking, Men's 15s aside.

#30DayChartChallenge | Evolution

#Rstats #Dataviz #ggplot2

3 days ago 14 4 0 1
Post image

How do men's and women's national teams compare in World Cup performance?

I built a #dataviz to explore the results of a simple scoring system.

#worldcup #football

3 days ago 12 4 0 0
Advertisement

@nwhyte.bsky.social you might know people

4 days ago 5 3 1 0

Morgan Knowles is innocent and has never committed a crime in his life ;)

4 days ago 1 0 0 0
Preview
Remembering Steve Prescott, a sporting hero loved by Saints and Hull fans TONIGHT’S Saints game at Hull FC is the first leg of the Steve Prescott Cup – a game that reflects the two clubs that the full back graced

A fitting day to remember Precky
www.sthelensstar.co.uk/sport/260270...

6 days ago 1 2 0 0
A watercolor chart and illustrations showing how desperately I hold onto hair ties as they disappear one by one into the hair tie vortex. A bar chart shows the lifespan of hair ties increasing quickly as I get down to the last few. An illustration shows me in a Gollum-like stance, with text "My precioussss..." and "The last hair tie" as annotations. On the left, a sneaky cat paw pulls away a hair tie.

A watercolor chart and illustrations showing how desperately I hold onto hair ties as they disappear one by one into the hair tie vortex. A bar chart shows the lifespan of hair ties increasing quickly as I get down to the last few. An illustration shows me in a Gollum-like stance, with text "My precioussss..." and "The last hair tie" as annotations. On the left, a sneaky cat paw pulls away a hair tie.

Catching up on a few #30DayChartChallenge pieces! All watercolor & ink.

🧜‍♀️ Day 15 - Correlation: Considering the hair tie vortex, and my desperation to hold onto them as the count gets low.

🧵1/4

5 days ago 24 2 2 1

I thought it was just me having tech issues

6 days ago 1 0 0 0
Comic. One... two... THREE! [text in red] X Deprecated [line break] One... two... three... GO! [text in red] Deprecated [red curly bracket around top two lines] Too easy to mix up [line break] Three... two... one... GO! [text in green] [check mark] ISO Standard [caption] If I were in charge of ISO, the first thing I’d do would be to standardize the way people count out loud before doing something in sync.

Comic. One... two... THREE! [text in red] X Deprecated [line break] One... two... three... GO! [text in red] Deprecated [red curly bracket around top two lines] Too easy to mix up [line break] Three... two... one... GO! [text in green] [check mark] ISO Standard [caption] If I were in charge of ISO, the first thing I’d do would be to standardize the way people count out loud before doing something in sync.

Countdown Standard

xkcd.com/3232/

6 days ago 5401 867 102 61
Preview
Tutankhamun: Treasures of the Golden Pharaoh The third event of the my 2020 birthday weekend was Tutankhamun: Treasures of the Golden Pharaoh. (The first two were Leonardo – Experience a Masterpiece (The Virgin on the Rocks) and The Duc…

A post about the Tutankhamun: Treasures of the Golden Pharaoh exhibition I was lucky enough to see in London - fulltimesportsfan.wordpress.com/2026/04/15/t... #archaeology #AncientEgypt #Exhibition #review

6 days ago 1 0 0 0
Preview
After 1,200 years, cherry blossom record to live on despite Japanese scientist’s death Prof Yasuyuki Aono’s meticulous work charted shifting bloom dates as a marker of climate change

After 1,200 years, cherry blossom record to live on despite Japanese scientist’s death

1 week ago 122 31 1 5
library(tidyplots)
library(patchwork)

p1 <- 
  energy |> 
  tidyplot(x = year, y = energy, color = energy_type) |> 
  add_barstack_absolute() |> 
  adjust_colors(colors_discrete_apple)

p2 <- p1 |> adjust_colors(colors_discrete_metro)

wrap_plots(p1, p2, ncol = 1)

library(tidyplots) library(patchwork) p1 <- energy |> tidyplot(x = year, y = energy, color = energy_type) |> add_barstack_absolute() |> adjust_colors(colors_discrete_apple) p2 <- p1 |> adjust_colors(colors_discrete_metro) wrap_plots(p1, p2, ncol = 1)

This is how you can adjust colors in #tidyplots 🌈

#rstats #dataviz #phd

1 week ago 13 1 0 0
Advertisement

They have had a coat of paint since I was there last

1 week ago 0 0 0 0
Two circular chord diagrams comparing passing networks. Spain's is red/yellow and very dense, England's is blue and shows more direct links between defense and attack.

Two circular chord diagrams comparing passing networks. Spain's is red/yellow and very dense, England's is blue and shows more direct links between defense and attack.

🇪🇸 vs 🏴󠁧󠁢󠁥󠁮󠁧󠁿 | The UEFA Women's Euro 2025 Final through the lens of network science! ⚽️📊
On Day 12 of #30DayChartChallenge, I'm looking at "Ecosystems" via pass networks.

Data: @statsbomb.com #StatsBombOpenData
#30DayChartChallenge #WomensEuro2025 #RStats #DataViz

1 week ago 5 3 1 0

Travel question of the day - how is Beijing International airport for getting connections? #travel #questions

1 week ago 0 0 0 0
library(tidyplots)

spendings |> 
  tidyplot(x = amount, y = category, color = category) |> 
  add_sum_bar(width = 0.05) |> 
  add_sum_dot()

library(tidyplots) spendings |> tidyplot(x = amount, y = category, color = category) |> add_sum_bar(width = 0.05) |> add_sum_dot()

This is how you can generate lollipop charts in #tidyplots 🍭

#rstats #dataviz #phd

1 week ago 11 1 1 0
Post image

#30DayChartChallenge Day 7 : Multiscale

#Sunburst chart of every #Pokemon 's height and weight (columns of the outer ring), as well as the average for each type (inner ring)

Sorted from heaviest mean weight to lightest, and tallest to the shortest on the outer ring

#Rstats

1 week ago 6 2 2 0

Our colleague needs your help keeping a 1,200-year dataset alive!

If you have botanical expertise or are based near Arashiyama, Kyoto — DM her or email tuna@ourworldindata.org.

1 week ago 99 65 2 3

You can help if you:

🌸 Have botanical expertise and can identify Yamazakura peak bloom from photos
🌸 Are local to Arashiyama and have access to species-specific bloom reporting

Please DM me here or email me at tuna@ourworldindata.org. Even a lead helps — thank you!

1 week ago 49 9 3 0
Advertisement
A mosaic chart displays the distribution of batting stances among MLB players by fielding position from 2000 to the present, highlighting the rarity of left-handed catchers.

A mosaic chart displays the distribution of batting stances among MLB players by fielding position from 2000 to the present, highlighting the rarity of left-handed catchers.

It’s baseball season, and someone told me there are no lefty catchers in MLB. So I dug into the Lahman database for #30DayChartChallenge Day 3 (Mosaic) — sure enough, catchers are the most right-handed position in the game. #rstats #dataviz

1 week ago 10 2 0 0

Pretty much why I left academia

1 week ago 1 0 1 0

I want him to reform from rats

1 week ago 1 0 0 1
Challenges in the Computational Reproducibility of Linear Regression Analyses: An Empirical Study Background: Reproducibility concerns in health research have grown, as many published results fail to be independently reproduced. Achieving computational reproducibility, where others can replicate the same results using the same methods, requires transparent reporting of statistical tests, models, and software use. While data-sharing initiatives have improved accessibility, the actual usability of shared data for reproducing research findings remains underexplored. Addressing this gap is crucial for advancing open science and ensuring that shared data meaningfully support reproducibility and enable collaboration, thereby strengthening evidence-based policy and practice. Methods: A random sample of 95 PLOS ONE health research papers from 2019 reporting linear regression was assessed for data-sharing practices and computational reproducibility. Data were accessible for 43 papers. From the randomly selected sample, the first 20 papers with available data were assessed for computational reproducibility. Three regression models per paper were reanalysed. Results: Of the 95 papers, 68 reported having data available, but 25 of these lacked the data required to reproduce the linear regression models. Only eight of 20 papers we analysed were computationally reproducible. A major barrier to reproducing the analyses was the great difficulty in matching the variables described in the paper to those in the data. Papers sometimes failed to be reproduced because the methods were not adequately described, including variable adjustments and data exclusions. Conclusion: More than half (60%) of analysed studies were not computationally reproducible, raising concerns about the credibility of the reported results and highlighting the need for greater transparency and rigour in research reporting. When data are made available, authors should provide a corresponding data dictionary with variable labels that match those used in the paper. Analysis code, model specifications, and any supporting materials detailing the steps required to reproduce the results should be deposited in a publicly accessible repository or included as supplementary files. To increase the reproducibility of statistical results, we propose a Model Location and Specification Table (MLast), which tracks where and what analyses were performed. In conjunction with a data dictionary, MLast enables the mapping of analyses, greatly aiding computational reproducibility. ### Competing Interest Statement The authors have declared no competing interest. ### Funding Statement There was no cost associated with this research except for attending conferences. These costs were covered by the primary authors PhD allocation from the health faculty, Queensland University of Technology, and scholarships. The Statistical Society of Australia (SSA) and the Association for Interdisciplinary Meta-research & Open Science (AIMOS) supported the primary author with travel grants to attend their respective conferences. These scholarships did not influence the results of the study. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript. ### Author Declarations I confirm all relevant ethical guidelines have been followed, and any necessary IRB and/or ethics committee approvals have been obtained. Yes The details of the IRB/oversight body that provided approval or exemption for the research described are given below: The aim of this study was to reproduce the statistical results from publications that made their data publicly available. Authors of papers published in PLOS ONE were considered to have implicitly consented through their agreement with the journals data sharing policy, which supports the validation and reproduction of results from shared data. This study received Negligible-Low Risk Ethics approval from the Queensland University of Technology Human Research Ethics Committee (Approval Number: 2000000458). I confirm that all necessary patient/participant consent has been obtained and the appropriate institutional forms have been archived, and that any patient/participant/sample identifiers included were not known to anyone (e.g., hospital staff, patients or participants themselves) outside the research group so cannot be used to identify individuals. Yes I understand that all clinical trials and any other prospective interventional studies must be registered with an ICMJE-approved registry, such as ClinicalTrials.gov. I confirm that any such study reported in the manuscript has been registered and the trial registration ID is provided (note: if posting a prospective study registered retrospectively, please provide a statement in the trial ID field explaining why the study was not registered in advance). Yes I have followed all appropriate research reporting guidelines, such as any relevant EQUATOR Network research reporting checklist(s) and other pertinent material, if applicable. Yes The data and a reproducible R Quarto file used to produce this paper, including tables, figures, and code, have been stored in a GitHub repository and can be cited using Zenodo dio. <https://github.com/Lee-V-Jones/Reproducibility> <https://doi.org/10.5281/zenodo.19448969>

New preprint by my excellent student Lee Jones on trying to computationally reproduce papers that used linear regression and made their data available. This has been a huge effort by Lee and she has written useful recommendations for practice. www.medrxiv.org/content/10.6...

1 week ago 30 13 2 3

I wonder whether I should give science YouTube another chance, but the editing process eats a lot of time… anyone know whether there are any sort of idiot proof editing workflows? I am def not a one take wonder, so some editing will be required!!

1 week ago 3 3 2 0

Did the sprint points and fastest lap points make a difference in Formula 1 in 2024? - fulltimesportsfan.wordpress.com/2026/04/08/d... (Spoiling my post slightly to say that it advances my belief that sprint races are pointless) #Formula1

1 week ago 1 1 0 0