"Sweeteners can harm cognitive health equivalent to 1.6 years of ageing, study finds"
Or does it? Let's take a look at this "study"...
www.theguardian.com/food/2025/se...
@antoinevernet.com.bsky.social
Associate Professor in Management at UCL. Networks and Organizational Design. Mostly found reading. Very occasionally on Youtube: www.youtube.com/@antoinevernet
"Sweeteners can harm cognitive health equivalent to 1.6 years of ageing, study finds"
Or does it? Let's take a look at this "study"...
www.theguardian.com/food/2025/se...
Fun fact: it has been 56 days since I notified the editors of Neurology about glaring statistical errors in this peer-reviewed study on sweeteners and cognitive health.
No expression of concern, no correction, no retraction.
Evidence that academics have been complaining about service roles for about 3000 years...
02.11.2025 17:35 โ ๐ 44 ๐ 15 ๐ฌ 0 ๐ 0Even in the era of zero-cost LLMs, some scientists are still crafting data for their clinical trials by hand... and getting published in the @bmj.com!
Inspiring.
pubpeer.com/publications...
*puts his 20 AI generated position papers back in his bag*
The weather's been nice lately, don't you think?
A house in our neighborhood gave out potatoes this year (itโs a national trend, it turns out)
Kiddo who hates potatoes was excited he got one, but when he discovered, this afternoon, that I ate said potato (THAT HE WOULD NEVER EAT), there was Armageddon level rage
Dropping a beta version of this page while everyone is up and processing baseball!
This tool lets you search the full text of papers from the American Economic Review, American Economic Journal series, and over 30,000 NBER working papers.
paulgp.com/econlit-pipe...
๐ญ now I feel old too!
01.11.2025 21:10 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0library(leaflet) library(sf) library(dplyr) data_path <- "...gpkg" tss_2024 <- read_sf(data_path, layer = "TSS Checklist") boundary <- read_sf(data_path, layer = "TSS Boundary") |> st_transform(crs = 4326) tss_traffic_sf <- tss_2024 tss_geographic_sf <- tss_2024 tss_timings_sf <- tss_2024 st_geometry(tss_geographic_sf) <- st_geometry(tss_geographic_sf) + 2 tss_geographic_sf <- tss_geographic_sf |> st_set_crs(27700) |> st_transform(crs = 4326) st_geometry(tss_timings_sf) <- st_geometry(tss_timings_sf) - 2 tss_timings_sf <- tss_timings_sf |> st_set_crs(27700) |> st_transform(crs = 4326) tss_traffic_sf <- tss_traffic_sf |> st_set_crs(27700) |> st_transform(crs = 4326) leaflet() |> addProviderTiles(providers$CartoDB.DarkMatter, group = "Dark") |> addPolygons(data = boundary, fillColor = "transparent", weight = 1, color = "black") |> addPolylines(data = tss_timings_sf, group = "TSS Timings", weight = 4, opacity = 0.5, color = "#878787", highlightOptions = highlightOptions(color = "#899499", weight = 6, opacity = 1)) |> addPolylines(data = tss_geographic_sf, group = "Geographic", weight = 4, opacity = 0.5, color = "#95c11f", highlightOptions = highlightOptions(color = "#AAFF00", weight = 6, opacity = 1)) |> addPolylines(data = tss_traffic_sf, group = "Traffic", weight = 4, color = "#1d71b8", highlightOptions = highlightOptions(color = "cyan", weight = 6, opacity = 1), opacity = 0.5)
Interactive {leaflet} ma showing section of Leeds roadnetwork with 3 separate variables colour-coded and offset (+2m, 0, -2m)
#30DayMapChallenge | Day 02 - Lines #rstats
(code in alt)
A joke scientific paper with the title "Over 90% of children diagnosed with autism consumed breast milk and/or formula mileL a comprehensive cross-sectional analysis of the obvious"
Who did this?!
01.11.2025 20:38 โ ๐ 1116 ๐ 296 ๐ฌ 67 ๐ 40Cover of โ233 Celsiusโ by Ray Bradbury
The first (1955) Danish edition of Ray Bradburyโs FAHRENHEIT 451. Later editions did not convert the title, so this is the only SI-compatible edition! ๐ข
01.11.2025 19:55 โ ๐ 1790 ๐ 463 ๐ฌ 29 ๐ 45.@warwickecon.bsky.social has a number of vacancies for Assistant Professors (Macro & Development)
Coventry has canals, an amazing cathedral etc.
... is one hour from London,
20 mins from Birmingham
90 mins from the Peak District National Park
Apply here: ๐ econjobmarket.org/positions/12...
Just published! ๐ My new blog post tackles the mighty `apply()` function in R. Demystify `MARGIN` and master operations from matrices to 5D neuroimaging data. Say goodbye to loops! ๐ง ๐
drmo.site/k40xD5
#RStats #DataScience #Neuroimaging
This seems like a reasonable take given the state of Twitter
01.11.2025 19:20 โ ๐ 4 ๐ 0 ๐ฌ 0 ๐ 0Would it not therefore be simpler/
For 30 Conservative MPs to write letters of no confidence in the people/
and elect another?
GLP-1 drug effect are showing up in health survey dataโฆ news.gallup.com/poll/696599/...
01.11.2025 17:47 โ ๐ 7 ๐ 4 ๐ฌ 1 ๐ 0You'll do great! Good luck!
01.11.2025 12:59 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0finally
01.11.2025 12:51 โ ๐ 55 ๐ 4 ๐ฌ 3 ๐ 0S
01.11.2025 09:25 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0E
01.11.2025 09:25 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Y
01.11.2025 09:25 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0I always liked trilogies ๐
01.11.2025 09:25 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0I'm doing a workshop on R package development with Positron on Jan 15 2026. Register for the virtual workshop here: sites.google.com/view/dariia-... I'll cover devtools, usethis, testthat, covr, and a few AI tools along the way to help. #Rstats
31.10.2025 09:56 โ ๐ 21 ๐ 8 ๐ฌ 0 ๐ 0I am with you, one letter titles are so much cooler!
01.11.2025 06:52 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0I wonder if gen AI is going to eventually so infest online spaces with garbage, awful, horrifying, traumatic audiovisual content that it will simply kill them.
Our net infrastructure is simply not built to contain whatโs coming. In fact it is almost built to magnify and multiply all the awfulness.
Sadly, the kids are wise enough to know that if it is useful to me, it can't be fun for them. So they just refuse any such challenges
31.10.2025 21:43 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0I just watched a video of someone explaining what they did to entertain their toddler instead of giving them an iPad. One of the things was to have them watch a movie. Like, what do they think the kid does on the iPad? Catch up on filing his expense claims? ๐คช
31.10.2025 20:44 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0Medieval picture of a smiling man being stabbed all kinds of ways by three smiling assassins
My paper in the review process
31.10.2025 19:58 โ ๐ 117 ๐ 6 ๐ฌ 12 ๐ 3R version 4.5.2
(Not) Part in a Rumble
#rstats