issues
search
Daniel-Pailanir
/
sdid
Synthetic Difference in Differences for Stata
GNU General Public License v3.0
74
stars
37
forks
source link
Backward compatibility of covariates() block
#81
Closed
DiegoCiccia
closed
3 months ago
DiegoCiccia
commented
3 months ago
areg ..., abs(`2' `3')
changed to
reg ... i.G_XX i.T_XX
, with G_XX and T_XX factor transformations of G and T
e(b) preallocated to matrix reg_res
areg ..., abs(`2' `3')
changed toreg ... i.G_XX i.T_XX
, with G_XX and T_XX factor transformations of G and T