Hello everyone,

Actually, I try to understand how to use an IPW estimator.
I have 11 treatments variables in a panel dataset, and they can all takes a value of -1, 0 or 1.
Because of all of this, I choose to use the AIPW estimator, with an ordered logit model.
I have learned a bit how to use it, how it works, but I still have questions:
If I use, for example,
Code:
teffects aipw (outcome) (treatments covariates, logit)
there is no need to use xtlogit then predict? It is my understanding I have to choose between these two methods, am I right?
How to differenciate treatments and covariates in the code?

Thanks in advance for your assistance.

PS: I didn't start to test some code, so I may have further questions.