Announcement

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

  • 1:1 Mahalanobis matching using psmatch2

    Dear all,

    Is it possible to run one-to-one Mahalanobis matching using psmatch2?
    Using the following code results in one-to-many matching ( [1, 13] range of the _weight values):

    psmatch2 aqm, mahalanobis(age std_payor ch_score prov_area teach largehosp month) caliper (0.04) out(los)


    Victoria
    Last edited by VictoriaSmith; 23 Oct 2014, 17:22.

  • #2
    You likely are doing one-to-one matching. The _weight variable also deviates from one if you are doing matching with replacement, which occurs within Mahalanobis matching in the user-written -psmatch2-

    Hope this helps,
    Melissa

    Comment

    Working...
    X