Hi all,
I am using the ssc installed command ebalance for entropy balancing. I am conducting a test measuring differences among survey respondents in an outcome before and after events. In addition to my treatment variable, I have event FEs and district FEs.
I am wondering if this is the correct way to create the weights:
Or whether I also include the event FEs and district FES and additional covariates when creating the weights.
I am using the ssc installed command ebalance for entropy balancing. I am conducting a test measuring differences among survey respondents in an outcome before and after events. In addition to my treatment variable, I have event FEs and district FEs.
I am wondering if this is the correct way to create the weights:
Code:
ebalance treat covars , gen(eb_weights)
Comment