Stata
Products Purchase Support Company
Search
   >> Home >> Products >> Why use Stata? >> Stata is easy to use

Stata is easy to use

  • Stata has a topical index built into the online help system.

  • Stata has an easy-to-use point-and-click interface providing access to its commands.

  • Stata also has a simple, consistent command syntax.

  • Here’s how you do an OLS regression using a command:
            . regress mvalue gender age income educ1-educ6
    You can also do an OLS regression using a dialog box.

  • Most commands have the same syntax, whether the command fits a model, produces descriptive statistics, or performs a data-management task:
            . summarize age income
            . tabulate age
            . logit outcome gender status exp if age>29
            
            . scatter income educ if state=="Texas"
            . drop if age <= 29
            
            . by gender: tabulate case exposure
            . by agegrp: summarize income yrswk
    All of these operations can also be performed using dialog boxes.

Tell me more. Show me the sample session.

Stata 10
Overview: Why use Stata?
Interface
Easy to use
Fast
Accurate
Statistics
Data management
Graphics
Extensible
Matrix programming
Introduction to Mata
Documentation
Document analyses
Widely distributed
Who uses Stata?
User comments
Stata/MP
64-bit Stata
Capabilities
New in Stata 10
Supported platforms
Which Stata package?
Technical support
User comments
Products
Stata 10
Order Stata
Upgrade
NetCourses
Bookstore
Stata Journal
Stata Press
Stata News
STB
Stat/Transfer
Gift Shop

Site overview
Products
Resources & support
Company
Site index

© Copyright 1996–2008 StataCorp LP   |   Terms of use   |   Privacy   |   Contact us   |   Site index