Hello everyone, please help me.
https://www.statalist.org/forums/for...ple-imputation
I have read the link above and tried it the same way (Yulia Marchenko (StataCorp)’s way).
I found and fixed some mistakes. But I do not know how to get the integrated final result and tebalance summarize.
I also want to know if this command works with psmatch 2.
please tell me. Thank you in advance.
Original codes were:
They should be:
https://www.statalist.org/forums/for...ple-imputation
I have read the link above and tried it the same way (Yulia Marchenko (StataCorp)’s way).
I found and fixed some mistakes. But I do not know how to get the integrated final result and tebalance summarize.
I also want to know if this command works with psmatch 2.
please tell me. Thank you in advance.
Original codes were:
Code:
.mi xeq 0 1: teffects psmatch (outcome) (binary_exposure confounders), atet nneighbor(4) caliper(0.2) generate(matches)
Code:
.mi xeq: teffects psmatch (outcome) (binary_exposure confounders), atet nneighbor(4) caliper(0.2) generate(matches)
Code:
.mi xeq 0: teffects psmatch (outcome) (binary_exposure confounders), atet nneighbor(4) caliper(0.2) generate(matches)
Code:
.mi xeq: teffects psmatch (outcome) (binary_exposure confounders), atet nneighbor(4) caliper(0.2)