Kudos+++ for this clear and well-demonstrated concept of matching and IPW ! Thanks
@TheYepyep33 жыл бұрын
Your videos are extremely helpful, thank you so much for making these!
@muhammedhadedy45702 жыл бұрын
Wow. That's amazing. This is propaply the best tutorial in explaining propensity score analysis on KZbin. Thank you so much for your work. You literally saved my life. :D :D
@paolatello80833 жыл бұрын
I'm veryyyyyy happy with your explanation! Keep doing this videos!
@kjevlevigen3 жыл бұрын
Fantastic procrastination before my Epidemiologi exam! Thank you :-)
@gordiballester3 жыл бұрын
Really helpful. Greetings from Spain, Viva España.
@noahcat90643 жыл бұрын
This is super helpful! Thanks for the video!
@austinpower142 жыл бұрын
Do anyone know what to do if you have a multinomial distribution? I have 4 potential outcomes.
@kenkoonwong21663 жыл бұрын
after calculating IPW, do we need to add the confounding variables back to lm to control after the weight has been provided? Thank you for the explanation. the video is very helpful.
@azulchincarini89242 жыл бұрын
Is there the possibility of combining differences in differences with matching propensity score?
@dataanalytics30013 жыл бұрын
If there are various estimates from adjusted regression, PS, and IPW all of them are significant and in the same direction. Is there any statistical tests to decide which one is correct or closer to the truth?
@priyankaroy3686 Жыл бұрын
extremely useful video for me. Thank you. However, I would like to ask how did you convert net into a new numeric column called net_num? I have a variable with "yes" and "no" which i had converted into factors with "as.factor" function. But that is not working for generating IPWs. please help
@munthirmansour2 жыл бұрын
what is the package used for ipw
@yeobin_mingyu3 жыл бұрын
Thank you SO much sincerely ! 감사합니다 !
@TheBjjninja Жыл бұрын
Thanks you. Around 9 minutes in, I would probably use mutate(ps= predict(model, type='reponse'). Much easier and less typing to just use the model and run predict()
@trueperson222 жыл бұрын
Can we just add family=binomial without link="logit" at 3:27? Thanks a lot for this great lecture
@phamnguyenductin6 ай бұрын
Yes, the default link function for family = binomial is the logit function. Only if we intend to use another link function do we need to specify otherwise.