Announcement

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

  • PSM-psmatch2


    Hi all,
    i have recently started reading and studying the matching procedure, i happened to see these two codes and i can't understand the difference. can anyone help me? thank you

    Code:
    psmatch2 treat x1 x3 , outcome(outcome_variable)  neighbor(1)
    Code:
     probit treat x1 x2 predict ps, pr su ps if e(sample)  
    * Matching by nearest neighbor
     psmatch2 treat, pscore(ps) neighbor(1) noreplacement

  • #2
    the difference is the noreplacement option, also the covariates differ but I guess that's a typo.

    Comment


    • #3
      Yes, it is a typo. Thank you very much. So I can decide whether to calculate the propensity score with probit or have the psmatch2 command do it all? thanks

      Comment


      • #4
        yes. or you can use logit which is equivalent to psmatch2 with logit option.

        Comment


        • #5
          ok, thanks!!

          Comment

          Working...
          X