*** Install all the programs in the ado/plus-folder from internet
ssc install geodist, replace
ssc install binscatter, replace
ssc install ivreg2, replace
ssc install ranktest, replace
ssc install estout, replace
ssc install erepost, replace
ssc install coefplot, replace
ssc install tmpdir, replace
ssc install reg2hdfe, replace
cap ado uninstall rdrobust
net install rdrobust, from("https://raw.githubusercontent.com/rdpackages/rdrobust/master/stata") replace
cap ado uninstall binsreg
net install binsreg, from("https://raw.githubusercontent.com/nppackages/binsreg/master/stata") replace
cap ado uninstall ftools
net install ftools, from("https://raw.githubusercontent.com/sergiocorreia/ftools/master/src/") replace
cap ado uninstall reghdfe
net install reghdfe, from("https://raw.githubusercontent.com/sergiocorreia/reghdfe/master/src/") replace
cap ado uninstall ivreghdfe
net install ivreghdfe, from("https://raw.githubusercontent.com/sergiocorreia/ivreghdfe/master/src/") replace
cap ado uninstall lpdensity
net install lpdensity, from("https://raw.githubusercontent.com/nppackages/lpdensity/master/stata") replace
cap ado uninstall rddensity
net install rddensity, from("https://raw.githubusercontent.com/rdpackages/rddensity/master/stata") replace */
***The End