Advertisement · 728 × 90

Posts by

Preview
Red Lobster’s Endless Shrimp Is Back—With a Few Strings Attached The seafood chain is bringing back the promotion for the first time since bankruptcy, with some limits.

Red Lobster is bringing back its famed Endless Shrimp promotion—with a few strings attached. on.wsj.com/42l1tqa

16 hours ago 13 2 4 6
Preview
Flexible Imputation of Missing Data, Second Edition

Some resources that might have what you're looking for.

Flexible Imputation of Missing Data (van Buuren) stefvanbuuren.name/fimd/
{mice} vignette on sensitivity analysis (Vink, van Buuren) www.gerkovink.com/miceVignette...
R-miss-tastic - general resource site rmisstastic.netlify.app

2 days ago 1 0 0 0
Post image Post image Post image

Why do the Japanese like their buns askew (2026)

3 days ago 15252 4591 172 450
A Unified Dashboard and Orchestrator for Quality Checks¶

Unit tests · Data validation · Linting · Spelling

Run every quality check on your project using a single command: unit tests, data validation, linters, spell checkers. Scrutin watches for edits, figures out which checks are affected, and re-runs them in parallel. Drill into a failure to see the expected and actual values, as well as the relevant source code. Use quick keystrokes to fix linting and spelling issues, or to open files in your editor of choice.

A Unified Dashboard and Orchestrator for Quality Checks¶ Unit tests · Data validation · Linting · Spelling Run every quality check on your project using a single command: unit tests, data validation, linters, spell checkers. Scrutin watches for edits, figures out which checks are affected, and re-runs them in parallel. Drill into a failure to see the expected and actual values, as well as the relevant source code. Use quick keystrokes to fix linting and spelling issues, or to open files in your editor of choice.

🚨 #RStats and #PyData devs!

I'm looking for β testers for this thing I just built: A unified dashboard + orchestrator for code and data quality checks.

It has lots of neat features and I'm super eager for feedback and bug reports.

Check out the video demo:

vincentarelbundock.github.io/scrutin/

3 days ago 22 7 0 0

Excellent tweetorial by @ericjpedersen.bsky.social on Simon Wood’s new Neighborhood Cross Validation smoothness selection method, which is especially useful when fitting data with temporal and spatial dependence among observations

1 week ago 9 3 0 0

I've been working with NCV this last week; it's a powerful tool for modelling data with dependencies that are poorly/inefficiently modelled via stochastic process priors like cov functions or low-rank smoothers. However, it's a complex topic, so I thought I'd summarize the key ideas in a thread 1/n

1 week ago 23 4 2 1

"We rate dogs. This is obviously a large golden squirrel. While this squirrel does have impressive oral capacity, please send only dogs."

1 week ago 78 3 1 0

Yup. That's it. Thanks!

1 week ago 2 0 0 0

I think I'm wrong. I must've been thinking of "When good pseudorandom numbers go bad" but that's not really what you're looking at.

1 week ago 0 0 2 0

I feel like this topic got the @djnavarro.net treatment, but I can't find the article. Maybe I'm misremembering.

1 week ago 0 0 1 0
Advertisement

I don't think so, but perhaps {dm} (dm.cynkra.com) or {DBmaps} (cran.r-project.org/web/packages...) can do something similar (i.e. entity-relationship modeling).

1 week ago 4 0 2 0

Good. Hopefully he identifies one or two that could take over next season. Then he can take some of that qb-allotted cash and spread it over this recruiting class.

1 week ago 0 0 0 0

The "C" styling just about ruins anything they can come up with. It's just an eyesore that's hard to get past.

1 week ago 2 0 0 0
Post image Post image Post image

🗺️ Bivariate choropleth maps blend two colour scales to show the spatial relationship between two variables. It easier now with improved support in tmap -- see a blog post by David O’Sullivan.

geospatialstuff.com/posts/2026/0...

#RStats #RSpatial #DataViz

2 weeks ago 17 2 1 1

Hard core #Rstats parents

2 weeks ago 4 0 0 0

He had a pretty strong reverse split last season. Playing him mostly against lefties doesn't make a lot sense if that's what they're doing.
vs R: 244 AB,13 HR, 16 2B,.275 AVG
vs L: 95 AB, 1 HR, 1 2B, .232 AVG

2 weeks ago 1 1 0 0
A macOS desktop showing two windows side by side. On the left, a Finder window displays the contents of a "portable-r-4.5.3-macos-arm64" folder, with a directory tree expanded under "library" revealing subfolders like base, boot, class, cluster, codetools, compiler, datasets, foreign, graphics, grDevices, grid, and jsonlite (which is expanded to show CITATION, DESCRIPTION, doc, help, and html items). On the right, a Terminal window (zsh shell) shows commands for downloading and extracting Portable R 4.5.3 for macOS ARM64 from GitHub using curl, verifying the R home directory with Rscript, and installing the jsonlite package. The terminal output confirms jsonlite was successfully downloaded (1.1 MB) and installed, with the final line printing {"portable":true} to verify the portable configuration is working.

