Hi,
I am using a Stata user written command
as follows
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
I am using a Stata user written command
Code:
psmatch2
Code:
logistic binary_outcome $covariates predict logodds, xb psmatch2 binary_outcome, pscore(logodds) kernel common bwidth(0.06)
Thanks in advance