- Stata
Infobox software
name = Stata
caption = Stata 10.0 on Windows
developer =Statacorp
latest_release_version = 10.1
latest_release_date =August 11 ,2008
operating_system = Windows,Mac OS X ,Unix ,Linux
genre =statistical analysis
license =proprietary
website = [http://www.stata.com/ www.stata.com]Stata is a general-purpose statistical software package created in 1985 by
StataCorp . It is used by many businesses and academic institutions around the world. Most of its users work inresearch , especially in the fields ofeconomics ,sociology ,political science , andepidemiology .Stata's full range of capabilities includes:
* Data management
* Statistical analysis
* Graphics
* Simulations
* Custom programmingThe name "Stata" was formed by
blending "statistics" and "data"; it is not anacronym .User interface
Since version 8.0, Stata has included a
graphical user interface which uses menus anddialog boxes to give access to nearly all built-in commands. This generates code which is always displayed, easing the transition to thecommand line interface and more flexiblescripting language . The dataset can be viewed or edited in spreadsheet format, but this must be closed before other commands are executed.Data structure and storage
Stata can only open a single
dataset at any one time. Stata holds the entire dataset in (random-access or virtual) memory, which limits its use with extremely large datasets. This is mitigated to some extent by efficient internal storage, as there are integer storage types which occupy only one or two bytes rather than four, and single-precision (4 bytes) rather than double-precision (8 bytes) is the default forfloating-point numbers.The dataset is always rectangular in format, that is, all variables hold the same number of observations (in more mathematical terms, all vectors have the same length, although some entries may be
missing value s).Stata's
file format s areplatform independent , so users of differentoperating system s can easily exchange datasets and programs. Additionally, in reference to Stata's datasets, Stata 10 is backward compatible with regard to Stata 8 and Stata 9, but Stata 8 and Stata 9 are not forward compatible with regard to Stata 10. In other words, Stata 10 can open datasets that were created in Stata 8 and Stata 9, but Stata 8 and Stata 9 are unable to open datasets that were created in Stata 10, unless the Stata 10 user saves with the "saveold" command. [ [http://www.stata.com/help.cgi?save Stata's 'help' entry for the "save" command] ]Extensibility
Stata is unusual among commercial statistics packages in allowing user-written commands, distributed as so called ado-files, to be straightforwardly downloaded from the internet which are then indistinguishable to the user from the built-in commands. In this respect, Stata combines the extensibility more often associated with open-source packages with features usually associated with commercial packages such as software verification,
technical support and professional documentation. Some user-written commands have later been adopted by StataCorp to become part of a subsequent official release after appropriate checking, certification and documentation.User community
Stata has an active email list ("Statalist", over 1000 messages per month), to which StataCorp employees regularly contribute. Statalist is maintained by Marcello Pagano, Harvard School of Public Health not by StataCorp itself. Articles about the use of Stata and new user-written commands are published in the quarterly
peer-reviewed Stata Journal. User group meetings are held annually in the USA, the UK, Germany and Italy, and less frequently in several other countries.Example Stata code
To perform
logistic regression of "y" on "x": logistic y xTo display ascatter plot of "y" against "x" restricted to values of "x" below 10: scatter y x if x < 10Timeline of releases
In recent years, StataCorp have released a new major release of Stata (incrementing the integer part of the version number) roughly every two years. Users must pay a fee if they wish to upgrade to the latest major release. Minor releases (incrementing the decimal part of the version number) are sometimes made available in between major releases. These are available as free downloadable updates to those who have a licence for the previous major release. Dates of all releases are available on the Stata website [ [http://www.stata.com/support/faqs/res/history.html History of Stata] ] . Stata's version control system is designed to give a very high degree of
backward compatibility , ensuring that code written for previous releases continues to work.See also
*
List of statistical packages
*Comparison of statistical packages References
External links
* [http://www.stata.com/ Official Stata website]
* [http://www.stata-journal.com/ "Stata Journal"]
* [http://fmwww.bc.edu/GStat/docs/StataIntro.pdf Extensive Introduction to Stata] - Kit Baum (Boston College)
* [http://statcomp.ats.ucla.edu/stata/ UCLA Stata Portal]
* [http://www.ats.ucla.edu/stat/stata/ UCLA ATS Resources to help you learn Stata] - Resources for learning Stata
* [http://www.ats.ucla.edu/stat/technicalreports/ UCLA ATS Technical Reports] - See Technical Report #1. Strategically using General Purpose Statistics Packages: A Look at Stata, SAS and SPSS
* [http://www.nd.edu/~rwilliam/stats1/StataHighlights.html Stata Highlights Page] - Demonstrates how Stata can be used for several basic and advanced statistical procedures
* [http://ideas.repec.org/s/boc/bocode.html Ideas Repec Statistical Software Components] - The main archive of user-written add-on programs (ado-files) for Stata
Wikimedia Foundation. 2010.