Stata Release 11 Installation Guide
Stata Release 11 Installation Guide
Stata Release 11 Installation Guide
Table of contents
Simple installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Installing Stata for Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Installing Stata for Mac . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
Installing Stata for Unix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Platforms and flavors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
Documentation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
1
Installing Stata for Windows
Upgrade or update?
If you are using an earlier Stata release and you are upgrading to Stata 11,
or if you have never installed Stata before on this computer, you need to read
this Installation Guide. If you have already installed Stata 11 and you would
like to install the latest updates to Stata 11, please refer to [GSW] 19 Updating
and extending Stata—Internet functionality.
3
4 [ IG ] Installing Stata for Windows
Installation
Have your Stata License and Authorization Key with you.
8. The installer will ask you where you want to install Stata.
9. The installer will then ask you where you want to set the default working
directory.
10. When the installation is complete, click on Finish to exit the installer.
11. If you would like to modify your installation or install other flavors of
Stata that are below the flavor of your license, you can run the installer
a second time. It will bring up the Application Maintenance dialog. Check
Modify, and click on the Next button. You can then choose the flavor(s)
of Stata that you would like to add.
If you would like to install Stata by using the command line, please consult
http://www.stata.com/support/faqs/win/autoinstall.html. Do this even if you have
installed previous versions of Stata via the command line, because the arguments
have changed.
If you get the message “The serial number, code, and authorization are
inconsistent”, try the initialization again. Be careful when typing your code
and authorization key. Anything that looks like “o” is the letter oh, anything
like “0” is a zero, anything like “1” is the number one, and anything like “L”
is the letter el.
Important: Do not lose your paper license. Keep it in a safe place. You may
need it again in the future.
If you experience any problems when trying to start Stata, see [GSW] A Trou-
bleshooting Stata. (We are assuming that you have successfully installed Stata
and have initialized the license. Please see the inside back cover for how to
access the PDF documentation from outside Stata.)
8 [ IG ] Installing Stata for Windows
Exiting Stata
To exit Stata, select Exit from the File menu or press Alt+F4. If you have made
any changes to the data in your dataset, including creating a new dataset, you
will be prompted to save the changes.
If you exit Stata by typing the equivalent exit command, you will see the
following in the Results window if you have made changes to your data:
. exit
no; data in memory would be lost
r(4);
If you would like to save your changes, you could save the dataset as you save
any other file by using File > Save or Ctrl+S. You can also save the dataset
by typing save filename. You could then type exit again, and Stata will quit.
If you do not wish to save your changes, you can force Stata to exit without
saving the dataset by typing exit, clear.
Installing Stata for Mac
Upgrade or update?
If you are using an earlier Stata release and you are upgrading to Stata 11,
or if you have never installed Stata before on this computer, you need to read
this Installation Guide. If you have already installed Stata 11 and you would
like to install the latest updates to Stata 11, please refer to [GSM] 19 Updating
and extending Stata—Internet functionality.
9
10 [ IG ] Installing Stata for Mac
4. You should not have any of your personal files in the Stata folder. But if
you do and wish to keep them, move them out of the Stata folder first.
5. If you are upgrading, drag the current Stata folder to the Trash, and
empty the Trash. Note: You must empty the Trash before proceeding.
6. You are now ready to install.
Installation
1. Insert the DVD.
2. Open the DVD from the Desktop, and double-click on the Installer appli-
cation to start the installation.
3. After you have carefully read the Read Me file and have agreed to the
software license agreement, click on Continue.
4. If you wish to change the drive that Stata will install to, change the Des-
tination. We recommend installing Stata in /Applications/Stata. Click
on Continue.
5. Choose the flavor of Stata that matches your license.
6. Click on the Install button.
7. Click on Quit after you see the message Installation was successful.
8. The Stata application detects the architecture of your Mac, so it runs
on Intel- and PowerPC-based Macs and is a 64-bit application on 64-bit
Intel-based Macs. Stata/MP will run on 64-bit Intel-based Macs only, and
Small Stata is 32-bit only.
If you get the message “The serial number, code, and authorization are
inconsistent”, try the initialization again. Be careful when typing your code
and authorization key. Anything that looks like “o” is the letter oh, anything
like “0” is a zero, anything like “1” is the number one, and anything like “L”
is the letter el.
Important: Do not lose your paper license. Keep it in a safe place. You may
need it again in the future.
If you experience any problems when trying to start Stata, see [GSM] A Trou-
bleshooting Stata. (We are assuming that you have successfully installed Stata
and have initialized the license. Please see the inside back cover for how to
access the PDF documentation from outside Stata.)
Quitting Stata
To quit Stata, select Quit from the Stata menu or press Command+Q. If you
have made any changes to the data in your dataset, including creating a new
dataset, you will be prompted to save the changes.
If you quit Stata by typing the equivalent exit command, you will see the
following in the Results window if you have made changes to your data:
. exit
no; data in memory would be lost
r(4);
If you would like to save your changes, you could save the dataset as you
save any other file by using File > Save or Command+S. You can also save the
dataset by typing save filename. You could then type exit again, and Stata
will quit. If you do not wish to save your changes, you can force Stata to exit
without saving the dataset by typing exit, clear.
Installing Stata for Unix
Installation overview
The outline of the installation process is as follows:
1. Find your installation DVD and a paper copy of the License and Authorization
Key.
2. As superuser, create the directory in which you want to install Stata.
3. Change to that directory and run the installation script that is on the Stata
DVD.
4. Follow the instructions during the installation process.
5. Once the installation is complete, enter your license codes.
The details for each of these steps are below, with some pointers for trou-
bleshooting.
If you wish to install Stata in a completely different directory, you are free to
do so.
13
14 [ IG ] Installing Stata for Unix
Users who want to access Stata must modify their .profile or .cshrc or
.login shell start-up scripts to include the Stata installation directory in their
PATH. Throughout this manual, we will assume that you have installed Stata
in /usr/local/stata11 and used a symbolic link to /usr/local/stata.
Upgrading
If you are upgrading from Stata 10, you can leave Stata 10 installed where
it is, allowing you to have both Stata 10 and Stata 11. Install Stata 11 in
/usr/local/stata11 and leave Stata 10 alone.
Have your users modify their shell start-up scripts to use the proper PATH for
Stata 11. Otherwise, when they run Stata, they will be running Stata 10.
If you want to uninstall Stata 10, type
# rm -r /usr/local/stata10
Install Stata
Set your current directory to /usr/local/stata11 and run the installation
script,
# cd /usr/local/stata11
# /media/Stata/install
replacing /media/Stata with the path to the DVD if your device path differs
(other common paths are /dev/cdrom and /mount/stata). If you have trouble
running the installer, it could be because your version of Unix will not, by
default, allow you to run applications from a DVD. Please see page 18 for
more help.
Follow the prompts. Nothing will be written until you say it is OK to do so.
You will be asked if you accept the software license agreement, which can
be found in the file license.pdf on your installation media. Read and accept
the software license agreement to proceed with the installation.
You will be asked for your serial number, code, and authorization key, which
are printed on your License and Authorization Key. The code and authorization
are not case sensitive. You will also be asked to specify your name and address
if you have a single-user license, or the institution name and department or
address if you have a multiple-user license. When you invoke Stata in the
future, the license information will be displayed along with the name and
address you enter. This information will also be written in system files that
Stata creates so that, should you ever need to send a file to us, we will know
whom it is from. Whenever you or any of your users calls our technical support
line, we will ask for this information, all of which Stata reports when it begins
execution.
If, for some reason, you need to reinitialize the license for an installed copy of
Stata, you will have to contact Stata Technical Support for special instructions.
% sh
$ PATH=$PATH:/usr/local/stata
$ export PATH
For Stata(console):
$ stata
16 [ IG ] Installing Stata for Unix
For Stata(GUI):
$ xstata
Stata should launch. Use stata-se or xstata-se if you have Stata/SE, and
stata-mp or xstata-mp if you have Stata/MP. If Stata does not start properly,
see page 18.
Assuming that nothing is wrong, type
. exit
$ exit
The first exit took us out of Stata. The second exit took us out of the sh
that we temporarily invoked.
Edit the file and add /usr/local/stata to the end of the list:
set path = (/bin /usr/bin /usr/local/bin ~/bin /usr/local/stata)
If you use bash, sh, or ksh, there is a line in your .profile (in your home
directory) that looks like
PATH="/bin:/usr/bin:/usr/local/bin:$HOME/bin"
If you are using a symbolic link to your Stata installation directory and you
have included the path to the Stata installation directory, be sure that the
symbolic link appears before the true directory in the path.
Log out and log back in so that the changes you have made will take effect.
Stata should now work from any directory on your computer.
[ IG ] Installing Stata for Unix 17
It’s also a good idea to periodically check for updates to Stata. See [GSU] 19 Up-
dating and extending Stata—Internet functionality for more information about
updating. If you have trouble connecting to the Internet from Stata, visit
http://www.stata.com/support/faqs/web/ for help.
Starting Stata
With Stata for Unix, you can choose between two user interfaces. The first
option is the graphical user interface, or GUI, which we will refer to as
Stata(GUI). The second option is the nongraphical user interface, which we
will refer to as Stata(console). If instructions apply to either interface, we will
simply refer to Stata.
Upon installation, both interfaces are installed, but only the GUI version can
display graphs. If you use X Windows, you will be able to invoke either
interface, GUI or console, at each session. See [GSU] 2 The Stata user interface
for more information about the Stata user interface.
To start Stata from a Unix prompt, type
Exiting Stata
To exit Stata(GUI), select Exit from the File menu or press Ctrl+Q. If you have
made any changes to the data in your dataset, including creating a new dataset,
you will be prompted to save the changes.
If you exit Stata by typing the equivalent exit command, which is the only
way to exit the console version of Stata, you will see the following in the
Results window if you have made changes to your data:
. exit
no; data in memory would be lost
r(4);
If you would like to save your changes in Stata(GUI), you could save the
dataset as you save any other file by using File > Save or Ctrl+S. In either
Stata, you can also save the dataset by typing save filename. You could then
type exit again, and Stata will quit. If you do not wish to save your changes,
you can force Stata to exit without saving the dataset by typing exit, clear.
If you had trouble with the installation of Stata, it could be because you have
a recent copy of Unix that will not allow you to run applications from a DVD
drive. Type df -l to see what local devices are mounted; one should look like
the Stata DVD. For example, you could see something like
$ df -l
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda6 23054660 5528268 16336380 26% /
/dev/hdc 274158 274158 0 100% /media/Stata
If you see something indicating that the Stata DVD is successfully mounted,
you need to see if you are being prevented from running applications directly
from the DVD. Type mount to get information about any mounted file systems.
Somewhere on the list, you should see information about your DVD. Continuing
with the above example, you should see your device name and mount point
in the output:
$ mount
omitted output
/dev/hdc on /media/Stata type iso9660 (ro,noexec,nosuid,nodev,uid=220)
[ IG ] Installing Stata for Unix 19
If you see the term noexec appear, you are not allowed to run applications
from a DVD. Your best course of action is to copy everything from the Stata
DVD to a temporary directory and run the installation from there. Substitute
your mount point for /media/Stata below.
$ mkdir /tmp/statainstall
$ cp -r /media/Stata /tmp/statainstall
$ mkdir /usr/local/stata11
$ cd /usr/local/stata11
$ sudo /tmp/statainstall/install
After you have Stata running and initialized, you can delete the temporary
directory /tmp/statainstall.
If you are still having problems installing or if you have any other troubles, please
see the Unix FAQs on our web site at http://www.stata.com/support/faqs/unix/.
If this does not help, contact Stata Technical Support. Please gather all the
information you can about your system, including your computer model and
the type and version of Unix that you are using.
Other messages
The other messages indicate that Stata thinks you are attempting to do something
that you are not licensed to do. Most commonly, you are attempting to run Stata
over a network when you do not have a network license, but there are many
other alternatives. There are two possibilities: either you really are attempting
to do something that you are not licensed to do, or Stata is wrong. In either
case, you are going to have to contact us. Your license can be upgraded, or,
if Stata is wrong, we can provide codes to make Stata stop thinking that you
are violating the license; see [U] 3.9 Technical support.
the likely reason is that the operating system cannot find the necessary libraries.
Stata does not rely on any unique libraries; you can rest assured that the libraries
you need are on your system. You should look for the library in question
on your system and make sure the environment variable LD LIBRARY PATH
includes the path to the directory where the library in question is located. Your
system administrator may be able to help with this task.
[ IG ] Installing Stata for Unix 21
Available platforms
Stata for Mac is available for both PowerPC- and Intel-based Macs running
Mac OS X version 10.5 or newer. Stata runs as a 64-bit application on 64-bit
Intel-based Macs.
Stata for Windows is available for 32-bit x86, 64-bit x86-64 and 64-bit Itanium R
versions of Windows 2000, XP, Vista, and Windows 7.
Stata for Unix is available for 64-bit AIX, 32-bit Linux for x86, 64-bit Linux
for x86-64, 64-bit Linux for Intel Itanium, 64-bit Solaris for SPARC, and 64-bit
Solaris for x86-64.
Support for other platforms may have been added; contact us for the latest
information.
Available flavors
23
Documentation
All the documentation for Stata is included in PDF format. You can open it
from within Stata by clicking on Help > PDF Documentation. It is also linked
into Stata’s online help. If you want to get to the PDF documents directly, they
can be found in the utilities subdirectory of the Stata installation directory.
There is also a copy of the manuals at the top level of the installation DVD. For
information about how to optimally set up Adobe Reader for viewing the PDF
manuals, please visit http://www.stata.com/support/faqs/res/documentation.html.
When reading the manuals, you will find references to other Stata manuals.
For example,
[U] 26 Overview of Stata estimation commands
[R] regress
The first example is a reference to chapter 26, Overview of Stata estimation com-
mands, in the User’s Guide; and the second is a reference to the regress entry in
the Base Reference Manual. All of these are clickable in the PDF documentation.
All the manuals in the Stata Documentation have a shorthand notation:
[GSM] Getting Started with Stata for Mac
[GSU] Getting Started with Stata for Unix
[GSW] Getting Started with Stata for Windows
[U] Stata User’s Guide
[R] Stata Base Reference Manual
[D] Stata Data-Management Reference Manual
[G] Stata Graphics Reference Manual
[XT] Stata Longitudinal-Data/Panel-Data Reference Manual
[MI] Stata Multiple-Imputation Reference Manual
[MV] Stata Multivariate Statistics Reference Manual
[P] Stata Programming Reference Manual
[SVY] Stata Survey Data Reference Manual
[ST] Stata Survival Analysis and Epidemiological Tables Reference Manual
[TS] Stata Time-Series Reference Manual
[I] Stata Quick Reference and Index
[M] Mata Reference Manual
http://www.stata-press.com/manuals/
25