Statistics with Stata

Stata is a powerful statistical and data management software package. For more details, go to: www.stata.com. The distributor in Australia is Survey Design and Analysis, based in Victoria: http://survey-design.com.au/

Listed below are a number of Stata programs (ado files) and related materials which are freely available for download. These programs are also available from the SSC archives in Boston, and downloadable within Stata using the ssc command (type "help ssc" inside Stata for more information). In addition, this site has some other materials not available from the SSC archives: some JEdit code and some materials for the -tabout- program, including a tutorial. There is also an article which illustrates how to do basic programming with matrices.

tabout: command to export publication quality cross-tabulations to a text file. This is the NEW version (2.0.2), and requires Stata 9.2

figout: ancillary command to facilitate the creation of Stata graphs from tabout tables. Requires Stata 8.2

tabout8: command to export publication quality cross-tabulations to a text file. This is the OLD version, and is made available for those users who only have Stata 8.2

decomp: command to compute Blinder-Oaxaca wage decompositions

latab: command to export -tabulate- results in LaTeX format (now superseded by -tabout-)

latabstat: command to export -tabstat- results in LaTeX format (partly superseded by -tabout-)

Stata JEdit integration: code for a JEdit macro to copy and paste selected text to a file (marked.do) which can then be run inside Stata

Article on programming with matrices: [download]