Elektrine lite

← Feed

@rlmcelreath@nerdculture.de

Post #1054290

2024-06-23 08:39 UTC

Looking for a mind-growing distraction? How about my 3 part intro to Bayesian causal inference. It's like a condensed version of my book, 10 weeks of causal computation in 3 short blog posts. Take with plenty of water. https://elevanth.org/blog/2021/06/15/regression-fire-and-dangerous-things-1-3/

Replies (1)

  • @tmalsburg@scholar.social 2024-06-23 17:29

    @rlmcelreath Thanks for reminding me of this series of posts. So good! But I think there is a small error: "The influence of B1 [on D] is positive, we know because we simulated the data." But the in the part that generates the data: D <- rnorm( N , 2*B2 + U + 0*M ) No influence of B1. Does the text perhaps assume 1*M?

    Open ##1054328