A macOS desktop showing two windows side by side. On the left, a Finder window displays the contents of a "portable-r-4.5.3-macos-arm64" folder, with a directory tree expanded under "library" revealing subfolders like base, boot, class, cluster, codetools, compiler, datasets, foreign, graphics, grDevices, grid, and jsonlite (which is expanded to show CITATION, DESCRIPTION, doc, help, and html items). On the right, a Terminal window (zsh shell) shows commands for downloading and extracting Portable R 4.5.3 for macOS ARM64 from GitHub using curl, verifying the R home directory with Rscript, and installing the jsonlite package. The terminal output confirms jsonlite was successfully downloaded (1.1 MB) and installed, with the final line printing {"portable":true} to verify the portable configuration is working.

Making #rstats portable on #macOS has been the community's Sisyphean boulder since 2009.

Now, download a tar.gz, extract, run from:

github.com/portable-r/p...

Signed, notarized, 4.3.0 - 4.5.3.

Blog: blog.thecoatlessprofessor.com/programming/...

2 weeks ago 17 4 1 0
Screenshot of a Windows 11 desktop showing portable R in action. A PowerShell terminal displays the full workflow: curl downloading the portable-r-4.5.3-win-x64.zip from GitHub, tar extracting it, R.home() returning C:/Users/ronin/Desktop/portable-r-4.5.3-win-x64, and install.packages  successfully installing jsonlite with the output {"works":[true]}. Behind the terminal, two File Explorer windows show the portable-r-4.5.3-win-x64 folder on the Desktop alongside the zip file, and a second Explorer window browsing the library subfolder where the jsonlite package folder is highlighted among 31 installed packages.

Screenshot of a Windows 11 desktop showing portable R in action. A PowerShell terminal displays the full workflow: curl downloading the portable-r-4.5.3-win-x64.zip from GitHub, tar extracting it, R.home() returning C:/Users/ronin/Desktop/portable-r-4.5.3-win-x64, and install.packages successfully installing jsonlite with the output {"works":[true]}. Behind the terminal, two File Explorer windows show the portable-r-4.5.3-win-x64 folder on the Desktop alongside the zip file, and a second Explorer window browsing the library subfolder where the jsonlite package folder is highlighted among 31 installed packages.

Need #rstats on a #Windows machine where you can't run an installer? Locked-down workstation, USB drive, embedded app?

It's 2026. You just need a URL:

github.com/portable-r/p...

R 4.3.0 - 4.5.3, x64 + ARM64. install.packages() works.

Blog: blog.thecoatlessprofessor.com/programming/...

2 weeks ago 11 2 1 0
Advertisement
Screenshot of the Artemis II tracker showing the path it will take to get to the Moon and back

Screenshot of the Artemis II tracker showing the path it will take to get to the Moon and back

You can keep track of Artemis II's progress here: artemistracker.com

2 weeks ago 143 78 2 4
Preview
Explore live radio by rotating the globe Explore live radio by rotating the globe.

Your periodic reminder that there is a website that lets you listen to local radio stations anywhere in the world

This is honestly one of the coolest inventions ever, imo. Global access to hyper-local imagined communities

3 weeks ago 5051 2266 95 194

"the Hoosiers have nowhere to go but down after going 16-0"
Or they could stay the same 😈

3 weeks ago 0 0 0 0

Looks like he's going to need some diva taken out of him after all.

3 weeks ago 0 0 1 0

Seems a little bearish on my Reds. Your model doesn't seem to take into account the resurgence of McLain that's about to happen ;)

3 weeks ago 0 0 0 0

Also hyperparameter tuning; overview and guidance on performance metrics; and a couple on explainable AI

onlinelibrary.wiley.com/doi/10.1002/...
arxiv.org/abs/2412.10288
link.springer.com/article/10.1...
academic.oup.com/ehjdh/articl...

3 weeks ago 1 0 0 0

There's a 3 part series of papers on model evaluation that's available.
www.bmj.com/content/384/...
www.bmj.com/content/384/...
www.bmj.com/content/384/...

3 weeks ago 1 0 1 0

van Kesteren also has a nice coded (R and Python) walkthrough.
arxiv.org/abs/2509.11741

3 weeks ago 1 1 0 0

There was a data science contest a few years back on twitch that was awesome. One of the Robinson (dan, don?) brothers won a nice nvidia gpu. Not sure why it only went one year.

3 weeks ago 4 0 3 0
Advertisement
Video

OH. MY. GAWD.

1 month ago 2487 641 61 330
Screenshot of Kagi's translation tool translating "I got a new job" into "LinkedIn speak," producing an overly enthusiastic corporate-style announcement with superlatives, gratitude, and a rocket emoji.

Screenshot of Kagi's translation tool translating "I got a new job" into "LinkedIn speak," producing an overly enthusiastic corporate-style announcement with superlatives, gratitude, and a rocket emoji.

Not sure how we went from plain, straightforward words to LinkedIn speak but now you can use Kagi Translate to fit right into that crowd:

translate.kagi.com?from=en&to=L...

1 month ago 144 33 12 10

There's an annoying bug in RStudio for markdown tables (default table creation method) in qmds. When opening qmd file in visual mode, it slightly changes the formatting each time causing git to detect a change. Hopefully this new way becomes the default method and the bug goes away.

1 month ago 0 0 1 0