Hello,

I have a quick question regarding weights in 'teffects'. Could you please point me towards the right direction? I have an analytical weight column in my dataset and I am trying to develop a Poisson model (in 'teffects') with an exogenous treatment as follows:

Code:
 teffects ra (Y X1 X2, poisson) (Type_A)  [aweight=wgt], aequations
However, the aweight does not work with a message "aweights not allowed. r(101)". I know that the aweight works in descriptive statistics and linear regression. Is there anyway that I can include the aweight in teffects?

I would appreciate your help.
Thanks.