Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • "teffects psmatch" & "tebalance summarize" with multiple imputation ~ continue

    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:
    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)
    They should be:
    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)
    Hello everyone, I am trying to complete a propensity score matching analysis using Stata's teffects psmatch command. I've completed the multiple imputation
Working...
X