Stata

Stata is a statistical package for analysis, graphics and data management written and published by Stata Corp.. It is in my opinion an extremly well written piece of software, but there are a number of other packages available such asS.A.S., S-Plus, R (the GNU 'free' implementation of S-Plus), or any of the other common Statistical pacakges.

Stata is an excellent piece of software for data management, statistical analysis and the production of graphics. Part of its power (as with the other statistical systems mentioned above) comes from a command line interface that is combined with its own scripting language (called Do (*.do) and Ado (*.ado) files). This allows a user to perform their manipulations and analyses in a replicable manner so that a set of published results may be recreated at any point in time in the future (providing you have access to a functional copy of Stata). Stata will, if instructed to do so, keep a record of the changes that occur to your data during manipulation, or the results of any analysis you may carry out (stored in a log file), and it is recommended that you make use of this function for recording the manipulations that are performed on your data.

You should never use Excel for statistical analysis, see the section listed below.


Last modified: Wed Aug 24 09:22:25 BST 2005