Dear Statalist members!
May be anyone know the syntax, how to conduct logistic regression on a sample weighted (not matched) by propensity score?
E.g., for the linear regression on matched sample the syntax is:
psmatch2 treatment covariate1 covariate#, out(outcome) logit
reg outcome covariate1 covariate# [fweight=_weight]
But what is the such syntax for logistic regression on weighted sample?
May be anyone know the syntax, how to conduct logistic regression on a sample weighted (not matched) by propensity score?
E.g., for the linear regression on matched sample the syntax is:
psmatch2 treatment covariate1 covariate#, out(outcome) logit
reg outcome covariate1 covariate# [fweight=_weight]
But what is the such syntax for logistic regression on weighted sample?
Comment