I would like to use a propensity score matching (PSM) to evaluate the effect of a treatment T on an outcome Y.
In most of the papers that I have read, the outcome is continuous: health expenditures, income, etc. However, my outcome is multinomial since it corresponds to political parties for which people vote. I can order my outcome so that higher values correspond to a greater openness to a certain policy for example. However, I don't know if it is possible to use a PSM when the outcome is not continuous but multinomial.
In Stata 13 manual (p.34), it is said:
The outcome models can be continuous, binary, count, or nonnegative. The treatment model can be binary, or it can be multinomial, allowing for multivalued treatments.
Do you know if multinomial variables are accepted as outcome?
If not, could you explain why count variables are accepted and multinomial variables are not?
If it is accepted, do you know if it is covered by some R packages?