Announcement

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

  • Propensity Score Matching for more than 2 groups

    Hi,

    I am using a Stata user written command
    Code:
    psmatch2
    as follows

    Code:
    logistic binary_outcome $covariates
    predict logodds, xb
    psmatch2 binary_outcome,  pscore(logodds) kernel common bwidth(0.06)
    I am wondering whether there's a way I can do the same for an outcome variable with more than two values.

    Thanks in advance
Working...
X