├── bestreg.pkg ├── bestreg ├── bestreg.ado ├── bestreg.hlp └── lbestreg.mlib ├── bioprobit.pkg ├── bioprobit ├── bioprobit.ado ├── bioprobit.hlp ├── bioprobit_d2.ado └── bioprobit_p.ado ├── egen_inequal.pkg ├── egen_inequal ├── _gcov.ado ├── _gentropy.ado ├── _gfgt.ado ├── _ggini.ado ├── _ghalf.ado ├── _ginequal.ado ├── _gkakwani.ado ├── _gmehran.ado ├── _gmld.ado ├── _gpiesch.ado ├── _grmd.ado ├── _gsdl.ado ├── _gtheil.ado └── egen_inequal.hlp ├── elmo.pkg ├── elmo ├── elmo.ado └── elmo.hlp ├── fastgini.pkg ├── fastgini ├── fastgini.ado └── fastgini.hlp ├── gconc.pkg ├── gconc ├── gconc.ado └── gconc.sthlp ├── gicurve.pkg ├── gicurve ├── gicurve.ado └── gicurve.hlp ├── gidecomposition.pkg ├── gidecomposition ├── gidecomposition.ado └── gidecomposition.hlp ├── googletrans.pkg ├── googletrans ├── googletrans.ado └── googletrans.sthlp ├── lookfor_all.pkg ├── lookfor_all ├── lookfor_all.ado └── lookfor_all.hlp ├── movestay.pkg ├── movestay ├── movestay.ado ├── movestay.hlp ├── movestay_d2.ado ├── movestay_example.do ├── movestay_example.dta └── movestay_p.ado ├── pov_robust.pkg ├── pov_robust ├── pov_robust.ado └── pov_robust.hlp ├── ppreg.pkg ├── ppreg ├── ppreg.ado └── ppreg.hlp ├── readme.md ├── sedecomposition.pkg ├── sedecomposition ├── sedecomposition.ado └── sedecomposition.hlp ├── stata.toc ├── switch_probit ├── switch_probit.ado ├── switch_probit.sthlp ├── switch_probit_d2.ado ├── switch_probit_example.do ├── switch_probit_example.dta └── switch_probit_p.ado └── xml_tab ├── xml_tab.ado ├── xml_tab.hlp ├── xml_tab.pkg └── xml_tab_example.do /bestreg.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bestreg.pkg -------------------------------------------------------------------------------- /bestreg/bestreg.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bestreg/bestreg.ado -------------------------------------------------------------------------------- /bestreg/bestreg.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bestreg/bestreg.hlp -------------------------------------------------------------------------------- /bestreg/lbestreg.mlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bestreg/lbestreg.mlib -------------------------------------------------------------------------------- /bioprobit.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bioprobit.pkg -------------------------------------------------------------------------------- /bioprobit/bioprobit.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bioprobit/bioprobit.ado -------------------------------------------------------------------------------- /bioprobit/bioprobit.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bioprobit/bioprobit.hlp -------------------------------------------------------------------------------- /bioprobit/bioprobit_d2.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bioprobit/bioprobit_d2.ado -------------------------------------------------------------------------------- /bioprobit/bioprobit_p.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/bioprobit/bioprobit_p.ado -------------------------------------------------------------------------------- /egen_inequal.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal.pkg -------------------------------------------------------------------------------- /egen_inequal/_gcov.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gcov.ado -------------------------------------------------------------------------------- /egen_inequal/_gentropy.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gentropy.ado -------------------------------------------------------------------------------- /egen_inequal/_gfgt.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gfgt.ado -------------------------------------------------------------------------------- /egen_inequal/_ggini.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_ggini.ado -------------------------------------------------------------------------------- /egen_inequal/_ghalf.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_ghalf.ado -------------------------------------------------------------------------------- /egen_inequal/_ginequal.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_ginequal.ado -------------------------------------------------------------------------------- /egen_inequal/_gkakwani.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gkakwani.ado -------------------------------------------------------------------------------- /egen_inequal/_gmehran.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gmehran.ado -------------------------------------------------------------------------------- /egen_inequal/_gmld.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gmld.ado -------------------------------------------------------------------------------- /egen_inequal/_gpiesch.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gpiesch.ado -------------------------------------------------------------------------------- /egen_inequal/_grmd.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_grmd.ado -------------------------------------------------------------------------------- /egen_inequal/_gsdl.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gsdl.ado -------------------------------------------------------------------------------- /egen_inequal/_gtheil.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/_gtheil.ado -------------------------------------------------------------------------------- /egen_inequal/egen_inequal.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/egen_inequal/egen_inequal.hlp -------------------------------------------------------------------------------- /elmo.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/elmo.pkg -------------------------------------------------------------------------------- /elmo/elmo.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/elmo/elmo.ado -------------------------------------------------------------------------------- /elmo/elmo.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/elmo/elmo.hlp -------------------------------------------------------------------------------- /fastgini.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/fastgini.pkg -------------------------------------------------------------------------------- /fastgini/fastgini.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/fastgini/fastgini.ado -------------------------------------------------------------------------------- /fastgini/fastgini.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/fastgini/fastgini.hlp -------------------------------------------------------------------------------- /gconc.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gconc.pkg -------------------------------------------------------------------------------- /gconc/gconc.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gconc/gconc.ado -------------------------------------------------------------------------------- /gconc/gconc.sthlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gconc/gconc.sthlp -------------------------------------------------------------------------------- /gicurve.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gicurve.pkg -------------------------------------------------------------------------------- /gicurve/gicurve.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gicurve/gicurve.ado -------------------------------------------------------------------------------- /gicurve/gicurve.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gicurve/gicurve.hlp -------------------------------------------------------------------------------- /gidecomposition.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gidecomposition.pkg -------------------------------------------------------------------------------- /gidecomposition/gidecomposition.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gidecomposition/gidecomposition.ado -------------------------------------------------------------------------------- /gidecomposition/gidecomposition.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/gidecomposition/gidecomposition.hlp -------------------------------------------------------------------------------- /googletrans.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/googletrans.pkg -------------------------------------------------------------------------------- /googletrans/googletrans.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/googletrans/googletrans.ado -------------------------------------------------------------------------------- /googletrans/googletrans.sthlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/googletrans/googletrans.sthlp -------------------------------------------------------------------------------- /lookfor_all.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/lookfor_all.pkg -------------------------------------------------------------------------------- /lookfor_all/lookfor_all.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/lookfor_all/lookfor_all.ado -------------------------------------------------------------------------------- /lookfor_all/lookfor_all.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/lookfor_all/lookfor_all.hlp -------------------------------------------------------------------------------- /movestay.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/movestay.pkg -------------------------------------------------------------------------------- /movestay/movestay.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/movestay/movestay.ado -------------------------------------------------------------------------------- /movestay/movestay.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/movestay/movestay.hlp -------------------------------------------------------------------------------- /movestay/movestay_d2.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/movestay/movestay_d2.ado -------------------------------------------------------------------------------- /movestay/movestay_example.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/movestay/movestay_example.do -------------------------------------------------------------------------------- /movestay/movestay_example.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/movestay/movestay_example.dta -------------------------------------------------------------------------------- /movestay/movestay_p.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/movestay/movestay_p.ado -------------------------------------------------------------------------------- /pov_robust.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/pov_robust.pkg -------------------------------------------------------------------------------- /pov_robust/pov_robust.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/pov_robust/pov_robust.ado -------------------------------------------------------------------------------- /pov_robust/pov_robust.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/pov_robust/pov_robust.hlp -------------------------------------------------------------------------------- /ppreg.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/ppreg.pkg -------------------------------------------------------------------------------- /ppreg/ppreg.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/ppreg/ppreg.ado -------------------------------------------------------------------------------- /ppreg/ppreg.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/ppreg/ppreg.hlp -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/readme.md -------------------------------------------------------------------------------- /sedecomposition.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/sedecomposition.pkg -------------------------------------------------------------------------------- /sedecomposition/sedecomposition.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/sedecomposition/sedecomposition.ado -------------------------------------------------------------------------------- /sedecomposition/sedecomposition.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/sedecomposition/sedecomposition.hlp -------------------------------------------------------------------------------- /stata.toc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/stata.toc -------------------------------------------------------------------------------- /switch_probit/switch_probit.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/switch_probit/switch_probit.ado -------------------------------------------------------------------------------- /switch_probit/switch_probit.sthlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/switch_probit/switch_probit.sthlp -------------------------------------------------------------------------------- /switch_probit/switch_probit_d2.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/switch_probit/switch_probit_d2.ado -------------------------------------------------------------------------------- /switch_probit/switch_probit_example.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/switch_probit/switch_probit_example.do -------------------------------------------------------------------------------- /switch_probit/switch_probit_example.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/switch_probit/switch_probit_example.dta -------------------------------------------------------------------------------- /switch_probit/switch_probit_p.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/switch_probit/switch_probit_p.ado -------------------------------------------------------------------------------- /xml_tab/xml_tab.ado: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/xml_tab/xml_tab.ado -------------------------------------------------------------------------------- /xml_tab/xml_tab.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/xml_tab/xml_tab.hlp -------------------------------------------------------------------------------- /xml_tab/xml_tab.pkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/xml_tab/xml_tab.pkg -------------------------------------------------------------------------------- /xml_tab/xml_tab_example.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vavalomi/stata_tools/HEAD/xml_tab/xml_tab_example.do --------------------------------------------------------------------------------