Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (32 loc) · 1.31 KB

misc-stata

Miscellaneous Stata tools with varying levels of documentation.

To list the packages and view help files:

net cd https://raw.githubusercontent.com/stuartjcameron/misc-stata/master

The more complete and documented packages are listed below.

impartial

Analyse inequality between two groups. A simple inequality measurement tool developed to accompany the UNESCO Institute for Statistics Handbook on Measuring Equity in Education

net describe impartial, from(https://raw.githubusercontent.com/stuartjcameron/misc-stata/master)

writex

Wrapper for putexcel that makes writing to Excel more convenient.

net describe writex, from(https://raw.githubusercontent.com/stuartjcameron/misc-stata/master)

multresp

Recode text multiple response variable to dummy or count variables

net describe multresp, from(https://raw.githubusercontent.com/stuartjcameron/misc-stata/master)

hlog

Log to html file

net describe hlog, from(https://raw.githubusercontent.com/stuartjcameron/misc-stata/master)

spliti

Split a local macro into other macros

net describe spliti, from(https://raw.githubusercontent.com/stuartjcameron/misc-stata/master)