Advertisement · 728 × 90

Posts by Mattan S. Ben-Shachar

Nothing is certain except:
- death
- taxes
- posterior intervals with overly narrow priors

3 hours ago 16 3 0 1
12 hours ago 25 1 1 0
Screenshot of grid of some of my quarto extensions in a grid layout

Screenshot of grid of some of my quarto extensions in a grid layout

If you are doing any #quarto slidecrafting, i have been trying really hard to keep this page updated with everything I have done
emilhvitfeldt.com/project/slid...

1 day ago 65 20 2 0
Post image

I had to Google what they looked like, and... I don't this a see though fish can be any cuter?

15 hours ago 2 0 0 0

This is hilarious

1 day ago 8 0 0 0
Preview
Uber CTO says AI spending plans fall short as tools like Claude Code drive costs up Uber's AI strategy hits financial roadblock as costs surge

Yes, I am biased, but this is why, in my opinion, Apple won the AI race without being part of it 🧵👇🏼

"It's the economy, stupid."

www.indiatoday.in/technology/s...

2 days ago 5 3 3 0
In ML, everyone’s Humpty Dumpty | Statistical Modeling, Causal Inference, and Social Science

In ML, everyone’s Humpty Dumpty
statmodeling.stat.columbia.edu/2026/04/17/i...

2 days ago 9 7 0 3
Advertisement

„The only remaining way to mitigate this situation is to reduce the number of applications.“

They’ve tried nothing and are all out of ideas? Whether this is good or bad, it is unjustified. There is no impact analysis, no engagement with research on funding procedures. Government by vibes

2 days ago 99 19 7 0

Holy... hope you have a swift and complete recovery! 🙏

2 days ago 3 0 0 0

Setup with s()?

I suspect that only controls what is returned by ranef().

2 days ago 0 0 0 0
Preview
PhD Student in Meta-Science and Clinical Psychology - Universität Bern Universität Bern is looking for PhD Student in Meta-Science and Clinical Psychology

I’m hiring a PhD student!

The candidate will work alongside @zefreeman.bsky.social, who is joining our research group as postdoc.

jobs.unibe.ch/job-vacancie...

2 days ago 66 55 2 8

With a ridiculous amount of mustard, a knish and some slaw? Hell yeah... 🤤

2 days ago 2 0 0 0
Six quilted hexagons that look like the tidyverse hex sticker

Six quilted hexagons that look like the tidyverse hex sticker

Staring at my mother-in-law's quilt... it feels very... #tidy...
#rstats

2 days ago 32 2 1 0

Same 😁
Thanks for the explanation!

3 days ago 1 0 0 0
All R²=.999

All R²=.999

It's an interesting paper.
But don't these R² values look odd? All but the census data models are like this...

3 days ago 0 0 1 0

Actually openness meditates the effect of conscientiousness!

3 days ago 1 0 0 0

But there's a lot of research showing that grant decisions are unreliable and a widespread feeling that the way to win is to just roll the dice often enough. So, this may not be a very selective way to reduce submissions.

3 days ago 10 1 1 0
Advertisement

I was gonna say that my sandwiches typically aren't symmetrical, but when I actually wrote it out they kind of are?

Bread (top)
Spicy spread
Raw vegetables
Cheeses (optional)
Meats (optional)
Cooked vegetables (optional)
Creamy spread
Bread (bottom)

3 days ago 1 0 0 0

Unless...

tomato = diag(p)

4 days ago 0 0 1 0

I feel like that requires a tomato matrix.

4 days ago 1 0 1 0
Post image

When you just want heteroskedasticity-consistent standard errors, but AI thinks you're hungry for baked goods.

#rstats

4 days ago 22 4 1 0

Inspired: Skill.PhD

4 days ago 2 1 1 0

Science is a cumulative and collaborative process that requires human connection and interaction. I find it interesting that the 'lone genius' idea still gets romanticised in academia.

5 days ago 45 10 5 0
Post image

Maimonides (1190) on embracing uncertainty.

This is very applicable to modern statistical analysis...

4 days ago 5 0 0 0

I would point to @quantitude.bsky.social 's episodes:

quantitudepod.org/s3e09-semi-p...

quantitudepod.org/s6e20-domina...

5 days ago 1 0 0 0
Advertisement
dalex.drwhy.ai

If I absolutely must do feature importance, I usually go some model agnostic route, like permutation importance or SHAP or something like that. The DALEX package(s) are really good for those (r/python)

dalex.drwhy.ai

5 days ago 2 1 0 0

It goes something like this:

1. Formula for beta
2. Formula for part correlation - similar but not identical
3. Squared part correlation is the chance in a model's R² when dropping that variable.
4. Give example where predictor with biggest beta does not have biggest part correlation.

🎩🪄🐇

6 days ago 1 0 1 0

"... and if anyone can imagine how this would look in higher dimensions - please come see me after class."

6 days ago 2 0 0 0

r_xy is the simple correlation between each predictor and the outcome, beta_x is the standardized coefficient, yhat are the model predictions... And

R² = cor(y, yhat)² = 1 - sum((y-yhat)²)/sum((y-mean(y))²) = sum(r_xy*bets_x)

6 days ago 6 0 0 0

And of course, also taught my personal favorite formula for R²:

R² = sum(r_yx * beta_x)

6 days ago 4 0 1 0