Software
dyadclust
: Estimates cluster-robust standard errors for dyadic data using multiway decomposition as described in Aronow et al. (2015). The package also supports parallel computing usingparallel
.
To install the package and update it the following command can be used in Stata:
net install dyadclust, from (https://raw.githubusercontent.com/cfbalcazar/dyadclust/main/dyadclust/) replace force all
nopomatch
: Estimates the decomposition of a binary treatment using non-parametric matching as described in Nopo (2008). I worked with this methodology many years ago and made an extension of the do-file that allows the user decomposing the difference in means for binary outcomes.
To install the package and update it the following command can be used in Stata:
net install nopomatch, from (https://raw.githubusercontent.com/cfbalcazar/nopomatch/main/nopomatch/) replace force all