blog/2021/12/20/fully-bayesian-ate-iptw/index #64
Replies: 6 comments 1 reply
-
This approach can also be used for ("Bayesian"/fractional-random-weight) bootstrapping by sampling weights from X, where X/n is Dirichlet distributed, typically with the vector of alphas consisting only of ones. |
Beta Was this translation helpful? Give feedback.
-
To make it work with
Then you just compile the model like this:
|
Beta Was this translation helpful? Give feedback.
-
wow. |
Beta Was this translation helpful? Give feedback.
-
Other alternative is use "full luxury bayes" .In Bayesian we can fit all dag jointly. Here is the code for thist dag.
And
The original idea was from |
Beta Was this translation helpful? Give feedback.
-
Awesome, I was just thinking about the best way to do IPTW in a Bayesian way and this + the previous post answers most of my questions. One thing I wonder is that it seems to me that you should be able to treat the selection and outcome model jointly (though likely not easily with Are you aware of people trying to make this work? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to adapt this for multiple treatments rather than binary? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
blog/2021/12/20/fully-bayesian-ate-iptw/index
Use a posterior distribution of inverse probability weights in a Bayesian outcome model to conduct (nearly) fully Bayesian causal inference with R, brms, and Stan
https://www.andrewheiss.com/blog/2021/12/20/fully-bayesian-ate-iptw/index.html
Beta Was this translation helpful? Give feedback.
All reactions