Hi everyone, any help would be greatly appreciated here. I am attempted to calculate doubly robust estimators following psmatch2
I am specifically attempting to estimate the ATT of experiencing an adverse event in hospital on the readmission rate following discharge.
My code is as follows:
psmatch2 adverse_event alter sex i.charlindex i.imddecile i.q1_score, outcome(readmission)
I have seen a post which says this can be done by using _weights from psmatch2, but does not explain how to do this.
Does anyone have any ideas?
Thank you!
I am specifically attempting to estimate the ATT of experiencing an adverse event in hospital on the readmission rate following discharge.
My code is as follows:
psmatch2 adverse_event alter sex i.charlindex i.imddecile i.q1_score, outcome(readmission)
I have seen a post which says this can be done by using _weights from psmatch2, but does not explain how to do this.
Does anyone have any ideas?
Thank you!
Comment