Hi,
I would like to add weights to my code, using the csdid package for Callaway and Sant'Anna DiD estimator.
However, when I for example use the code
, I get an error that the pweights, or fweights are not allowed.
What am I doing wrong?
Best
I would like to add weights to my code, using the csdid package for Callaway and Sant'Anna DiD estimator.
However, when I for example use the code
Code:
eststo: csdid pchange_wage_f [pweight=size], ivar(kontor_handel) time(year) gvar(cs_var2) method(drimp) saverif(rif) replace
What am I doing wrong?
Best
Comment