I
I
I
RELEASE 13
Published by Stata Press, 4905 Lakeway Drive, College Station, Texas 77845
Typeset in TEX
ISBN-10: 1-59718-129-3
ISBN-13: 978-1-59718-129-7
This manual is protected by copyright. All rights are reserved. No part of this manual may be reproduced, stored
in a retrieval system, or transcribed, in any form or by any means—electronic, mechanical, photocopy, recording, or
otherwise—without the prior written permission of StataCorp LP unless permitted subject to the terms and conditions
of a license granted to you by StataCorp LP to use the software and documentation. No license, express or implied,
by estoppel or otherwise, to any intellectual property rights is granted by this document.
StataCorp provides this manual “as is” without warranty of any kind, either expressed or implied, including, but
not limited to, the implied warranties of merchantability and fitness for a particular purpose. StataCorp may make
improvements and/or changes in the product(s) and the program(s) described in this manual at any time and without
notice.
The software described in this manual is furnished under a license agreement or nondisclosure agreement. The software
may be copied only in accordance with the terms of the agreement. It is against the law to copy the software onto
DVD, CD, disk, diskette, tape, or any other medium for any purpose other than backup or archival purposes.
The automobile dataset appearing on the accompanying media is Copyright
c 1979 by Consumers Union of U.S.,
Inc., Yonkers, NY 10703-1057 and is reproduced by permission from CONSUMER REPORTS, April 1979.
Stata, , Stata Press, Mata, , and NetCourse are registered trademarks of StataCorp LP.
Stata and Stata Press are registered trademarks with the World Intellectual Property Organization of the United Nations.
NetCourseNow is a trademark of StataCorp LP.
Other brand and product names are registered trademarks or trademarks of their respective companies.
For copyright information about the software, type help copyright within Stata.
i
Combined subject table of contents
This is the complete contents for all manuals. Every estimation command has a postestimation entry;
however, not all postestimation entries are listed here.
Getting started
Data manipulation and management
Basic data commands Labeling, display formats, and notes
Creating and dropping variables Changing and renaming variables
Functions and expressions Examining data
Dates and times File manipulation
Loading, saving, importing, and exporting data Miscellaneous data commands
Combining data Multiple imputation
Reshaping datasets
Utilities
Basic utilities Internet
Error messages Data types and memory
Stored results Advanced utilities
Graphics
Common graphs Survival-analysis graphs
Distributional graphs Time-series graphs
Multivariate graphs More statistical graphs
Quality control Editing
Regression diagnostic plots Graph utilities
ROC analysis Graph schemes
Smoothing and densities Graph concepts
Statistics
ANOVA and related Multiple imputation
Basic statistics Multivariate analysis of variance and
Binary outcomes related techniques
Categorical outcomes Nonlinear regression
Censored and truncated regression models Nonparametric statistics
Cluster analysis Ordinal outcomes
Correspondence analysis Other statistics
Count outcomes Pharmacokinetic statistics
Discriminant analysis Power and sample size
Do-it-yourself generalized method of moments Quality control
Do-it-yourself maximum likelihood estimation ROC analysis
Endogenous covariates Rotation
Epidemiology and related Sample selection models
Estimation related Simulation/resampling
Exact statistics Standard postestimation tests, tables,
Factor analysis and principal components and other analyses
Generalized linear models Structural equation modeling
Indicator and categorical variables Survey data
Linear regression and related Survival analysis
Logistic and probit regression Time series, multivariate
Longitudinal data/panel data Time series, univariate
1
2 Combined subject table of contents
Getting started
[GSM] Getting Started with Stata for Mac . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[GSU] Getting Started with Stata for Unix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[GSW] Getting Started with Stata for Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[U] Chapter 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Resources for learning and using Stata
[U] Chapter 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata’s help and search facilities
[R] help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display help in Stata
[R] search . . . . . . . . . . . . . . . . . . . . . . . . . Search Stata documentation and other resources
Combining data
[U] Chapter 22 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Combining datasets
[D] append . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Append datasets
[MI] mi append . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Append mi data
[D] cross . . . . . . . . . . . . . . . . . . . . . . . . . Form every pairwise combination of two datasets
[D] joinby . . . . . . . . . . . . . . . . . . . . . . . . . . . Form all pairwise combinations within groups
[D] merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Merge datasets
[MI] mi merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Merge mi data
4 Combined subject table of contents
Reshaping datasets
[D] collapse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Make dataset of summary statistics
[D] contract . . . . . . . . . . . . . . . . . . . . . . . . . . . Make dataset of frequencies and percentages
[D] expand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Duplicate observations
[D] expandcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Duplicate clustered observations
[D] fillin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rectangularize dataset
[D] obs . . . . . . . . . . . . . . . . . . . . . . . . . . . Increase the number of observations in a dataset
[D] reshape . . . . . . . . . . . . . . . . . . . . Convert data from wide to long form and vice versa
[MI] mi reshape . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reshape mi data
[TS] rolling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rolling-window and recursive estimation
[D] separate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create separate variables
[SEM] ssd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Making summary statistics data (sem only)
[D] stack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stack data
[D] statsby . . . . . . . . . . . . . . . . . . . . . . . . . Collect statistics for a command across a by list
[D] xpose . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interchange observations and variables
Examining data
[GS] Chapter 6 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . . Using the Data Editor
[D] cf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compare two datasets
[D] codebook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe data contents
[D] compare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compare two variables
[D] count . . . . . . . . . . . . . . . . . . . . . . . . Count observations satisfying specified conditions
[D] describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe data in memory or in file
Combined subject table of contents 5
File manipulation
[D] cd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change directory
[D] cf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compare two datasets
[D] changeeol . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert end-of-line characters of text file
[D] checksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate checksum of file
[D] copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy file from disk or URL
[D] dir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display filenames
[D] erase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Erase a disk file
[D] filefilter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert text or binary patterns in a file
[D] mkdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create directory
[D] rmdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Remove directory
[D] type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display contents of a file
[D] zipfile . . . . . . . . Compress and uncompress files and directories in zip archive format
Multiple imputation
[MI] mi add . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add imputations from another mi dataset
[MI] mi append . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Append mi data
[MI] mi convert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change style of mi data
6 Combined subject table of contents
Utilities
Basic utilities
[GS] Chapter 13 (GSM, GSU, GSW) . . . . . . . . Using the Do-file Editor—automating Stata
[U] Chapter 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata’s help and search facilities
[U] Chapter 15 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Saving and printing output—log files
[U] Chapter 16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Do-files
[R] about . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display information about your Stata
[D] by . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Repeat Stata command on subsets of the data
[R] cls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear Results window
[R] copyright . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display copyright information
[R] do . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Execute commands from a file
[R] doedit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Edit do-files and other text files
[R] exit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exit Stata
[R] help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display help in Stata
[R] level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set default confidence level
[R] log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Echo copy of session to file
[D] obs . . . . . . . . . . . . . . . . . . . . . . . . . . . Increase the number of observations in a dataset
Combined subject table of contents 7
Error messages
[U] Chapter 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Error messages and return codes
[P] error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display generic error message and exit
[R] error messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Error messages and return codes
[P] rmsg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Return messages
Stored results
[U] Section 13.5 . . . . . . . . . . . . . . . . . . . . . . . . . Accessing coefficients and standard errors
[U] Section 18.8 . . . . . . . . . . . . . . . . . . . . . Accessing results calculated by other programs
[U] Section 18.9 . . . . . . . . . . . . . . . Accessing results calculated by estimation commands
[U] Section 18.10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Storing results
[P] creturn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Return c-class values
[P] ereturn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Post the estimation results
[R] estimates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save and manipulate estimation results
[R] estimates describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe estimation results
[R] estimates for . . . . . . . . . . . . . . . . . . . . . Repeat postestimation command across models
[R] estimates notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add notes to estimation results
[R] estimates replay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Redisplay estimation results
[R] estimates save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save and use estimation results
[R] estimates stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Model-selection statistics
[R] estimates store . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Store and restore estimation results
[R] estimates table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compare estimation results
[R] estimates title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set title for estimation results
[P] return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preserve stored results
[P] return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Return stored results
[R] stored results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stored results
Internet
[U] Chapter 28 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using the Internet to keep up to date
[R] adoupdate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Update user-written ado-files
[D] checksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate checksum of file
[D] copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy file from disk or URL
[R] net . . . . . . . . . . . . . . . . . . . Install and manage user-written additions from the Internet
[R] net search . . . . . . . . . . . . . . . . . . . . . . . . . . Search the Internet for installable packages
[R] netio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Control Internet connections
[R] news . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report Stata news
[R] sj . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Journal and STB installation instructions
[R] ssc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Install and uninstall packages from SSC
[R] update . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Check for official updates
[D] use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Load Stata dataset
Advanced utilities
[D] assert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Verify truth of claim
[D] cd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change directory
[D] changeeol . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert end-of-line characters of text file
[D] checksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate checksum of file
[D] copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy file from disk or URL
[P] datasignature . . . . . . . . . . . . . . . . . . . . . . . . . . Determine whether data have changed
[D] datasignature . . . . . . . . . . . . . . . . . . . . . . . . . . . . Determine whether data have changed
[R] db . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Launch dialog
[P] dialog programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dialog programming
[D] dir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display filenames
[P] discard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop automatically loaded programs
[D] erase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Erase a disk file
[P] file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Read and write ASCII text and binary files
[D] filefilter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert text or binary patterns in a file
[D] hexdump . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display hexadecimal report on file
[D] mkdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create directory
[R] more . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The —more— message
[R] query . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display system parameters
[P] quietly . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quietly and noisily perform Stata command
[D] rmdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Remove directory
[R] set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Overview of system parameters
[R] set cformat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Format settings for coefficient tables
[R] set defaults . . . . . . . . . . . . . . . . . . . Reset system parameters to original Stata defaults
[R] set emptycells . . . . . . . . . . . . . . . . . . . . Set what to do with empty cells in interactions
[R] set seed . . . . . . . . . . . . . . . . . . . . . . . . . . . Specify initial value of random-number seed
[R] set showbaselevels . . . . . . . . . . . . . . . . . . . . . . . . Display settings for coefficient tables
[D] shell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Temporarily invoke operating system
[P] signestimationsample . . . . . . . . Determine whether the estimation sample has changed
[P] smcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Markup and Control Language
[P] sysdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Query and set system directories
[D] type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display contents of a file
[R] which . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display location and version for an ado-file
Graphics
Common graphs
[G-1] graph intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to graphics
[G-2] graph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The graph command
[G-2] graph bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bar charts
[G-2] graph box . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Box plots
Combined subject table of contents 9
Distributional graphs
[R] cumul . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cumulative distribution
[R] diagnostic plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Distributional diagnostic plots
[R] ladder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ladder of powers
[R] spikeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Spike plots and rootograms
Multivariate graphs
[MV] biplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Biplots
[MV] ca postestimation . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for ca and camat
[MV] ca postestimation plots . . . . . . . . . . . . . . . . . . . Postestimation plots for ca and camat
[MV] cluster dendrogram . . . . . . . . . . . . . . . . . Dendrograms for hierarchical cluster analysis
[MV] mca postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for mca
[MV] mca postestimation plots . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation plots for mca
[MV] mds postestimation . . . . . . . . . . . . Postestimation tools for mds, mdsmat, and mdslong
[MV] mds postestimation plots . . . . . . . Postestimation plots for mds, mdsmat, and mdslong
[MV] procrustes postestimation . . . . . . . . . . . . . . . . . . . . . Postestimation tools for procrustes
[MV] scoreplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Score and loading plots
[MV] screeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scree plot
Quality control
[R] cusum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cusum plots and tests for binary variables
[R] qc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quality control charts
[R] serrbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph standard error bar chart
ROC analysis
[R] estat classification . . . . . . . . . . . . . . . . . . . . . . . . . . . . Classification statistics and table
[R] estat gof . . . . . . . . . . . . . . . . . . . . . Pearson or Hosmer–Lemeshow goodness-of-fit test
[R] logistic postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for logistic
[R] lroc . . . . . . . . . . . . . . . . . . . . . . . Compute area under ROC curve and graph the curve
[R] lsens . . . . . . . . . . . . . . . . . . Graph sensitivity and specificity versus probability cutoff
[R] roccomp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of equality of ROC areas
[R] rocfit postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for rocfit
[R] rocregplot . . . . . . . . . . . Plot marginal and covariate-specific ROC curves after rocreg
[R] roctab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric ROC analysis
Combined subject table of contents 11
Survival-analysis graphs
[ST] ltable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Life tables for survival data
[ST] stci . . . . . . . . . . . . . . Confidence intervals for means and percentiles of survival time
[ST] stcox PH-assumption tests . . . . . . . . . . . . . . . Tests of proportional-hazards assumption
[ST] stcurve . . . Plot survivor, hazard, cumulative hazard, or cumulative incidence function
[ST] strate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate failure rates and rate ratios
[ST] sts graph . . . . . . . . . . . . . . . Graph the survivor, hazard, or cumulative hazard function
Time-series graphs
[TS] corrgram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate and graph autocorrelations
[TS] cumsp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cumulative spectral distribution
[TS] fcast graph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph forecasts after fcast compute
[TS] irf cgraph . . . . Combined graphs of IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf graph . . . . . . . . . . . . . . Graphs of IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf ograph . . . . . . Overlaid graphs of IRFs, dynamic-multiplier functions, and FEVDs
[TS] pergram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Periodogram
[TS] tsline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Plot time-series data
[TS] varstable . . . . . . . . . . . . . . . Check the stability condition of VAR or SVAR estimates
[TS] vecstable . . . . . . . . . . . . . . . . . . . . . . Check the stability condition of VECM estimates
[TS] wntestb . . . . . . . . . . . . . . . . . . . . . . . Bartlett’s periodogram-based test for white noise
[TS] xcorr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cross-correlogram for bivariate time series
Editing
[G-1] graph editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph Editor
Graph utilities
[G-2] set graphics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set whether graphs are displayed
[G-2] set printcolor . . . . . . . . . . . . . . . . Set how colors are treated when graphs are printed
[G-2] set scheme . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set default scheme
Graph schemes
[G-4] schemes intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to schemes
[G-4] scheme economist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scheme description: economist
12 Combined subject table of contents
Graph concepts
[G-4] concept: gph files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using gph files
[G-4] concept: lines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using lines
[G-4] concept: repeated options . . . . . . . . . . . . . . . . . . . . . Interpretation of repeated options
[G-4] text . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Text in graphs
Statistics
ANOVA and related
[U] Chapter 26 . . . . . . . . . . . . . . . . . . . . . . . . . . . Overview of Stata estimation commands
[R] anova . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Analysis of variance and covariance
[R] contrast . . . . . . . . . . . . . . . . . . . . Contrasts and linear hypothesis tests after estimation
[R] icc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Intraclass correlation coefficients
[R] loneway . . . . . . . . . . . . . . . . . . Large one-way ANOVA, random effects, and reliability
[MV] manova . . . . . . . . . . . . . . . . . . . . . . . . Multivariate analysis of variance and covariance
[ME] meglm . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects generalized linear model
[ME] mixed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects linear regression
[R] oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way analysis of variance
[R] pkcross . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Analyze crossover experiments
[R] pkshape . . . . . . . . . . . . . . . . . . . . . . . . . . . Reshape (pharmacokinetic) Latin-square data
[R] pwcompare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pairwise comparisons
[R] regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear regression
[XT] xtreg . . Fixed-, between-, and random-effects and population-averaged linear models
Basic statistics
[R] anova . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Analysis of variance and covariance
[R] bitest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Binomial probability test
[R] ci . . . . . . . . . . . . . . . . . . . . . . Confidence intervals for means, proportions, and counts
[R] correlate . . . . . . . . . . . . . . . . . . . Correlations (covariances) of variables or coefficients
[D] egen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extensions to generate
[R] esize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Effect size based on mean comparison
[R] icc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Intraclass correlation coefficients
[R] mean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate means
[R] misstable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate missing values
[MV] mvtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate tests
[R] oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way analysis of variance
[R] proportion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate proportions
[R] prtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of proportions
[R] pwmean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pairwise comparisons of means
[R] ranksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equality tests on unmatched data
[R] ratio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate ratios
[R] regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear regression
[R] sdtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Variance-comparison tests
[R] signrank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equality tests on matched data
[D] statsby . . . . . . . . . . . . . . . . . . . . . . . . . Collect statistics for a command across a by list
[R] summarize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summary statistics
Combined subject table of contents 13
Binary outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.7 . . . . . . . . . . . . . . . Binary-outcome qualitative dependent-variable models
[R] binreg . . . . . . . . . . . . . . Generalized linear models: Extensions to the binomial family
[R] biprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bivariate probit regression
[R] cloglog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Complementary log-log regression
[R] exlogistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact logistic regression
[R] glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear models
[R] glogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logit and probit regression for grouped data
[R] heckoprobit . . . . . . . . . . . . . . . . . . . . . . . . Ordered probit model with sample selection
[R] heckprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit model with sample selection
[R] hetprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heteroskedastic probit model
[R] ivprobit . . . . . . . . . . . . . . . . . . . . Probit model with continuous endogenous regressors
[R] logistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression, reporting odds ratios
[R] logit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression, reporting coefficients
[ME] mecloglog . . . . . . . . . . . . . Multilevel mixed-effects complementary log-log regression
[ME] melogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects logistic regression
[ME] meprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects probit regression
[ME] meqrlogit . . . . . . . . . Multilevel mixed-effects logistic regression (QR decomposition)
[R] probit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit regression
[R] rocfit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric ROC models
[R] rocreg . . . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) regression
[R] scobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Skewed logistic regression
[XT] xtcloglog . . . . . . . . . . . . . . . . Random-effects and population-averaged cloglog models
[XT] xtlogit . . . . . . . . . Fixed-effects, random-effects, and population-averaged logit models
[XT] xtprobit . . . . . . . . . . . . . . . . . . Random-effects and population-averaged probit models
Categorical outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.10 . . . . . . . . . . . . . Multiple-outcome qualitative dependent-variable models
[R] asclogit . . . . . . . . . . Alternative-specific conditional logit (McFadden’s choice) model
[R] asmprobit . . . . . . . . . . . . . . . . . . . . . Alternative-specific multinomial probit regression
[R] clogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Conditional (fixed-effects) logistic regression
[R] mlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial (polytomous) logistic regression
[R] mprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial probit regression
[R] nlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nested logit regression
[R] slogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stereotype logistic regression
Cluster analysis
[U] Section 26.26 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate and cluster analysis
[MV] cluster . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to cluster-analysis commands
[MV] cluster dendrogram . . . . . . . . . . . . . . . . . Dendrograms for hierarchical cluster analysis
[MV] cluster generate . . . Generate summary or grouping variables from a cluster analysis
[MV] cluster kmeans and kmedians . . . . . . . . . . . . . . Kmeans and kmedians cluster analysis
[MV] cluster linkage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hierarchical cluster analysis
[MV] cluster notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Place notes in cluster analysis
[MV] cluster programming subroutines . . . . . . . . . . . . . . . . . . . Add cluster-analysis routines
[MV] cluster programming utilities . . . . . . . . . . . . . . . Cluster-analysis programming utilities
[MV] cluster stop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cluster-analysis stopping rules
[MV] cluster utility . . . . . . . . . . . . . . . . . . . . . . List, rename, use, and drop cluster analyses
[MV] clustermat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to clustermat commands
[MV] matrix dissimilarity . . . . . . . . . . . . . . . . . Compute similarity or dissimilarity measures
[MV] measure option . . . . . . . . . . . . . . . . . Option for similarity and dissimilarity measures
[MV] multivariate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to multivariate commands
Correspondence analysis
[MV] ca . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simple correspondence analysis
[MV] mca . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multiple and joint correspondence analysis
Count outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Count dependent-variable models
[U] Section 26.18.5 . . . . . . . . . . . . . . . . . Count dependent-variable models with panel data
[TE] etpoisson . . . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[R] expoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact Poisson regression
[ME] menbreg . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects negative binomial regression
[ME] mepoisson . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects Poisson regression
[ME] meqrpoisson . . . . . . Multilevel mixed-effects Poisson regression (QR decomposition)
[R] nbreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Negative binomial regression
[R] poisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Poisson regression
[R] tnbreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated negative binomial regression
[R] tpoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated Poisson regression
[XT] xtnbreg Fixed-effects, random-effects, & population-averaged negative binomial models
[XT] xtpoisson . . . . Fixed-effects, random-effects, and population-averaged Poisson models
[R] zinb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated negative binomial regression
[R] zip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated Poisson regression
Discriminant analysis
[MV] candisc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Canonical linear discriminant analysis
[MV] discrim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Discriminant analysis
[MV] discrim estat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for discrim
Combined subject table of contents 15
Endogenous covariates
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Chapter 26 . . . . . . . . . . . . . . . . . . . . . . . . . . . Overview of Stata estimation commands
[TE] etpoisson . . . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[TE] etregress . . . . . . . . . . . . . . . . . . . . Linear regression with endogenous treatment effects
[TS] forecast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Econometric model forecasting
[R] gmm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized method of moments estimation
[R] ivpoisson . . . . . . . . . . . . . . . . . . . . . . . . Poisson regression with endogenous regressors
[R] ivprobit . . . . . . . . . . . . . . . . . . . . Probit model with continuous endogenous regressors
[R] ivregress . . . . . . . . . . . . . . . . . . . . . . Single-equation instrumental-variables regression
[R] ivtobit . . . . . . . . . . . . . . . . . . . . . . Tobit model with continuous endogenous regressors
[R] reg3 . . . . . . . . . . . . . . . . Three-stage estimation for systems of simultaneous equations
[XT] xtabond . . . . . . . . . . . . . . . . . . . . Arellano–Bond linear dynamic panel-data estimation
[XT] xtdpd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear dynamic panel-data estimation
[XT] xtdpdsys . . . . . . Arellano–Bover/Blundell–Bond linear dynamic panel-data estimation
[XT] xthtaylor . . . . . . . . . . . . . . . . Hausman–Taylor estimator for error-components models
[XT] xtivreg . . . . . Instrumental variables and two-stage least squares for panel-data models
Estimation related
[R] BIC note . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculating and interpreting BIC
[R] constraint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Define and list constraints
[R] eform option . . . . . . . . . . . . . . . . . . . . . . . . . . . . Displaying exponentiated coefficients
[R] estimation options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation options
[R] fp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fractional polynomial regression
[R] maximize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Details of iterative maximization
[R] mfp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariable fractional polynomial models
[R] mkspline . . . . . . . . . . . . . . . . . . . . . . . . Linear and restricted cubic spline construction
[R] stepwise . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stepwise estimation
[R] vce option . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Variance estimators
[XT] vce options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Variance estimators
Exact statistics
[U] Section 26.12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact estimators
[R] bitest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Binomial probability test
[R] centile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report centile and confidence interval
[R] ci . . . . . . . . . . . . . . . . . . . . . . Confidence intervals for means, proportions, and counts
[R] dstdize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Direct and indirect standardization
[ST] epitab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tables for epidemiologists
[R] exlogistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact logistic regression
[R] expoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact Poisson regression
[R] ksmirnov . . . . . . . . . . . . . . . . . . . . . Kolmogorov – Smirnov equality-of-distributions test
[R] loneway . . . . . . . . . . . . . . . . . . Large one-way ANOVA, random effects, and reliability
[R] ranksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equality tests on unmatched data
[R] roctab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric ROC analysis
[R] symmetry . . . . . . . . . . . . . . . . . . . . . . . . . . Symmetry and marginal homogeneity tests
[R] tabulate twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way table of frequencies
[R] tetrachoric . . . . . . . . . . . . . . . . . . . . . . . . . . Tetrachoric correlations for binary variables
Mixed models
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.19 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects models
[R] anova . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Analysis of variance and covariance
[R] icc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Intraclass correlation coefficients
[MV] manova . . . . . . . . . . . . . . . . . . . . . . . . Multivariate analysis of variance and covariance
[ME] me . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to multilevel mixed-effects models
[ME] mecloglog . . . . . . . . . . . . . Multilevel mixed-effects complementary log-log regression
[ME] meglm . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects generalized linear model
[ME] melogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects logistic regression
[ME] menbreg . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects negative binomial regression
[ME] meologit . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects ordered logistic regression
[ME] meoprobit . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects ordered probit regression
[ME] mepoisson . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects Poisson regression
[ME] meprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects probit regression
20 Combined subject table of contents
Multiple imputation
[U] Section 26.25 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multiple imputation
[MI] estimation . . . . . . . . . . . . . . . . . . . . . . . Estimation commands for use with mi estimate
[MI] intro substantive . . . . . . . . . . . . . . . . . . . . . Introduction to multiple-imputation analysis
[MI] mi estimate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation using multiple imputations
[MI] mi estimate using . . . . . . . . . . . . Estimation using previously saved estimation results
[MI] mi estimate postestimation . . . . . . . . . . . . . . . . . . Postestimation tools for mi estimate
[MI] mi impute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Impute missing values
[MI] mi impute chained . . . . . . . . . . . . . . . . Impute missing values using chained equations
[MI] mi impute intreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Impute using interval regression
[MI] mi impute logit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Impute using logistic regression
[MI] mi impute mlogit . . . . . . . . . . . . . . . . . . . Impute using multinomial logistic regression
[MI] mi impute monotone . . . . . . . . . . . . . . . . . . . Impute missing values in monotone data
[MI] mi impute mvn . . . . . . . . . . . . . . . . . . . . . Impute using multivariate normal regression
[MI] mi impute nbreg . . . . . . . . . . . . . . . . . . . . . . Impute using negative binomial regression
[MI] mi impute ologit . . . . . . . . . . . . . . . . . . . . . . Impute using ordered logistic regression
Combined subject table of contents 21
Nonlinear regression
[R] boxcox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Box–Cox regression models
[R] nl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear least-squares estimation
[R] nlsur . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation of nonlinear systems of equations
Nonparametric statistics
[R] bitest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Binomial probability test
[R] bootstrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bootstrap sampling and estimation
[R] bsample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sampling with replacement
[R] bstat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report bootstrap results
[R] centile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report centile and confidence interval
[R] cusum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cusum plots and tests for binary variables
[R] kdensity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Univariate kernel density estimation
[R] ksmirnov . . . . . . . . . . . . . . . . . . . . . Kolmogorov – Smirnov equality-of-distributions test
[R] kwallis . . . . . . . . . . . . . . . . . . . . . . . . Kruskal – Wallis equality-of-populations rank test
[R] lowess . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Lowess smoothing
[R] lpoly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Kernel-weighted local polynomial smoothing
[R] nptrend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test for trend across ordered groups
[R] prtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of proportions
[R] qreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quantile regression
[R] ranksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equality tests on unmatched data
[R] roc . . . . . . . . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) analysis
[R] roccomp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of equality of ROC areas
[R] rocreg . . . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) regression
[R] rocregplot . . . . . . . . . . . Plot marginal and covariate-specific ROC curves after rocreg
[R] roctab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric ROC analysis
[R] runtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test for random order
[R] signrank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equality tests on matched data
[R] simulate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Monte Carlo simulations
[R] smooth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Robust nonlinear smoother
[R] spearman . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Spearman’s and Kendall’s correlations
[R] symmetry . . . . . . . . . . . . . . . . . . . . . . . . . . Symmetry and marginal homogeneity tests
[R] tabulate twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way table of frequencies
22 Combined subject table of contents
Ordinal outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[R] asroprobit . . . . . . . . . . . . . . . . . . . . Alternative-specific rank-ordered probit regression
[R] heckoprobit . . . . . . . . . . . . . . . . . . . . . . . . Ordered probit model with sample selection
[ME] meologit . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects ordered logistic regression
[ME] meoprobit . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects ordered probit regression
[R] ologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ordered logistic regression
[R] oprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ordered probit regression
[R] rologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rank-ordered logistic regression
[XT] xtologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered logistic models
[XT] xtoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered probit models
Other statistics
[MV] alpha . . . . . . . . . . Compute interitem correlations (covariances) and Cronbach’s alpha
[R] ameans . . . . . . . . . . . . . . . . . . . . . . . . . . . Arithmetic, geometric, and harmonic means
[R] brier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Brier score decomposition
[R] centile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report centile and confidence interval
[R] kappa . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interrater agreement
[MV] mvtest correlations . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate tests of correlations
[R] pcorr . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partial and semipartial correlation coefficients
[D] pctile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create variable containing percentiles
[D] range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generate numerical range
Pharmacokinetic statistics
[U] Section 26.27 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pharmacokinetic data
[R] pk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pharmacokinetic (biopharmaceutical) data
[R] pkcollapse . . . . . . . . . . . . . . . . . . . . . . . Generate pharmacokinetic measurement dataset
[R] pkcross . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Analyze crossover experiments
[R] pkequiv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Perform bioequivalence tests
[R] pkexamine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate pharmacokinetic measures
[R] pkshape . . . . . . . . . . . . . . . . . . . . . . . . . . . Reshape (pharmacokinetic) Latin-square data
[R] pksumm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summarize pharmacokinetic data
[ST] stpower logrank . . . . . . . . . . Sample size, power, and effect size for the log-rank test
[PSS] unbalanced designs . . . . . . . . . . . . . . . . . . . . . . . Specifications for unbalanced designs
Quality control
[R] cusum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cusum plots and tests for binary variables
[R] qc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quality control charts
[R] serrbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph standard error bar chart
ROC analysis
[U] Section 26.8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ROC analysis
[R] roc . . . . . . . . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) analysis
[R] roccomp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of equality of ROC areas
[R] rocfit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric ROC models
[R] rocfit postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for rocfit
[R] rocreg . . . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) regression
[R] rocreg postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for rocreg
[R] rocregplot . . . . . . . . . . . Plot marginal and covariate-specific ROC curves after rocreg
[R] roctab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric ROC analysis
Rotation
[MV] procrustes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Procrustes transformation
[MV] rotate . . . . . . . . . . . . . . . . . . . . . . Orthogonal and oblique rotations after factor and pca
[MV] rotatemat . . . . . . . . . . . . . . . . . . . . . Orthogonal and oblique rotations of a Stata matrix
Simulation/resampling
[R] bootstrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bootstrap sampling and estimation
[R] bsample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sampling with replacement
[R] jackknife . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Jackknife estimation
[R] permute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Monte Carlo permutation tests
[R] simulate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Monte Carlo simulations
Survey data
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.24 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survey data
[SVY] survey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to survey commands
Combined subject table of contents 27
Survival analysis
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.20 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival-time (failure-time) models
[U] Section 26.29 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Power and sample-size analysis
[ST] survival analysis Introduction to survival analysis & epidemiological tables commands
[ST] ct . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Count-time data
[ST] ctset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be count-time data
[ST] cttost . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert count-time data to survival-time data
[ST] discrete . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Discrete-time survival analysis
[ST] ltable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Life tables for survival data
[ST] snapspan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert snapshot data to time-span data
[ST] st . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival-time data
[ST] st is . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival analysis subroutines for programmers
[ST] stbase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Form baseline dataset
[ST] stci . . . . . . . . . . . . . . Confidence intervals for means and percentiles of survival time
[ST] stcox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cox proportional hazards model
[ST] stcox PH-assumption tests . . . . . . . . . . . . . . . Tests of proportional-hazards assumption
[ST] stcrreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Competing-risks regression
[ST] stcurve . . . Plot survivor, hazard, cumulative hazard, or cumulative incidence function
[ST] stdescribe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe survival-time data
[R] stepwise . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stepwise estimation
[ST] stfill . . . . . . . . . . . . . . . . . . . . . . . . . . . Fill in by carrying forward values of covariates
[ST] stgen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generate variables reflecting entire histories
[ST] stir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report incidence-rate comparison
[ST] stpower . . . . . . . . . . . . . . . . . Sample size, power, and effect size for survival analysis
[ST] stpower cox Sample size, power, and effect size for the Cox proportional hazards model
28 Combined subject table of contents
[ST] stpower exponential . . . . . . . . . . . . . . . Sample size and power for the exponential test
[ST] stpower logrank . . . . . . . . . . Sample size, power, and effect size for the log-rank test
[ST] stptime . . . . . . . . . . . . . . . . . . . . . . . Calculate person-time, incidence rates, and SMR
[ST] strate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate failure rates and rate ratios
[ST] streg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric survival models
[ST] sts . . . . . Generate, graph, list, and test the survivor and cumulative hazard functions
[ST] sts generate . . . . . . . . . . . . . Create variables containing survivor and related functions
[ST] sts graph . . . . . . . . . . . . . . . Graph the survivor, hazard, or cumulative hazard function
[ST] sts list . . . . . . . . . . . . . . . . . . . . . . . . . . List the survivor or cumulative hazard function
[ST] sts test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test equality of survivor functions
[ST] stset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be survival-time data
[MI] mi XXXset . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare mi data to be svy, st, ts, xt, etc.
[ST] stsplit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Split and join time-span records
[MI] mi stsplit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stsplit and stjoin mi data
[ST] stsum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summarize survival-time data
[ST] sttocc . . . . . . . . . . . . . . . . . . . . . . . . . . Convert survival-time data to case–control data
[ST] sttoct . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert survival-time data to count-time data
[ST] stvary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report variables that vary over time
Treatment effects
[U] Section 26.21 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effect models
[TE] etpoisson . . . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[TE] etregress . . . . . . . . . . . . . . . . . . . . Linear regression with endogenous treatment effects
Combined subject table of contents 31
Matrix commands
Basics
[U] Chapter 14 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Matrix expressions
[P] matlist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display a matrix and control its format
[P] matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to matrix commands
[P] matrix define . . . . . . . . . . . . . . . . . . . . . . . . Matrix definition, operators, and functions
[P] matrix utility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List, rename, and drop matrices
Programming
[P] ereturn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Post the estimation results
[P] matrix accum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Form cross-product matrices
[P] matrix rownames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Name rows and columns
[P] matrix score . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Score data from coefficient vectors
[R] ml . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Maximum likelihood estimation
[M] Mata Reference Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Other
[P] makecns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Constrained estimation
[P] matrix dissimilarity . . . . . . . . . . . . . . . . . Compute similarity or dissimilarity measures
[P] matrix eigenvalues . . . . . . . . . . . . . . . . . . . . . . . Eigenvalues of nonsymmetric matrices
[P] matrix get . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Access system matrices
[P] matrix mkmat . . . . . . . . . . . . . . . . . . . . . . . . Convert variables to matrix and vice versa
[P] matrix svd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Singular value decomposition
[P] matrix symeigen . . . . . . . . . . . . . . Eigenvalues and eigenvectors of symmetric matrices
Mata
[D] putmata . . . . . . . . . . . . . . . . . . . . . . . . . . . Put Stata variables into Mata and vice versa
[M] Mata Reference Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Programming
Basics
[U] Chapter 18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Programming Stata
[U] Section 18.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Macros
32 Combined subject table of contents
Program control
[U] Section 18.11.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Version
[P] capture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Capture return code
[P] continue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Break out of loops
[P] error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display generic error message and exit
[P] foreach . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Loop over items
[P] forvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Loop over consecutive values
[P] if . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if programming command
[P] version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Version control
[P] while . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Looping
Console output
[P] dialog programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dialog programming
[P] display . . . . . . . . . . . . . . . . . . . . . . . . Display strings and values of scalar expressions
[P] smcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Markup and Control Language
[P] tabdisp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display tables
Debugging
[P] pause . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Program debugging command
[P] timer . . . . . . . . . . . . . . . Time sections of code by recording and reporting time spent
[P] trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Debug Stata programs
[SVY] svymarkout . . . Mark observations for exclusion on the basis of survey characteristics
[MI] technical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Details for programmers
[TS] tsrevar . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series operator programming command
Projects
[P] Project Manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Organize Stata files
File formats
[P] file formats .dta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Description of .dta file format
Mata
[M] Mata Reference Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Interface features
[GS] Chapter 1 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . Introducing Stata—sample session
[GS] Chapter 2 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . The Stata user interface
[GS] Chapter 3 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using the Viewer
[GS] Chapter 6 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . . Using the Data Editor
[GS] Chapter 7 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . Using the Variables Manager
[GS] Chapter 13 (GSM, GSU, GSW) . . . . . . . . Using the Do-file Editor—automating Stata
[GS] Chapter 15 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Editing graphs
[P] dialog programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dialog programming
[R] doedit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Edit do-files and other text files
[D] edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Browse or edit data with Data Editor
[P] sleep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pause for a specified time
[P] smcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Markup and Control Language
[D] varmanage . . . . . . . . . . . . . . . . . . Manage variable labels, formats, and other properties
[P] viewsource . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . View source code
[P] window fopen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display open/save dialog box
[P] window manage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Manage window characteristics
[P] window menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create menus
[P] window programming . . . . . . . . . . . . . . . . . . . . . . . Programming menus and windows
[P] window push . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy command into Review window
[P] window stopbox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display message box
Acronym glossary
BC bias corrected
BCa bias-corrected and accelerated
BE between effects
BFGS Broyden–Fletcher–Goldfarb–Shanno
BHHH Berndt–Hall–Hall–Hausman
BIC Bayesian information criterion
BLOB binary large object
BLUP best linear unbiased prediction
BRR balanced repeated replication
35
36 Acronym glossary
CA correspondence analysis
CCI conservative confidence interval
CD coefficient of determination
CDC Centers for Disease Control and Prevention
CDF cumulative distribution function
CES constant elasticity of substitution
CFA confirmatory factor analysis
CFI comparative fit index
CI conditional independence
CI confidence interval
CIF cumulative incidence function
CMI conditional mean independence
CMLE conditional maximum likelihood estimates
ct count time
CCT controlled clinical trial
cusum cumulative sum
c.v. coefficient of variation
DA data augmentation
DEFF design effect
DEFT design effect (standard deviation metric)
DF dynamic factor
df / d.f. degree(s) of freedom
d.f. distribution function
DFAR dynamic factors with vector autoregressive errors
DFP Davidon–Fletcher–Powell
DPD dynamic panel data
IC information criteria
ICD-9 International Classification of Diseases, Ninth Revision
IIA independence of irrelevant alternatives
i.i.d. independent and identically distributed
IPW inverse-probability weighting
IPWRA inverse-probability-weighted regression adjustment
IQR interquartile range
IR incidence rate
IRF impulse–response function
IRLS iterated, reweighted least squares
IRR incidence-rate ratio
IV instrumental variables
MA moving average
MAD median absolute deviation
MANCOVA multivariate analysis of covariance
MANOVA multivariate analysis of variance
MAR missing at random
MCA multiple correspondence analysis
MCAGHQ mode-curvature adaptive Gauss–Hermite quadrature
MCAR missing completely at random
MCE Monte Carlo error
MCMC Markov chain Monte Carlo
MDES minimum detectable effect size
MDS multidimensional scaling
ME multiple equation
Acronym glossary 39
PA population averaged
PARCH power ARCH
PCA principal component analysis
PCSE panel-corrected standard error
p.d.f. probability density function
PF prevented fraction for the population
PFE prevented fraction among the exposed
PH proportional hazards
pk pharmacokinetic data
p.m.f. probability mass function
PMM predictive mean matching
PNG Portable Network Graphics
POM potential-outcome means
PSS power and sample size
PSU primary sampling unit
RA regression adjustment
rc return code
RCT randomized controlled trial
RE random effects
REML restricted (or residual) maximum likelihood
RESET regression specification-error test
RMSE root mean squared error
RMSEA root mean squared error of approximation
ROC receiver operating characteristic
ROP rank-ordered probit
ROT rule of thumb
RR relative risk
RRR relative-risk ratio
RSS residual sum of squares
RUM random utility maximization
RVI relative variance increase
Acronym glossary 41
43
44 Glossary
analysis time. Analysis time is like time, except that 0 has a special meaning: t = 0 is the time of
onset of risk, the time when failure first became possible.
Analysis time is usually not what is recorded in a dataset. A dataset of patients might record
calendar time. Calendar time must then be mapped to analysis time.
The letter t is reserved for time in analysis-time units. The term time is used for time measured
in other units.
The origin is the time corresponding to t = 0, which can vary subject to subject. Thus t =
time − origin.
anchoring, anchor variable. A variable is said to be the anchor of a latent variable if the path
coefficient between the latent variable and the anchor variable is constrained to be 1. sem and
gsem use anchoring as a way of normalizing latent variables and thus identifying the model.
anti-image correlation matrix or anti-image covariance matrix. The image of a variable is defined
as that part which is predictable by regressing each variable on all the other variables; hence, the
anti-image is the part of the variable that cannot be predicted. The anti-image correlation matrix A
is a matrix of the negatives of the partial correlations among variables. Partial correlations represent
the degree to which the factors explain each other in the results. The diagonal of the anti-image
correlation matrix is the Kaiser–Meyer–Olkin measure of sampling adequacy for the individual
variables. Variables with small values should be eliminated from the analysis. The anti-image
covariance matrix C contains the negatives of the partial covariances and has one minus the
squared multiple correlations in the principal diagonal. Most of the off-diagonal elements should
be small in both anti-image matrices in a good factor model. Both anti-image matrices can be
calculated from the inverse of the correlation matrix R via
A = {diag(R)}−1 R{diag(R)}−1
C = {diag(R)}−1/2 R{diag(R)}−1/2
where t is a white-noise error term. The equation for yt represents the conditional mean of
the process, and the equation for E(2t |2t−1 , 2t−2 , . . .) specifies the conditional variance as an
autoregressive function of its past realizations. Although the conditional variance changes over
time, the unconditional variance is time invariant because yt is a stationary process. Modeling
the conditional variance as an AR process raises the implied unconditional variance, making this
model particularly appealing to researchers modeling fat-tailed data, such as financial data.
Arellano–Bond estimator. The Arellano–Bond estimator is a generalized method of moments (GMM)
estimator for linear dynamic panel-data models that uses lagged levels of the endogenous variables
as well as first differences of the exogenous variables as instruments. The Arellano–Bond estimator
removes the panel-specific heterogeneity by first-differencing the regression equation.
Glossary 45
autoregressive process. An autoregressive process is a time-series model in which the current value
of a variable is a linear function of its own past values and a white-noise error term. A first-order
autoregressive process, denoted as an AR(1) process, is yt = ρyt−1 + t . An AR(p) model contains
p lagged values of the dependent variable.
An autoregressive processes can be extended to panel data. An AR(1) process in this is yit =
ρyi,t−1 + it , where i denotes panels, t denotes time, and it is white noise. In some applications,
the parameter ρ is written as ρi and is allowed to differ across panels.
average treatment effect. The average treatment effect is the average among all individuals in a
population.
average treatment effect on the treated. The average treatment effect on the treated is the average
among those individuals who actually get the treatment.
average-linkage clustering. Average-linkage clustering is a hierarchical clustering method that uses
the average proximity of observations between groups as the proximity measure between the two
groups.
balanced data. A longitudinal or panel dataset is said to be balanced if each panel has the same
number of observations. See also weakly balanced and strongly balanced.
balanced design. A balanced design represents an experiment in which the numbers of treated and
untreated subjects are equal. For many types of two-sample hypothesis tests, the power of the test
is maximized with balanced designs.
balanced repeated replication. Balanced repeated replication (BRR) is a method of variance estimation
for designs with two PSUs in every stratum. The BRR variance estimator tends to give more reasonable
variance estimates for this design than does the linearized variance estimator, which can result in
large values and undesirably wide confidence intervals. The BRR variance estimator is described
in [SVY] variance estimation.
band-pass filter. Time-series filters are designed to pass or block stochastic cycles at specified
frequencies. Band-pass filters, such as those implemented in tsfilter bk and tsfilter cf,
pass through stochastic cycles in the specified range of frequencies and block all other stochastic
cycles.
baseline. In survival analysis, baseline is the state at which the covariates, usually denoted by the
row vector x, are zero. For example, if the only measured covariate is systolic blood pressure, the
baseline survivor function would be the survivor function for someone with zero systolic blood
pressure. This may seem ridiculous, but covariates are usually centered so that the mathematical
definition of baseline (covariate is zero) translates into something meaningful (mean systolic blood
pressure).
baseline model. A baseline model is a covariance model—a model of fitted means and covariances of
observed variables without any other paths—with most of the covariances constrained to 0. That
is, a baseline model is a model of fitted means and variances but typically not all the covariances.
Also see saturated model. Baseline models apply only to standard linear SEMs.
Bayes’ theorem. Bayes’ theorem states that the probability of an event, A, conditional on another
event, B , is generally different from the probability of B conditional on A, although the two are
related. Bayes’ theorem is that
P (B|A)P (A)
P (A|B) =
P (B)
where P (A) is the marginal probability of A, and P (A|B) is the conditional probability of A
given B , and likewise for P (B) and P (B|A).
Glossary 47
Bentler’s invariant pattern simplicity rotation. Bentler’s (1977) rotation maximizes the invariant
pattern simplicity. It is an oblique rotation that minimizes the criterion function
k k
X X 1 1
H=n (yi• − y•• )(yi• − y•• )0 = 0
yi• yi• − 0
y•• y••
i=1 i=1
n kn
BLOB. BLOB is database jargon for binary large object. In Stata, BLOBs can be stored in strLs.
Thus strLs can contain BLOBs such as Word documents, JPEG images, or anything else. See strL.
BLUPs. BLUPs are best linear unbiased predictions of either random effects or linear combinations of
random effects. In linear models containing random effects, these effects are not estimated directly
but instead are integrated out of the estimation. Once the fixed effects and variance components
have been estimated, you can use these estimates to predict group-specific random effects. These
predictions are called BLUPs because they are unbiased and have minimal mean squared errors
among all linear functions of the response.
bootstrap. The bootstrap is a method of variance estimation. The bootstrap variance estimator for
survey data is described in [SVY] variance estimation.
bootstrap, vce(bootstrap). The bootstrap is a replication method for obtaining variance estimates.
Consider an estimation method E for estimating θ. Let θb be the result of applying E to dataset
D containing N observations. The bootstrap is a way of obtaining variance estimates for θb from
repeated estimates θb1 , θb2 , . . . , where each θbi is the result of applying E to a dataset of size N
drawn with replacement from D. See [SEM] sem option method( ) and [R] bootstrap.
vce(bootstrap) is allowed with sem but not gsem. You can obtain bootstrap results by prefixing
the gsem command with bootstrap:, but remember to specify bootstrap’s cluster() and
idcluster() options if you are fitting a multilevel model. See [SEM] intro 9.
boundary kernel. A boundary kernel is a special kernel used to smooth hazard functions in the
boundaries of the data range. Boundary kernels are applied when the epan2, biweight, or
rectangle kernel() is specified with stcurve, hazard or sts graph, hazard.
boundary solution or Heywood solution. See Heywood case.
broad type. Two matrices are said to be of the same broad type if the elements in each are numeric,
are string, or are pointers. Mata provides two numeric types, real and complex. The term broad
type is used to mask the distinction within numeric and is often used when discussing operators
or functions. One might say, “The comma operator can be used to join the rows of two matrices
of the same broad type,” and the implication of that is that one could join a real to a complex.
The result would be complex. Also see type, eltype, and orgtype.
BRR. See balanced repeated replication.
Builder. The Builder is Stata’s graphical interface for building sem and gsem models. The Builder is
also known as the SEM Builder. See [SEM] intro 2, [SEM] Builder, and [SEM] Builder, generalized.
burn-between period. The number of iterations between two draws of an MCMC sequence such that
these draws may be regarded as independent.
burn-in period. The number of iterations it takes for an MCMC sequence to reach stationarity.
CA. See correspondence analysis.
canonical correlation analysis. Canonical correlation analysis attempts to describe the relationships
between two sets of variables by finding linear combinations of each so that the correlation between
the linear combinations is maximized.
canonical discriminant analysis. Canonical linear discriminant analysis is LDA where describing how
groups are separated is of primary interest. Also see linear discriminant analysis.
canonical link. Corresponding to each family of distributions in a generalized linear model is a
canonical link function for which there is a sufficient statistic with the same dimension as the
number of parameters in the linear predictor. The use of canonical link functions provides the GLM
with desirable statistical properties, especially when the sample size is small.
Glossary 49
canonical loadings. The canonical loadings are coefficients of canonical linear discriminant functions.
Also see canonical discriminant analysis and loading.
canonical variate set. The canonical variate set is a linear combination or weighted sum of variables
obtained from canonical correlation analysis. Two sets of variables are analyzed in canonical
correlation analysis. The first canonical variate of the first variable set is the linear combination
in standardized form that has maximal correlation with the first canonical variate from the second
variable set. The subsequent canonical variates are uncorrelated to the previous and have maximal
correlation under that constraint.
case–control studies. In case–control studies, cases meeting a fixed criterion are matched to noncases
ex post to study differences in possible covariates. Relative sample sizes are usually fixed at 1:1
or 1:2 but sometimes vary once the survey is complete. In any case, sample sizes do not reflect
the distribution in the underlying population.
casewise deletion. See listwise deletion.
cause-specific hazard. In a competing-risks analysis, the cause-specific hazard is the hazard function
that generates the events of a given type. For example, if heart attack and stroke are competing
events, then the cause-specific hazard for heart attacks describes the biological mechanism behind
heart attacks independently of that for strokes. Cause-specific hazards can be modeled using Cox
regression, treating the other events as censored.
c-conformability. Matrix, vector, or scalar A is said to be c-conformable with matrix, vector, or scalar
B if they have the same number of rows and columns (they are p-conformable), or if they have
the same number of rows and one is a vector, or if they have the same number of columns and
one is a vector, or if one or the other is a scalar. c stands for colon; c-conformable matrices are
suitable for being used with Mata’s :op operators. A and B are c-conformable if and only if
A B
r×c r×c
r×1 r×c
1×c r×c
1×1 r×c
r×c r×1
r×c 1×c
r×c 1×1
The idea behind c-conformability is generalized elementwise operation. Consider C=A:*B. If A and
B have the same number of rows and have the same number of columns, then ||Cij || = ||Aij *Bij ||.
Now say that A is a column vector and B is a matrix. Then ||Cij || = ||Ai *Bij ||: each element of
A is applied to the entire row of B. If A is a row vector, each column of A is applied to the entire
column of B. If A is a scalar, A is applied to every element of B. And then all the rules repeat,
with the roles of A and B interchanged. See [M-2] op colon for a complete definition.
CCT. See controlled clinical trial.
censored, censoring, left-censoring, and right-censoring. An observation is left-censored when the
exact time of failure is not known; it is merely known that the failure occurred before tl . Suppose
that the event of interest is becoming employed. If a subject is already employed when first
interviewed, his outcome is left-censored.
50 Glossary
An observation is right-censored when the time of failure is not known; it is merely known that
the failure occurred after tr . If a patient survives until the end of a study, the patient’s time of
death is right-censored.
In common usage, censored without a modifier means right-censoring.
Also see truncation, left-truncation, and right-truncation.
census. When a census of the population is conducted, every individual in the population participates
in the survey. Because of the time, cost, and other constraints, the data collected in a census are
typically limited to items that can be quickly and easily determined, usually through a questionnaire.
centered data. Centered data has zero mean. You can center data x by taking x − x.
centroid-linkage clustering. Centroid-linkage clustering is a hierarchical clustering method that
computes the proximity between two groups as the proximity between the group means.
CFA, CFA models. CFA stands for confirmatory factor analysis. It is a way of analyzing measurement
models. CFA models is a synonym for measurement models.
chained equations. See fully conditional specification.
chi-squared test, χ2 test. This test for which either an asymptotic sampling distribution or a sampling
distribution of a test statistic is χ2 . See [PSS] power onevariance and [PSS] power twoproportions.
Cholesky ordering. Cholesky ordering is a method used to orthogonalize the error term in a VAR or
VECM to impose a recursive structure on the dynamic model, so that the resulting impulse–response
functions can be given a causal interpretation. The method is so named because it uses the Cholesky
decomposition of the error-covariance matrix.
CI. CI is an abbreviation for confidence interval.
CI assumption. See conditional-independence assumption.
CIF. See cumulative incidence function.
class programming. See object-oriented programming.
classical scaling. Classical scaling is a method of performing MDS via an eigen decomposition. This
is contrasted to modern MDS, which is achieved via the minimization of a loss function. Also see
multidimensional scaling and modern scaling.
classification. Classification is the act of allocating or classifying observations to groups as part of
discriminant analysis. In some sources, classification is synonymous with cluster analysis.
classification function. Classification functions can be obtained after LDA or QDA. They are functions
based on Mahalanobis distance for classifying observations to the groups. See discriminant function
for an alternative. Also see linear discriminant analysis and quadratic discriminant analysis.
classification table. A classification table, also known as a confusion matrix, gives the count of
observations from each group that are classified into each of the groups as part of a discriminant
analysis. The element at (i, j) gives the number of observations that belong to the ith group but
were classified into the j th group. High counts are expected on the diagonal of the table where
observations are correctly classified, and small values are expected off the diagonal. The columns
of the matrix are categories of the predicted classification; the rows represent the actual group
membership.
clinical trial. A clinical trials is an experiment testing a medical treatment or procedure on human
subjects.
Glossary 51
column-major order. Matrices are stored as vectors. Column-major order specifies that the vector
form of a matrix is created by stacking the columns. For instance,
: A
1 2
1 1 4
2 2 5
3 3 6
is stored as
1 2 3 4 5 6
1 1 2 3 4 5 6
in column-major order. The LAPACK functions use column-major order. Mata uses row-major order.
See row-major order.
colvector. See vector, colvector, and rowvector.
command language. Stata’s sem and gsem command provide a way to specify SEMs. The alternative
is to use the Builder to draw path diagrams; see [SEM] intro 2, [SEM] Builder, and [SEM] Builder,
generalized.
common factors. Common factors are found by factor analysis. They linearly reconstruct the original
variables. In factor analysis, reconstruction is defined in terms of prediction of the correlation
matrix of the original variables.
communality. Communality is the proportion of a variable’s variance explained by the common
factors in factor analysis. It is also “1 − uniqueness”. Also see uniqueness.
comparison value. See alternative value.
competing risks. Competing risks models are survival-data models in which the failures are generated
by more than one underlying process. For example, death may be caused by either heart attack or
stroke. There are various methods for dealing with competing risks. One direct way is to duplicate
failures for one competing risk as censored observations for the other risk and stratify on the risk
type. Another is to directly model the cumulative incidence of the event of interest in the presence
of competing risks. The former method uses stcox and the latter, stcrreg.
complementary log-log regression. Complementary log-log regression is a term for generalized linear
response functions that are family Bernoulli, link cloglog. It is used for binary outcome data.
Complementary log-log regression is also known in Stata circles as cloglog regression or just
cloglog. See generalized linear response functions.
complete and incomplete observations. An observation in the m = 0 data is said to be complete
if no imputed variable in the observation contains soft missing (.). Observations that are not
complete are said to be incomplete.
complete data. Data that do not contain any missing values.
complete degrees of freedom. The degrees of freedom that would have been used for inference if
the data were complete.
complete DF. See complete degrees of freedom.
complete-cases analysis. See listwise deletion.
completed data. See imputed data.
Glossary 53
complete-data analysis. The analysis or estimation performed on the complete data, the data for
which all values are observed. This term does not refer to analysis or estimation performed on the
subset of complete observations. Do not confuse this with completed-data analysis.
completed-data analysis. The analysis or estimation performed on the made-to-be completed (imputed)
data. This term does not refer to analysis or estimation performed on the subset of complete
observations.
complete-linkage clustering. Complete-linkage clustering is a hierarchical clustering method that uses
the farthest pair of observations between two groups to determine the proximity of the two groups.
complex. A matrix is said to be complex if its elements are complex numbers. Complex is one of
two numeric types in Stata, the other being real. Complex is generally used to describe how a
matrix is stored and not the kind of numbers that happen to be in it: complex matrix Z might
happen to contain real numbers. Also see type, eltype, and orgtype.
component scores. Component scores are calculated after PCA. Component scores are the coordinates
of the original variables in the space of principal components.
Comrey’s tandem 1 and 2 rotations. Comrey (1967) describes two rotations, the first (tandem 1) to
judge which “small” factors should be dropped, the second (tandem 2) for “polishing”.
Tandem principle 1 minimizes the criterion
c(Λ) = Λ2 , (ΛΛ0 )2 Λ2
conditional mean. The conditional mean expresses the average of one variable as a function of some
other variables. More formally, the mean of y conditional on x is the mean of y for given values
of x; in other words, it is E(y|x).
A conditional mean is also known as a regression or as a conditional expectation.
conditional normality assumption. See normality assumption, joint and conditional.
conditional overdispersion. In a negative binomial mixed-effects model, conditional overdispersion
is overdispersion conditional on random effects. Also see overdispersion.
conditional variance. Although the conditional variance is simply the variance of a conditional
distribution, in time-series analysis the conditional variance is often modeled as an autoregressive
process, giving rise to ARCH models.
conditional-independence assumption. The conditional-independence assumption requires that the
common variables that affect treatment assignment and treatment-specific outcomes be observable.
The dependence between treatment assignment and treatment-specific outcomes can be removed
by conditioning on these observable variables.
This assumption is also known as a selection-on-observables assumption because its central tenet
is the observability of the common variables that generate the dependence.
configuration. The configuration in MDS is a representation in a low-dimensional (usually 2-
dimensional) space with distances in the low-dimensional space approximating the dissimilarities
or disparities in high-dimensional space. Also see multidimensional scaling, dissimilarity, and
disparity.
configuration plot. A configuration plot after MDS is a (usually 2-dimensional) plot of labeled points
showing the low-dimensional approximation to the dissimilarities or disparities in high-dimensional
space. Also see multidimensional scaling, dissimilarity, and disparity.
conformability. Conformability refers to row-and-column matching between two or more matrices.
For instance, to multiply A*B, A must have the same number of columns as B has rows. If that
is not true, then the matrices are said to be nonconformable (for multiplication).
Three kinds of conformability are often mentioned in the Mata documentation: p-conformability,
c-conformability, and r-conformability.
confounding. In the analysis of epidemiological tables, factor or interaction effects are said to be
confounded when the effect of one factor is combined with that of another. For example, the
effect of alcohol consumption on esophageal cancer may be confounded with the effects of age,
smoking, or both. In the presence of confounding, it is often useful to stratify on the confounded
factors that are not of primary interest, in the above example, age and smoking.
confusion matrix. A confusion matrix is a synonym for a classification table after discriminant
analysis. See classification table.
conjugate. If z = a + bi, the conjugate of z is conj(z) = a − bi. The conjugate is obtained by reversing
the sign of the imaginary part. The conjugate of a real number is the number itself.
conjugate transpose. See transpose.
constraints. See parameter constraints.
contrast or contrasts. In ANOVA, a contrast in k population means is defined as a linear combination
δ = c1 µ1 + c2 µ2 + · · · + ck µk
Glossary 55
δ = c1 µ1 + c2 µ2 + · · · ck µk
The univariate hypothesis δ = 0 may be tested with contrast (or test) after ANOVA. The
multivariate hypothesis δ = 0 may be tested with manovatest after MANOVA.
control group. A control group comprises subjects that are randomly assigned to a group where
they receive no treatment or receives a standard treatment. In hypothesis testing, this is usually a
reference group. Also see experimental group.
controlled clinical trial. This is an experimental study in which treatments are assigned to two or
more groups of subjects without the randomization.
correlated uniqueness model. A correlated uniqueness model is a kind of measurement model in
which the errors of the measurements has a structured correlation. See [SEM] intro 5.
correlation structure. A correlation structure is a set of assumptions imposed on the within-panel
variance–covariance matrix of the errors in a panel-data model. See [XT] xtgee for examples of
different correlation structures.
correlogram. A correlogram is a table or graph showing the sample autocorrelations or partial
autocorrelations of a time series.
correspondence analysis. Correspondence analysis (CA) gives a geometric representation of the rows
and columns of a two-way frequency table. The geometric representation is helpful in understanding
the similarities between the categories of variables and associations between variables. CA is
calculated by singular value decomposition. Also see singular value decomposition.
correspondence analysis projection. A correspondence analysis projection is a line plot of the row
and column coordinates after CA. The goal of this graph is to show the ordering of row and column
categories on each principal dimension of the analysis. Each principal dimension is represented
by a vertical line; markers are plotted on the lines where the row and column categories project
onto the dimensions. Also see correspondence analysis.
costs. Costs in discriminant analysis are the cost of misclassifying observations.
counterfactual. A counterfactual is an outcome a subject would have obtained had that subject
received a different level of treatment. In the binary-treatment case, the counterfactual outcome
for a person who received treatment is the outcome that person would have obtained had the
person instead not received treatment; similarly, the counterfactual outcome for a person who did
not receive treatment is the outcome that person would have obtained had the person received
treatment.
Also see potential outcome.
count-time data. See ct data.
56 Glossary
covariance stationarity. A process is covariance stationary if the mean of the process is finite and
independent of t, the unconditional variance of the process is finite and independent of t, and the
covariance between periods t and t − s is finite and depends on t − s but not on t or s themselves.
Covariance-stationary processes are also known as weakly stationary processes.
covariance structure. In a mixed-effects model, covariance structure refers to the variance–covariance
structure of the random effects.
covariates. Covariates are the explanatory variables that appear in a model. For instance, if survival
time were to be explained by age, sex, and treatment, then those variables would be the covariates.
Also see time-varying covariates.
covarimin rotation. Covarimin rotation is an orthogonal rotation equivalent to varimax. Also see
varimax rotation.
Crawford–Ferguson rotation. Crawford–Ferguson (1970) rotation is a general oblique rotation with
several interesting special cases.
Special cases of the Crawford–Ferguson rotation include
κ Special case
0 quartimax / quartimin
1/p varimax / covarimin
f /(2p) equamax
(f − 1)/(p + f − 2) parsimax
1 factor parsimony
p = number of rows of A.
f = number of columns of A.
Where A is the matrix to be rotated, T is the rotation and Λ = AT. The Crawford–Ferguson
rotation is achieved by minimizing the criterion
1−κ
2 2 κ
2
Λ , Λ (110 − I) + Λ , (110 − I)Λ2
c(Λ) =
4 4
Also see oblique rotation.
critical region. See rejection region.
critical value. In hypothesis testing, a critical value is a boundary of the rejection region.
cross-correlation function. The cross-correlation function expresses the correlation between one series
at time t and another series at time t − k as a function of the time t and lag k . If both series
are stationary, the function does not depend on t. The function is not symmetric about k = 0:
ρ12 (k) 6= ρ12 (−k).
cross-sectional study. This type of observational study measures various population characteristics at
one point in time or over a short period of time. For example, a study of the prevalence of breast
cancer in the population is a cross-sectional study.
crossed variables or stacked variables. In CA and MCA crossed categorical variables may be formed
from the interactions of two or more existing categorical variables. Variables that contain these
interactions are called crossed or stacked variables.
crossed-effects model. A crossed-effects model is a mixed-effects model in which the levels of
random effects are not nested. A simple crossed-effects model for cross-sectional time-series data
would contain a random effect to control for panel-specific variation and a second random effect
Glossary 57
to control for time-specific random variation. Rather than being nested within panel, in this model
a random effect due to a given time is the same for all panels.
crossed-random effects. See crossed-effects model.
crossing variables or stacking variables. In CA and MCA, crossing or stacking variables are the
existing categorical variables whose interactions make up a crossed or stacked variable.
cross-sectional or prevalence studies. Cross-sectional studies sample distributions of healthy and
diseased subjects in the population at one point in time.
cross-sectional data. Cross-sectional data refers to data collected over a set of individuals, such as
households, firms, or countries sampled from a population at a given point in time.
cross-sectional time-series data. Cross-sectional time-series data is another name for panel data. The
term cross-sectional time-series data is sometimes reserved for datasets in which a relatively small
number of panels were observed over many periods. See also panel data.
crude estimate. A crude estimate has not been adjusted for the effects of other variables. Disregarding
a stratification variable, for example, yields a crude estimate.
ct data. ct stands for count time. ct data are an aggregate organized like a life table. Each observation
records a time, the number known to fail at that time, the number censored, and the number of
new entries. See [ST] ctset.
cumulative hazard. See hazard, cumulative hazard, and hazard ratio.
cumulative incidence estimator. In a competing-risks analysis, the cumulative incidence estimator
estimates the cumulative incidence function (CIF). Assume for now that you have one event of
interest (type 1) and one competing event (type 2). The cumulative incidence estimator for type
1 failures is then obtained by
X
c 1 (t)
CIF = h1 (tj )S(t
b b j−1 )
j:tj ≤t
with Y n o
S(t)
b = 1−b
h1 (tj ) − b
h2 (tj )
j:tj ≤t
The tj index the times at which events (of any type) occur, and b
h1 (tj ) and bh2 (tj ) are the cause-
specific hazard contributions for type 1 and type 2, respectively. S(t)
b estimates the probability
that you are event free at time t.
The above generalizes to multiple competing events in the obvious way.
cumulative incidence function. In a competing-risks analysis, the cumulative incidence function, or
CIF, is the probability that you will observe the event of primary interest before a given time.
Formally,
CIF(t) = P (T ≤ t and event type of interest)
for time-to-failure, T .
cumulative subhazard. See subhazard, cumulative subhazard, and subhazard ratio.
curse of dimensionality. The curse of dimensionality is a term coined by Richard Bellman (1961)
to describe the problem caused by the exponential increase in size associated with adding extra
dimensions to a mathematical space. On the unit interval, 10 evenly spaced points suffice to sample
with no more distance than 0.1 between them; however a unit square requires 100 points, and a
unit cube requires 1000 points. Many multivariate statistical procedures suffer from the curse of
dimensionality. Adding variables to an analysis without adding sufficient observations can lead to
imprecision.
58 Glossary
the real matrix is a function declaration, the real vector and complex scalar are argument
declarations, and real scalar i is a variable declaration. The real matrix states the function
returns a real matrix. The real vector and complex scalar state the kind of arguments
myfunc() expects and requires. The real scalar i helps Mata to produce more efficient
compiled code.
Declarations are optional, so the above could just as well have read
function myfunc(A, B)
{
...
}
When you omit the function declaration, you must substitute the word function.
When you omit the other declarations, transmorphic matrix is assumed, which is fancy jargon
for a matrix that can hold anything. The advantages of explicit declarations are that they reduce
the chances you make a mistake either in coding or in using the function, and they assist Mata in
producing more efficient code. Working interactively, most people omit the declarations.
See [M-2] declarations for more information.
defective matrix. An n × n matrix is defective if it does not have n linearly independent eigenvectors.
DEFF and DEFT. DEFF and DEFT are design effects. Design effects compare the sample-to-sample
variability from a given survey dataset with a hypothetical SRS design with the same number of
individuals sampled from the population.
DEFF is the ratio of two variance estimates. The design-based variance is in the numerator; the
hypothetical SRS variance is in the denominator.
DEFT is the ratio of two standard-error estimates. The design-based standard error is in the
numerator; the hypothetical SRS with-replacement standard error is in the denominator. If the given
survey design is sampled with replacement, DEFT is the square root of DEFF.
Glossary 59
difference operator. The difference operator ∆ denotes the change in the value of a variable
from period t − 1 to period t. Formally, ∆yt = yt − yt−1 , and ∆2 yt = ∆(yt − yt−1 ) =
(yt − yt−1 ) − (yt−1 − yt−2 ) = yt − 2yt−1 + yt−2 .
dilation. A dilation stretches or shrinks distances in Procrustes rotation.
dimension. A dimension is a parameter or measurement required to define a characteristic of an object
or observation. Dimensions are the variables in the dataset. Weight, height, age, blood pressure,
and drug dose are examples of dimensions in health data. Number of employees, gross income,
net income, tax, and year are examples of dimensions in data about companies.
direct, indirect, and total effects. Consider the following system of equations:
The total effect of x1 on y1 is b12 + b11 b22 + b11 b21 b32 . It measures the full change in y1 based
on allowing x1 to vary throughout the system.
The direct effect of x1 on y1 is b12 . It measures the change in y1 caused by a change in x1
holding other endogenous variables—namely, y2 and y3 —constant.
The indirect effect of x1 on y1 is obtained by subtracting the total and direct effect and is thus
b11 b22 + b11 b21 b32 .
direct standardization. Direct standardization is an estimation method that allows comparing rates
that come from different frequency distributions.
Estimated rates (means, proportions, and ratios) are adjusted according to the frequency distribution
from a standard population. The standard population is partitioned into categories called standard
strata. The stratum frequencies for the standard population are called standard weights. The
standardizing frequency distribution typically comes from census data, and the standard strata are
most commonly identified by demographic information such as age, sex, and ethnicity.
directional test. See one-sided test.
discriminant analysis. Discriminant analysis is used to describe the differences between groups and to
exploit those differences when allocating (classifying) observations of unknown group membership.
Discriminant analysis is also called classification in many references.
discriminant function. Discriminant functions are formed from the eigenvectors from Fisher’s approach
to LDA. See linear discriminant analysis. See classification function for an alternative.
discriminating variables. Discriminating variables in a discriminant analysis are analyzed to determine
differences between groups where group membership is known. These differences between groups
are then exploited when classifying observations to the groups.
discordant pairs. In a 2 × 2 contingency table, discordant pairs are the success-failure or failure-
success pairs of observations. Also see concordant pairs and Introduction under Remarks and
examples in [PSS] power pairedproportions.
discordant proportion. This is a proportion of discordant pairs. Also see Introduction under Remarks
and examples in [PSS] power pairedproportions.
disparity. Disparities are transformed dissimilarities, that is, dissimilarity values transformed by some
function. The class of functions to transform dissimilarities to disparities may either be (1) a class
of metric, or known functions such as linear functions or power functions that can be parameterized
Glossary 61
by real scalars or (2) a class of more general (nonmetric) functions, such as any monotonic function.
Disparities are used in MDS. Also see dissimilarity, multidimensional scaling, metric scaling, and
nonmetric scaling.
dissimilarity, dissimilarity matrix, and dissimilarity measure. Dissimilarity or a dissimilarity measure
is a quantification of the difference between two things, such as observations or variables or groups
of observations or a method for quantifying that difference. A dissimilarity matrix is a matrix
containing dissimilarity measurements. Euclidean distance is one example of a dissimilarity measure.
Contrast to similarity. Also see proximity and Euclidean distance.
disturbance term. The disturbance term encompasses any shocks that occur to the dependent variable
that cannot be explained by the conditional (or deterministic) portion of the model.
divisive hierarchical clustering methods. Divisive hierarchical clustering methods are top-down
methods for hierarchical clustering. All the data begins as a part of one large cluster; with each
iteration, a cluster is broken into two to create two new clusters. At the first iteration there are two
clusters, then three, and so on. Divisive methods are very computationally expensive. Contrast to
agglomerative hierarchical clustering methods.
doubly robust estimator. A doubly robust estimator only needs one of two auxiliary models to be
correctly specified to estimate a parameter of interest.
Doubly robust estimators for treatment effects are consistent when either the outcome model or
the treatment model is correctly specified.
drift. Drift is the constant term in a unit-root process. In
yt = α + yt−1 + t
y = b0 + b1 x1 + b2 x2 + · · · + e
i=1
event. An event is something that happens at an instant in time, such as being exposed to an
environmental hazard, being diagnosed as myopic, or becoming employed.
The failure event is of special interest in survival analysis, but there are other equally important
events, such as the exposure event, from which analysis time is defined.
In st data, events occur at the end of the recorded time span.
event of interest. In a competing-risks analysis, the event of interest is the event that is the focus
of the analysis, that for which the cumulative incidence in the presence of competing risks is
estimated.
exact test. An exact test is one for which the probability of observing the data under the null
hypothesis is calculated directly, often by enumeration. Exact tests do not rely on any asymptotic
approximations and are therefore widely used with small datasets. See [PSS] power oneproportion
and [PSS] power twoproportions.
64 Glossary
exogenous variable. An exogenous variable is a regressor that is not correlated with any of the
unobservable error terms in the model. Equivalently, an exogenous variable is one whose values
change independently of the other variables in a structural model.
In the context of structural equation modeling and path diagrams, a variable, either observed or
latent, is exogenous if paths only originate from it, or, equivalently, no paths point to it.
Also see endogenous variable.
exp. exp is used in syntax diagrams to mean “any valid expression may appear here”; see [M-2] exp.
expectation-maximization algorithm. In the context of MI, an iterative procedure for obtaining
maximum likelihood or posterior-mode estimates in the presence of missing data.
experimental group. An experimental group is a group of subjects that receives a treatment or
procedure of interest defined in a controlled experiment. In hypothesis testing, this is usually a
comparison group. Also see control group.
experimental study. In an experimental study, as opposed to an observational study, the assignment
of subjects to treatments is controlled by investigators. For example, a study that compares a
new treatment with a standard treatment by assigning each treatment to a group of subjects is an
experimental study.
exponential smoothing. Exponential smoothing is a method of smoothing a time series in which the
smoothed value at period t is equal to a fraction α of the series value at time t plus a fraction 1 − α
of the previous period’s smoothed value. The fraction α is known as the smoothing parameter.
exponential test. The exponential test is the parametric test comparing the hazard rates, λ1 and λ2 ,
(or log hazards) from two independent exponential (constant only) regression models with the null
hypothesis H0: λ2 − λ1 = 0 (or H0: ln(λ2 ) − ln(λ1 ) = ln(λ2 /λ1 ) = 0).
external variable. See global variable.
f test. An f test is a test for which a sampling distribution of a test statistic is an F distribution.
See [PSS] power twovariances.
factor. A factor is an unobserved random variable that is thought to explain variability among observed
random variables.
factor analysis. Factor analysis is a statistical technique used to explain variability among observed
random variables in terms of fewer unobserved random variables called factors. The observed
variables are then linear combinations of the factors plus error terms.
If the correlation matrix of the observed variables is R, then R is decomposed by factor analysis
as
R = ΛΦΛ0 + Ψ
Λ is the loading matrix, and Ψ contains the specific variances, for example, the variance specific
to the variable not explained by the factors. The default unrotated form assumes uncorrelated
common factors, Φ = I.
factor loading plot. A factor loading plot produces a scatter plot of the factor loadings after factor
analysis.
factor loadings. Factor loadings are the regression coefficients which multiply the factors to produce
the observed variables in the factor analysis.
factor parsimony. Factor parsimony is an oblique rotation, which maximizes the column simplicity
of the matrix. It is equivalent to a Crawford–Ferguson rotation with κ = 1. Also see oblique
rotation and Crawford–Ferguson rotation.
Glossary 65
factor scores. Factor scores are computed after factor analysis. Factor scores are the coordinates of
the original variables, x, in the space of the factors. The two types of scoring are regression
scoring (Thomson 1951) and Bartlett (1937, 1938) scoring.
Using the symbols defined in factor analysis, the formula for regression scoring is
f = Λ0 R−1 x
b
f = ΦΛ0 R−1 x
b
where
Γ = Λ0 Ψ−1 Λ
A fractional polynomial in x with powers (−1, 0, 0.5, 3, 3) and coefficients β has the following
form:
x(−1,0,0.5,3,3)0 β = β0 + β1 x−1 + β2 ln(x) + β3 x.5 + β4 x3 + β5 x3 ln(x)
The notation x(−2,3) , for example, means the variable x−2 and the variable x3 .
Glossary 67
frailty. In survival analysis, it is often assumed that subjects are alike—homogeneous—except for
their observed differences. The probability that subject j fails at time t may be a function of j ’s
covariates and random chance. Subjects j and k , if they have equal covariate values, are equally
likely to fail.
Frailty relaxes that assumption. The probability that subject j fails at time t becomes a function of
j ’s covariates and j ’s unobserved frailty value, νj . Frailty ν is assumed to be a random variable.
Parametric survival models can be fit even in the presence of such heterogeneity.
Shared frailty refers to the case in which groups of subjects share the same frailty value. For
instance, subjects 1 and 2 may share frailty value ν because they are genetically related. Both
parametric and semiparametric models can be fit under the shared-frailty assumption.
frequency-domain analysis. Frequency-domain analysis is analysis of time-series data by considering
its frequency properties. The spectral density and distribution functions are key components of
frequency-domain analysis, so it is often called spectral analysis. In Stata, the cumsp and pergram
commands are used to analyze the sample spectral distribution and density functions, respectively.
psdensity estimates the spectral density or the spectral distribution function after estimating the
parameters of a parametric model using arfima, arima, or ucm.
full joint and conditional normality assumption. See normality assumption, joint and conditional.
fully conditional specification. Consider imputation variables X1 , X2 , . . . , Xp . Fully conditional
specification of the prediction equation for Xj includes all variables except Xj ; that is, variables
X−j = (X1 , X2 , . . . , Xj−1 , Xj+1 , . . . , Xp ).
function. The words program and function are used interchangeably. The programs that you write
in Mata are in fact functions. Functions receive arguments and optionally return results.
Examples of functions that are included with Mata are sqrt(), ttail(), and substr(). Such
functions are often referred to as the built-in functions or the library functions. Built-in functions
refer to functions implemented in the C code that implements Mata, and library functions refer to
functions written in the Mata programming language, but many users use the words interchangeably
because how functions are implemented is of little importance. If you have a choice between using
a built-in function and a library function, however, the built-in function will usually execute more
quickly and the library function will be easier to use. Mostly, however, features are implemented
one way or the other and you have no choice.
Also see underscore functions.
For a list of the functions that Mata provides, see [M-4] intro.
future history. Future history is information recorded after a subject is no longer at risk. The word
history is often dropped, and the term becomes simply future. Perhaps the failure event is cardiac
infarction, and you want to know whether the subject died soon in the future, in which case you
might exclude the subject from analysis.
Also see past history.
gain (of a linear filter). The gain of a linear filter scales the spectral density of the unfiltered series
into the spectral density of the filtered series for each frequency. Specifically, at each frequency,
multiplying the spectral density of the unfiltered series by the square of the gain of a linear filter
yields the spectral density of the filtered series. If the gain at a particular frequency is 1, the filtered
and unfiltered spectral densities are the same at that frequency and the corresponding stochastic
cycles are passed through perfectly. If the gain at a particular frequency is 0, the filter removes
all the corresponding stochastic cycles from the unfiltered series.
68 Glossary
gamma regression. Gamma regression is a term for generalized linear response functions that are
family gamma, link log. It is used for continuous, nonnegative, positively skewed data. Gamma
regression is also known as log-gamma regression. See generalized linear response functions.
gaps. Gaps refers to gaps in observation between entry time and exit time; see under observation.
GARCH model. A generalized autoregressive conditional heteroskedasticity (GARCH) model is a re-
gression model in which the conditional variance is modeled as an ARMA process. The GARCH(m, k)
model is
yt = xt β + t
σt2 = γ0 + γ1 2t−1 + · · · + γm 2t−m + δ1 σt−1
2 2
+ · · · + δk σt−k
where the equation for yt represents the conditional mean of the process and σt represents the
conditional variance. See [TS] arch or Hamilton (1994, chap. 21) for details on how the conditional
variance equation can be viewed as an ARMA process. GARCH models are often used because the
ARMA specification often allows the conditional variance to be modeled with fewer parameters
than are required by a pure ARCH model. Many extensions to the basic GARCH model exist; see
[TS] arch for those that are implemented in Stata. See also ARCH model.
Gauss–Hermite quadrature. In the context of generalized linear mixed models, Gauss–Hermite
quadrature is a method of approximating the integral used in the calculation of the log likelihood.
The quadrature locations and weights for individual clusters are fixed during the optimization
process.
Gaussian regression. Gaussian regression is another term for linear regression. It is most often used
when referring to generalized linear response functions. In that framework, Gaussian regression is
family Gaussian, link identity. See generalized linear response functions.
generalized eigenvalues. A scalar, λ, is said to be a generalized eigenvalue of a pair of n × n
square numeric matrices A, B if there is a nonzero column vector x: n × 1 (called a generalized
eigenvector) such that
Ax = λBx (1)
(A − λB)x = 0
A nontrivial solution to this system of n linear homogeneous equations exists if and only if
In practice, the generalized eigenvalue problem for the matrix pair (A, B) is usually formulated
as finding a pair of scalars (w, b ) and a nonzero column vector x such that
wAx = bBx
generalized estimating equations (GEE). The method of generalized estimating equations is used
to fit population-averaged panel-data models. GEE extends the GLM method by allowing the user
to specify a variety of different within-panel correlation structures.
generalized least-squares estimator. A generalized least-squares (GLS) estimator is used to estimate
the parameters of a regression function when the error term is heteroskedastic or autocorrelated.
In the linear case, GLS is sometimes described as “OLS on transformed data” because the GLS
estimator can be implemented by applying an appropriate transformation to the dataset and then
using OLS.
generalized linear mixed-effects model. A generalized linear mixed-effect model is an extension of
a generalized linear model allowing for the inclusion of random deviations (effects).
generalized linear model. The generalized linear model is an estimation framework in which the
user specifies a distributional family for the dependent variable and a link function that relates the
dependent variable to a linear combination of the regressors. The distribution must be a member of
the exponential family of distributions. The generalized linear model encompasses many common
models, including linear, probit, and Poisson regression.
generalized linear response functions. Generalized linear response functions include linear functions
and include functions such as probit, logit, multinomial logit, ordered probit, ordered logit, Poisson,
and more.
These generalized linear functions are described by a link function g(·) and statistical distribution
F . The link function g(·) specifies how the response variable yi is related to a linear equation of
the explanatory variables, xi β, and the family F specifies the distribution of yi :
g{E(yi )} = xi β, yi ∼ F
If we specify that g(·) is the identity function and F is the Gaussian (normal) distribution, then we
have linear regression. If we specify that g(·) is the logit function and F the Bernoulli distribution,
then we have logit (logistic) regression.
In this generalized linear structure, the family may be Gaussian, gamma, Bernoulli, binomial,
Poisson, negative binomial, ordinal, or multinomial. The link function may be the identity, log,
logit, probit, or complementary log-log.
gsem fits models with generalized linear response functions.
generalized method of moments. Generalized method of moments (GMM) is a method used to obtain
fitted parameters. In this documentation, GMM is referred to as ADF, which stands for asymptotic
distribution free and is available for use with sem. Other available methods for use with sem are
ML, QML, ADF, and MLMV.
The SEM moment conditions are cast in terms of second moments, not the first moments used in
many other applications associated with GMM.
generalized SEM. Generalized SEM is a term we have coined to mean SEM optionally allowing
generalized linear response functions or multilevel models. gsem fits generalized SEMs.
GHQ. See Gauss–Hermite quadrature.
GLM. See generalized linear model.
GLME model. See generalized linear mixed-effects model.
GLMM. Generalized linear mixed model. See generalized linear mixed-effects model.
global variable. Global variables, also known as external variables and as global external variables,
refer to variables that are common across programs and which programs may access without the
variable being passed as an argument.
70 Glossary
The variables you create interactively are global variables. Even so, programs cannot access those
variables without engaging in another step, and global variables can be created without your
creating them interactively.
To access (and create if necessary) global external variables, you declare the variable in the body
of your program:
function myfunction(. . . )
{
external real scalar globalvar
...
}
See Linking to external globals in [M-2] declarations.
There are other ways of creating and accessing global variables, but the declaration method
is recommended. The alternatives are crexternal(), findexternal(), and rmexternal()
documented in [M-5] findexternal( ) and valofexternal() documented in [M-5] valofexternal( ).
GMM. See generalized method of moments.
goodness-of-fit statistic. A goodness-of-fit statistic is a value designed to measure how well the
model reproduces some aspect of the data the model is intended to fit. SEM reproduces the first-
and second-order moments of the data, with an emphasis on the second-order moments, and thus
goodness-of-fit statistics appropriate for use after sem compare the predicted covariance matrix
(and mean vector) with the matrix (and vector) observed in the data.
Granger causality. The variable x is said to Granger-cause variable y if, given the past values of y,
past values of x are useful for predicting y.
gsem. gsem is the Stata command that fits generalized SEMs. Also see sem.
GUI. See Builder.
H0 . See null hypothesis.
Ha . See alternative hypothesis.
Hadamard matrix. A Hadamard matrix is a square matrix with r rows and columns that has the
property
Hr0 Hr = rIr
where Ir is the identity matrix of order r. Generating a Hadamard matrix with order r = 2p
is easily accomplished. Start with a Hadamard matrix of order 2 (H2 ), and build your Hr by
repeatedly applying Kronecker products with H2 .
hard missing and soft missing. A hard missing value is a value of .a, .b, . . . , .z in m = 0 in an
imputed variable. Hard missing values are not replaced in m > 0.
A soft missing value is a value of . in m = 0 in an imputed variable. If an imputed variable
contains soft missing, then that value is eligible to be imputed, and perhaps is imputed, in m > 0.
Although you can use the terms hard missing and soft missing for passive, regular, and unregistered
variables, it has no special significance in terms of how the missing values are treated.
hashing, hash functions, and hash tables. Hashing refers to a technique for quickly finding information
corresponding to an identifier. The identifier might be a name, a Social Security number, fingerprints,
or anything else on which the information is said to be indexed. The hash function returns a many-
to-one mapping of identifiers onto a dense subrange of the integers. Those integers, called hashes,
are then used to index a hash table. The selected element of the hash table specifies a list
Glossary 71
containing identifiers and information. The list is then searched for the particular identifier desired.
The advantage is that rather than searching a single large list, one need only search one of K
smaller lists. For this to be fast, the hash function must be quick to compute and produce roughly
equal frequencies of hashes over the range of identifiers likely to be observed.
hazard, cumulative hazard, and hazard ratio. The hazard or hazard rate at time t, h(t), is the
instantaneous rate of failure at time t conditional on survival until time t. Hazard rates can exceed
1. Say that the hazard rate were 3. If an individual faced a constant hazard of 3 over a unit interval
and if the failure event could be repeated, the individual would be expected to experience three
failures during the time span.
The cumulative hazard, H(t), is the integral of the hazard function h(t), from 0 (the onset of
risk) to t. It is the total number of failures that would be expected to occur up until time t, if the
failure event could be repeated. The relationship between the cumulative hazard function, H(t),
and the survivor function, S(t), is
S(t) = exp{−H(t)}
H(t) = −ln{S(t)}
The hazard ratio is the ratio of the hazard function evaluated at two different values of the covariates:
h(t | x)/h(t | x0 ). The hazard ratio is often called the relative hazard, especially when h(t | x0 )
is the baseline hazard function.
hazard contributions. Hazard contributions are the increments of the estimated cumulative hazard
function obtained through either a nonparametric or semiparametric analysis. For these analysis
types, the estimated cumulative hazard is a step function that increases every time a failure occurs.
The hazard contribution for that time is the magnitude of that increase.
Because the time between failures usually varies from failure to failure, hazard contributions do
not directly estimate the hazard. However, one can use the hazard contributions to formulate an
estimate of the hazard function based on the method of smoothing.
Hermitian matrix. Matrix A is Hermitian if it is equal to its conjugate transpose; A = A0 ; see
transpose. This means that each off-diagonal element aij must equal the conjugate of aji , and
that the diagonal elements must be real. The following matrix is Hermitian:
2 4 + 5i
4 − 5i 6
The definition A = A0 is the same as the definition for a symmetric matrix, although usually the
word symmetric is reserved for real matrices and Hermitian, for complex matrices. In this manual,
we use the word symmetric for both; see symmetric matrices.
Hessenberg decomposition. The Hessenberg decomposition of a matrix, A, can be written as
Q0 AQ = H
Heywood case or Heywood solution. A Heywood case can appear in factor analysis output; this
indicates that a boundary solution, called a Heywood solution, was produced. The geometric
assumptions underlying the likelihood-ratio test are violated, though the test may be useful if
interpreted cautiously.
hierarchical clustering and hierarchical clustering methods. In hierarchical clustering, the data is
placed into clusters via iterative steps. Contrast to partition clustering. Also see agglomerative
hierarchical clustering methods and divisive hierarchical clustering methods.
hierarchical model. A hierarchical model is one in which successively more narrowly defined groups
are nested within larger groups. For example, in a hierarchical model, patients may be nested
within doctors who are in turn nested within the hospital at which they practice.
high-pass filter. Time-series filters are designed to pass or block stochastic cycles at specified
frequencies. High-pass filters, such as those implemented in tsfilter bw and tsfilter hp, pass
through stochastic cycles above the cutoff frequency and block all other stochastic cycles.
Holt–Winters smoothing. A set of methods for smoothing time-series data that assume that the value
of a time series at time t can be approximated as the sum of a mean term that drifts over time,
as well as a time trend whose strength also drifts over time. Variations of the basic method allow
for seasonal patterns in data, as well.
Hotelling’s T-squared generalized means test. Hotelling’s T-squared generalized means test is a
multivariate test that reduces to a standard t test if only one variable is specified. It tests whether
one set of means is zero or if two sets of means are equal.
hypothesis. A hypothesis is a statement about a population parameter of interest.
hypothesis testing, hypothesis test. This method of inference evaluates the validity of a hypothesis
based on a sample from the population. See Hypothesis testing under Remarks and examples in
[PSS] intro.
hypothesized value. See null value.
ID variable. An ID variable identifies groups; equal values of an ID variable indicate that the
observations are for the same group. For instance, a stratification ID variable would indicate the
strata to which each observation belongs.
When an ID variable is referred to without modification, it means subjects, and usually this occurs in
multiple-record st data. In multiple-record data, each physical observation in the dataset represents
a time span, and the ID variable ties the separate observations together:
idvar t0 t
1 0 5
1 5 7
ID variables are usually numbered 1, 2, . . . , but that is not required. An ID variable might be
numbered 1, 3, 7, 22, . . . , or −5, −4, . . . , or even 1, 1.1, 1.2, . . . .
identification. Identification refers to the conceptual constraints on parameters of a model that are
required for the model’s remaining parameters to have a unique solution. A model is said to be
unidentified if these constraints are not supplied. These constraints are of two types: substantive
constraints and normalization constraints.
Normalization constraints deal with the problem that one scale works as well as another for each
latent variable in the model. One can think, for instance, of propensity to write software as being
measured on a scale of 0 to 1, 1 to 100, or any other scale. The normalization constraints are the
Glossary 73
constraints necessary to choose one particular scale. The normalization constraints are provided
automatically by sem and gsem by anchoring with unit loadings.
Substantive constraints are the constraints you specify about your model so that it has substantive
content. Usually, these constraints are zero constraints implied by the paths omitted, but they can
include explicit parameter constraints as well. It is easy to write a model that is not identified for
substantive reasons; See [SEM] intro 4.
idiosyncratic error term. In longitudinal or panel-data models, the idiosyncratic error term refers to
the observation-specific zero-mean random-error term. It is analogous to the random-error term of
cross-sectional regression analysis.
ignorable missing-data mechanism. The missing-data mechanism is said to be ignorable if missing
data are missing at random and the parameters of the data model and the parameters of the
missing-data mechanism are distinct; that is, the joint distribution of the model and the missing-
data parameters can be factorized into two independent marginal distributions of model parameters
and of missing-data parameters.
i.i.d. sampling assumption. See independent and identically distributed sampling assumption.
impulse–response function. An impulse–response function (IRF) measures the effect of a shock to an
endogenous variable on itself or another endogenous variable. The k th impulse–response function
of variable i on variable j measures the effect on variable j in period t + k in response to a
one-unit shock to variable i in period t, holding everything else constant.
imputed, passive, and regular variables. An imputed variable is a variable that has missing values
and for which you have or will have imputations.
A passive variable is a varying variable that is a function of imputed variables or of other passive
variables. A passive variable will have missing values in m = 0 and varying values for observations
in m > 0.
A regular variable is a variable that is neither imputed nor passive and that has the same values,
whether missing or not, in all m.
Imputed, passive, and regular variables can be registered using the mi register command;
see [MI] mi set. You are required to register imputed variables, and we recommend that you
register passive variables. Regular variables can also be registered. See registered and unregistered
variables.
imputed data. Data in which all missing values are imputed.
incidence and incidence rate. Incidence is the number of new failures (for example, number of new
cases of a disease) that occur during a specified period in a population at risk (for example, of the
disease).
Incidence rate is incidence divided by the sum of the length of time each individual was exposed
to the risk.
Do not confuse incidence with prevalence. Prevalence is the fraction of a population that has the
disease. Incidence refers to the rate at which people contract a disease, whereas prevalence is the
total number actually sick at a given time.
incidence studies, longitudinal studies, and follow-up studies. Whichever word is used, these studies
monitor a population for a time to track the transition of noncases into cases. Incidence studies
are prospective. Also see cohort studies.
incomplete observations. See complete and incomplete observations.
independent and identically distributed. A series of observations is independently and identically
distributed (i.i.d.) if each observation is an independent realization from the same underlying
74 Glossary
distribution. In some contexts, the definition is relaxed to mean only that the observations are
independent and have identical means and variances; see Davidson and MacKinnon (1993, 42).
independent and identically distributed sampling assumption. The independent and identically
distributed (i.i.d.) sampling assumption specifies that each observation is unrelated to (independent
of) all the other observations and that each observation is a draw from the same (identical)
distribution.
indicator variables, indicators. The term “indicator variable” has two meanings. An indicator variable
is a 0/1 variable that contains whether something is true. The other usage is as a synonym for
measurement variables.
indirect effects. See direct, indirect, and total effects.
individual-level treatment effect. An individual-level treatment effect is the difference in an individ-
ual’s outcome that would occur because this individual is given one treatment instead of another. In
other words, an individual-level treatment effect is the difference between two potential outcomes
for an individual.
For example, the blood pressure an individual would obtain after taking a pill minus the blood
pressure an individual would obtain had that person not taken the pill is the individual-level
treatment effect of the pill on blood pressure.
ineligible missing value. An ineligible missing value is a missing value in a to-be-imputed variable
that is due to inability to calculate a result rather than an underlying value being unobserved. For
instance, assume that variable income had some missing values and so you wish to impute it.
Because income is skewed, you decide to impute the log of income, and you begin by typing
. generate lnincome = log(income)
If income contained any zero values, the corresponding missing values in lnincome would be
ineligible missing values. To ensure that values are subsequently imputed correctly, it is of vital
importance that any ineligible missing values be recorded as hard missing. You would do that by
typing
. replace lnincome = .a if lnincome==. & income!=.
As an aside, if after imputing lnincome using mi impute (see [MI] mi impute), you wanted to
fill in income, income surprisingly would be a passive variable because lnincome is the imputed
variable and income would be derived from it. You would type
. mi register passive income
. mi passive: replace income = cond(lnincome==.a, 0, exp(lnincome))
In general, you should avoid using transformations that produce ineligible missing values to avoid
the loss of information contained in other variables in the corresponding observations. For example,
in the above, for zero values of income we could have assigned the log of income, lnincome,
to be the smallest value that can be stored as double, because the logarithm of zero is negative
infinity:
. generate lnincome = cond(income==0, mindouble(), log(income))
This way, all observations for which income==0 will be used in the imputation model for lnincome.
inertia. In CA, the inertia is related to the definition in applied mathematics of “moment of inertia”,
which is the integral of the mass times the squared distance to the centroid. Inertia is defined as
the total Pearson chi-squared for the two-way table divided by the total number of observations,
or the sum of the squared singular values found in the singular value decomposition.
Glossary 75
1 2 X 2
total inertia = χ = λk
n
k
In MCA, the inertia is defined analogously. In the case of the indicator or Burt matrix approach,
it is given by the formula
X
q (J − q)
total inertia = φ2t −
q−1 q2
where q is the number of active variables, J is the number of categories and φt is the tth
(unadjusted) eigenvalue of the eigen decomposition. In JCA the total inertia of the modified Burt
matrix is defined as the sum of the inertias of the off-diagonal blocks. Also see correspondence
analysis and multiple correspondence analysis.
initial values. See starting values.
instance and realization. Instance and realization are synonyms for variable, as in Mata variable.
For instance, consider a real scalar variable X. One can equally well say that X is an instance
of a real scalar or a realization of a real scalar. Authors represent a variable this way when they
wish to emphasize that X is not representative of all real scalars but is just one of many real
scalars. Instance is often used with structures and classes when the writer wishes to emphasize
the difference between the values contained in the variable and the definition of the structure or
the class. It is confusing to say that V is a class C, even though it is commonly said, because
the reader might confuse the definition of C with the specific values contained in V. Thus careful
authors say that V is an instance of class C.
instrumental variables. Instrumental variables are exogenous variables that are correlated with one
or more of the endogenous variables in a structural model. The term instrumental variable is often
reserved for those exogenous variables that are not included as regressors in the model.
instrumental-variables (IV) estimator. An instrumental variables estimator uses instrumental variables
to produce consistent parameter estimates in models that contain endogenous variables. IV estimators
can also be used to control for measurement error.
integrated process. A nonstationary process is integrated of order d, written I(d), if the process must
be differenced d times to produce a stationary series. An I(1) process yt is one in which ∆yt is
stationary.
intercept. An intercept for the equation of endogenous variable y , observed or latent, is the path
coefficient from cons to y . cons is Stata-speak for the built-in variable containing 1 in all
observations. In SEM-speak, cons is an observed exogenous variable.
interval data. Interval data are data in which the true value of the dependent variable is not observed.
Instead, all that is known is that the value lies within a given interval.
intraclass correlation. In the context of mixed-effects models, intraclass correlation refers to the
correlation for pairs of responses at each nested level of the model.
inverse-probability-weighted estimators. Inverse-probability-weighted (IPW) estimators use weighted
averages of the observed outcome variable to estimate the potential-outcome means. The weights
are the reciprocals of the treatment probabilities estimated by a treatment model.
inverse-probability-weighted regression-adjustment estimators.
Inverse-probability-weighted regression-adjustment (IPWRA) estimators use the reciprocals of the
estimated treatment probability as weights to estimate missing-data-corrected regression coefficients
that are subsequently used to compute the potential-outcome means.
IPW estimators. See inverse-probability-weighted estimators.
76 Glossary
Kalman filter. The Kalman filter is a recursive procedure for predicting the state vector in a state-space
model.
Kaplan–Meier product-limit estimate. This is an estimate of the survivor function, which is the
product of conditional survival to each time at which an event occurs. The simple form of the
calculation, which requires tallying the number at risk and the number who die and at each time,
makes accounting for censoring easy. The resulting estimate is a step function with jumps at the
event times.
kmeans. Kmeans is a method for performing partition cluster analysis. The user specifies the number
of clusters, k , to create using an iterative process. Each observation is assigned to the group whose
mean is closest, and then based on that categorization, new group means are determined. These
steps continue until no observations change groups. The algorithm begins with k seed values,
which act as the k group means. There are many ways to specify the beginning seed values. Also
see partition clustering.
kmedians. Kmedians is a variation of kmeans. The same process is performed, except that medians
instead of means are computed to represent the group centers at each step. Also see kmeans and
partition clustering.
KMO. See Kaiser–Meyer–Olkin measure of sampling adequacy.
KNN. See kth nearest neighbor.
Kruskal stress. The Kruskal stress measure (Kruskal 1964; Cox and Cox 2001, 63) used in MDS is
given by
(P )1/2
(Eij − b ij )2
D
Kruskal(D,
b E) = P 2
Eij
where Dij is the dissimilarity between objects i and j , 1 ≤ i, j ≤ n, and D b ij is the disparity,
that is, the transformed dissimilarity, and Eij is the Euclidean distance between rows i and j of
the matching configuration. Kruskal stress is an example of a loss function in modern MDS. After
classical MDS, estat stress gives the Kruskal stress. Also see classical scaling, multidimensional
scaling, and stress.
kth nearest neighbor. k th-nearest-neighbor (KNN) discriminant analysis is a nonparametric discrimi-
nation method based on the k nearest neighbors of each observation. Both continuous and binary
data can be handled through the different similarity and dissimilarity measures. KNN analysis can
distinguish irregular-shaped groups, including groups with multiple modes. Also see discriminant
analysis and nonparametric methods.
lag operator. The lag operator L denotes the value of a variable at time t − 1. Formally, Lyt = yt−1 ,
and L2 yt = Lyt−1 = yt−2 .
Lagrange multiplier test. Synonym for score test.
LAPACK LAPACK stands for Linear Algebra PACKage and forms the basis for many of Mata’s linear
algebra capabilities; see [M-1] LAPACK.
78 Glossary
where H is the between matrix and E is the within matrix, see between matrix.
LDA. See linear discriminant analysis.
leave one out. In discriminant analysis, classification of an observation while leaving it out of the
estimation sample is done to check the robustness of the analysis; thus the phrase “leave one out”
(LOO). Also see discriminant analysis.
left eigenvectors. A vector x: n × 1 is said to be a left eigenvector of square matrix A: n × n if there
is a nonzero scalar, λ, such that
xA = λx
linear filter. A linear filter is a sequence of weights used to compute a weighted average of a time
series at each time period. More formally, a linear filter α(L) is
∞
X
α(L) = α0 + α1 L + α2 L2 + · · · = ατ Lτ
τ =0
where L is the lag operator. Applying the linear filter α(L) to the time series xt yields a sequence
of weighted averages of xt :
X∞
α(L)xt = ατ Lτ xt−τ
τ =0
lvals would be easy to describe except that pointers can also be lvals. Few people ever use pointers.
See [M-2] op assignment for a complete definition.
M, m. M is the number of imputations. m refers to a particular imputation, m = 1, 2, . . . , M . In
mi, m = 0 is used to refer to the original data, the data containing the missing values. Thus mi
data in effect contain M + 1 datasets, corresponding to m = 0, m = 1, . . . , and m = M .
machine precision. See epsilon(1), etc.
Mahalanobis distance. The Mahalanobis distance measure is a scale-invariant way of measuring
distance. It takes into account the correlations of the dataset.
Mahalanobis transformation. The Mahalanobis transformation takes a Cholesky factorization of the
inverse of the covariance matrix S−1 in the formula for Mahalanobis distance and uses it to
transform the data. If we have the Cholesky factorization S−1 = L0 L, then the Mahalanobis
transformation of x is z = Lx, and z0 z = DM
2
(x).
MANCOVA. MANCOVA is multivariate analysis of covariance. See multivariate analysis of variance.
manifest variables. Synonym for observed variables.
MANOVA. multivariate analysis of variance.
MAR. See missing at random.
marginal homogeneity. Marginal homogeneity refers to the equality of one or more row marginal
proportions with the corresponding column proportions. Also see Introduction under Remarks and
examples in [PSS] power pairedproportions.
Glossary 81
marginal proportion. This represents a ratio of the number of observations in a row or column
of a contingency table relative to the total number of observations. Also see Introduction under
Remarks and examples in [PSS] power pairedproportions.
Markov chain Monte Carlo. A class of methods for simulating random draws from otherwise
intractable multivariate distributions. The Markov chain has the desired distribution as its equilibrium
distribution.
mass. In CA and MCA, the mass is the marginal probability. The sum of the mass over the active row
or column categories equals 1.
.mata file. By convention, we store the Mata source code for function function() in file function.mata;
see [M-1] source.
matched case–control study. Also known as a retrospective study, a matched case–control study is
a study in which persons with positive outcomes are each matched with one or more persons with
negative outcomes but with similar characteristics.
matched study. In a matched study, an observation from one group is matched to an observation
from another group with respect to one or more characteristics of interest. Also see paired data.
matching coefficient. The matching similarity coefficient is used to compare two binary variables. If
a is the number of observations that both have value 1, and d is the number of observations that
both have value 0, and b, c are the number of (1, 0) and (0, 1) observations, respectively, then the
matching coefficient is given by
a+d
a+b+c+d
Also see similarity measure.
matching configuration. In MDS, the matching configuration is the low dimensional configuration
whose distances approximate the high-dimensional dissimilarities or disparities. Also see multidi-
mensional scaling, dissimilarity, and disparity.
matching configuration plot. After MDS, this is a scatter plot of the matching configuration.
matching estimator. An estimator that compares differences between the outcomes of similar—that is,
matched—individuals. Each individual that receives a treatment is matched to a similar individual
that does not get the treatment, and the difference in their outcomes is used to estimate the
individual-level treatment effect. Likewise, each individual that does not receive a treatment is
matched to a similar individual that does get the treatment, and the difference in their outcomes
is used to estimate the individual-level treatment effect.
matrix. The most general organization of data, containing r rows and c columns. Vectors, column
vectors, row vectors, and scalars are special cases of matrices.
maximum likelihood factor method. The maximum likelihood factor method is a method for per-
forming factor analysis that assumes multivariate normal observations. It maximizes the determinant
of the partial correlation matrix; thus, this solution is also meaningful as a descriptive method for
nonnormal data. Also see factor analysis.
MCA. See multiple correspondence analysis.
MCAGH. See mode-curvature adaptive Gauss–Hermite quadrature.
MCAR. See missing completely at random.
MCE. See Monte Carlo error.
MCMC. See Markov chain Monte Carlo.
82 Glossary
McNemar’s test. McNemar’s test is a test used to compare two dependent binary populations. The
null hypothesis is formulated in the context of a 2 × 2 contingency table as a hypothesis of marginal
homogeneity. See [PSS] power pairedproportions and [ST] epitab.
MDES. See minimum detectable effect size.
MDS. See multidimensional scaling.
MDS configuration plot. See configuration plot.
mean–variance adaptive Gauss–Hermite quadrature. In the context of generalized linear mixed
models, mean–variance adaptive Gauss–Hermite quadrature is a method of approximating the
integral used in the calculation of the log likelihood. The quadrature locations and weights for
individual clusters are updated during the optimization process by using the posterior mean and
the posterior standard deviation.
measure. A measure is a quantity representing the proximity between objects or method for determining
the proximity between objects. Also see proximity.
measure, measurement, x a measurement of X, x measures X. See measurement variables.
measurement models, measurement component. A measurement model is a particular kind of
model that deals with the problem of translating observed values to values suitable for modeling.
Measurement models are often combined with structural models and then the measurement model
part is referred to as the measurement component. See [SEM] intro 5.
measurement variables, measure, measurement, x a measurement of X, x measures X. Observed
variable x is a measurement of latent variable X if there is a path connecting x ← X . Measurement
variables are modeled by measurement models. Measurement variables are also called indicator
variables.
median-linkage clustering. Median-linkage clustering is a hierarchical clustering method that uses
the distance between the medians of two groups to determine the similarity or dissimilarity of the
two groups. Also see cluster analysis and agglomerative hierarchical clustering methods.
MEFF and MEFT. MEFF and MEFT are misspecification effects. Misspecification effects compare
the variance estimate from a given survey dataset with the variance from a misspecified model. In
Stata, the misspecified model is fit without weighting, clustering, or stratification.
MEFF is the ratio of two variance estimates. The design-based variance is in the numerator; the
misspecified variance is in the denominator.
MEFT is the ratio of two standard-error estimates. The design-based standard error is in the
numerator; the misspecified standard error is in the denominator. MEFT is the square root of MEFF.
method. Method is just an English word and should be read in context. Nonetheless, method is used
here usually to refer to the method used to solve for the fitted parameters of an SEM. Those
methods are ML, QML, MLMV, and ADF. Also see technique.
metric scaling. Metric scaling is a type of MDS, in which the dissimilarities are transformed to
disparities via a class of known functions. This is contrasted to nonmetric scaling. Also see
multidimensional scaling.
mi data. Any data that have been mi set (see [MI] mi set), whether directly by mi set or indirectly
by mi import (see [MI] mi import). The mi data might have no imputations (have M = 0) and
no imputed variables, at least yet, or they might have M > 0 and no imputed variables, or vice
versa. An mi dataset might have M > 0 and imputed variables, but the missing values have not
yet been replaced with imputed values. Or mi data might have M > 0 and imputed variables and
the missing values of the imputed variables filled in with imputed values.
MIMIC. See multiple indicators and multiple causes.
Glossary 83
minimum detectable effect size. The minimum detectable effect size is the smallest effect size that
can be detected by hypothesis testing for a given power and sample size.
minimum detectable value. The minimum detectable value represents the smallest amount or con-
centration of a substance that can be reliably measured.
minimum entropy rotation. The minimum entropy rotation is an orthogonal rotation achieved by
minimizing the deviation from uniformity (entropy). The minimum entropy criterion (Jennrich 2004)
is
1
2
Λ , log Λ2
c(Λ) = −
2
.mo file. The object code of a function can be stored in a .mo file, where it can be later reused. See
[M-1] how and [M-3] mata mosave.
mode-curvature adaptive Gauss–Hermite quadrature. In the context of generalized linear mixed
models, mode-curvature adaptive Gauss–Hermite quadrature is a method of approximating the
integral used in the calculation of the log likelihood. The quadrature locations and weights for
individual clusters are updated during the optimization process by using the posterior mode and
the standard deviation of the normal density that approximates the log posterior at the mode.
modern scaling. Modern scaling is a form of MDS that is achieved via the minimization of a
loss function that compares the disparities (transformed dissimilarities) in the higher-dimensional
space and the distances in the lower-dimensional space. Contrast to classical scaling. Also see
dissimilarity, disparity, multidimensional scaling, and loss.
modification indices. Modification indices are score tests for adding paths where none appear. The
paths can be for either coefficients or covariances.
moments (of a distribution). The moments of a distribution are the expected values of powers of a
random variable or centralized (demeaned) powers of a random variable. The first moments are
the expected or observed means, and the second moments are the expected or observed variances
and covariances.
monadic operator. Synonym for unary operator.
monotone-missing pattern, monotone missingness. A special pattern of missing values in which if
the variables are ordered from least to most missing, then all observations of a variable contain
missing in the observations in which the prior variable contains missing.
Monte Carlo error. Within the multiple-imputation context, a Monte Carlo error is defined as the
standard deviation of the multiple-imputation results across repeated runs of the same imputation
procedure using the same data. The Monte Carlo error is useful for evaluating the statistical
reproducibility of multiple-imputation results. See Example 6: Monte Carlo error estimates under
Remarks and examples of [MI] mi estimate.
moving-average process. A moving-average process is a time-series process in which the current
value of a variable is modeled as a weighted average of current and past realizations of a white-
noise process and, optionally, a time-invariant constant. By convention, the weight on the current
realization of the white-noise process is equal to one, and the weights on the past realizations are
known as the moving-average (MA) coefficients. A first-order moving-average process, denoted as
an MA(1) process, is yt = θt−1 + t .
multiarm trial. A multiarm trial is a trial comparing survivor functions of more than two groups.
multidimensional scaling. Multidimensional scaling (MDS) is a dimension-reduction and visualization
technique. Dissimilarities (for instance, Euclidean distances) between observations in a high-
dimensional space are represented in a lower-dimensional space which is typically two dimensions
so that the Euclidean distance in the lower-dimensional space approximates in some sense the
dissimilarities in the higher-dimensional space. Often the higher-dimensional dissimilarities are
first transformed to disparities, and the disparities are then approximated by the distances in the
lower-dimensional space. Also see dissimilarity, disparity, classical scaling, loss, modern scaling,
metric scaling, and nonmetric scaling.
multilevel models. Multilevel models are models that include unobserved effects (latent variables)
for different groups in the data. For instance, in a dataset of students, groups of students might
share the same teacher. If the teacher’s identity is recorded in the data, then one can introduce
a latent variable that is constant within teacher and that varies across teachers. This is called a
two-level model.
Glossary 85
If teachers could in turn be grouped into schools, and school identities were recorded in the data,
then one can introduce another latent variable that is constant within school and varies across
schools. This is called a three-level (nested-effects) model.
In the above example, observations (students) are said to be nested within teacher nested within
school. Sometimes there is no such subsequent nesting structure. Consider workers nested within
occupation and industry. The same occupations appear in various industries and the same industries
appear within various occupations. We can still introduce latent variables at the occupation and
industry level. In such cases, the model is called a crossed-effects model.
The latent variables that we have discussed are also known as random effects. Any coefficients on
observed variables in the model are known as the fixed portion of the model. Models that contain
fixed and random portions are known as mixed-effects models.
multinomial logit regression. Multinomial logit regression is a term for generalized linear response
functions that are family multinomial, link logit. It is used for categorical-outcome data when the
outcomes cannot be ordered. Multinomial logit regression is also known as multinomial logistic
regression and as mlogit in Stata circles. See generalized linear response functions.
multiple correlation. The multiple correlation is the correlation between endogenous variable y and
its linear prediction.
multiple correspondence analysis. Multiple correspondence analysis (MCA) and joint correspondence
analysis (JCA) are methods for analyzing observations on categorical variables. MCA and JCA
analyze a multiway table and are usually viewed as an extension of CA. Also see correspondence
analysis.
multiple indicators and multiple causes. Multiple indicators and multiple causes is a kind of structural
model in which observed causes determine a latent variable, which in turn determines multiple
indicators. See [SEM] intro 4.
multiple-record st data. See st data.
multivalued treatment effect. A multivalued treatment refers to a treatment that has more than two
values. For example, a person could have taken a 20 mg dose of a drug, a 40 mg dose of the
drug, or not taken the drug at all.
multivariate analysis of covariance. See multivariate analysis of variance.
multivariate analysis of variance. Multivariate analysis of variance (MANOVA) is used to test hy-
potheses about means. Four multivariate statistics are commonly computed in MANOVA: Wilks’
lambda, Pillai’s trace, Lawley–Hotelling trace, and Roy’s largest root. Also see Wilks’ lambda,
Pillai’s trace, Lawley–Hotelling trace, and Roy’s largest root.
multivariate GARCH models. Multivariate GARCH models are multivariate time-series models in
which the conditional covariance matrix of the errors depends on its own past and its past shocks.
The acute trade-off between parsimony and flexibility has given rise to a plethora of models; see
[TS] mgarch.
multivariate regression. A multivariate regression is a linear regression model in which the regressand
is vector valued. Equivalently, a mutivariate regression is a linear regression model in which multiple
left-hand-side variables are regressed on the same set of explanatory variables simultaneously,
allowing the disturbance terms to be contemporaneously correlated. Multivariate regression is
a special case of seemingly unrelated regression in which all equations share the same set of
explanatory variables.
MVAGH. See mean–variance adaptive Gauss–Hermite quadrature.
86 Glossary
NaN. NaN stands for Not a Number and is a special computer floating-point code used for results
that cannot be calculated. Mata (and Stata) do not use NaNs. When NaNs arise, they are converted
into . (missing value).
nearest neighbor. See kth nearest neighbor.
nearest-neighbor matching. Nearest-neighbor matching uses the distance between observed variables
to find similar individuals.
negative binomial regression. Negative binomial regression is a term for generalized linear response
functions that are family negative binomial, link log. It is used for count data that are overdispersed
relative to Poisson. Negative binomial regression is also known as nbreg in Stata circles. See
generalized linear response functions.
negative binomial regression model. The negative binomial regression model is for applications
in which the dependent variable represents the number of times an event occurs. The negative
binomial regression model is an alternative to the Poisson model for use when the dependent
variable is overdispersed, meaning that the variance of the dependent variable is greater than its
mean.
negative effect size. In power and sample-size analysis, we obtain a negative effect size when the
postulated value of the parameter under the alternative hypothesis is less than the hypothesized
value of the parameter under the null hypothesis. Also see positive effect size.
nested random effects. In the context of mixed-effects models, nested random effects refer to the
nested grouping factors for the random effects. For example, we may have data on students who
are nested in classes that are nested in schools.
nested-effects models. See multilevel models.
Newey–West covariance matrix. The Newey–West covariance matrix is a member of the class of
heteroskedasticity- and autocorrelation-consistent (HAC) covariance matrix estimators used with
time-series data that produces covariance estimates that are robust to both arbitrary heteroskedasticity
and autocorrelation up to a prespecified lag.
nominal alpha, nominal significance level. This is a desired or requested significance level.
noncentrality parameter. In power and sample-size analysis, a noncentrality parameter is the expected
value of the test statistic under the alternative hypothesis.
nondirectional test. See two-sided test.
nonmetric scaling. Nonmetric scaling is a type of modern MDS in which the dissimilarities may be
transformed to disparities via any monotonic function as opposed to a class of known functions.
Contrast to metric scaling. Also see multidimensional scaling, dissimilarity, disparity, and modern
scaling.
nonparametric methods. Nonparametric statistical methods, such as KNN discriminant analysis, do
not assume the population fits any parameterized distribution.
nonrecursive (structural) model (system), recursive (structural) model (system). A structural model
(system) is said to be nonrecursive if there are paths in both directions between one or more pairs
of endogenous variables. A system is recursive if it is a system—it has endogenous variables that
appear with paths from them—and it is not nonrecursive.
A nonrecursive model may be unstable. Consider, for instance,
y1 = 2y2 + 1x1 + e1
y2 = 3y1 − 2x2 + e2
Glossary 87
This model is unstable. To see this, without loss of generality, treat x1 + e1 and 2x2 + e2 as if
they were both 0. Consider y1 = 1 and y2 = 1. Those values result in new values y1 = 2 and
y2 = 3, and those result in new values y1 = 6 and y2 = 6, and those result in new values, . . . .
Continue in this manner, and you reach infinity for both endogenous variables. In the jargon of the
mathematics used to check for this property, the eigenvalues of the coefficient matrix lie outside
the unit circle.
On the other hand, consider these values:
y1 =0.5y2 + 1x1 + e1
y2 =1.0y1 − 2x2 + e2
These results are stable in that the resulting values converge to y1 = 0 and y2 = 0. In the jargon
of the mathematics used to check for this property, the eigenvalues of the coefficients matrix lie
inside the unit circle. Finally, consider the values
y1 =0.5y2 + 1x1 + e1
y2 =2.0y1 − 2x2 + e2
Start with y1 = 1 and y2 = 1 and that yields new values y1 = 0.5 and y2 = 2 and that yields new
values y1 = 1 and y2 = 1, and that yields y1 = 0.5 and y2 = 2, and it will oscillate forever. In
the jargon of the mathematics used to check for this property, the eigenvalues of the coefficients
matrix lie on the unit circle. These coefficients are also considered to be unstable.
norm. A norm is a real-valued function f(x) satisfying
f (0) = 0
f (x) > 0 for all x 6= 0
f (cx) = |c| f (x)
f (x+y) ≤ f (x ) + f (y)
The word norm applied to a vector x usually refers to its Euclidean norm, p = 2 norm, or length:
the square root of the sum of its squared elements. The are other norms, the popular ones being p =
1 (the sum of the absolute values of its elements) and p = infinity (the maximum element). Norms
can also be generalized to deal with matrices. See [M-5] norm( ).
normality assumption, joint and conditional. The derivation of the standard, linear SEM estimator
usually assumes the full joint normality of the observed and latent variables. However, full joint
normality can replace the assumption of normality conditional on the values of the exogenous
variables, and all that is lost is one goodness-of-fit test (the test reported by sem on the output) and
the justification for use of optional method MLMV for dealing with missing values. This substitution
of assumptions is important for researchers who cannot reasonably assume normality of the observed
variables. This includes any researcher including, say, variables age and age-squared in his or her
model.
Meanwhile, the generalized SEM makes only the conditional normality assumption.
Be aware that even though the full joint normality assumption is not required for the standard
linear SEM, sem calculates the log-likelihood value under that assumption. This is irrelevant except
that log-likelihood values reported by sem cannot be compared with log-likelihood values reported
by gsem, which makes the lesser assumption.
See [SEM] intro 4.
88 Glossary
See Crawford–Ferguson rotation for a definition of Λ. Also see oblique rotation, orthogonal
rotation, and quartimax rotation.
oblimin rotation. Oblimin rotation is a general method for oblique rotation, achieved by minimizing
the oblimin criterion
1
2
Λ , {I − (γ/p)110 }Λ2 (110 − I)
c(Λ) =
4
Oblimin has several interesting special cases:
γ Special case
0 quartimax / quartimin
1/2 biquartimax / biquartimin
1 varimax / covarimin
p/2 equamax
p = number of rows of A.
See Crawford–Ferguson rotation for a definition of Λ and A. Also see oblique rotation.
Glossary 89
oblique rotation or oblique transformation. An oblique rotation maintains the norms of the rows of
the matrix but not their inner products. In geometric terms, this maintains the lengths of vectors,
but not the angles between them. In contrast, in orthogonal rotation, both are preserved.
observational data. In observational data, treatment assignment is not controlled by those who
collected the data; thus some common variables affect treatment assignment and treatment-specific
outcomes.
observational study. In an observational study, as opposed to an experimental study, the assignment of
subjects to treatments happens naturally and is thus beyond the control of investigators. Investigators
can only observe subjects and measure their characteristics. For example, a study that evaluates
the effect of exposure of children to household pesticides is an observational study.
observations and variables. A dataset containing n observations on k variables in often stored in an
n × k matrix. An observation refers to a row of that matrix; a variable refers to a column.
observed level of significance. See p-value.
observed variables. A variable is observed if it is a variable in your dataset. In this documentation,
we often refer to observed variables by using x1, x2, . . . , y1, y2, and so on; in reality, observed
variables have names such as mpg, weight, testscore, etc.
In the software, observed variables are usually indicated by having names that are all lowercase.
Also see latent variable.
odds and odds ratio. The odds in favor of an event are o = p/(1 − p), where p is the probability
of the event. Thus if p = 0.2, the odds are 0.25, and if p = 0.8, the odds are 4.
The log of the odds is ln(o) = logit(p) = ln{p/(1 − p)}, and logistic-regression models, for
instance, fit ln(o) as a linear function of the covariates.
The odds ratio is a ratio of two odds: o1 /o0 . The individual odds that appear in the ratio are
usually for an experimental group and a control group, or two different demographic groups.
offset variable and exposure variable. An offset variable is a variable that is to appear on the
right-hand side of a model with coefficient 1:
yj = offsetj + b0 + b1 xj + · · ·
In the above, b0 and b1 are to be estimated. The offset is not constant. Offset variables are often
included to account for the amount of exposure. Consider a model where the number of events
observed over a period is the length of the period multiplied by the number of events expected in
a unit of time:
nj = Tj e(Xj )
one-level model. A one-level model has no multilevel structure and no random effects. Linear
regression is a one-level model.
one-sample test. A one-sample test compares a parameter of interest from one sample with a reference
value. For example, a one-sample mean test compares a mean of the sample with a reference
value.
one-sided test, one-tailed test. A one-sided test is a hypothesis test of a scalar parameter in which the
alternative hypothesis is one sided, meaning that the alternative hypothesis states that the parameter
is either less than or greater than the value conjectured under the null hypothesis but not both.
Also see One-sided test versus two-sided test under Remarks and examples in [PSS] intro.
one-step-ahead forecast. See static forecast.
operator. An operator is +, -, and the like. Most operators are binary (or dyadic), such as + in A+B
and * in C*D. Binary operators also include logical operators such as & and | (“and” and “or”)
in E&F and G|H. Other operators are unary (or monadic), such as ! (not) in !J, or both unary
and binary, such as - in -K and in L-M. When we say “operator” without specifying which, we
mean binary operator. Thus colon operators are in fact colon binary operators. See [M-2] exp.
OPG, vce(opg). OPG stands for outer product of the gradients, defined as the cross product of the
observation-level first derivatives, usually of the log likelihood function. The OPG is an estimate of
the VCE. The other available techniques are OIM, EIM, robust, clustered, bootstrap, and jackknife.
optimization. Mata compiles the code that you write. After compilation, Mata performs an optimization
step, the purpose of which is to make the compiled code execute more quickly. You can turn off
the optimization step—see [M-3] mata set—but doing so is not recommended.
ordered complementary log-log regression. Ordered complementary log-log regression is a term
for generalized linear response functions that are family ordinal, link cloglog. It is used for
ordinal-outcome data. Ordered complementary log-log regression is also known as ocloglog in
Stata circles. See generalized linear response functions.
ordered logit regression. Ordered logit regression is a term for generalized linear response functions
that are family ordinal, link logit. It is used for ordinal outcome data. Ordered logit regression is
also known as ordered logistic regression, as just ordered logit, and as ologit in Stata circles. See
generalized linear response functions.
ordered probit regression. Ordered probit regression is a term for generalized linear response functions
that are family ordinal, link probit. It is used for ordinal-outcome data. Ordered probit regression
is also known as just ordered probit and known as oprobit in Stata circles. See generalized linear
response functions.
ordination. Ordination is the ordering of a set of data points with respect to one or more axes. MDS
is a form of ordination.
orgtype. See type, eltype, and orgtype.
original data. Original data are the data as originally collected, with missing values in place. In mi
data, the original data are stored in m = 0. The original data can be extracted from mi data by
using mi extract; see [MI] mi extract.
orthogonal matrix and unitary matrix. A is orthogonal if A is square and A0 A==I. The word
orthogonal is usually reserved for real matrices; if the matrix is complex, it is said to be unitary
(and then transpose means conjugate-transpose). We use the word orthogonal for both real and
complex matrices.
If A is orthogonal, then det(A) = ±1.
Glossary 91
orthogonal rotation or orthogonal transformation. Orthogonal rotation maintains both the norms of
the rows of the matrix and also inner products of the rows of the matrix. In geometric terms, this
maintains both the lengths of vectors and the angles between them. In contrast, oblique rotation
maintains only the norms, that is, the lengths of vectors.
orthogonalized impulse–response function. An orthogonalized impulse–response function (OIRF)
measures the effect of an orthogonalized shock to an endogenous variable on itself or another
endogenous variable. An orthogonalized shock is one that affects one variable at time t but no
other variables. See [TS] irf create for a discussion of the difference between IRFs and OIRFs.
outcome model. An outcome model is a model used to predict the outcome as a function of covariates
and parameters.
overdispersion. In count-data models, overdispersion occurs when there is more variation in the data
than would be expected if the process were Poisson.
overidentifying restrictions. The order condition for model identification requires that the number
of exogenous variables excluded from the model be at least as great as the number of endogenous
regressors. When the number of excluded exogenous variables exceeds the number of endogenous
regressors, the model is overidentified, and the validity of the instruments can then be checked via
a test of overidentifying restrictions.
overlap assumption. The overlap assumption requires that each individual have a positive probability
of each possible treatment level.
paired data. Paired data consist of pairs of observations that share some characteristics of interest. For
example, measurements on twins, pretest and posttest measurements, before and after measurements,
repeated measurements on the same individual. Paired data are correlated and thus must be analyzed
by using a paired test.
paired observations. See paired data.
paired test. A paired test is used to test whether the parameters of interest of two paired populations are
equal. The test takes into account the dependence between measurements. For this reason, paired
tests are usually more powerful than their two-sample counterparts. For example, a paired-means
or paired-difference test is used to test whether the means of two paired (correlated) populations
are equal.
panel data. Panel data are data in which the same units were observed over multiple periods. The
units, called panels, are often firms, households, or patients who were observed at several points
in time. In a typical panel dataset, the number of panels is large, and the number of observations
per panel is relatively small.
panel-corrected standard errors (PCSEs). The term panel-corrected standard errors refers to a class
of estimators for the variance–covariance matrix of the OLS estimator when there are relatively few
panels with many observations per panel. PCSEs account for heteroskedasticity, autocorrelation, or
cross-sectional correlation.
parameter constraints. Parameter constraints are restrictions placed on the parameters of the model.
These constraints are typically in the form of 0 constraints and equality constraints. A 0 constraint
is implied, for instance, when no path is drawn connecting x with y . An equality constraint is
specified when one path coefficient is forced to be equal to another or one covariance is forced
to be equal to another.
Also see identification.
parameters, ancillary parameters. The parameters are the to-be-estimated coefficients of a model.
These include all path coefficients, means, variances, and covariances. In mathematical notation,
the theoretical parameters are often written as θ = (α, β, µ, Σ), where α is the vector of intercepts,
92 Glossary
β is the vector of path coefficients, µ is the vector of means, and Σ is the matrix of variances
θ.
and covariances. The resulting parameters estimates are written as b
Ancillary parameters are extra parameters beyond the ones just described that concern the distribution.
These include the scale parameter of gamma regression, the dispersion parameter for negative
binomial regression, and the cutpoints for ordered probit, logit, and cloglog regression, and the
like. These parameters are also included in θ.
parametric methods. Parametric statistical methods, such as LDA and QDA, assume the population
fits a parameterized distribution. For example, for LDA we assume the groups are multivariate
normal with equal covariance matrices.
parsimax rotation. Parsimax rotation is an orthogonal rotation that balances complexity between the
rows and the columns. It is equivalent to the Crawford–Ferguson family with κ = (f −1)/(p+f −2),
where p is the number of rows of the original matrix, and f is the number of columns. See orthogonal
rotation and Crawford–Ferguson rotation.
partial autocorrelation function. The partial autocorrelation function (PACF) expresses the correlation
between periods t and t − k of a time series as a function of the time t and lag k , after controlling
for the effects of intervening lags. For a stationary time series, the PACF does not depend on t.
The PACF is not symmetric about k = 0: the partial autocorrelation between yt and yt−k is not
equal to the partial autocorrelation between yt and yt+k .
partial DFBETA. A partial DFBETA measures the change in the regressor’s coefficient because of
deletion of that individual record. In single-record data, the partial DFBETA is equal to the DFBETA.
Also see DFBETA.
partial likelihood displacement value. A partial likelihood displacement value is an influence measure
of the effect of deleting an individual record on the coefficient vector. For single-record data, the
partial likelihood displacement value is equal to the likelihood displacement value. Also see
likelihood displacement value.
partial LMAX value. A partial LMAX value is an influence measure of the effect of deleting an
individual record on the overall coefficient vector and is based on an eigensystem analysis of
efficient score residuals. In single-record data, the partial LMAX value is equal to the LMAX value.
Also see LMAX value.
partially specified target rotation. Partially specified target rotation minimizes the criterion
c(Λ) = kW ⊗ (Λ − H)k2
for a given target matrix H and a nonnegative weighting matrix W (usually zero–one valued).
See Crawford–Ferguson rotation for a definition of Λ.
partition clustering and partition cluster-analysis methods. Partition clustering methods break the
observations into a distinct number of nonoverlapping groups. This is accomplished in one step,
unlike hierarchical cluster-analysis methods, in which an iterative procedure is used. Consequently,
this method is quicker and will allow larger datasets than the hierarchical clustering methods.
Contrast to hierarchical clustering. Also see kmeans and kmedians.
passive variable. See imputed, passive, and regular variables.
past history. Past history is information recorded about a subject before the subject was both at risk
and under observation. Consider a dataset that contains information on subjects from birth to death
and an analysis in which subjects became at risk once diagnosed with a particular kind of cancer.
The past history on the subject would then refer to records before the subjects were diagnosed.
Glossary 93
The word history is often dropped, and the term becomes simply past. For instance, we might
want to know whether a subject smoked in the past.
Also see future history.
path. A path, typically shown as an arrow drawn from one variable to another, states that the first
variable determines the second variable, at least partially. If x → y , or equivalently y ← x, then
yj = α + · · · + βxj + · · · + e.yj , where β is said to be the x → y path coefficient. The ellipses
are included to account for paths to y from other variables. α is said to be the intercept and is
automatically added when the first path to y is specified.
A curved path is a curved line connecting two variables, and it specifies that the two variables are
allowed to be correlated. If there is no curved path between variables, the variables are usually
assumed to be uncorrelated. We say usually because correlation is assumed among observed
exogenous variables and, in the command language, assumed among latent exogenous variables,
and if some of the correlations are not desired, they must be suppressed. Many authors refer to
covariances rather than correlations. Strictly speaking, the curved path denotes a nonzero covariance.
A correlation is often called a standardized covariance.
A curved path can connect a variable to itself and in that case, indicates a variance. In path
diagrams in this manual, we typically do not show such variance paths even though variances are
assumed.
path coefficient. The path coefficient is associated with a path; see path. Also see intercept.
path diagram. A path diagram is a graphical representation that shows the relationships among a set
of variables using paths. See [SEM] intro 2 for a description of path diagrams.
path notation. Path notation is a syntax defined by the authors of Stata’s sem and gsem commands
for entering path diagrams in a command language. Models to be fit may be specified in path
notation or they may be drawn using path diagrams into the Builder.
PCA. See principal component analysis.
p-conformability. Matrix, vector, or scalar A is said to be p-conformable with matrix, vector, or scalar
B if rows(A)==rows(B) and cols(A)==cols(B). p stands for plus; p-conformability is one
of the properties necessary to be able to add matrices together. p-conformability, however, does
not imply that the matrices are of the same type. Thus (1,2,3) is p-conformable with (4,5,6)
and with ("this","that","what") but not with (4\5\6).
Pearson’s correlation. Pearson’s correlation ρ, also known as the product-moment correlation, mea-
sures the degree of association between two variables. Pearson’s correlation equals the variables’
covariance divided by their respective standard deviations, and ranges between −1 and 1. Zero
indicates no correlation between the two variables.
penalized log-likelihood function. This is a log-likelihood function that contains an added term,
usually referred to as a roughness penalty, that reduces its value when the model overfits the data.
In Cox models with frailty, such functions are used to prevent the variance of the frailty from
growing too large, which would allow the individual frailty values to perfectly fit the data.
periodogram. A periodogram is a graph of the spectral density function of a time series as a function
of frequency. The pergram command first standardizes the amplitude of the density by the sample
variance of the time series, and then plots the logarithm of that standardized density. Peaks in the
periodogram represent cyclical behavior in the data.
permutation matrix and permutation vector. A permutation matrix is an n × n matrix that is a row
(or column) permutation of the identity matrix. If P is a permutation matrix, then P*A permutes
the rows of A and A*P permutes the columns of A. Permutation matrices also have the property
that P−1 = P0 .
94 Glossary
where H is the between matrix and E is the within matrix. See between matrix.
point estimate. A point estimate is another name for a statistic, such as a mean or regression
coefficient.
pointer. A matrix is said to be a pointer matrix if its elements are pointers.
A pointer is the address of a variable. Say that variable X contains a matrix. Another variable p
might contain 137,799,016 and, if 137,799,016 were the address at which X were stored, then p
would be said to point to X. Addresses are seldom written in base 10, and so rather than saying
p contains 137,799,016, we would be more likely to say that p contains 0x836a568, which is the
way we write numbers in base 16. Regardless of how we write addresses, however, p contains a
number and that number corresponds to the address of another variable.
In our program, if we refer to p, we are referring to p’s contents, the number 0x836a568. The
monadic operator * is defined as “refer to the address” or “dereference”: *p means X. We could
code Y = *p or Y = X, and either way, we would obtain the same result. In our program, we could
refer to X[i, j] or (*p)[i, j], and either way, we would obtain the i, j element of X.
The monadic operator & is how we put addresses into p. To load p with the address of X, we code
p = &X.
The special address 0 (zero, written in hexadecimal as 0x0), also known as NULL, is how we
record that a pointer variable points to nothing. A pointer variable contains NULL or it contains a
valid address of another variable.
See [M-2] pointers for a complete description of pointers and their use.
Poisson regression model. The Poisson regression model is used when the dependent variable
represents the number of times an event occurs. In the Poisson model, the variance of the
dependent variable is equal to the conditional mean.
POMs. See potential-outcome means.
pooled estimator. A pooled estimator ignores the longitudinal or panel aspect of a dataset and treats
the observations as if they were cross-sectional.
population-averaged model. A population-averaged model is used for panel data in which the
parameters measure the effects of the regressors on the outcome for the average individual in the
population. The panel-specific errors are treated as uncorrelated random variables drawn from a
population with zero mean and constant variance, and the parameters measure the effects of the
regressors on the dependent variable after integrating over the distribution of the random effects.
portmanteau statistic. The portmanteau, or Q, statistic is used to test for white noise and is calculated
using the first m autocorrelations of the series, where m is chosen by the user. Under the null
Glossary 95
hypothesis that the series is a white-noise process, the portmanteau statistic has a χ2 distribution
with m degrees of freedom.
positive effect size. In power and sample-size analysis, we obtain a positive effect size when the
postulated value of the parameter under the alternative hypothesis is greater than the hypothesized
value of the parameter under the null hypothesis. Also see negative effect size.
posterior mean. In generalized linear mixed-effects models, posterior mean refer to the predictions
of random effects based on the mean of the posterior distribution.
posterior mode. In generalized linear mixed-effects models, posterior mode refer to the predictions
of random effects based on the mode of the posterior distribution.
posterior probabilities. After discriminant analysis, the posterior probabilities are the probabilities
of a given observation being assigned to each of the groups based on the prior probabilities, the
training data, and the particular discriminant model. Contrast to prior probabilities.
poststratification. Poststratification is a method for adjusting sampling weights, usually to account
for underrepresented groups in the population. This usually results in decreased bias because of
nonresponse and underrepresented groups in the population. Poststratification also tends to result
in smaller variance estimates.
The population is partitioned into categories, called poststrata. The sampling weights are adjusted
so that the sum of the weights within each poststratum is equal to the respective poststratum size.
The poststratum size is the number of individuals in the population that are in the poststratum.
The frequency distribution of the poststrata typically comes from census data, and the poststrata
are most commonly identified by demographic information such as age, sex, and ethnicity.
postulated value. See alternative value.
potential outcome. The potential outcome is the outcome an individual would obtain if given a
specific treatment.
For example, an individual has one potential blood pressure after taking a pill and another potential
blood pressure had that person not taken the pill.
potential-outcome means. The potential-outcome means refers to the means of the potential outcomes
for a specific treatment level.
The mean blood pressure if everyone takes a pill and the mean blood pressure if no one takes a
pill are two examples.
The average treatment effect is the difference between potential-outcome mean for the treated and
the potential-outcome mean for the not treated.
power. The power of a test is the probability of correctly rejecting the null hypothesis when it is
false. It is often denoted as 1 − β in statistical literature, where β is the type II error probability.
Commonly used values for power are 80% and 90%. Also see type I error and type II error. power
and sample-size analysis. Power and sample-size analysis investigates the optimal allocation of
study resources to increase the likelihood of the successful achievement of a study objective. See
[PSS] intro.
power curve. A power curve is a graph of the estimated power as a function of some other study
parameter such as the sample size. The power is plotted on the y axis, and the sample size or
other parameter is plotted on the x axis. See [PSS] power, graph.
power determination. This pertains to the computation of a power given sample size, effect size,
and other study parameters.
96 Glossary
power function. The power functions is a function of the population parameter θ, defined as the
probability that the observed sample belongs to the rejection region of a test for given θ. See
Hypothesis testing under Remarks and examples in [PSS] intro.
power graph. See power curve.
pragma. “(Pragmatic information) A standardised form of comment which has meaning to a compiler.
It may use a special syntax or a specific form within the normal comment syntax. A pragma
usually conveys non-essential information, often intended to help the compiler to optimise the
program.” See The Free On-line Dictionary of Computing, http://www.foldoc.org/, Editor Denis
Howe. For Mata, see [M-2] pragma.
Prais–Winsten estimator. A Prais–Winsten estimator is a linear regression estimator that is used
when the error term exhibits first-order autocorrelation; see p
also Cochrane–Orcutt estimator.
p Here
the first observation in the dataset is transformed as ye1 = 1 − ρ2 y1 and x e1 = 1 − ρ2 x1 ,
so that the first observation is not lost. The Prais–Winsten estimator is a generalized least-squares
estimator.
predetermined variable. A predetermined variable is a regressor in which its contemporaneous and
future values are not correlated with the unobservable error term but past values are correlated
with the error term.
predictive margins. Predictive margins provide a way of exploring the response surface of a fitted
model in any response metric of interest—means, linear predictions, probabilities, marginal effects,
risk differences, and so on. Predictive margins are estimates of responses (or outcomes) for
the groups represented by the levels of a factor variable, controlling for the differing covariate
distributions across the groups. They are the survey-data and nonlinear response analogue to what
are often called estimated marginal means or least-squares means for linear models.
Because these margins are population-weighted averages over the estimation sample or subsamples,
and because they take account of the sampling distribution of the covariates, they can be used to
make inferences about treatment effects for the population.
prevented fraction. A prevented fraction is the reduction in the risk of a disease or other condition
of interest caused by including a protective risk factor or public-health intervention.
prewhiten. To prewhiten is to apply a transformation to a time series so that it becomes white noise.
primary sampling unit. Primary sampling unit (PSU) is a cluster that was sampled in the first sampling
stage; see cluster.
priming values. Priming values are the initial, preestimation values used to begin a recursive process.
principal component analysis. Principal component analysis (PCA) is a statistical technique used for
data reduction. The leading eigenvectors from the eigen decomposition of the correlation or the
covariance matrix of the variables describe a series of uncorrelated linear combinations of the
variables that contain most of the variance. In addition to data reduction, the eigenvectors from a
PCA are often inspected to learn more about the underlying structure of the data.
principal factor method. The principal factor method is a method for factor analysis in which
the factor loadings, sometimes called factor patterns, are computed using the squared multiple
correlations as estimates of the communality. Also see factor analysis and communality.
prior probabilities Prior probabilities in discriminant analysis are the probabilities of an observation
belonging to a group before the discriminant analysis is performed. Prior probabilities are often
based on the prevalence of the groups in the population as a whole. Contrast to posterior probabilities.
probability of a type I error. This is the probability of committing a type I error of incorrectly
rejecting the null hypothesis. Also see significance level.
Glossary 97
probability of a type II error. This is the probability of committing a type II error of incorrectly
accepting the null hypothesis. Common values for the probability of a type II error are 0.1 and
0.2 or, equivalently, 10% and 20%. Also see beta and power.
probability weight. Probability weight is another term for sampling weight.
Procrustes rotation. A Procrustes rotation is an orthogonal or oblique transformation, that is, a
restricted Procrustes transformation without translation or dilation (uniform scaling).
Procrustes transformation. The goal of Procrustes transformation is to transform the source matrix
X to be as close as possible to the target Y. The permitted transformations are any combination of
dilation (uniform scaling), rotation and reflection (that is, orthogonal or oblique transformations),
and translation. Closeness is measured by residual sum of squares. In some cases, unrestricted
Procrustes transformation is desired; this allows the data to be transformed not just by orthogonal or
oblique rotations, but by all conformable regular matrices A. Unrestricted Procrustes transformation
is equivalent to a multivariate regression.
The name comes from Procrustes of Greek mythology; Procrustes invited guests to try his iron
bed. If the guest was too tall for the bed, Procrustes would amputate the guest’s feet, and if the
guest was too short, he would stretch the guest out on a rack.
Also see orthogonal rotation, oblique rotation, dilation, and multivariate regression.
production function. A production function describes the maximum amount of a good that can be
produced, given specified levels of the inputs.
promax power rotation. Promax power rotation is an oblique rotation. It does not fit in the minimizing-
a-criterion framework that is at the core of most other rotations. The promax method (Hendrickson
and White 1964) was proposed before computing power became widely available. The promax
rotation consists of three steps:
1. Perform an orthogonal rotation.
2. Raise the elements of the rotated matrix to some power, preserving the sign of the elements.
Typically the power is in the range 2 ≤ power ≤ 4. This operation is meant to distinguish
clearly between small and large values.
3. The matrix from step two is used as the target for an oblique Procrustean rotation from the
original matrix.
propensity score. The propensity score is the probability that an individual receives a treatment.
propensity-score matching. Propensity-score matching uses the distance between estimated propensity
scores to find similar individuals.
proportional hazards model. This is a model in which, between individuals, the ratio of the
instantaneous failure rates (the hazards) is constant over time.
prospective study. Also known as a prospective longitudinal study, a prospective study is a study
based on observations over the same subjects for a given period.
proximity, proximity matrix, and proximity measure. Proximity or a proximity measure means the
nearness or farness of two things, such as observations or variables or groups of observations or a
method for quantifying the nearness or farness between two things. A proximity is measured by a
similarity or dissimilarity. A proximity matrix is a matrix of proximities. Also see similarity and
dissimilarity.
pseudolikelihood. A pseudolikelihood is a weighted likelihood that is used for point estimation.
Pseudolikelihoods are not true likelihoods because they do not represent the distribution function
for the sample data from a survey. The sampling distribution is instead determined by the survey
design.
98 Glossary
XX 1
2 2
c(Λ) = λ4ir = − Λ ,Λ
i r
4
random intercept. In the context of mixed-effects models, a random intercept is a counterpart to the
intercept in the fixed-effects equation. You can think of a random intercept as a randomly varying
intercept at a specific level of nesting.
random walk. A random walk is a time-series process in which the current period’s realization is
equal to the previous period’s realization plus a white-noise error term: yt = yt−1 + t . A random
walk with drift also contains a nonzero time-invariant constant: yt = δ + yt−1 + t . The constant
term δ is known as the drift parameter. An important property of random-walk processes is that
the best predictor of the value at time t + 1 is the value at time t plus the value of the drift
parameter.
random-coefficients model. A random-coefficients model is a panel-data model in which group-
specific heterogeneity is introduced by assuming that each group has its own parameter vector,
which is drawn from a population common to all panels.
random-effects model. A random-effects model for panel data treats the panel-specific errors as
uncorrelated random variables drawn from a population with zero mean and constant variance.
The regressors must be uncorrelated with the random effects for the estimates to be consistent.
See also fixed-effects model.
randomized controlled trial. In this experimental study, treatments are randomly assigned to two or
more groups of subjects.
rank. Terms in common use are rank, row rank, and column rank. The row rank of a matrix A: m ×
n is the number of rows of A that are linearly independent. The column rank is defined similarly,
as the number of columns that are linearly independent. The terms row rank and column rank,
however, are used merely for emphasis; the ranks are equal and the result is simply called the
rank of A.
For a square matrix A (where m==n), the matrix is invertible if and only if rank(A)==n. One
often hears that A is of full rank in this case and rank deficient in the other. See [M-5] rank( ).
r-conformability. A set of two or more matrices, vectors, or scalars A, B, . . . , are said to be
r-conformable if each is c-conformable with a matrix of max(rows(A), rows(B), . . . ) rows
and max(cols(A), cols(B), . . . ) columns.
r-conformability is a more relaxed form of c-conformability in that, if two matrices are c-
conformable, they are r-conformable, but not vice versa. For instance, A: 1 × 3 and B: 3 × 1 are
r-conformable but not c-conformable. Also, c-conformability is defined with respect to a pair of
matrices only; r-conformability can be applied to a set of matrices.
r-conformability is often required of the arguments for functions that would otherwise naturally be
expected to require scalars. See R-conformability in [M-5] normal( ) for an example. RCT. See
randomized controlled trial.
real. A matrix is said to be a real matrix if its elements are all reals and it is stored in a real matrix.
Real is one of the two numeric types in Mata, the other being complex. Also see type, eltype, and
orgtype.
recursive regression analysis. A recursive regression analysis involves performing a regression at
time t by using all available observations from some starting time t0 through time t, performing
another regression at time t + 1 by using all observations from time t0 through time t + 1, and
so on. Unlike a rolling regression analysis, the first period used for all regressions is held fixed.
reference value. See null value.
reflection. A reflection is an orientation reversing orthogonal transformation, that is, a transforma-
tion that involves negating coordinates in one or more dimensions. A reflection is a Procrustes
transformation.
100 Glossary
registered and unregistered variables. Variables in mi data can be registered as imputed, passive,
or regular by using the mi register command; see [MI] mi set.
You are required to register imputed variables.
You should register passive variables; if your data are style wide, you are required to register them.
The mi passive command (see [MI] mi passive) makes creating passive variables easy, and it
automatically registers them for you.
Whether you register regular variables is up to you. Registering them is safer in all styles except
wide, where it does not matter. By definition, regular variables should be the same across m. In
the long styles, you can unintentionally create variables that vary. If the variable is registered, mi
will detect and fix your mistakes.
Super-varying variables, which rarely occur and can be stored only in flong and flongsep data,
should never be registered.
The registration status of variables is listed by the mi describe command; see [MI] mi describe.
regressand. The regressand is the variable that is being explained or predicted in a regression model.
Synonyms include dependent variable, left-hand-side variable, and endogenous variable.
regression. A regression is a model in which an endogenous variable is written as a function of other
variables, parameters to be estimated, and a random disturbance.
regression-adjustment estimators. Regression-adjustment estimators use means of predicted outcomes
for each treatment level to estimate each potential-outcome mean.
regressor. Regressors are variables in a regression model used to predict the regressand. Synonyms
include independent variable, right-hand-side variable, explanatory variable, predictor variable, and
exogenous variable.
regular variable. See imputed, passive, and regular variables.
rejection region. In hypothesis testing, a rejection region is a set of sample values for which the null
hypothesis can be rejected.
relative efficiency. Ratio of variance of a parameter given estimation with finite M to the variance
if M were infinite.
relative risk. See risk ratio.
relative variance increase. The increase in variance of a parameter estimate due to nonresponse.
reliability. Reliability is the proportion of the variance of a variable not due to measurement error.
A variable without measure error has reliability 1.
REML. See restricted maximum likelihood.
repeated measures. Repeated measures data have repeated measurements for the subjects over some
dimension, such as time—for example test scores at the start, midway, and end of the class. The
repeated observations are typically not independent. Repeated-measures ANOVA is one approach
for analyzing repeated measures data, and MANOVA is another. Also see sphericity.
replicate-weight variable. A replicate-weight variable contains sampling weight values that were
adjusted for resampling the data; see [SVY] variance estimation for more details.
resampling. Resampling refers to the process of sampling from the dataset. In the delete-one jackknife,
the dataset is resampled by dropping one PSU and producing a replicate of the point estimates. In
the BRR method, the dataset is resampled by dropping combinations of one PSU from each stratum.
The resulting replicates of the point estimates are used to estimate their variances and covariances.
Glossary 101
restricted maximum likelihood. Restricted maximum likelihood is a method of fitting linear mixed-
effects models that involves transforming out the fixed effects to focus solely on variance–component
estimation.
residual. In this manual, we reserve the word “residual” for the difference between the observed and
fitted moments of an SEM model. We use the word error for the disturbance associated with a
(Gaussian) linear equation; see error. Also see standardized residuals.
retrospective study. In a retrospective study, a group with a disease of interest is compared with a
group without the disease, and information is gathered in a retrospective way about the exposure in
each group to various risk factors that might be associated with the disease. Also see prospective
study.
right-censoring. See censored, censoring, left-censoring, and right-censoring.
right-truncation. See truncation, left-truncation, and right-truncation.
risk difference. A risk difference is defined as the probability of an event occurring when a risk
factor is increased by one unit minus the probability of the event occurring without the increase
in the risk factor.
When the risk factor is binary, the risk difference is the probability of the outcome when the risk
factor is present minus the probability when the risk factor is not present.
When one compares two populations, a risk difference is defined as a difference between the
probabilities of an event in the two groups. It is typically a difference between the probability in
the comparison group or experimental group and the probability in the reference group or control
group.
risk factor. This is a variable associated with an increased or decreased risk of failure.
risk pool. At a particular point in time, this is the subjects at risk of failure.
risk ratio. In a log-linear model, this is the ratio of probability of survival associated with a
one-unit increase in a risk factor relative to that calculated without such an increase, that is,
R(x + 1)/R(x). Given the exponential form of the model, R(x + 1)/R(x) is constant and is
given by the exponentiated coefficient.
robust standard errors. Robust standard errors, also known as Huber/White or Taylor linearization
standard errors, are based on the sandwich estimator of variance. Robust standard errors can be
interpreted as representing the sample-to-sample variability of the parameter estimates, even when
the model is misspecified. See also semirobust standard errors.
robust, vce(robust). Robust is the name we use here for the Huber/White/sandwich estimator of
the VCE. This technique requires fewer assumptions than most other techniques. In particular, it
merely assumes that the errors are independently distributed across observations and thus allows
the errors to be heteroskedastic. Robust standard errors are reported when the sem (gsem) option
vce(robust) is specified. The other available techniques are OIM, EIM, OPG, clustered, bootstrap,
and jackknife.
rolling regression analysis. A rolling, or moving window, regression analysis involves performing
regressions for each period by using the most recent m periods’ data, where m is known as the
window size. At time t the regression is fit using observations for times t − 19 through time t; at
time t + 1 the regression is fit using the observations for time t − 18 through t + 1; and so on.
rotation. A rotation is an orientation preserving orthogonal transformation. A rotation is a Procrustes
transformation.
row and column stripes. Stripes refer to the labels associated with the rows and columns of a Stata
matrix; see Stata matrix.
102 Glossary
row-major order. Matrices are stored as vectors. Row-major order specifies that the vector form of
a matrix is created by stacking the rows. For instance,
: A
1 2 3
1 1 2 3
2 4 5 6
is stored as
1 2 3 4 5 6
1 1 2 3 4 5 6
in row-major order. Mata uses row-major order. The LAPACK functions use column-major order.
See column-major order.
rowvector. See vector, colvector, and rowvector.
Roy’s largest root. Roy’s largest root test is a test statistic for the hypothesis test H0 : µ1 = · · · = µk
based on the largest eigenvalue of E−1 H. It is defined as
λ1
θ=
1 + λ1
Here H is the between matrix, and E is the within matrix. See between matrix.
RVI. See relative variance increase.
Sammon mapping criterion. The Sammon (1969) mapping criterion is a loss criterion used with
MDS; it is the sum of the scaled, squared differences between the distances and the disparities,
normalized by the sum of the disparities. Also see multidimensional scaling, modern scaling, and
loss.
sample. A sample is the collection of individuals in the population that were chosen as part of the
survey. Sample is also used to refer to the data, typically in the form of answered questions,
collected from the sampled individuals.
sample size. This is the number of subjects in a sample. See [PSS] intro to learn more about the
relationship between sample size and the power of a test.
sample-size curve. A sample-size curve is a graph of the estimated sample size as a function of some
other study parameter such as power. The sample size is plotted on the y axis, and the power or
other parameter is plotted on the x axis.
sample-size determination. This pertains to the computation of a sample size given power, effect
size, and other study parameters.
sampling stage. Complex survey data are typically collected using multiple stages of clustered
sampling. In the first stage, the PSUs are independently selected within each stratum. In the second
stage, smaller sampling units are selected within the PSUs. In later stages, smaller and smaller
sampling units are selected within the clusters from the previous stage.
sampling unit. A sampling unit is an individual or collection of individuals from the population that
can be selected in a specific stage of a given survey design. Examples of sampling units include
city blocks, high schools, hospitals, and houses.
Glossary 103
sampling weight. Given a survey design, the sampling weight for an individual is the reciprocal of
the probability of being sampled. The probability for being sampled is derived from stratification
and clustering in the survey design. A sampling weight is typically considered to be the number
of individuals in the population represented by the sampled individual.
sampling with and without replacement. Sampling units may be chosen more than once in designs
that use sampling with replacement. Sampling units may be chosen at most once in designs that
use sampling without replacement. Variance estimates from with-replacement designs tend to be
larger than those from corresponding without-replacement designs.
Satterthwaite’s t test. Satterthwaite’s t test is a modification of the two-sample t test to account for
unequal variances in the two populations. See Methods and formulas in [PSS] power twomeans
for details.
saturated model. A saturated model is a full covariance model—a model of fitted means and
covariances of observed variables without any restrictions on the values. Also see baseline model.
Saturated models apply only to standard linear SEMs.
scalar. A special case of a matrix with one row and one column. A scalar may be substituted
anywhere a matrix, vector, column vector, or row vector is required, but not vice versa.
Schur decomposition. The Schur decomposition of a matrix, A, can be written as
Q0 AQ = T
where T is in Schur form and Q, the matrix of Schur vectors, is orthogonal if A is real or unitary
if A is complex. See [M-5] schurd( ).
Schur form. There are two Schur forms: real Schur form and complex Schur form.
A real matrix is in Schur form if it is block upper triangular with 1 × 1 and 2 × 2 diagonal blocks.
Each 2 × 2 diagonal block has equal diagonal elements and opposite sign off-diagonal elements.
The real eigenvalues are on the diagonal and complex eigenvalues can be obtained from the 2 × 24
diagonal blocks.
A complex square matrix is in Schur form if it is upper triangular with the eigenvalues on the
diagonal.
score. A score for an observation after factor analysis, PCA, or LDA is derived from a column of the
loading matrix and is obtained as the linear combination of that observation’s data by using the
coefficients found in the loading.
score plot. A score plot produces scatterplots of the score variables after factor analysis, PCA, or LDA.
score test, Lagrange multiplier test. A score test is a test based on first derivatives of a likelihood
function. Score tests are especially convenient for testing whether constraints on parameters should
be relaxed or parameters should be added to a model. Also see Wald test.
scores. Scores has two unrelated meanings. First, scores are the observation-by-observation first-
derivatives of the (quasi) log-likelihood function. When we use the word “scores”, this is what
we mean. Second, in the factor-analysis literature, scores (usually in the context of factor scores)
refers to the expected value of a latent variable conditional on all the observed variables. We refer
to this simply as the predicted value of the latent variable.
scree plot. A scree plot is a plot of eigenvalues or singular values ordered from greatest to least after
an eigen decomposition or singular value decomposition. Scree plots help determine the number
of factors or components in an eigen analysis. Scree is the accumulation of loose stones or rocky
debris lying on a slope or at the base of a hill or cliff; this plot is called a scree plot because it
looks like a scree slope. The goal is to determine the point where the mountain gives way to the
fallen rock.
104 Glossary
serial correlation tests. Because OLS estimates are at least inefficient and potentially biased in the
presence of serial correlation, econometricians have developed many tests to detect it. Popular ones
include the Durbin–Watson (1950, 1951, 1971) test, the Breusch–Pagan (1980) test, and Durbin’s
(1970) alternative test. See [R] regress postestimation time series.
shape parameter. A shape parameter governs the shape of a probability distribution. One example
is the parameter p of the Weibull model.
Shepard diagram. A Shepard diagram after MDS is a 2-dimensional plot of high-dimensional dissim-
ilarities or disparities versus the resulting low-dimensional distances. Also see multidimensional
scaling.
sign test. A sign test is used to test the null hypothesis that the median of a distribution is equal to
some reference value. A sign test is carried out as a test of binomial proportion with a reference
value of 0.5. See [PSS] power oneproportion and [R] bitest.
significance level. In hypothesis testing, the significance level α is an upper bound for a probability
of a type I error. See [PSS] intro to learn more about the relationship between significance level
and the power of a test.
similarity, similarity matrix, and similarity measure. A similarity or a similarity measure is a
quantification of how alike two things are, such as observations or variables or groups of observations,
or a method for quantifying that alikeness. A similarity matrix is a matrix containing similarity
measurements. The matching coefficient is one example of a similarity measure. Contrast to
dissimilarity. Also see proximity and matching coefficient.
simple random sample. In a simple random sample (SRS), individuals are independently sampled—
each with the same probability of being chosen.
single-linkage clustering. Single-linkage clustering is a hierarchical clustering method that computes
the proximity between two groups as the proximity between the closest pair of observations between
the two groups.
single-record st data. See st data.
singleton-group data. A singleton is a frailty group that contains only 1 observation. A dataset
containing only singletons is known as singleton-group data.
singular value decomposition. A singular value decomposition (SVD) is a factorization of a rectangular
matrix. It says that if M is an m × n matrix, there exists a factorization of the form
M = UΣV∗
snapshot data. Snapshot data are those in which each record contains the values of a set of variables
for a subject at an instant in time. The name arises because each observation is like a snapshot of
the subject.
In snapshot datasets, one usually has a group of observations (snapshots) for each subject.
Snapshot data must be converted to st data before they can be analyzed. This requires making
assumptions about what happened between the snapshots. See [ST] snapspan.
source code. Source code refers to the human-readable code that you type into Mata to define a
function. Source code is compiled into object code, which is binary. See [M-1] how.
spectral analysis. See frequency-domain analysis.
spectral density function. The spectral density function is the derivative of the spectral distribution
function. Intuitively, the spectral density function f (ω) indicates the amount of variance in a time
series that is attributable to sinusoidal components with frequency ω . See also spectral distribution
function. The spectral density function is sometimes called the spectrum.
spectral distribution function. The (normalized) spectral distribution function F (ω) of a process
describes the proportion of variance that can be explained by sinusoids with frequencies in the
range (0, ω), where 0 ≤ ω ≤ π . The spectral distribution and density functions used in frequency-
domain analysis are closely related to the autocorrelation function used in time-domain analysis;
see Chatfield (2004, chap. 6) and Wei (2006, chap. 12).
spectrum. See spectral density function.
spell data. Spell data are survival data in which each record represents a fixed period, consisting of a
begin time, an end time, possibly a censoring/failure indicator, and other measurements (covariates)
taken during that specific period.
sphericity. Sphericity is the state or condition of being a sphere. In repeated measures ANOVA,
sphericity concerns the equality of variance in the difference between successive levels of the
repeated measure. The multivariate alternative to ANOVA, called MANOVA, does not require the
assumption of sphericity. Also see repeated measures.
square matrix. A matrix is square if it has the same number of rows and columns. A 3 × 3 matrix
is square; a 3 × 4 matrix is not.
SRS. See simple random sample.
SSCP matrix. SSCP is an acronym for the sums of squares and cross products. Also see between
matrix.
SSD, ssd. See summary statistics data.
SSU. See secondary sampling unit.
st data. st stands for survival time. In survival-time data, each observation represents a span of
survival, recorded in variables t0 and t. For instance, if in an observation t0 were 3 and t were
5, the span would be (t0, t ], meaning from just after t0 up to and including t.
Sometimes variable t0 is not recorded; t0 is then assumed to be 0. In such a dataset, an observation
that had t = 5 would record the span (0, 5 ].
Each observation also includes a variable d, called the failure variable, which contains 0 or nonzero
(typically, 1). The failure variable records what happened at the end of the span: 0, the subject
was still alive (had not yet failed) or 1, the subject died (failed).
Sometimes variable d is not recorded; d is then assumed to be 1. In such a dataset, all time-span
observations would be assumed to end in failure.
Glossary 107
Finally, each observation in an st dataset can record the entire history of a subject or each can
record a part of the history. In the latter case, groups of observations record the full history. One
observation might record the period (0, 5 ] and the next, (5, 8 ]. In such cases, there is a variable
ID that records the subject for which the observation records a time span. Such data are called
multiple-record st data. When each observation records the entire history of a subject, the data are
called single-record st data. In the single-record case, the ID variable is optional.
See [ST] stset.
stacked variables. See crossed variables.
stacking variables. See crossing variables.
standard linear SEM. An SEM without multilevel effects in which all response variables are given
by a linear equation. Standard linear SEM is what most people mean when they refer to just SEM.
Standard linear SEMs are fit by sem, although they can also be fit by gsem; see generalized SEM.
standard strata. See direct standardization.
standard weights. See direct standardization.
standardized coefficient. In a linear equation y = . . . bx + . . . , the standardized coefficient β is
(b
σy /b
σx )b. Standardized coefficients are scaled to units of standard deviation change in y for a
standard deviation change in x.
standardized covariance. A standardized covariance between y and x is equal to the correlation of
y and x, which is to say, it is equal to σxy /σx σy . The covariance is equal to the correlation when
variables are standardized to have variance 1.
standardized data. Standardized data has a mean of zero and a standard deviation of one. You can
standardize data x by taking (x − x)/σ , where σ is the standard deviation of the data.
standardized mortality (morbidity) ratio. Standardized mortality (morbidity) ratio (SMR) is the
observed number of deaths divided by the expected number of deaths. It is calculated using
indirect standardization: you take the population of the group of interest—say, by age, sex, and
other factors—and calculate the expected number of deaths in each cell (expected being defined
as the number of deaths that would have been observed if those in the cell had the same mortality
as some other population). You then take the ratio to compare the observed with the expected
number of deaths. For instance,
standardized residuals, normalized residuals. Standardized residuals are residuals adjusted so that
they follow a standard normal distribution. The difficulty is that the adjustment is not always
possible. Normalized residuals are residuals adjusted according to a different formula that roughly
follow a standard normal distribution. Normalized residuals can always be calculated.
starting values. The estimation methods provided by sem and gsem are iterative. The starting values
are values for each of the parameters to be estimated that are used to initialize the estimation
108 Glossary
process. The sem software provides starting values automatically, but in some cases, these are not
good enough and you must (1) diagnose the problem and (2) provide better starting values. See
[SEM] intro 12.
Stata matrix. Stata itself, separate from Mata, has matrix capabilities. Stata matrices are separate
from those of Mata, although Stata matrices can be gotten from and put into Mata matrices; see
[M-5] st matrix( ). Stata matrices are described in [P] matrix and [U] 14 Matrix expressions.
Stata matrices are exclusively numeric and contain real elements only. Stata matrices also differ
from Mata matrices in that, in addition to the matrix itself, a Stata matrix has text labels on the
rows and columns. These labels are called row stripes and column stripes. One can think of rows
and columns as having names. The purpose of these names is discussed in [U] 14.2 Row and
column names. Mata matrices have no such labels. Thus three steps are required to get or to put
all the information recorded in a Stata matrix: 1) getting or putting the matrix itself; 2) getting
or putting the row stripe from or into a string matrix; and 3) getting or putting the column stripe
from or into a string matrix. These steps are discussed in [M-5] st matrix( ).
state-space model. A state-space model describes the relationship between an observed time series
and an unobservable state vector that represents the “state” of the world. The measurement equation
expresses the observed series as a function of the state vector, and the transition equation describes
how the unobserved state vector evolves over time. By defining the parameters of the measurement
and transition equations appropriately, one can write a wide variety of time-series models in the
state-space form.
static forecast. A static forecast uses actual values wherever lagged values of the endogenous variables
appear in the model. As a result, static forecasts perform at least as well as dynamic forecasts,
but static forecasts cannot produce forecasts into the future if lags of the endogenous variables
appear in the model.
Because actual values will be missing beyond the last historical time period in the dataset, static
forecasts can only forecast one period into the future (assuming only first lags appear in the model);
for that reason, they are often called one-step-ahead forecasts.
steady-state equilibrium. The steady-state equilibrium is the predicted value of a variable in a dynamic
model, ignoring the effects of past shocks, or, equivalently, the value of a variable, assuming that
the effects of past shocks have fully died out and no longer affect the variable of interest.
stochastic equation. A stochastic equation, in contrast to an identity, is an equation in a forecast model
that includes a random component, most often in the form of an additive error term. Stochastic
equations include parameters that must be estimated from historical data.
stochastic trend. A stochastic trend is a nonstationary random process. Unit-root process and random
coefficients on time are two common stochastic trends. See [TS] ucm for examples and discussions
of more commonly applied stochastic trends.
stopping rules. Stopping rules for hierarchical cluster analysis are used to determine the number of
clusters. A stopping-rule value (also called an index) is computed for each cluster solution, that
is, at each level of the hierarchy in hierarchical cluster analysis. Also see hierarchical clustering.
str1, str2, . . . , str2045. See strL.
stratification. The population is partitioned into well-defined groups of individuals, called strata.
In the first sampling stage, PSUs are independently sampled from within each stratum. In later
sampling stages, SSUs are independently sampled from within each stratum for that stage.
Survey designs that use stratification typically result in smaller variance estimates than do similar
designs that do not use stratification. Stratification is most effective in decreasing variability when
sampling units are more similar within the strata than between them.
Glossary 109
stratified model. A stratified survival model constrains regression coefficients to be equal across
levels of the stratification variable, while allowing other features of the model to vary across strata.
stratified test. A stratified test is performed separately for each stratum. The stratum-specific results
are then combined into an overall test statistic.
stress. See Kruskal stress and loss.
strict stationarity. A process is strictly stationary if the joint distribution of y1 , . . . , yk is the same
as the joint distribution of y1+τ , . . . , yk+τ for all k and τ . Intuitively, shifting the origin of the
series by τ units has no effect on the joint distributions.
string. A matrix is said to be a string matrix if its elements are strings (text); see type, eltype, and
orgtype. In Mata, a string may be text or binary and may be up to 2,147,483,647 characters (bytes)
long.
strL. strL is a storage type for string variables. The full list of string storage types is str1, str2,
. . . , str2045, and strL.
str1, str2, . . . , str2045 are fixed-length storage types. If variable mystr is str8, then 8 bytes
are allocated in each observation to store mystr’s value. If you have 2,000 observations, then
16,000 bytes in total are allocated.
Distinguish between storage length and string length. If myvar is str8, that does not mean the
strings are 8 characters long in every observation. The maximum length of strings is 8 characters.
Individual observations may have strings of length 0, 1, . . . , 8. Even so, every string requires
8 bytes of storage.
You need not concern yourself with the storage length because string variables are automatically
promoted. If myvar is str8, and you changed the contents of myvar in the third observation to
“Longer than 8”, then myvar would automatically become str13.
If you changed the contents of myvar in the third observation to a string longer than 2,045
characters, myvar would become strL.
strL variables are not necessarily longer than 2,045 characters; they can be longer or shorter than
2,045 characters. The real difference is that strL variables are stored as varying length. Pretend that
myothervar is a strL and its third observation contains “this”. The total memory consumed by
the observation would be 64 + 4 + 1 = 69 bytes. There would be 64 bytes of tracking information,
4 bytes for the contents (there are 4 characters), and 1 more byte to terminate the string. If the fifth
observation contained a 2,000,000-character string, then 64 + 2,000,000 + 1 = 2,000,069 bytes
would be used to store it.
Another difference between str1, str2, . . . , str2045, and strLs is that the str# storage types
can store only ASCII strings. strL can store ASCII or binary strings. Thus a strL variable could
contain, for instance, the contents of a Word document or a JPEG image or anything else.
strL is pronounce sturl.
strongly balanced. A longitudinal or panel dataset is said to be strongly balanced if each panel has
the same number of observations, and the observations for different panels were all made at the
same times.
structural equation model. Different authors use the term “structural equation model” in different
ways, but all would agree that an SEM sometimes carries the connotation of being a structural
model with a measurement component, that is, combined with a measurement model.
structural model. A structural model is one that describes the relationship among a set of variables,
based on underlying theoretical considerations. In particular, the parameters of a structural model
110 Glossary
are posited to quantify an actual causal relationship among the variables rather than a mere
description of the variables’ correlations.
Structural models often have multiple equations and dependencies between endogenous variables,
although that is not a requirement.
Structural models can be viewed in a structural equation modeling (SEM) framework and can thus
be fitted by sem and gsem, though these commands are not limited to fitting just structural models.
See [SEM] intro 5 and structural equation model.
Structural models are also used in econometric forecasting applications. See [TS] forecast for
information about forecasting from structural models based on time-series data.
structure (programming version). A structure is an eltype, indicating a set of variables tied together
under one name. struct mystruct might be
struct mystruct {
real scalar n1, n2
real matrix X
}
If variable a was declared a struct mystruct scalar, then the scalar a would contain three
pieces: two real scalars and one real matrix. The pieces would be referred to as a.n1, a.n2, and
a.X. If variable b were also declared a struct mystruct scalar, it too would contain three
pieces, b.n1, b.n2, and b.X. The advantage of structures is that they can be referred to as a
whole. You can code a.n1=b.n1 to copy one piece, or you can code a=b if you wanted to copy
all three pieces. In all ways, a and b are variables. You may pass a to a subroutine, for instance,
which amounts to passing all three values.
Structures variables are usually scalar, but they are not limited to being so. If A were a struct
mystruct matrix, then each element of A would contain three pieces, and one could refer, for
instance, to A[2,3].n1, A[2,3].n2, and A[2,3].X, and even to A[2,3].X[3,2].
See [M-2] struct.
structure (statistics version). Structure, as in factor structure, is the correlations between the variables
and the common factors after factor analysis. Structure matrices are available after factor analysis
and LDA. Also see factor analysis and linear discriminant analysis.
structured (correlation or covariance). See unstructured and structured (correlation or covariance).
style. Style refers to the format in which the mi data are stored. There are four styles: flongsep,
flong, mlong, and wide. You can ignore styles, except for making an original selection, because
all mi commands work regardless of style. You will be able to work more efficiently, however,
if you understand the details of the style you are using; see [MI] styles. Some tasks are easier in
one style than another. You can switch between styles by using the mi convert command; see
[MI] mi convert.
The flongsep style is best avoided unless your data are too big to fit into one of the other styles.
In flongsep style, a separate .dta set is created for m = 0, for m = 1, . . . , and for m = M .
Flongsep is best avoided because mi commands work more slowly with it.
In all the other styles, the M + 1 datasets are stored in one .dta file. The other styles are both
more convenient and more efficient.
The most easily described of these .dta styles is flong; however, flong is also best avoided because
mlong style is every bit as convenient as flong, and mlong is memorywise more efficient. In flong,
each observation in the original data is repeated M times in the .dta dataset, once for m = 1,
again for m = 2, and so on. Variable mi m records m and takes on values 0, 1, 2, . . . , M .
Glossary 111
Within each value of m, variable mi id takes on values 1, 2, . . . , N and thus connects imputed
with original observations.
The mlong style is recommended. It is efficient and easy to use. Mlong is much like flong except
that complete observations are not repeated.
Equally recommended is the wide style. In wide, each imputed and passive variable has an
additional M variables associated with it, one for the variable’s value in m = 1, another for its
value in m = 2, and so on. If an imputed or passive variable is named vn, then the values of vn
in m = 1 are stored in variable 1 vn; the values for m = 2, in 2 vn; and so on.
What makes mlong and wide so convenient? In mlong, there is a one-to-one correspondence of
your idea of a variable and Stata’s idea of a variable—variable vn refers to vn for all values
of m. In wide, there is a one-to-one correspondence of your idea of an observation and Stata’s
idea—physical observation 5 is observation 5 in all datasets.
Choose the style that matches the problem at hand. If you want to create new variables or modify
existing ones, choose mlong. If you want to drop observations or create new ones, choose wide.
You can switch styles with the mi convert command; see [MI] mi convert.
For instance, if you want to create new variable ageXexp equal to age*exp and your data are
mlong, you can just type generate ageXexp = age*exp, and that will work even if age and exp
are imputed, passive, or a mix. Theoretically, the right way to do that is to type mi passive:
generate agexExp = age*exp, but concerning variables, if your data are mlong, you can work
the usual Stata way.
If you want to drop observation 20 or drop if sex==2, if your data are wide, you can just type
drop in 20 or drop if sex==2. Here the “right” way to do the problem is to type the drop
command and then remember to type mi update so that mi can perform whatever machinations
are required to carry out the change throughout m > 0; however, in the wide form, there are no
machinations required.
subhazard, cumulative subhazard, and subhazard ratio. In a competing-risks analysis, the hazard
of the subdistribution (or subhazard for short) for the event of interest (type 1) is defined formally
as
P (t < T ≤ t + δ and event type 1 )| T > t or (T ≤ t and not event type 1)
h1 (t) = lim
δ→0 δ
Less formally, think of this hazard as that which generates failure events of interest while keeping
subjects who experience competing events “at risk” so that they can be adequately counted as not
having any chance of failing.
The cumulative subhazard H 1 (t) is the integral of the subhazard function h1 (t), from 0 (the onset
of risk) to t. The cumulative subhazard plays a very important role in competing-risks analysis.
The cumulative incidence function (CIF) is a direct function of the cumulative subhazard:
The subhazard ratio is the ratio of the subhazard function evaluated at two different values of the
covariates: h1 (t|x)/h1 (t|x0 ). The subhazard ratio is often called the relative subhazard, especially
when h1 (t|x0 ) is the baseline subhazard function.
112 Glossary
subpopulation estimation. Subpopulation estimation focuses on computing point and variance esti-
mates for part of the population. The variance estimates measure the sample-to-sample variability,
assuming that the same survey design is used to select individuals for observation from the
population. This approach results in a different variance than measuring the sample-to-sample vari-
ability by restricting the samples to individuals within the subpopulation; see [SVY] subpopulation
estimation.
subscripts. Subscripts are how you refer to an element or even a submatrix of a matrix.
Mata provides two kinds of subscripts, known as list subscripts and range subscripts.
In list subscripts, A[2,3] refers to the (2,3) element of A. A[(2\3), (4,6)] refers to the
submatrix made up of the second and third rows, fourth and sixth columns, of A.
In range subscripts, A[|2,3|] also refers to the (2,3) element of A. A[|2,3\4,6|] refers to the
submatrix beginning at the (2,3) element and ending at the (4,6) element.
See [M-2] subscripts for more information.
substantive constraints. See identification.
successive difference replication. Successive difference replication (SDR) is a method of variance
typically applied to systematic samples, where the observed sampling units are somehow ordered.
The SDR variance estimator is described in [SVY] variance estimation.
summary statistics data. Data are sometimes available only in summary statistics form, as (1) means
and covariances, (2) means, standard deviations or variances, and correlations, (3) covariances,
(4) standard deviations or variances and correlations, or (5) correlations. SEM can be used to fit
models using such data in place of the underlying raw data. The ssd command creates datasets
containing summary statistics.
super-varying variables. See varying and super-varying variables.
supplementary rows or columns or supplementary variables. Supplementary rows or columns can
be included in CA, and supplementary variables can be included in MCA. They do not affect the
CA or MCA solution, but they are included in plots and tables with statistics of the corresponding
row or column points. Also see correspondence analysis and multiple correspondence analysis.
survey data. Survey data consist of information about individuals that were sampled from a population
according to a survey design. Survey data distinguishes itself from other forms of data by the
complex nature under which individuals are selected from the population.
In survey data analysis, the sample is used to draw inferences about the population. Furthermore,
the variance estimates measure the sample-to-sample variability that results from the survey design
applied to the fixed population. This approach differs from standard statistical analysis, in which the
sample is used to draw inferences about a physical process and the variance measures the sample-
to-sample variability that results from independently collecting the same number of observations
from the same process.
survey design. A survey design describes how to sample individuals from the population. Survey
designs typically include stratification and cluster sampling at one or more stages.
survival-time data. See st data.
survivor function. Also known as the survivorship function and the survival function, the survivor
function, S(t), is 1) the probability of surviving beyond time t, or equivalently, 2) the probability
that there is no failure event prior to t, 3) the proportion of the population surviving to time t,
or equivalently, 4) the reverse cumulative distribution function of T , the time to the failure event:
S(t) = Pr(T > t). Also see hazard.
Glossary 113
SVAR. A structural vector autoregressive (SVAR) model is a type of VAR in which short- or long-run
constraints are placed on the resulting impulse–response functions. The constraints are usually
motivated by economic theory and therefore allow causal interpretations of the IRFs to be made.
SVD. See singular value decomposition.
symmetric matrices. Matrix A is symmetric if A = A0 . The word symmetric is usually reserved for
real matrices, and in that case, a symmetric matrix is a square matrix with aij ==aji .
Matrix A is said to be Hermitian if A = A0 , where the transpose operator is understood to mean
the conjugate-transpose operator; see Hermitian matrix. In Mata, the 0 operator is the conjugate-
transpose operator, and thus, in this manual, we will use the word symmetric both to refer to real,
symmetric matrices and to refer to complex, Hermitian matrices.
Sometimes, you will see us follow the word symmetric with a parenthesized Hermitian, as in, “the
resulting matrix is symmetric (Hermitian)”. That is done only for emphasis.
The inverse of a symmetric (Hermitian) matrix is symmetric (Hermitian).
symmetriconly. Symmetriconly is a word we have coined to refer to a square matrix whose corre-
sponding off-diagonal elements are equal to each other, whether the matrix is real or complex.
Symmetriconly matrices have no mathematical significance, but sometimes, in data-processing and
memory-management routines, it is useful to be able to distinguish such matrices.
symmetry. In a 2 × 2 contingency table, symmetry refers to the equality of the off-diagonal elements.
For a 2 × 2 table, a test of marginal homogeneity reduces to a test of symmetry.
t test. A t test is a test for which the sampling distribution of the test statistic is a Student’s t
distribution.
A one-sample t test is used to test whether the mean of a population is equal to a specified value
when the variance must also be estimated. The test statistic follows Student’s t distribution with
N − 1 degrees of freedom, where N is the sample size.
A two-sample t test is used to test whether the means of two populations are equal when the
variances of the populations must also be estimated. When the two populations’ variances are
unequal, a modification to the standard two-sample t test is used; see Satterthwaite’s t test.
target parameter. In power and sample-size analysis, the target parameter is the parameter of interest
or the parameter in the study about which hypothesis tests are conducted.
target rotation. Target rotation minimizes the criterion
1
c(Λ) = kΛ − Hk2
2
Technique is also used to refer to the available techniques used with ml, Stata’s optimizer and
likelihood maximizer, to find the solution.
test statistic. In hypothesis testing, a test statistic is a function of the sample that does not depend
on any unknown parameters.
tetrachoric correlation. A tetrachoric correlation estimates the correlation coefficients of binary
variables by assuming a latent bivariate normal distribution for each pair of variables, with a
threshold model for manifest variables.
thrashing. Subjects are said to thrash when they are censored and immediately reenter with different
covariates.
three-level model. A three-level mixed-effects model has one level of observations and two levels of
grouping. Suppose that you have a dataset consisting of patients overseen by doctors at hospitals,
and each doctor practices at one hospital. Then a three-level model would contain a set of random
effects to control for hospital-specific variation, a second set of random effects to control for
doctor-specific random variation within a hospital, and a random-error term to control for patients’
random variation.
ties. After discriminant analysis, ties in classification occur when two or more posterior probabilities
are equal for an observation. They are most common with KNN discriminant analysis.
time-domain analysis. Time-domain analysis is analysis of data viewed as a sequence of observations
observed over time. The autocorrelation function, linear regression, ARCH models, and ARIMA
models are common tools used in time-domain analysis.
time-series–operated variable. Time-series–operated variables are a Stata concept. The term refers
to op.varname combinations such as L.gnp to mean the lagged value of variable gnp. Mata’s
[M-5] st data( ) function works with time-series–operated variables just as it works with other
variables, but many other Stata-interface functions do not allow op.varname combinations. In
those cases, you must use [M-5] st tsrevar( ).
time-varying covariates. Time-varying covariates appear in a survival model whose values vary over
time. The values of the covariates vary, not the effect. For instance, in a proportional hazards
model, the log hazard at time t might be b × aget + c × treatmentt . Variable age might be time
varying, meaning that as the subject ages, the value of age changes, which correspondingly causes
the hazard to change. The effect b, however, remains constant.
Time-varying variables are either continuously varying or discretely varying.
In the continuously varying case, the value of the variable x at time t is xt = xo + f (t), where
f () is some function and often is the identity function, so that xt = xo + t.
In the discretely varying case, the value of x changes at certain times and often in no particular
pattern:
idvar t0 t bp
1 0 5 150
1 5 7 130
1 7 9 135
In the above data, the value of bp is 150 over the period (0, 5 ], then 130 over (5, 7 ], and 135
over (7, 9 ].
total effects. See direct, indirect, and total effects.
total inertia or total principal inertia. The total (principal) inertia in CA and MCA is the sum of
the principal inertias. In CA, total inertia is the Pearson χ2 /n. In CA, the principal inertias are
Glossary 115
the singular values; in MCA the principal inertias are the eigenvalues. Also see correspondence
analysis and multiple correspondence analysis.
traceback log. When a function fails—either because of a programming error or because it was used
incorrectly—it produces a traceback log:
: myfunction(2,3)
solve(): 3200 conformability error
mysub(): - function returned error
myfunction(): - function returned error
<istmt>: - function returned error
r(3200);
The log says that solve() detected the problem—arguments are not conformable—and that
solve() was called by mysub() was called by myfunction() was called by what you typed
at the keyboard. See [M-2] errors for more information.
transmorphic. Transmorphic is an eltype. A scalar, vector, or matrix can be transmorphic, which
indicates that its elements may be real, complex, string, pointer, or even a structure. The elements
are all the same type; you are just not saying which they are. Variables that are not declared
are assumed to be transmorphic, or a variable can be explicitly declared to be transmorphic.
Transmorphic is just fancy jargon for saying that the elements of the scalar, vector, or matrix can
be anything and that, from one instant to the next, the scalar, vector, or matrix might change from
holding elements of one type to elements of another.
See [M-2] declarations.
transpose. The transpose operator is written different ways in different books, including 0 , superscript
*, superscript T, and superscript H. Here we use the 0 notation: A0 means the transpose of A, A
with its rows and columns interchanged.
In complex analysis, the transpose operator, however it is written, is usually defined to mean the
conjugate transpose; that is, one interchanges the rows and columns of the matrix and then one
takes the conjugate of each element, or one does it in the opposite order—it makes no difference.
Conjugation simply means reversing the sign of the imaginary part of a complex number: the
conjugate of 1+2i is 1-2i. The conjugate of a real is the number itself; the conjugate of 2 is 2.
In Mata, 0 is defined to mean conjugate transpose. Since the conjugate of a real is the number itself,
A0 is regular transposition when A is real. Similarly, we have defined 0 so that it performs regular
transposition for string and pointer matrices. For complex matrices, however, 0 also performs
conjugation.
If you have a complex matrix and simply want to transpose it without taking the conjugate of
its elements, see [M-5] transposeonly( ). Or code conj(A’). The extra conj() will undo the
undesired conjugation performed by the transpose operator.
Usually, however, you want transposition and conjugation to go hand in hand. Most mathematical
formulas, generalized to complex values, work that way.
treatment model. A treatment model is a model used to predict treatment-assignment probabilities
as a function of covariates and parameters.
trend. The trend specifies the long-run behavior in a time series. The trend can be deterministic or
stochastic. Many economic, biological, health, and social time series have long-run tendencies to
increase or decrease. Before the 1980s, most time-series analysis specified the long-run tendencies
as deterministic functions of time. Since the 1980s, the stochastic trends implied by unit-root
processes have become a standard part of the toolkit.
triangular matrix. A triangular matrix is a matrix with all elements equal to zero above the diagonal
or all elements equal to zero below the diagonal.
116 Glossary
A matrix A is lower triangular if all elements are zero above the diagonal, that is, if A[i, j]==0,
j > i.
A matrix A is upper triangular if all elements are zero below the diagonal, that is, if A[i, j]==0,
j < i.
A diagonal matrix is both lower and upper triangular. That is worth mentioning because any
function suitable for use with triangular matrices is suitable for use with diagonal matrices.
A triangular matrix is usually square.
The inverse of a triangular matrix is a triangular matrix. The determinant of a triangular matrix
is the product of the diagonal elements. The eigenvalues of a triangular matrix are the diagonal
elements.
truncation, left-truncation, and right-truncation. In survival analysis, truncation occurs when sub-
jects are observed only if their failure times fall within a certain observational period of a study.
Censoring, on the other hand, occurs when subjects are observed for the whole duration of a study,
but the exact times of their failures are not known; it is known only that their failures occurred
within a certain time span.
Left-truncation occurs when subjects come under observation only if their failure times exceed
some time tl . It is only because they did not fail before tl that we even knew about their existence.
Left-truncation differs from left-censoring in that, in the censored case, we know that the subject
failed before time tl , but we just do not know exactly when.
Imagine a study of patient survival after surgery, where patients cannot enter the sample until they
have had a post-surgical test. The patients’ survival times will be left-truncated. This is a “delayed
entry” problem, one common type of left-truncation.
Right-truncation occurs when subjects come under observation only if their failure times do not
exceed some time tr . Right-truncated data typically occur in registries. For example, a cancer
registry includes only subjects who developed a cancer by a certain time, and thus survival data
from this registry will be right-truncated.
two-independent-samples test. See two-sample test.
two-level model. A two-level mixed-effects model has one level of observations and one level of
grouping. Suppose that you have a panel dataset consisting of patients at hospitals; a two-level
model would contain a set of random effects at the hospital level (the second level) to control for
hospital-specific random variation and a random-error term at the observation level (the first level)
to control for within-hospital variation.
two-sample paired test. See paired test.
two-sample test. A two-sample test is used to test whether the parameters of interest of the two
independent populations are equal. For example, two-sample means test, two-sample variances,
two-sample proportions test, two-sample correlations test.
two-sided test, two-tailed test. A two-sided test is a hypothesis test of a parameter in which the
alternative hypothesis is the complement of the null hypothesis. In the context of a test of a scalar
parameter, the alternative hypothesis states that the parameter is less than or greater than the value
conjectured under the null hypothesis.
type, eltype, and orgtype. The type of a matrix (or vector or scalar) is formally defined as the
matrix’s eltype and orgtype, listed one after the other—such as real vector—but it can also
mean just one or the other—such as the eltype real or the orgtype vector.
Glossary 117
In such cases, since failure events would not have been observed, the subject necessarily had to
survive the observational hiatus, and that leads to bias in statistical results unless the hiatus is
accounted for properly.
Entry time and exit time record when a subject first and last comes under observation, between
which there may be observational gaps, but usually there are not. There is only one entry time and
one exit time for each subject. Often, entry time corresponds to analysis time t = 0, or before,
and exit time corresponds to the time of failure.
Delayed entry means that the entry time occurred after t = 0.
underscore functions. Functions whose names start with an underscore are called underscore functions,
and when an underscore function exists, usually a function without the underscore prefix also
exists. In those cases, the function is usually implemented in terms of the underscore function,
and the underscore function is harder to use but is faster or provides greater control. Usually, the
difference is in the handling of errors.
For instance, function fopen() opens a file. If the file does not exist, execution of your program
is aborted. Function fopen() does the same thing, but if the file cannot be opened, it returns a
special value indicating failure, and it is the responsibility of your program to check the indicator
and to take the appropriate action. This can be useful when the file might not exist, and if it does
not, you wish to take a different action. Usually, however, if the file does not exist, you will wish
to abort, and use of fopen() will allow you to write less code.
unequal-allocation design. See unbalanced design.
uniqueness. In factor analysis, the uniqueness is the percentage of a variable’s variance that is not
explained by the common factors. It is also “1 − communality”. Also see communality.
unitary matrix. See orthogonal matrix.
unit-root process. A unit-root process is one that is integrated of order one, meaning that the process
is nonstationary but that first-differencing the process produces a stationary series. The simplest
example of a unit-root process is the random walk. See Hamilton (1994, chap. 15) for a discussion
of when general ARMA processes may contain a unit root.
unit-root tests. Whether a process has a unit root has both important statistical and economic
ramifications, so a variety of tests have been developed to test for them. Among the earliest
tests proposed is the one by Dickey and Fuller (1979), though most researchers now use an
improved variant called the augmented Dickey–Fuller test instead of the original version. Other
common unit-root tests implemented in Stata include the DF–GLS test of Elliott, Rothenberg, and
Stock (1996) and the Phillips–Perron (1988) test. See [TS] dfuller, [TS] dfgls, and [TS] pperron.
Variants of unit-root tests suitable for panel data have also been developed; see [XT] xtunitroot.
unregistered variables. See registered and unregistered variables.
unrestricted transformation. An unrestricted transformation is a Procrustes transformation that allows
the data to be transformed, not just by orthogonal and oblique rotations, but by all conformable
regular matrices. This is equivalent to a multivariate regression. Also see Procrustes transformation
and multivariate regression.
unstandardized coefficient. A coefficient that is not standardized. If mpg = −0.006 × weight +
39.44028, then −0.006 is an unstandardized coefficient and, as a matter of fact, is measured in
mpg-per-pound units.
unstructured and structured (correlation or covariance). A set of variables, typically error variables,
is said to have an unstructured correlation or covariance if the covariance matrix has no particular
Glossary 119
view. A view is a special type of matrix that appears to be an ordinary matrix, but in fact the values
in the matrix are the values of certain or all variables and observations in the Stata dataset that
is currently in memory. Its values are not just equal to the dataset’s values; they are the dataset’s
values: if an element of the matrix is changed, the corresponding variable and observation in the
Stata dataset also changes. Views are obtained by st view() and are efficient; see [M-5] st view( ).
void function. A function is said to be void if it returns nothing. For instance, the function [M-5] printf( )
is a void function; it prints results, but it does not return anything in the sense that, say, [M-5] sqrt( )
does. It would not make any sense to code x = printf("hi there"), but coding x = sqrt(2)
is perfectly logical.
void matrix. A matrix is said to be void if it is 0 × 0, r × 0, or 0 × c; see [M-2] void.
Wald test. A Wald test is a statistical test based on the estimated variance–covariance matrix of the
parameters. Wald tests are especially convenient for testing possible constraints to be placed on
the estimated parameters of a model. Also see score test.
Ward’s linkage clustering. Ward’s-linkage clustering is a hierarchical clustering method that joins
the two groups resulting in the minimum increase in the error sum of squares.
weakly balanced. A longitudinal or panel dataset is said to be weakly balanced if each panel has
the same number of observations but the observations for different panels were not all made at
the same times.
weighted least squares. Weighted least squares (WLS) is a method used to obtain fitted parameters.
In this documentation, WLS is referred to as ADF, which stands for asymptotic distribution free.
Other available methods are ML, QML, and MLMV. ADF is, in fact, a specific kind of the more
generic WLS.
weighted-average linkage clustering. Weighted-average linkage clustering is a hierarchical clustering
method that uses the weighted average similarity or dissimilarity of the two groups as the measure
between the two groups.
white noise. A variable ut represents a white-noise process if the mean of ut is zero, the variance
of ut is σ 2 , and the covariance between ut and us is zero for all s 6= t.
wide data. See style.
Wilks’ lambda. Wilks’ lambda is a test statistic for the hypothesis test H0 : µ1 = µ2 = · · · = µk
based on the eigenvalues λ1 , . . . , λs of E−1 H. It is defined as
s
|E| Y 1
Λ= =
|E + H| i=1 1 + λi
where H is the between matrix and E is the within matrix. See between matrix.
Wishart distribution. The Wishart distribution is a family of probability distributions for nonnegative-
definite matrix-valued random variables (“random matrices”). These distributions are of great
importance in the estimation of covariance matrices in multivariate statistics.
withdrawal. Withdrawal is the process under which subjects withdraw from a study for reasons
unrelated to the event of interest. For example, withdrawal occurs if subjects move to a different
area or decide to no longer participate in a study. Withdrawal should not be confused with
administrative censoring. If subjects withdraw from the study, the information about the outcome
those subjects would have experienced at the end of the study, had they completed the study, is
unavailable. Also see loss to follow-up and administrative censoring.
Glossary 121
within estimator. The within estimator is a panel-data estimator that removes the panel-specific
heterogeneity by subtracting the panel-level means from each variable and then performing ordinary
least squares on the demeaned data. The within estimator is used in fitting the linear fixed-effects
model.
within matrix. See between matrix.
WLF. See worst linear function.
WLS. See weighted least squares.
worst linear function. A linear combination of all parameters being estimated by an iterative procedure
that is thought to converge slowly.
Yule–Walker equations. The Yule–Walker equations are a set of difference equations that describe the
relationship among the autocovariances and autocorrelations of an autoregressive moving-average
(ARMA) process.
z test. A z test is a test for which a potentially asymptotic sampling distribution of the test statistic
is a normal distribution. For example, a one-sample z test of means is used to test whether the
mean of a population is equal to a specified value when the variance is assumed to be known.
The distribution of its test statistic is normal. See [PSS] power onemean, [PSS] power twomeans,
and [PSS] power pairedmeans.
References
Bartlett, M. S. 1937. The statistical conception of mental factors. British Journal of Psychology 28: 97–104.
. 1938. Methods of estimating mental factors. Nature, London 141: 609–610.
Bellman, R. E. 1961. Adaptive Control Processes. Princeton, NJ: Princeton University Press.
Bentler, P. M. 1977. Factor simplicity index and transformations. Psychometrika 42: 277–295.
Bentler, P. M., and D. G. Weeks. 1980. Linear structural equations with latent variables. Psychometrika 45: 289–308.
Breusch, T. S., and A. R. Pagan. 1980. The Lagrange multiplier test and its applications to model specification in
econometrics. Review of Economic Studies 47: 239–253.
Chatfield, C. 2004. The Analysis of Time Series: An Introduction. 6th ed. Boca Raton, FL: Chapman & Hall/CRC.
Comrey, A. L. 1967. Tandem criteria for analytic rotation in factor analysis. Psychometrika 32: 277–295.
Cox, T. F., and M. A. A. Cox. 2001. Multidimensional Scaling. 2nd ed. Boca Raton, FL: Chapman & Hall/CRC.
Crawford, C. B., and G. A. Ferguson. 1970. A general rotation criterion and its use in orthogonal rotation. Psychometrika
35: 321–332.
Davidson, R., and J. G. MacKinnon. 1993. Estimation and Inference in Econometrics. New York: Oxford University
Press.
Dickey, D. A., and W. A. Fuller. 1979. Distribution of the estimators for autoregressive time series with a unit root.
Journal of the American Statistical Association 74: 427–431.
Durbin, J. 1970. Testing for serial correlation in least-squares regressions when some of the regressors are lagged
dependent variables. Econometrica 38: 410–421.
Durbin, J., and G. S. Watson. 1950. Testing for serial correlation in least squares regression. I. Biometrika 37:
409–428.
. 1951. Testing for serial correlation in least squares regression. II. Biometrika 38: 159–177.
. 1971. Testing for serial correlation in least squares regression. III. Biometrika 58: 1–19.
Elliott, G. R., T. J. Rothenberg, and J. H. Stock. 1996. Efficient tests for an autoregressive unit root. Econometrica
64: 813–836.
Fisher, R. A. 1936. The use of multiple measurements in taxonomic problems. Annals of Eugenics 7: 179–188.
Hamilton, J. D. 1994. Time Series Analysis. Princeton: Princeton University Press.
122 Glossary
Hendrickson, A. E., and P. O. White. 1964. Promax: A quick method for rotation to oblique simple structure. British
Journal of Statistical Psychology 17: 65–70.
Jennrich, R. I. 2004. Rotation to simple loadings using component loss functions: The orthogonal case. Psychometrika
69: 257–273.
Kaiser, H. F. 1974. An index of factor simplicity. Psychometrika 39: 31–36.
Kruskal, J. B. 1964. Multidimensional scaling by optimizing goodness of fit to a nonmetric hypothesis. Psychometrika
29: 1–27.
Mahalanobis, P. C. 1936. On the generalized distance in statistics. National Institute of Science of India 12: 49–55.
Phillips, P. C. B., and P. Perron. 1988. Testing for a unit root in time series regression. Biometrika 75: 335–346.
Sammon, J. W., Jr. 1969. A nonlinear mapping for data structure analysis. IEEE Transactions on Computers 18:
401–409.
Thomson, G. H. 1951. The Factorial Analysis of Human Ability. London: University of London Press.
Wei, W. W. S. 2006. Time Series Analysis: Univariate and Multivariate Methods. 2nd ed. Boston: Pearson.
Vignette index Hausman, J. A. (1946– ), [R] hausman
Hays, W. L. (1926–1995), [R] esize
Aalen, O. O. (1947– ), [ST] sts Heckman, J. J. (1944– ), [R] heckman
Akaike, H. (1927–2009), [R] estat ic Henderson, C. R. (1911–1989), [ME] mixed
Arellano, M. (1957– ), [XT] xtabond Hermite, C. (1822–1901), [M-5] issymmetric( )
Hesse, L. O. (1811–1874), [M-5] moptimize( )
Bartlett, M. S. (1910–2002), [TS] wntestb Hessenberg, K. A. (1904–1959), [M-5] hessenbergd( )
Berkson, J. (1899–1982), [R] logit Hilbert, D. (1862–1943), [M-5] Hilbert( )
Bliss, C. I. (1899–1979), [R] probit Hotelling, H. (1895–1973), [MV] hotelling
Bond, S. R. (1963– ), [XT] xtabond Householder, A. S. (1904–1993), [M-5] qrd( )
Bonferroni, C. E. (1892–1960), [R] correlate Huber, P. J. (1934– ), [U] 20 Estimation and
postestimation commands
Box, G. E. P. (1919–2013), [TS] arima
Breusch, T. S. (1949– ), [R] regress postestimation
time series Jaccard, P. (1868–1944), [MV] measure option
Brier, G. W. (1913–1998), [R] brier Jacobi, C. G. J. (1804–1851), [M-5] deriv( )
Jeffreys, H. (1891–1989), [R] ci
Cholesky, A.-L. (1875–1918), [M-5] cholesky( ) Jenkins, G. M. (1933–1982), [TS] arima
Cleveland, W. S. (1943– ), [R] lowess Johansen, S. (1939– ), [TS] vecrank
Cochran, W. G. (1909–1980), [SVY] survey
Cochrane, D. (1917–1983), [TS] prais
Kaiser, H. F. (1927–1992), [MV] rotate
Cohen, J. (1923–1998), [R] kappa
Kaplan, E. L. (1920–2006), [ST] sts
Cornfield, J. (1912–1979), [ST] epitab
Kendall, M. G. (1907–1983), [R] spearman
Cox, D. R. (1924– ), [ST] stcox
Kerlinger, F. N. (1910–1991), [R] esize
Cox, G. M. (1900–1978), [R] anova
Kish, L. (1910–2000), [SVY] survey
Cronbach, L. J. (1916–2001), [MV] alpha
Kolmogorov, A. N. (1903–1987), [R] ksmirnov
Kronecker, L. (1823–1891), [M-2] op kronecker
David, F. N. (1909–1993), [R] correlate Kruskal, J. B. (1928–2010), [MV] mds
Dickey, D. A. (1945– ), [TS] dfuller Kruskal, W. H. (1919–2005), [R] kwallis
Durbin, J. (1923–2012), [R] regress postestimation time
series
Dunnett, C. W. (1921–2007), [D] functions Lane-Claypon, J. E. (1877–1967), [ST] epitab
Laplace, P.-S. (1749–1827), [R] regress
Efron, B. (1938– ), [R] bootstrap Legendre, A.-M. (1752–1833), [R] regress
Engle, R. F. (1942– ), [TS] arch Lexis, W. (1837–1914), [ST] stsplit
Lorenz, M. O. (1876–1959), [R] inequality
Fisher, R. A. (1890–1962), [R] anova
Fourier, J. B. J. (1768–1830), [R] cumul Mahalanobis, P. C. (1893–1972), [MV] hotelling
Fuller, W. A. (1931– ), [TS] dfuller Mann, H. B. (1905–2000), [R] ranksum
Mantel, N. (1919–2002), [ST] strate
Gabriel, K. R. (1929–2003), [MV] biplot Marquardt, D. W. (1929–1997), [M-5] moptimize( )
Galton, F. (1822–1911), [R] regress martingale, [ST] stcox postestimation
Gauss, J. C. F. (1777–1855), [R] regress McFadden, D. L. (1937– ), [R] asclogit
Gnanadesikan, R. (1932– ), [R] diagnostic plots McNemar, Q. (1900–1986), [ST] epitab
Godfrey, L. G. (1946– ), [R] regress postestimation Meier, P. (1924–2011), [ST] sts
time series Moore, E. H. (1862–1932), [M-5] pinv( )
Gompertz, B. (1779–1865), [ST] streg Murrill, W. A. (1867–1957), [MV] discrim knn
Gosset, W. S. (1876–1937), [R] ttest
Granger, C. W. J. (1934–2009), [TS] vargranger
Greenwood, M. (1880–1949), [ST] sts Nelder, J. A. (1924–2010), [R] glm
Nelson, W. B. (1936– ), [ST] sts
Newey, W. K. (1954– ), [TS] newey
Hadamard, J. S. (1865–1963), [D] functions
Newton, I. (1643–1727), [M-5] optimize( )
Haenszel, W. M. (1910–1998), [ST] strate
Neyman, J. (1894–1981), [R] ci
Halton, J. H. (1931– ), [M-5] halton( )
Nightingale, F. (1820–1910), [G-2] graph pie
Hammersley, J. M. (1920–2004), [M-5] halton( )
Hartley, H. O. (1912–1980), [MI] mi impute
Harvey, A. C. (1947– ), [TS] ucm Orcutt, G. H. (1917– ), [TS] prais
123
124 Vignette index
125
126 Author index
Andrews, M. J., [ME] meglm, [ME] melogit, Baltagi, B. H., [ME] mixed, [R] hausman, [XT] xt,
[ME] meoprobit, [ME] mepoisson, [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys,
[ME] meqrlogit, [ME] meqrpoisson, [XT] xthtaylor, [XT] xthtaylor postestimation,
[ME] mixed, [XT] xtreg [XT] xtivreg, [XT] xtpoisson, [XT] xtprobit,
Andrich, D., [SEM] example 28g [XT] xtreg, [XT] xtreg postestimation,
Ängquist, L., [R] bootstrap, [R] permute [XT] xtregar, [XT] xtunitroot
Angrist, J. D., [R] ivregress, [R] ivregress Bamber, D., [R] rocfit, [R] rocregplot, [R] roctab
postestimation, [R] qreg, [R] regress, Bancroft, T. A., [R] stepwise
[TE] teffects intro advanced, Banerjee, A., [XT] xtunitroot
[U] 20.25 References Bang, H., [TE] teffects intro advanced
Anscombe, F. J., [R] binreg postestimation, [R] glm, Barbin, É., [M-5] cholesky( )
[R] glm postestimation Barnard, G. A., [R] spearman, [R] ttest
Ansley, C. F., [TS] arima Barnard, J., [MI] intro substantive, [MI] mi estimate,
Arbuthnott, J., [R] signrank [MI] mi estimate using, [MI] mi predict,
Archer, K. J., [R] estat gof, [R] logistic, [R] logit, [MI] mi test
[SVY] estat Barnett, A. G., [R] glm
Arellano, M., [R] areg postestimation, [R] gmm, Barnow, B. S., [TE] etregress
[XT] xtabond, [XT] xtcloglog, [XT] xtdpd, Baron, R. M., [SEM] example 42g
[XT] xtdpd postestimation, [XT] xtdpdsys, Barrett, J. H., [PSS] intro
[XT] xtdpdsys postestimation, [XT] xtivreg, Barrison, I. G., [R] binreg
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Barthel, F. M.-S., [PSS] intro, [ST] stcox PH-
[XT] xtpoisson, [XT] xtprobit, [XT] xtreg
assumption tests, [ST] stpower, [ST] stpower
Arminger, G., [R] suest cox
Armitage, P., [PSS] intro, [PSS] power twomeans, Bartlett, M. S., [ I ] Glossary, [MV] factor, [MV] factor
[PSS] power pairedmeans, [R] ameans, postestimation, [MV] Glossary, [R] oneway,
[R] expoisson, [R] pkcross, [R] sdtest [TS] wntestb
Armstrong, R. D., [R] qreg Bartus, T., [R] margins
Arnold, B. C., [MI] intro substantive, [MI] mi impute Basford, K. E., [G-2] graph matrix, [ME] me,
chained [ME] melogit, [ME] meoprobit,
Arnold, S. F., [MV] manova [ME] mepoisson, [ME] meqrlogit,
Arora, S. S., [XT] xtivreg, [XT] xtreg [ME] meqrpoisson
Arseven, E., [MV] discrim lda Basilevsky, A. T., [MV] factor, [MV] pca
Arthur, M., [R] symmetry Basmann, R. L., [R] ivregress, [R] ivregress
Aten, B., [XT] xtunitroot postestimation
Atkinson, A. C., [D] functions, [R] boxcox, [R] nl Basu, A., [R] glm
Azen, S. P., [R] anova, [U] 20.25 References Bates, D. M., [ME] me, [ME] meglm, [ME] meqrlogit,
Aznar, A., [TS] vecrank [ME] meqrpoisson, [ME] mixed, [ME] mixed
postestimation
Battese, G. E., [XT] xtfrontier
Baum, C. F., [D] cross, [D] fillin, [D] joinby,
B [D] reshape, [D] separate, [D] stack, [D] xpose,
[M-1] intro, [MV] mvtest, [MV] mvtest
normality, [P] intro, [P] levelsof, [R] gmm,
Babiker, A. G., [ST] epitab, [ST] stpower,
[R] heckman, [R] heckoprobit, [R] heckprobit,
[ST] stpower cox, [ST] sts test
[R] ivregress, [R] ivregress postestimation,
Babin, B. J., [R] rologit [R] margins, [R] net, [R] net search, [R] regress
Babu, A. J. G., [D] functions postestimation, [R] regress postestimation
Bai, Z., [M-1] LAPACK, [M-5] lapack( ), [P] matrix time series, [R] ssc, [TS] time series,
eigenvalues [TS] arch, [TS] arima, [TS] dfgls, [TS] rolling,
Baillie, R. T., [TS] arfima [TS] tsfilter, [TS] tsset, [TS] var, [TS] wntestq,
Baker, R. J., [R] glm [U] 11.7 References, [U] 16.5 References,
Baker, R. M., [R] ivregress postestimation [U] 18.14 References, [U] 20.25 References,
Bakker, A., [R] mean [XT] xtgls, [XT] xtreg, [XT] xtunitroot
Balaam, L. N., [R] pkcross Bauwens, L., [TS] mgarch
Balakrishnan, N., [D] functions Baxter, M., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter
Baldus, W. P., [ST] stcrreg cf
Balestra, P., [XT] xtivreg Bayart, D., [R] qc
Beale, E. M. L., [R] stepwise, [R] test
Beall, G., [MV] mvtest, [MV] mvtest covariances
Author index 127
Caliński, T., [MV] cluster, [MV] cluster stop Cattell, R. B., [MV] factor postestimation,
Cameron, A. C., [ME] meglm, [ME] mixed, [MV] pca postestimation, [MV] procrustes,
[R] asclogit, [R] asmprobit, [R] bootstrap, [MV] screeplot
[R] gmm, [R] heckman, [R] heckoprobit, Caudill, S. B., [R] frontier, [XT] xtfrontier
[R] intreg, [R] ivpoisson, [R] ivregress, Caulcutt, R., [R] qc
[R] ivregress postestimation, [R] logit, Cefalu, M. S., [ST] stcox postestimation, [ST] stcurve,
[R] mprobit, [R] nbreg, [R] ologit, [R] oprobit, [ST] sts graph
[R] poisson, [R] probit, [R] qreg, [R] regress, Center for Human Resource Research,
[R] regress postestimation, [R] simulate, [SEM] example 38g, [SEM] example 44g,
[R] sureg, [R] tnbreg, [R] tobit, [R] tpoisson, [XT] xt
[R] zinb postestimation, [R] zip postestimation, Chabert, J.-L., [M-5] cholesky( )
[TE] etregress, [TE] teffects intro advanced,
Chadwick, J., [R] poisson
[TE] teffects aipw, [TE] teffects ra,
[TS] forecast estimates, [XT] xt, [XT] xtnbreg, Chakraborti, S., [R] ksmirnov
[XT] xtpoisson Chamberlain, G., [R] clogit, [R] gmm, [R] qreg
Campbell, D. T., [SEM] example 17 Chambers, J. M., [G-2] graph box, [G-2] graph
Campbell, M. J., [PSS] intro, [R] ci, [R] kappa, matrix, [G-3] by option, [R] diagnostic plots,
[R] poisson, [R] tabulate twoway, [ST] stpower, [R] grmeanby, [R] lowess, [U] 1.4 References
[ST] stpower cox, [ST] stpower logrank Chang, I. M., [R] margins
Canette, I., [ME] meglm, [ME] mixed, [R] nl, Chang, Y., [TS] sspace
[R] nlsur Chang, Y.-J., [XT] xtivreg, [XT] xtreg
Cappellari, L., [D] corr2data, [D] egen, [R] asmprobit Chao, E. C., [ME] me, [ME] meqrlogit,
Cardell, S., [R] rologit [ME] meqrlogit postestimation,
Caria, M. P., [XT] xtgee [ME] meqrpoisson, [ME] meqrpoisson
postestimation
Carle, A. C., [ME] mixed
Charlett, A., [R] fp
Carlile, T., [R] kappa
Chatfield, C., [ I ] Glossary, [TS] arima,
Carlin, J. B., [MI] intro substantive, [MI] intro,
[TS] corrgram, [TS] pergram, [TS] tssmooth,
[MI] mi estimate, [MI] mi impute, [MI] mi
[TS] tssmooth dexponential, [TS] tssmooth
impute mvn, [MI] mi impute regress,
exponential, [TS] tssmooth hwinters,
[R] ameans, [ST] epitab
[TS] tssmooth ma, [TS] tssmooth shwinters,
Carnes, B. A., [ST] streg [TS] Glossary
Carpenter, J. R., [ME] me, [ME] meglm, [ME] melogit, Chatfield, M., [R] anova
[ME] meqrlogit, [MI] intro substantive,
Chatterjee, S., [R] poisson, [R] regress, [R] regress
[MI] intro, [MI] mi impute, [R] bootstrap,
postestimation, [R] regress postestimation
[R] bstat
diagnostic plots
Carroll, J. B., [MV] rotatemat
Chen, X., [R] logistic, [R] logistic postestimation,
Carroll, R. J., [ME] me, [ME] meglm, [ME] mixed, [R] logit
[R] boxcox, [R] rreg, [R] sdtest
Chernick, M. R., [PSS] intro, [PSS] power
Carson, R. T., [R] tnbreg, [R] tpoisson oneproportion, [PSS] power twoproportions
Carter, S. L., [ME] me, [ME] melogit, Cheung, Y.-W., [TS] dfgls
[ME] meoprobit, [ME] mepoisson,
Chiang, C. L., [ST] ltable
[ME] meqrlogit, [ME] meqrpoisson,
[R] frontier, [R] lrtest, [R] nbreg, [ST] stcox, Chiburis, R., [R] heckman, [R] heckoprobit,
[ST] streg, [XT] xt [R] heckprobit, [R] oprobit
Casagrande, J. T., [PSS] intro, [PSS] power Choi, B. C. K., [R] rocfit, [R] rocreg postestimation,
twoproportions [R] rocregplot, [R] roctab
Casals, J., [TS] sspace Choi, I., [XT] xtunitroot
Casella, G., [ME] me, [ME] mecloglog, [ME] meglm, Choi, M.-D., [M-5] Hilbert( )
[ME] melogit, [ME] menbreg, [ME] meologit, Choi, S. C., [MV] discrim knn
[ME] meoprobit, [ME] mepoisson, Cholesky, A.-L., [M-5] cholesky( )
[ME] meprobit, [ME] mixed, [PSS] intro Chou, R. Y., [TS] arch
Castillo, E., [MI] intro substantive, [MI] mi impute Chow, G. C., [R] contrast
chained Chow, S.-C., [PSS] intro, [PSS] power onemean,
Cattaneo, M. D., [TE] teffects intro, [TE] teffects intro [PSS] power twomeans, [PSS] power
advanced, [TE] teffects aipw, [TE] teffects ipw, pairedmeans, [PSS] power oneproportion,
[TE] teffects ipwra, [TE] teffects multivalued, [R] pk, [R] pkcross, [R] pkequiv,
[TE] teffects nnmatch, [TE] teffects psmatch, [R] pkexamine, [R] pkshape, [ST] stpower,
[TE] teffects ra [ST] stpower exponential
Christakis, N., [R] rologit
130 Author index
Christensen, W. F., [MV] biplot, [MV] ca, Cohen, J., [PSS] intro, [R] esize, [R] kappa, [R] pcorr
[MV] candisc, [MV] canon, [MV] canon Cohen, P., [R] pcorr
postestimation, [MV] cluster, [MV] discrim, Coleman, J. S., [R] poisson
[MV] discrim estat, [MV] discrim knn, Collett, D., [R] clogit, [R] logistic, [R] logistic
[MV] discrim lda, [MV] discrim lda postestimation, [ST] stci, [ST] stcox
postestimation, [MV] discrim logistic, postestimation, [ST] stcrreg postestimation,
[MV] discrim qda, [MV] discrim qda [ST] stpower, [ST] stpower logrank, [ST] streg
postestimation, [MV] factor, [MV] manova, postestimation, [ST] sts test, [ST] stsplit
[MV] mca, [MV] mvtest, [MV] mvtest Collins, E., [SVY] survey, [SVY] svy estimation
correlations, [MV] mvtest covariances,
Comrey, A. L., [ I ] Glossary, [MV] rotate,
[MV] mvtest means, [MV] mvtest normality,
[MV] rotatemat, [MV] Glossary
[MV] pca, [MV] screeplot
Comte, F., [TS] mgarch
Christiano, L. J., [TS] irf create, [TS] tsfilter,
[TS] tsfilter cf, [TS] var svar Cone-Wesson, B., [R] rocreg, [R] rocreg
postestimation, [R] rocregplot
Chu, C.-S. J., [XT] xtunitroot
Cong, R., [R] tobit, [R] tobit postestimation,
Chu-Chun-Lin, S., [TS] sspace
[R] truncreg, [TE] etregress
Clark, V. A., [MV] canon, [MV] discrim, [MV] factor,
Connor, R. J., [PSS] intro, [PSS] power
[MV] pca, [R] stepwise, [ST] ltable
pairedproportions
Clarke, M. R. B., [MV] factor
Conover, W. J., [R] centile, [R] ksmirnov, [R] kwallis,
Clarke, R. D., [R] poisson [R] nptrend, [R] sdtest, [R] spearman,
Clarke-Pearson, D. L., [R] roccomp, [R] rocreg, [R] tabulate twoway
[R] roctab Conroy, R. M., [R] intreg, [R] ranksum
Clarkson, D. B., [R] tabulate twoway Consonni, D., [R] dstdize
Clayton, D. G., [D] egen, [ME] me, [ME] meglm, Conway, M. R., [XT] xtlogit, [XT] xtologit,
[ME] mepoisson, [ME] meqrpoisson, [XT] xtoprobit, [XT] xtprobit
[R] cloglog, [R] cumul, [ST] epitab,
Cook, A., [R] ci
[ST] stptime, [ST] strate, [ST] stsplit,
[ST] sttocc Cook, I. T., [U] 1.4 References
Cleland, J., [ME] me, [ME] meglm, [ME] melogit, Cook, N. R., [R] rocreg
[ME] meprobit, [ME] meqrlogit Cook, R. D., [P] predict, [R] boxcox, [R] regress
Clerget-Darpoux, F., [R] symmetry postestimation
Cleveland, W. S., [G-1] graph intro, [G-2] graph Cooper, M. C., [MV] cluster, [MV] cluster
box, [G-2] graph dot, [G-2] graph matrix, programming subroutines, [MV] cluster stop
[G-2] graph twoway lowess, [G-3] by option, Cornfield, J., [ST] epitab
[R] diagnostic plots, [R] lowess, [R] lpoly, Corten, R., [MV] mds
[R] sunflower, [U] 1.4 References Coster, D., [R] contrast
Cleves, M. A., [MI] mi estimate, [R] binreg, Coull, B. A., [R] ci
[R] dstdize, [R] logistic, [R] logit, [R] roccomp, Cousens, S. N., [TE] teffects intro advanced
[R] rocfit, [R] rocreg, [R] rocreg postestimation, Coviello, V., [ST] stcrreg, [ST] stcrreg postestimation,
[R] rocregplot, [R] roctab, [R] sdtest, [ST] sttocc
[R] symmetry, [ST] survival analysis, Cox, C., [SEM] example 2
[ST] st, [ST] stcox, [ST] stcrreg, [ST] stcrreg Cox, C. S., [SVY] survey, [SVY] svy estimation
postestimation, [ST] stcurve, [ST] stdescribe, Cox, D. R., [R] boxcox, [R] exlogistic, [R] expoisson,
[ST] stpower, [ST] stpower exponential, [R] lnskew0, [ST] ltable, [ST] stcox,
[ST] stpower logrank, [ST] streg, [ST] sts, [ST] stcox PH-assumption tests, [ST] stcrreg,
[ST] stset, [ST] stsplit, [ST] stvary [ST] stpower, [ST] stpower cox, [ST] streg,
Cliff, N., [MV] canon postestimation [ST] streg postestimation, [ST] sts
Clogg, C. C., [R] suest Cox, G. M., [P] levelsof, [R] anova
Clopper, C. J., [R] ci Cox, M. A. A., [ I ] Glossary, [MV] biplot, [MV] ca,
Cobb, G. W., [R] anova [MV] mds, [MV] mds postestimation,
Cochran, W. G., [P] levelsof, [PSS] intro, [R] ameans, [MV] mdsmat, [MV] procrustes, [MV] Glossary
[R] anova, [R] correlate, [R] dstdize, Cox, N. J., [D] by, [D] clonevar, [D] codebook,
[R] mean, [R] oneway, [R] poisson, [R] probit, [D] contract, [D] count, [D] datetime,
[R] proportion, [R] ranksum, [R] ratio, [D] describe, [D] destring, [D] drop, [D] ds,
[R] signrank, [R] total, [SVY] survey, [D] duplicates, [D] egen, [D] expand, [D] fillin,
[SVY] estat, [SVY] subpopulation estimation, [D] format, [D] functions, [D] lookfor,
[SVY] svyset, [SVY] variance estimation [D] missing values, [D] rename, [D] reshape,
Cochrane, D., [TS] prais [D] sample, [D] separate, [D] split, [D] statsby,
Coelli, T. J., [R] frontier, [XT] xtfrontier [G-1] graph intro, [G-2] graph bar,
Coffey, C., [MI] intro substantive [G-2] graph box, [G-2] graph dot,
Author index 131
DeMaris, A., [R] regress postestimation Driver, H. E., [MV] measure option
Demidenko, E., [ME] me, [ME] mecloglog, Drukker, D. M., [ME] me, [ME] melogit,
[ME] meglm, [ME] melogit, [ME] menbreg, [ME] meoprobit, [ME] mepoisson,
[ME] meologit, [ME] meoprobit, [ME] meqrlogit, [ME] meqrpoisson,
[ME] mepoisson, [ME] meprobit, [ME] mixed [R] asmprobit, [R] boxcox, [R] frontier,
Demmel, J., [M-1] LAPACK, [M-5] lapack( ), [R] lrtest, [R] nbreg, [R] tobit, [ST] stcox,
[P] matrix eigenvalues [ST] streg, [TE] etregress, [TE] teffects intro
Demnati, A., [SVY] direct standardization, advanced, [TE] teffects aipw, [TE] teffects
[SVY] poststratification, [SVY] variance multivalued, [TE] teffects nnmatch, [TS] arfima
estimation postestimation, [TS] sspace, [TS] vec, [XT] xt,
Dempster, A. P., [ME] me, [ME] mixed, [MI] intro [XT] xtregar
substantive, [MI] mi impute mvn Du Croz, J., [M-1] LAPACK, [M-5] lapack( ),
Denis, D., [G-2] graph twoway scatter [P] matrix eigenvalues
Desbordes, R., [R] ivregress Duan, N., [R] boxcox postestimation, [R] heckman,
Desu, M. M., [ST] stpower, [ST] stpower exponential [TS] forecast estimates
Deville, J.-C., [SVY] direct standardization, Dubes, R. C., [MV] cluster
[SVY] poststratification, [SVY] variance Duda, R. O., [MV] cluster, [MV] cluster stop
estimation Duncan, A. J., [R] qc
Devroye, L., [D] functions Duncan, O. D., [SEM] example 7
Dewey, M. E., [R] correlate Dunlop, D. D., [PSS] intro, [PSS] power onemean
Dice, L. R., [MV] measure option Dunn, G., [MV] discrim, [MV] discrim qda
Dickens, R., [TS] prais postestimation, [MV] mca, [R] kappa,
Dickey, D. A., [ I ] Glossary, [TS] dfgls, [TS] dfuller, [TE] teffects multivalued
[TS] pperron, [TS] Glossary Dunnett, C. W., [D] functions, [R] mprobit,
Dickson, E. R., [ST] stcrreg [R] pwcompare
Dicle, M. F., [D] import Dunnington, G. W., [R] regress
Didelez, V., [R] ivregress Dupont, W. D., [R] logistic, [R] mkspline,
[R] sunflower, [ST] epitab, [ST] stcox, [ST] stir,
Diebold, F. X., [TS] arch
[ST] sts
Dieter, U., [D] functions
Durbin, J., [ I ] Glossary, [R] ivregress postestimation,
Digby, P. G. N., [R] tetrachoric [R] regress postestimation time series,
Diggle, P. J., [ME] me, [ME] meglm, [ME] mixed, [TS] prais, [TS] ucm, [TS] Glossary
[TS] arima, [TS] wntestq Duren, P., [R] regress
Dijksterhuis, G. B., [MV] procrustes Durlauf, S. N., [TS] vec intro, [TS] vec, [TS] vecrank
DiNardo, J., [TE] teffects overlap, [XT] xtrc Duval, R. D., [R] bootstrap, [R] jackknife, [R] rocreg,
Ding, Z., [TS] arch [R] rocregplot
Dinno, A., [MV] factor, [MV] pca Dwyer, J. H., [XT] xtreg
Dixon, W. J., [PSS] intro, [PSS] power twomeans, Dyck, A., [D] datetime
[PSS] power pairedmeans, [PSS] power
onevariance, [PSS] power twovariances,
[R] ttest E
Djulbegovic, B., [R] meta
Eaves, R. C., [SEM] example 2
Dobbin, K., [ST] stpower
Eberhardt, M., [XT] xtrc
Dobson, A. J., [R] glm
Ecob, R., [MI] mi estimate
Dodd, L. E., [R] rocreg
Eddings, W. D., [MI] mi impute
Dohoo, I., [R] regress, [ST] epitab
Edelsbrunner, H., [MV] cluster
Doll, R., [R] poisson, [ST] epitab
Ederer, F., [ST] ltable
Donald, S. G., [R] ivregress postestimation
Edgington, E. S., [R] runtest
Dongarra, J. J., [M-1] LAPACK, [M-5] lapack( ),
Edwards, A. L., [R] anova
[P] matrix eigenvalues, [P] matrix symeigen
Edwards, A. W. F., [R] tetrachoric
Donner, A., [R] loneway
Edwards, J. H., [R] tetrachoric
Donoho, D. L., [R] lpoly
Efron, B., [R] bootstrap, [R] qreg
Doornik, J. A., [MV] mvtest, [MV] mvtest normality,
[TS] arfima, [TS] vec Efroymson, M. A., [R] stepwise
Dore, C. J., [R] fp Egger, M., [R] meta
Dorfman, D. D., [R] rocfit, [R] rocreg Eichenbaum, M., [TS] irf create, [TS] var svar
Doris, A., [R] gmm, [R] inequality Eisenhart, C., [R] correlate, [R] runtest
Draper, N., [R] eivreg, [R] oneway, [R] regress, Elliott, G. R., [ I ] Glossary, [TS] dfgls, [TS] Glossary
[R] stepwise Ellis, C. D., [R] poisson
Ellis, P. D., [R] esize, [R] regress postestimation
Author index 133
Eltinge, J. L., [R] test, [SVY] survey, [SVY] estat, Ferguson, G. A., [ I ] Glossary, [MV] rotate,
[SVY] svy postestimation, [SVY] svydescribe, [MV] rotatemat, [MV] Glossary
[SVY] variance estimation Ferri, H. A., [R] kappa
Embretson, S. E., [SEM] example 28g, Festinger, L., [R] ranksum
[SEM] example 29g Fibrinogen Studies Collaboration, [ST] stcox
Emerson, J. D., [R] lv, [R] stem postestimation
Emsley, R., [TE] teffects multivalued Fidell, L. S., [MV] discrim, [MV] discrim lda
Enas, G. G., [MV] discrim knn Field, C. A., [R] bootstrap
Ender, P. B., [MV] canon, [R] marginsplot Fieller, E. C., [R] pkequiv
Enders, W., [TS] arch, [TS] arima, [TS] corrgram Fienberg, S. E., [R] kwallis, [R] tabulate twoway
Engel, A., [R] boxcox, [R] marginsplot, [SVY] survey, Filon, L. N. G., [R] correlate
[SVY] estat, [SVY] subpopulation estimation, Filoso, V., [R] regress
[SVY] svy, [SVY] svy brr, [SVY] svy Finch, S., [R] esize
estimation, [SVY] svy jackknife, [SVY] svy Findley, D. F., [R] estat ic
postestimation, [SVY] svy: tabulate oneway,
Findley, T. W., [R] ladder
[SVY] svy: tabulate twoway, [SVY] svydescribe
Fine, J. P., [ST] stcrreg
Engle, R. F., [R] regress postestimation time
series, [TS] arch, [TS] arima, [TS] dfactor, Finlay, K., [R] ivprobit, [R] ivregress, [R] ivtobit
[TS] mgarch, [TS] mgarch dcc, [TS] mgarch Finney, D. J., [R] probit, [R] tabulate twoway
dvech, [TS] mgarch vcc, [TS] vec intro, Fiocco, M., [ST] stcrreg, [ST] stcrreg postestimation
[TS] vec, [TS] vecrank Fiorentini, G., [TS] mgarch
Erdreich, L. S., [R] roccomp, [R] rocfit, [R] roctab Fiorio, C. V., [R] kdensity
Esman, R. M., [D] egen Fischer, G. H., [SEM] example 28g
Eubank, R. L., [R] lpoly Fiser, D. H., [R] estat gof, [R] lroc
Evans, C. L., [TS] irf create, [TS] var svar Fishell, E., [R] kappa
Evans, M. A., [R] pk, [R] pkcross Fisher, L. D., [MV] factor, [MV] pca, [PSS] intro,
Everitt, B. S., [MV] cluster, [MV] cluster [PSS] power twomeans, [R] anova, [R] dstdize,
stop, [MV] discrim, [MV] discrim qda [R] oneway
postestimation, [MV] mca, [MV] pca, Fisher, M. R., [XT] xtcloglog, [XT] xtgee,
[MV] screeplot, [R] gllamm, [R] glm, [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
[U] 1.4 References [XT] xtoprobit, [XT] xtprobit, [XT] xttobit
Ewens, W. J., [R] symmetry Fisher, N. I., [R] regress postestimation time series
Ezekiel, M., [R] regress postestimation diagnostic Fisher, R. A., [ I ] Glossary, [MV] clustermat,
plots [MV] discrim, [MV] discrim estat,
Ezzati-Rice, T. M., [MI] intro substantive [MV] discrim lda, [MV] Glossary, [P] levelsof,
[PSS] intro, [PSS] power twoproportions,
[PSS] power onecorrelation, [PSS] power
twocorrelations, [R] anova, [R] anova, [R] esize,
F [R] ranksum, [R] signrank, [R] tabulate
twoway, [ST] streg
Fagerland, M. F., [ST] epitab Fiske, D. W., [SEM] example 17
Fagerland, M. W., [R] estat gof, [R] mlogit Fitzgerald, T. J., [TS] tsfilter, [TS] tsfilter cf
postestimation
Fitzmaurice, G. M., [ME] mixed
Fair, R. C., [TS] forecast solve
Fix, E., [MV] discrim knn
Faires, J. D., [M-5] solvenl( )
Flannery, B. P., [D] functions, [G-2] graph twoway
Falcaro, M., [MV] cluster dendrogram contour, [M-5] solvenl( ), [P] matrix symeigen,
Fan, J., [R] lpoly [R] dydx, [R] vwls, [TS] arch, [TS] arima
Fan, Y.-A., [R] tabulate twoway Flay, B. R., [ME] me, [ME] meglm, [ME] meologit,
Fang, K.-T., [R] asmprobit [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Farbmacher, H., [R] tpoisson Fleiss, J. L., [PSS] intro, [PSS] power twoproportions,
Fay, R. E., [SVY] survey, [SVY] svy sdr, [R] dstdize, [R] icc, [R] kappa, [ST] epitab
[SVY] variance estimation Fleming, T. R., [ST] stcox, [ST] sts test
Feinleib, M., [XT] xtreg Fletcher, K., [R] rocreg, [R] rocreg postestimation,
Feiveson, A. H., [PSS] intro, [R] nlcom, [R] ranksum, [R] rocregplot
[ST] stpower Fletcher, R., [M-5] optimize( )
Feldman, J. J., [SVY] survey, [SVY] svy estimation Folsom, R. C., [R] rocreg, [R] rocreg postestimation,
Feldt, L. S., [R] anova [R] rocregplot
Feller, W., [TS] wntestb Ford, C. E., [PSS] intro
Feltbower, R., [ST] epitab Ford, J. M., [R] frontier, [XT] xtfrontier
Feng, S., [MI] intro substantive
134 Author index
Forsythe, A. B., [R] sdtest Galati, J. C., [MI] intro substantive, [MI] intro,
Forthofer, R. N., [R] dstdize [MI] mi estimate
Foster, A., [R] regress Galecki, A. T., [ME] mixed
Fouladi, R. T., [R] esize Gall, J.-R. L., [R] estat gof, [R] logistic
Foulkes, M. A., [ST] stpower, [ST] stpower cox, Gallant, A. R., [R] ivregress, [R] nl
[ST] stpower exponential Gallup, J. L., [M-5] docx*( ), [P] putexcel,
Fourier, J. B. J., [R] cumul [R] estimates table
Fox, C. M., [SEM] example 28g Galton, F., [R] correlate, [R] cumul, [R] regress,
Fox, J., [R] kdensity, [R] lv [R] summarize
Fox, W. C., [R] lroc Gan, F. F., [R] diagnostic plots
Francia, R. S., [R] swilk Gange, S. J., [XT] xtcloglog, [XT] xtgee,
Francis, C., [PSS] intro [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
Frank, M. W., [XT] xtabond, [XT] xtdpd, [XT] xtoprobit, [XT] xtprobit, [XT] xttobit
[XT] xtdpdsys Gani, J., [TS] wntestb
Frankel, M. R., [P] robust, [SVY] variance Garbow, B. S., [P] matrix symeigen
estimation, [U] 20.25 References Gardiner, J. S., [TS] tssmooth, [TS] tssmooth
Franklin, C. H., [D] cross dexponential, [TS] tssmooth exponential,
Franzese, R. J., Jr., [XT] xtpcse [TS] tssmooth hwinters, [TS] tssmooth
shwinters
Franzini, L., [XT] xtregar
Gardner, E. S., Jr., [TS] tssmooth dexponential,
Frechette, G. R., [XT] xtprobit
[TS] tssmooth hwinters
Freedman, L. S., [ST] stpower, [ST] stpower cox,
Garrett, J. M., [R] logistic, [R] logistic postestimation,
[ST] stpower exponential, [ST] stpower logrank
[R] regress postestimation, [ST] stcox PH-
Freeman, D. H., Jr., [SVY] svy: tabulate twoway assumption tests
Freeman, E. H., [SEM] estat stable Garsd, A., [R] exlogistic
Freeman, J. L., [ST] epitab, [SVY] svy: tabulate Gart, J. J., [ST] epitab
twoway
Gasser, T., [R] lpoly
Freese, J., [R] asroprobit, [R] clogit, [R] cloglog,
Gastwirth, J. L., [R] sdtest
[R] logistic, [R] logit, [R] mlogit, [R] mprobit,
[R] nbreg, [R] ologit, [R] oprobit, [R] poisson, Gates, R., [R] asmprobit
[R] probit, [R] regress, [R] regress Gauss, J. C. F., [R] regress
postestimation, [R] tnbreg, [R] tpoisson, Gauvreau, K., [PSS] intro, [R] dstdize, [R] logistic,
[R] zinb, [R] zip, [U] 20.25 References [ST] ltable, [ST] sts
Friedman, J. H., [MV] discrim knn Gavin, M. D., [ME] me, [ME] meglm, [ME] meologit,
Friedman, M., [TS] arima [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Friendly, M., [G-2] graph twoway scatter Gehan, E. A., [ST] sts test
Frölich, M., [R] qreg, [TE] teffects multivalued Geisser, S., [R] anova
Frome, E. L., [R] qreg Gel, Y. R., [R] sdtest
Frydenberg, M., [R] dstdize, [R] roccomp, [R] roctab Gelbach, J., [R] ivprobit, [R] ivtobit
Fu, V. K., [R] ologit Gelfand, A. E., [MI] mi impute chained
Fuller, W. A., [ I ] Glossary, [MV] factor, [P] robust, Gelman, A., [ME] me, [MI] intro substantive, [MI] mi
[R] regress, [R] spearman, [SVY] svy: tabulate impute, [MI] mi impute mvn, [MI] mi impute
twoway, [SVY] variance estimation, [TS] dfgls, regress
[TS] dfuller, [TS] pperron, [TS] psdensity, Gelman, R., [R] margins
[TS] tsfilter, [TS] tsfilter bk, [TS] ucm, Geman, D., [MI] mi impute chained
[TS] Glossary, [U] 20.25 References Geman, S., [MI] mi impute chained
Funkhouser, H. G., [G-2] graph pie Genest, C., [R] diagnostic plots, [R] swilk
Furberg, C. D., [PSS] intro Gentle, J. E., [D] functions, [R] anova, [R] nl
Futuyma, D. J., [MV] measure option Genton, M. G., [R] sktest
Fyler, D. C., [ST] epitab Genz, A., [R] asmprobit
Fyles, A., [ST] stcrreg, [ST] stcrreg postestimation George, S. L., [ST] stpower, [ST] stpower exponential
Gerkins, V. R., [R] symmetry
G Gerow, K. G., [SVY] survey
Geskus, R. B., [ST] stcrreg, [ST] stcrreg
Gabriel, K. R., [MV] biplot postestimation
Gail, M. H., [P] robust, [R] rocreg, [R] rocreg Geweke, J., [R] asmprobit, [TS] dfactor
postestimation, [ST] stcrreg, [ST] stpower, Giannini, C., [TS] irf create, [TS] var intro, [TS] var
[ST] stpower exponential, [ST] strate, svar, [TS] vargranger, [TS] varwle
[U] 20.25 References Gibbons, J. D., [R] ksmirnov, [R] spearman
Galanti, M. R., [XT] xtgee
Author index 135
Gibbons, R. D., [ME] me, [ME] mecloglog, Gompertz, B., [ST] streg
[ME] meglm, [ME] melogit, [ME] menbreg, Gönen, M., [ST] stcox postestimation
[ME] meologit, [ME] meoprobit, Gonzalez, J. F., Jr., [SVY] estat, [SVY] subpopulation
[ME] mepoisson, [ME] meprobit estimation, [SVY] svy bootstrap, [SVY] svy
Gichangi, A., [ST] stcrreg estimation
Giesen, D., [R] tetrachoric Gonzalo, J., [TS] vec intro, [TS] vecrank
Gifi, A., [MV] mds Good, P. I., [G-1] graph intro, [R] permute,
Gijbels, I., [R] lpoly [R] symmetry, [R] tabulate twoway
Gilbert, G. K., [MV] measure option Goodall, C., [R] lowess, [R] rreg
Giles, D. E. A., [TS] prais Goodman, L. A., [R] tabulate twoway
Gill, R. D., [ST] stcrreg Gooley, T. A., [ST] stcrreg
Gillham, N. W., [R] regress Gordon, A. D., [MV] biplot, [MV] cluster,
Gillispie, C. C., [R] regress [MV] cluster stop, [MV] measure option
Gini, R., [R] vwls, [ST] epitab Gordon, D. J., [PSS] intro
Ginther, O. J., [ME] mixed Gordon, M. G., [R] binreg
Girshick, M. A., [MV] pca Gorga, M. P., [R] rocreg, [R] rocreg postestimation,
Glass, G. V., [R] esize [R] rocregplot
Glass, R. I., [ST] epitab Gorman, J. W., [R] stepwise
Gleason, J. R., [D] cf, [D] describe, [D] functions, Gorst-Rasmussen, A., [MV] pca
[D] generate, [D] infile (fixed format), Gorsuch, R. L., [MV] factor, [MV] rotate,
[D] label, [D] notes, [D] order, [R] anova, [MV] rotatemat
[R] bootstrap, [R] ci, [R] correlate, Gosset [Student, pseud.], W. S., [R] ttest
[R] loneway, [R] summarize, [R] ttest, Gosset, W. S., [R] ttest
[ST] epitab Gould, W. W., [D] datasignature, [D] datetime,
Gleason, L. R., [ME] me, [ME] meglm, [ME] meologit, [D] destring, [D] drawnorm, [D] ds, [D] egen,
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit [D] format, [D] functions, [D] icd9, [D] infile
Gleick, J., [M-5] optimize( ) (fixed format), [D] merge, [D] putmata,
Gleser, G., [MV] alpha [D] reshape, [D] sample, [M-1] how,
Glidden, D. V., [R] logistic, [ST] stcox, [TE] teffects [M-1] interactive, [M-2] exp, [M-2] goto,
intro advanced [M-2] pointers, [M-2] struct, [M-2] subscripts,
Gloeckler, L. A., [ST] discrete [M-2] syntax, [M-4] io, [M-4] stata,
Glosten, L. R., [TS] arch [M-5] deriv( ), [M-5] eigensystem( ),
[M-5] geigensystem( ), [M-5] inbase( ),
Glowacz, K. M., [ME] me, [ME] meglm,
[M-5] moptimize( ), [M-5] runiform( ),
[ME] meologit, [ME] meoprobit, [XT] xtologit,
[M-5] st addvar( ), [M-5] st global( ),
[XT] xtoprobit
[M-5] st local( ), [M-5] st view( ), [MI] mi
Gnanadesikan, R., [MV] manova, [R] cumul, estimate, [P] intro, [P] datasignature,
[R] diagnostic plots [P] matrix eigenvalues, [P] matrix mkmat,
Godambe, V. P., [SVY] variance estimation [P] postfile, [P] robust, [R] bootstrap,
Godfrey, L. G., [R] regress postestimation time series [R] bsample, [R] dydx, [R] frontier,
Goeden, G. B., [R] kdensity [R] grmeanby, [R] jackknife, [R] kappa,
Goerg, S. J., [R] ksmirnov [R] logistic, [R] margins, [R] maximize,
Golbe, D. L., [D] label language, [D] merge, [R] mkspline, [R] ml, [R] mlexp, [R] net
[U] 22.1 References search, [R] nlcom, [R] ologit, [R] oprobit,
Goldberger, A. S., [R] intreg, [R] mlexp, [R] tobit, [R] poisson, [R] predictnl, [R] qreg, [R] regress,
[TE] etregress [R] rreg, [R] simulate, [R] sktest, [R] smooth,
Goldblatt, A., [ST] epitab [R] swilk, [R] testnl, [ST] survival analysis,
Golden, C. D., [SVY] survey, [SVY] svy estimation [ST] stcox, [ST] stcrreg, [ST] stcrreg
postestimation, [ST] stdescribe, [ST] stpower,
Goldfarb, D., [M-5] optimize( )
[ST] stpower exponential, [ST] stpower
Goldman, N., [ME] me
logrank, [ST] streg, [ST] stset, [ST] stsplit,
Goldstein, H., [ME] me, [ME] meglm, [ME] melogit, [ST] stvary, [SVY] survey, [SVY] ml for svy,
[ME] mepoisson, [ME] meqrlogit, [U] 13.12 References, [U] 18.14 References,
[ME] meqrpoisson, [ME] mixed [U] 22.1 References, [U] 26.31 References,
Goldstein, R., [D] ds, [D] egen, [R] brier, [XT] xtfrontier
[R] correlate, [R] inequality, [R] nl, [R] ologit, Gourieroux, C. S., [R] hausman, [R] suest, [R] test,
[R] oprobit, [R] ranksum, [R] regress [TS] arima, [TS] mgarch ccc, [TS] mgarch dcc,
postestimation, [XT] xtreg [TS] mgarch vcc
Golub, G. H., [M-5] svd( ), [R] orthog, [R] tetrachoric, Govindarajulu, Z., [D] functions
[TS] arfima, [TS] arfima postestimation
Gómez, V., [TS] tsfilter, [TS] tsfilter hp
136 Author index
Gower, J. C., [MV] biplot, [MV] ca, [MV] mca, Griffiths, W. E., [R] cnsreg, [R] estat ic, [R] glogit,
[MV] measure option, [MV] procrustes [R] ivregress, [R] ivregress postestimation,
Gradshteyn, I. S., [TS] arfima [R] logit, [R] probit, [R] regress, [R] regress
Graham, J. W., [MI] intro substantive, [MI] mi impute postestimation, [R] test, [TS] arch, [TS] prais,
Grambsch, P. M., [ST] stcox, [ST] stcox PH- [XT] xtgls, [XT] xtpcse, [XT] xtrc, [XT] xtreg
assumption tests, [ST] stcox postestimation, Griliches, Z., [ME] me, [XT] xtgls, [XT] xtnbreg,
[ST] stcrreg [XT] xtpcse, [XT] xtpoisson, [XT] xtrc
Granger, C. W. J., [TS] arch, [TS] arfima, Grimm, R. H., [PSS] intro
[TS] vargranger, [TS] vec intro, [TS] vec, Grimmett, G., [M-5] halton( )
[TS] vecrank Grissom, R. J., [R] esize, [R] regress postestimation
Graubard, B. I., [ME] mixed, [R] margins, [R] ml, Grizzle, J. E., [R] vwls
[R] test, [SVY] survey, [SVY] direct Groenen, P. J. F., [MV] mds, [MV] mds
standardization, [SVY] estat, [SVY] svy, postestimation, [MV] mdslong, [MV] mdsmat
[SVY] svy estimation, [SVY] svy Grogger, J. T., [R] tnbreg, [R] tpoisson
postestimation, [SVY] svy: tabulate twoway, Gronau, R., [R] heckman, [SEM] example 43g
[SVY] variance estimation Groothuis-Oudshoorn, C. G. M., [MI] intro
Gray, R. J., [ST] stcrreg substantive, [MI] mi impute chained
Graybill, F. A., [PSS] intro, [PSS] power Gropper, D. M., [R] frontier, [XT] xtfrontier
onecorrelation, [PSS] power twocorrelations, Gross, A. J., [ST] ltable
[R] centile
Grunfeld, Y., [XT] xtgls, [XT] xtpcse, [XT] xtrc
Green, B. F., [MV] discrim lda, [MV] procrustes
Guan, W., [R] bootstrap
Green, D. M., [R] lroc
Guenther, W. C., [PSS] intro
Green, P. E., [MV] cluster
Guerry, A.-M., [G-2] graph twoway histogram
Greenacre, M. J., [MV] ca, [MV] mca, [MV] mca
Guilkey, D. K., [XT] xtprobit
postestimation, [SEM] example 35g,
[SEM] example 36g Guillemot, M., [M-5] cholesky( )
Greenbaum, A., [M-1] LAPACK, [M-5] lapack( ), Guimarães, P., [XT] xtnbreg
[P] matrix eigenvalues Guo, G., [ME] mecloglog, [ME] melogit,
Greene, W. H., [P] matrix accum, [R] asclogit, [ME] meprobit
[R] asmprobit, [R] biprobit, [R] clogit, Gutierrez, R. G., [ME] me, [ME] melogit,
[R] cnsreg, [R] frontier, [R] gmm, [ME] meoprobit, [ME] mepoisson,
[R] heckman, [R] heckoprobit, [R] heckprobit, [ME] meqrlogit, [ME] meqrpoisson, [MI] mi
[R] hetprobit, [R] ivregress, [R] logit, [R] lrtest, estimate, [R] frontier, [R] lpoly, [R] lrtest,
[R] margins, [R] mkspline, [R] mlexp, [R] nbreg, [ST] survival analysis, [ST] stcox,
[R] mlogit, [R] nlogit, [R] nlsur, [R] pcorr, [ST] stcrreg, [ST] stcrreg postestimation,
[R] probit, [R] reg3, [R] regress, [R] regress [ST] stdescribe, [ST] stpower, [ST] stpower
postestimation time series, [R] sureg, [R] testnl, exponential, [ST] stpower logrank, [ST] streg,
[R] truncreg, [R] zinb, [R] zip, [TE] etpoisson, [ST] streg postestimation, [ST] stset,
[TE] etregress, [TS] arch, [TS] arima, [ST] stsplit, [ST] stvary, [XT] xt
[TS] corrgram, [TS] var, [XT] xt, [XT] xtgls,
[XT] xthtaylor postestimation, [XT] xtpcse, H
[XT] xtpoisson, [XT] xtrc, [XT] xtreg
Greenfield, S., [MV] alpha, [MV] factor, [MV] factor Haaland, J.-A., [G-1] graph intro
postestimation, [R] lincom, [R] mlogit, Haan, P., [R] asmprobit, [R] mlogit, [R] mprobit
[R] mprobit, [R] mprobit postestimation, Haas, K., [M-5] moptimize( )
[R] predictnl, [R] slogit, [SEM] example 37g Hadamard, J. S., [D] functions
Greenhouse, J. B., [ST] epitab Hadi, A. S., [R] poisson, [R] regress, [R] regress
Greenhouse, S. W., [R] anova, [ST] epitab postestimation, [R] regress postestimation
Greenland, S., [R] ci, [R] glogit, [R] mkspline, diagnostic plots
[R] ologit, [R] poisson, [ST] epitab Hadorn, D. C., [R] brier
Greenwood, M., [ST] ltable, [ST] sts Hadri, K., [XT] xtunitroot
Greenwood, P., [MI] intro substantive Haenszel, W., [ST] epitab, [ST] strate, [ST] sts test
Gregoire, A., [R] kappa Hahn, G. J., [M-5] moptimize( )
Grieve, R., [R] bootstrap, [R] bstat Hahn, J., [R] ivregress postestimation
Griffith, J. L., [R] brier Hair, J. F., Jr., [R] rologit
Griffith, R., [R] gmm Hajian-Tilaki, K. O., [R] rocreg
Hajivassiliou, V. A., [R] asmprobit
Hakkio, C. S., [D] egen
Hald, A., [R] qreg, [R] regress, [R] signrank,
[R] summarize
Author index 137
Haldane, J. B. S., [R] ranksum, [ST] epitab Hannachi, A., [MV] pca
Hall, A. D., [R] frontier Hannan, E. J., [TS] sspace
Hall, A. R., [R] gmm, [R] gmm postestimation, Hansen, H., [MV] mvtest, [MV] mvtest normality
[R] ivpoisson, [R] ivpoisson postestimation, Hansen, L. P., [R] gmm, [R] ivregress, [R] ivregress
[R] ivregress, [R] ivregress postestimation postestimation, [XT] xtabond, [XT] xtdpd,
Hall, B. H., [M-5] optimize( ), [ME] me, [R] glm, [XT] xtdpdsys
[TS] arch, [TS] arima, [XT] xtnbreg, Hansen, W. B., [ME] me, [ME] meglm, [ME] meologit,
[XT] xtpoisson [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Hall, N. S., [R] anova Hao, L., [R] qreg
Hall, P., [R] bootstrap, [R] qreg, [R] regress Harabasz, J., [MV] cluster, [MV] cluster stop
postestimation time series Harbord, R. M., [ME] melogit, [ME] meoprobit,
Hall, R. E., [M-5] optimize( ), [R] glm, [TS] arch, [ME] meqrlogit, [R] roccomp, [R] roctab
[TS] arima Hardin, J. W., [D] statsby, [G-1] graph intro,
Hall, W. J., [MV] biplot, [R] roccomp, [R] rocfit, [ME] meglm postestimation, [ME] meqrlogit
[R] roctab postestimation, [ME] meqrpoisson
Haller, A. O., [SEM] example 7 postestimation, [R] binreg, [R] biprobit,
Halley, E., [ST] ltable [R] estat ic, [R] glm, [R] glm postestimation,
Hallock, K., [R] qreg [R] lroc, [R] poisson, [R] regress
Halton, J. H., [M-5] halton( ) postestimation, [TS] newey, [TS] prais,
Halvorsen, K. T., [R] tabulate twoway [XT] xtgee, [XT] xtpoisson
Hamann, U., [MV] measure option Harel, O., [MI] mi estimate
Hambleton, R. K., [SEM] example 28g, Haritou, A., [R] suest
[SEM] example 29g Harkness, J., [R] ivprobit, [R] ivtobit
Hamer, R. M., [MV] mds, [MV] mdslong, Harley, J. B., [ST] stpower cox
[MV] mdsmat Harman, H. H., [MV] factor, [MV] factor
Hamerle, A., [R] clogit postestimation, [MV] rotate, [MV] rotatemat
Hamilton, J. D., [ I ] Glossary, [P] matrix eigenvalues, Harrell, F. E., Jr., [R] mkspline, [R] ologit, [ST] stcox
[R] gmm, [TS] time series, [TS] arch, postestimation
[TS] arfima, [TS] arima, [TS] corrgram, Harrington, D. P., [ST] stcox, [ST] sts test
[TS] dfuller, [TS] fcast compute, [TS] forecast Harris, E. K., [MV] discrim, [MV] discrim logistic
solve, [TS] irf, [TS] irf create, [TS] pergram, Harris, R. D. F., [XT] xtunitroot
[TS] pperron, [TS] psdensity, [TS] sspace, Harris, R. J., [MV] canon postestimation
[TS] sspace postestimation, [TS] tsfilter, Harris, R. L., [R] qc
[TS] ucm, [TS] var intro, [TS] var, [TS] var Harris, T., [R] poisson, [R] qreg
svar, [TS] vargranger, [TS] varnorm, Harrison, D. A., [D] list, [G-2] graph twoway
[TS] varsoc, [TS] varstable, [TS] varwle, histogram, [PSS] intro, [R] histogram,
[TS] vec intro, [TS] vec, [TS] vecnorm, [R] tabulate oneway, [R] tabulate twoway
[TS] vecrank, [TS] vecstable, [TS] xcorr,
Harrison, J. A., [R] dstdize
[TS] Glossary
Harrison, J. M., [ST] stcrreg
Hamilton, L. C., [D] xpose, [G-1] graph intro,
[MV] factor, [MV] screeplot, [R] bootstrap, Hart, P. E., [MV] cluster, [MV] cluster stop
[R] diagnostic plots, [R] estat vce, [R] ladder, Hartigan, J. A., [G-2] graph matrix
[R] lv, [R] mlogit, [R] regress, [R] regress Hartley, H. O., [MI] intro substantive, [MI] mi impute
postestimation, [R] regress postestimation Hartmann, D. P., [R] icc
diagnostic plots, [R] rreg, [R] simulate, Harvey, A. C., [R] hetprobit, [TS] arch, [TS] arima,
[R] summarize, [R] ttest [TS] prais, [TS] psdensity, [TS] sspace,
Hammarling, S., [M-1] LAPACK, [M-5] lapack( ), [TS] sspace postestimation, [TS] tsfilter,
[P] matrix eigenvalues [TS] tsfilter hp, [TS] tssmooth hwinters,
Hammersley, J. M., [M-5] halton( ) [TS] ucm, [TS] var svar
Hampel, F. R., [D] egen, [R] rreg, Harville, D. A., [ME] meglm, [ME] mixed
[U] 20.25 References Hassell, J. F., [ST] sts
Hancock, G. R., [SEM] estat gof, [SEM] methods and Hastie, T. J., [MV] discrim knn, [R] grmeanby,
formulas for sem [R] slogit
Hand, D. J., [MV] biplot, [MV] ca, [MV] discrim, Hastorf, A. H., [ST] epitab
[MV] mca Hauck, W. W., [R] pkequiv, [XT] xtcloglog,
Handscomb, D. C., [M-5] halton( ) [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Hankey, B., [ST] strate [XT] xtprobit
Hanley, J. A., [R] roccomp, [R] rocfit, [R] rocreg, Haughton, J. H., [R] inequality
[R] rocreg postestimation, [R] rocregplot, Hauser, M. A., [TS] arfima
[R] roctab
138 Author index
Hausman, J. A., [M-5] optimize( ), [ME] me, [R] glm, Hess, K. R., [ST] stcox PH-assumption tests, [ST] sts
[R] hausman, [R] ivregress postestimation, graph
[R] nlogit, [R] rologit, [R] suest, [SEM] estat Hesse, L. O., [M-5] moptimize( )
residuals, [SEM] methods and formulas for Hessenberg, K. A., [M-5] hessenbergd( )
sem, [TS] arch, [TS] arima, [XT] xthtaylor, Heston, A., [XT] xtunitroot
[XT] xtnbreg, [XT] xtpoisson, [XT] xtreg Heyde, C. C., [U] 1.4 References
postestimation
Hickam, D. H., [R] brier
Havnes, T., [R] inequality
Higbee, K. T., [D] clonevar, [D] ds
Hawkins, C. M., [PSS] intro
Higgins, J. E., [R] anova
Hayashi, F., [R] gmm, [R] ivpoisson, [R] ivregress,
Higgins, J. P. T., [R] meta
[R] ivregress postestimation
Higgins, M. L., [TS] arch
Hayes, R. J., [R] permute
Hilbe, J. M., [D] functions, [ME] meglm
Haynam, G. E., [D] functions
postestimation, [ME] meqrlogit postestimation,
Hays, R. D., [R] lincom, [R] mlogit, [R] mprobit, [ME] meqrpoisson postestimation,
[R] mprobit postestimation, [R] predictnl, [MV] discrim lda, [MV] manova,
[R] slogit [MV] measure option, [R] cloglog, [R] estat
Hays, W. L., [R] esize, [R] regress postestimation ic, [R] glm, [R] glm postestimation, [R] logistic,
He, X., [ST] stcox PH-assumption tests [R] logit, [R] lroc, [R] nbreg, [R] poisson,
Heagerty, P. J., [ME] me, [ME] meglm, [ME] mixed, [R] probit, [R] simulate, [R] tnbreg,
[MV] factor, [MV] pca, [PSS] intro, [R] tpoisson, [XT] xtgee, [XT] xtpoisson
[PSS] power twomeans, [R] anova, [R] dstdize, Hilbert, D., [M-5] Hilbert( )
[R] oneway Hildreth, C., [TS] prais
Heckman, J., [R] biprobit, [R] heckman, [R] heckman Hilferty, M. M., [MV] mvtest normality
postestimation, [R] heckoprobit, [R] heckprobit, Hilgard, E. R., [ST] epitab
[SEM] example 43g, [TE] etregress,
Hill, A. B., [R] poisson, [ST] epitab
[TE] teffects intro advanced
Hill, J., [ME] me
Hedeker, D., [ME] me, [ME] mecloglog, [ME] meglm,
[ME] melogit, [ME] menbreg, [ME] meologit, Hill, R. C., [R] cnsreg, [R] estat ic, [R] glogit,
[ME] meoprobit, [ME] mepoisson, [R] heckman, [R] ivregress, [R] ivregress
[ME] meprobit postestimation, [R] logit, [R] probit,
[R] regress, [R] regress postestimation, [R] test,
Hedges, L. V., [R] esize, [R] meta
[TS] arch, [TS] prais, [XT] xtgls, [XT] xtpcse,
Hedley, D., [ST] stcrreg, [ST] stcrreg postestimation [XT] xtrc, [XT] xtreg
Heeringa, S. G., [SVY] survey, [SVY] subpopulation Hill, R. P., [ST] stcrreg, [ST] stcrreg postestimation
estimation
Hill, W. G., [ST] epitab
Heinecke, K., [P] matrix mkmat
Hills, M., [D] egen, [R] cloglog, [R] cumul,
Heinonen, O. P., [ST] epitab [ST] epitab, [ST] stcox, [ST] stptime,
Heiss, F., [R] nlogit [ST] strate, [ST] stset, [ST] stsplit, [ST] sttocc
Heitjan, D. F., [MI] intro substantive, [MI] mi impute Hinkley, D. V., [R] bootstrap
Heller, G., [ST] stcox postestimation Hipel, K. W., [TS] arima, [TS] ucm
Hemming, K., [PSS] intro Hirano, K., [TE] teffects intro advanced
Hempel, S., [ST] epitab Hirji, K. F., [R] exlogistic, [R] expoisson
Henderson, B. E., [R] symmetry Hlouskova, J., [XT] xtunitroot
Henderson, C. R., [ME] me, [ME] mixed Hoaglin, D. C., [R] diagnostic plots, [R] lv, [R] regress
Hendrickson, A. E., [ I ] Glossary, [MV] rotate, postestimation, [R] regress postestimation
[MV] rotatemat, [MV] Glossary diagnostic plots, [R] smooth, [R] stem
Hendrickx, J., [R] mlogit, [R] xi Hocevar, D., [SEM] example 19
Hennevogl, W., [ME] me Hochberg, Y., [R] oneway
Henry-Amar, M., [ST] ltable Hocking, R. R., [ME] meglm, [ME] mixed, [MI] intro
Hensher, D. A., [R] nlogit substantive, [R] stepwise
Henze, N., [MV] mvtest, [MV] mvtest normality Hodges, J. L., [MV] discrim knn
Hermite, C., [M-5] issymmetric( ) Hodrick, R. J., [TS] tsfilter, [TS] tsfilter hp
Herr, J. L., [TE] teffects intro advanced, [TE] teffects Hoechle, D., [XT] xtgls, [XT] xtpcse, [XT] xtreg,
nnmatch [XT] xtregar
Herrin, J., [U] 18.14 References Hoel, P. G., [R] bitest, [R] ttest
Herriot, J. G., [M-5] spline3( ) Hoffmann, J. P., [R] glm
Hertz, S., [ST] stsplit Hofman, A. F., [ST] stcrreg
Herzberg, A. M., [MV] discrim lda postestimation, Hogben, L. T., [ST] sts
[MV] discrim qda, [MV] discrim qda Holan, S. H., [TS] arima
postestimation, [MV] manova
Author index 139
Hole, A. R., [R] asmprobit, [R] clogit, [R] mlogit, Huberty, C. J., [MV] candisc, [MV] discrim,
[R] mprobit [MV] discrim estat, [MV] discrim lda,
Holland, A. D., [TE] teffects intro advanced, [MV] discrim lda postestimation, [MV] discrim
[TE] teffects aipw, [TE] teffects multivalued qda
Holland, P. W., [TE] teffects intro advanced Hubrich, K., [TS] vec intro, [TS] vecrank
Holloway, L., [R] brier Hughes, J. B., [MV] manova
Holm, S., [R] test Hunter, D. R., [R] qreg
Holmes, D. J., [ME] mixed Huq, M. I., [ST] epitab
Holmes, S., [R] bootstrap Huq, N. M., [ME] me, [ME] meglm, [ME] melogit,
Holmgren, J., [ST] epitab [ME] meprobit, [ME] meqrlogit
Holt, C. C., [TS] tssmooth, [TS] tssmooth Hurd, M., [R] intreg, [R] tobit
dexponential, [TS] tssmooth exponential, Hurley, J. R., [MV] procrustes
[TS] tssmooth hwinters, [TS] tssmooth Hurst, H. E., [TS] arfima
shwinters Hutto, C., [R] exlogistic
Holt, D., [SVY] survey, [SVY] estat Huynh, H., [R] anova
Holtz-Eakin, D., [XT] xtabond, [XT] xtdpd,
[XT] xtdpdsys
Honoré, B. E., [XT] xttobit I
Hood, W. C., [R] ivregress Iglewicz, B., [R] lv
Hooker, P. F., [ST] streg Ikebe, Y., [P] matrix symeigen
Hooper, R., [PSS] intro Im, K. S., [XT] xtunitroot
Horst, P., [MV] factor postestimation, [MV] rotate, Imbens, G. W., [TE] teffects intro advanced,
[MV] rotatemat [TE] teffects multivalued, [TE] teffects
Horton, N. J., [ME] meglm, [ME] mixed, [MI] intro nnmatch, [TE] teffects psmatch
substantive, [XT] xtgee Irwin, J. O., [PSS] intro, [PSS] power twoproportions
Horváth, L., [TS] mgarch Isaacs, D., [R] fp
Horvitz, D. G., [TE] teffects intro advanced Ishiguro, M., [R] BIC note
Hosking, J. R. M., [TS] arfima ISSP, [MV] ca, [MV] mca, [MV] mca postestimation
Hosmer, D. W., Jr., [PSS] intro, [R] clogit, [R] clogit
postestimation, [R] estat classification, [R] estat
gof, [R] glm, [R] glogit, [R] lincom, [R] logistic, J
[R] logistic postestimation, [R] logit, [R] logit
postestimation, [R] lroc, [R] lrtest, [R] lsens, Jaccard, P., [MV] measure option
[R] mlogit, [R] mlogit postestimation, Jackman, R. W., [R] regress postestimation
[R] predictnl, [R] stepwise, [SEM] example 33g, Jackson, J. E., [MV] pca, [MV] pca postestimation
[SEM] example 34g, [ST] stcox, [ST] stpower, Jacobi, C. G. J., [M-5] deriv( )
[ST] stpower cox, [ST] streg, [XT] xtgee Jacobs, K. B., [R] symmetry
Hossain, K. M., [ST] epitab Jacobs, M., [D] duplicates
Hotelling, H., [MV] canon, [MV] hotelling, Jacoby, W. G., [MV] biplot
[MV] manova, [MV] pca, [R] roccomp, Jaeger, A., [TS] tsfilter, [TS] tsfilter hp
[R] rocfit, [R] roctab Jaeger, D. A., [R] ivregress postestimation
Hougaard, P., [ST] streg Jagannathan, R., [TS] arch
Householder, A. S., [M-5] qrd( ), [MV] mds, Jain, A. K., [MV] cluster
[MV] mdslong, [MV] mdsmat James, B. R., [R] rocreg, [R] rocreg postestimation
Howell, D. C., [PSS] intro, [PSS] power pairedmeans James, G. S., [MV] mvtest, [MV] mvtest means
Hozo, I., [R] meta James, I. M., [M-2] op kronecker, [M-5] deriv( ),
Hoşten, S., [MV] mvtest means [M-5] issymmetric( ), [M-5] pinv( )
Hsiao, C., [XT] xt, [XT] xtabond, [XT] xtdpd, James, K. L., [R] rocreg, [R] rocreg postestimation
[XT] xtdpdsys, [XT] xtivreg, [XT] xtregar Janes, H., [R] rocfit, [R] rocreg, [R] rocreg
Hsieh, F. Y., [ST] stpower, [ST] stpower cox, postestimation, [R] rocregplot
[ST] stpower logrank Jang, D. S., [SVY] variance estimation
Hu, M., [ST] stcox, [ST] stset Jann, B., [P] mark, [R] estimates store, [R] ksmirnov,
Huang, C., [R] sunflower [R] stored results, [R] tabulate twoway,
Huang, D. S., [R] nlsur, [R] sureg [SVY] svy: tabulate twoway
Hubálek, Z., [MV] measure option Jarque, C. M., [R] sktest, [TS] varnorm, [TS] vecnorm
Huber, C., [SEM] Builder, [SEM] Builder, generalized Jeantheau, T., [TS] mgarch
Huber, P. J., [D] egen, [P] robust, [R] qreg, [R] rreg, Jeanty, P. W., [D] reshape
[R] suest, [U] 20.25 References Jeffreys, H., [R] ci, [R] spearman
Jenkins, B., [M-5] hash1( )
140 Author index
Jenkins, G. M., [TS] arfima, [TS] arima, Judge, G. G., [R] estat ic, [R] glogit, [R] ivregress,
[TS] corrgram, [TS] cumsp, [TS] dfuller, [R] ivregress postestimation, [R] logit,
[TS] pergram, [TS] pperron, [TS] psdensity, [R] probit, [R] regress postestimation, [R] test,
[TS] xcorr [TS] arch, [TS] prais, [XT] xtgls, [XT] xtpcse,
Jenkins, S. P., [D] corr2data, [D] egen, [D] rename, [XT] xtrc, [XT] xtreg
[MI] intro substantive, [R] asmprobit, [R] do, Judkins, D. R., [SVY] svy brr, [SVY] svyset,
[R] inequality, [ST] discrete, [ST] stcox [SVY] variance estimation
Jennrich, R. I., [ I ] Glossary, [MV] mvtest, Judson, D. H., [R] poisson, [R] tabulate twoway,
[MV] mvtest correlations, [MV] rotate, [R] tpoisson
[MV] rotatemat, [MV] Glossary Judson, R. A., [TS] forecast
Jensen, A. R., [MV] rotate Julious, S. A., [PSS] intro
Jensen, D. R., [MV] mvtest, [MV] mvtest means Jung, B. C., [ME] mixed
Jerez, M., [TS] sspace Juul, S., [R] dstdize, [R] roccomp, [R] roctab
Jewell, N. P., [ST] epitab
Jick, H., [ST] epitab
Joe, H., [ME] melogit, [ME] meoprobit, K
[ME] mepoisson, [ME] meqrlogit, Kachitvichyanukul, V., [D] functions
[ME] meqrpoisson, [R] tabulate twoway Kadane, J. B., [ME] me, [ME] meqrlogit,
Johansen, S., [TS] irf create, [TS] varlmar, [TS] vec [ME] meqrpoisson
intro, [TS] vec, [TS] veclmar, [TS] vecnorm, Kahn, H. A., [PSS] intro, [R] dstdize, [ST] epitab,
[TS] vecrank, [TS] vecstable [ST] ltable, [ST] stcox
Johnson, C. A., [ME] me, [ME] meglm, Kaiser, H. F., [ I ] Glossary, [MV] factor
[ME] meologit, [ME] meoprobit, [XT] xtologit, postestimation, [MV] pca postestimation,
[XT] xtoprobit [MV] rotate, [MV] rotatemat, [MV] Glossary
Johnson, D. E., [MV] manova, [R] anova, [R] contrast, Kaiser, J., [R] ksmirnov, [R] permute, [R] signrank
[R] pwcompare
Kalbfleisch, J. D., [ST] ltable, [ST] stcox, [ST] stcox
Johnson, L. A., [TS] tssmooth, [TS] tssmooth PH-assumption tests, [ST] stcox postestimation,
dexponential, [TS] tssmooth exponential, [ST] streg, [ST] sts, [ST] sts test, [ST] stset,
[TS] tssmooth hwinters, [TS] tssmooth [XT] xtcloglog, [XT] xtlogit, [XT] xtologit,
shwinters [XT] xtoprobit, [XT] xtprobit
Johnson, M. E., [R] sdtest Kalman, R. E., [TS] arima
Johnson, M. M., [R] sdtest Kalmijn, M., [R] tetrachoric
Johnson, N. L., [D] functions, [R] ksmirnov, Kang, J. D. Y., [TE] teffects intro advanced
[R] nbreg, [R] poisson, [U] 1.4 References
Kantor, D., [D] cf, [D] functions
Johnson, R. A., [MV] canon, [MV] discrim,
Kaplan, E. L., [ST] stcrreg, [ST] stcrreg
[MV] discrim estat, [MV] discrim lda,
postestimation, [ST] sts
[MV] discrim lda postestimation, [MV] mvtest,
[MV] mvtest correlations, [MV] mvtest Karim, M. R., [ME] meglm
covariances, [MV] mvtest means Katz, J. N., [XT] xtgls, [XT] xtpcse
Johnson, S., [ST] epitab Kaufman, J., [D] ds
Johnson, W., [MI] intro substantive, [SVY] survey Kaufman, L.,
Johnston, J., [XT] xtrc [MV] cluster, [MV] clustermat, [MV] matrix
dissimilarity, [MV] measure option, [P] matrix
Johnston, J. E., [R] ranksum
dissimilarity
Jolliffe, D., [R] inequality, [R] qreg, [R] regress
Keane, M. P., [R] asmprobit
Jolliffe, I. T., [MV] biplot, [MV] pca, [R] brier
Keeler, E. B., [R] brier
Jones, A., [R] heckman, [R] logit, [R] probit
Keiding, N., [ST] stcrreg, [ST] stsplit
Jones, B. S., [ST] stcox, [ST] streg
Kelley, K., [R] esize, [R] regress postestimation
Jones, D. R., [R] meta
Kemp, A. W., [D] functions, [R] nbreg, [R] poisson
Jones, M. C., [R] kdensity, [R] lpoly
Kemp, C. D., [D] functions
Jones, P. S., [M-5] Vandermonde( )
Kempthorne, P. J., [R] regress postestimation
Jordan, C., [M-5] svd( )
Kendall, D. G., [MV] mds
Jöreskog, K. G., [MV] factor postestimation,
Kendall, M. G., [MV] measure option, [R] centile,
[SEM] estat residuals
[R] spearman, [R] tabulate twoway
Jorgensen, R. A., [ST] stcrreg
Kennedy, W. J., Jr., [P] robust, [R] anova, [R] nl,
Jorner, U., [G-1] graph intro [R] regress, [R] stepwise, [SVY] svy: tabulate
Joyeux, R., [TS] arfima twoway
Kenny, D. A., [SEM] intro 4, [SEM] example 42g
Author index 141
Kent, J. T., [MI] mi impute mvn, [MV] discrim, Kline, R. B., [R] esize, [R] regress postestimation,
[MV] discrim lda, [MV] factor, [MV] manova, [SEM] intro 4, [SEM] example 3,
[MV] matrix dissimilarity, [MV] mds, [SEM] example 4, [SEM] example 5
[MV] mds postestimation, [MV] mdslong, Kmenta, J., [R] eivreg, [R] ivregress, [R] regress,
[MV] mdsmat, [MV] mvtest, [MV] mvtest [TS] arch, [TS] prais, [TS] rolling, [XT] xtpcse
means, [MV] mvtest normality, [MV] pca, Knook, D. L., [MI] intro substantive, [MI] mi impute,
[MV] procrustes, [P] matrix dissimilarity, [MI] mi impute chained, [MI] mi impute
[P] robust, [U] 20.25 References monotone
Kenward, M. G., [MI] intro substantive, [MI] mi Knuth, D. E., [D] functions
impute Koch, G. G., [R] anova, [R] kappa, [R] vwls,
Kerlinger, F. N., [R] esize, [R] regress postestimation [SVY] svy: tabulate twoway
Keselman, H. J., [R] esize Koehler, A. B., [TS] tssmooth, [TS] tssmooth
Kettenring, J. R., [R] diagnostic plots dexponential, [TS] tssmooth exponential,
Keynes, J. M., [R] ameans [TS] tssmooth hwinters, [TS] tssmooth
Khan, M. R., [ST] epitab shwinters
Khandker, S. R., [R] inequality Koehler, K. J., [R] diagnostic plots
Khanti-Akom, S., [XT] xthtaylor Koenker, R., [R] qreg, [R] regress postestimation
Khare, M., [MI] intro substantive Kohler, U., [D] egen, [D] input, [G-2] graph twoway
Kiernan, M., [R] kappa rbar, [MV] biplot, [R] estat classification,
Kieser, M., [PSS] intro [R] kdensity, [R] regress, [R] regress
Kilian, L., [TS] forecast solve postestimation, [R] regress postestimation
diagnostic plots
Kim, I.-M., [TS] vec intro, [TS] vec, [TS] vecrank
Kohn, R. J., [TS] arima
Kim, J. J., [R] esize, [R] regress postestimation
Kolenikov, S., [MV] factor, [SVY] svy bootstrap,
Kim, J. O., [MV] factor
[SVY] variance estimation
Kimber, A. C., [ST] streg
Kolev, G. I., [P] scalar, [U] 11.7 References
Kimbrough, J. W., [MV] discrim knn
Kolmogorov, A. N., [R] ksmirnov
Kinderman, A. J., [D] functions
Kontopantelis, E., [R] meta
King, M. L., [TS] prais
Koopman, S. J., [R] regress postestimation time series,
King, R. G., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter [TS] ucm
cf, [TS] tsfilter hp, [TS] vecrank
Koopmans, T. C., [R] ivregress
Kirk, R. E., [R] esize, [R] regress postestimation
Korin, B. P., [MV] mvtest
Kirkwood, B. R., [R] dstdize, [R] summarize
Korn, E. L., [ME] mixed, [R] margins, [R] ml,
Kish, L., [P] robust, [R] loneway, [SVY] survey, [R] test, [SVY] survey, [SVY] direct
[SVY] estat, [SVY] variance estimation, standardization, [SVY] estat, [SVY] svy,
[U] 20.25 References [SVY] svy estimation, [SVY] svy
Kitagawa, G., [R] BIC note postestimation, [SVY] svy: tabulate twoway,
Kiviet, J. F., [XT] xtabond [SVY] variance estimation
Klar, J., [R] estat gof Kotz, S., [D] functions, [R] inequality, [R] ksmirnov,
Klecka, W. R., [MV] discrim, [MV] discrim lda [R] nbreg, [R] nlogit, [R] poisson,
Kleiber, C., [R] inequality [U] 1.4 References
Klein, J. P., [ST] stci, [ST] stcox, [ST] stcox Krakauer, H., [ST] ltable
postestimation, [ST] stcrreg, [ST] stpower, Krall, J. M., [ST] stpower cox
[ST] stpower cox, [ST] streg, [ST] sts, [ST] sts Kramer, C. Y., [MV] mvtest, [MV] mvtest means
graph, [ST] sts test Krauss, N., [SVY] estat, [SVY] subpopulation
Klein, L. R., [R] reg3, [R] reg3 postestimation, estimation, [SVY] svy bootstrap, [SVY] svy
[R] regress postestimation time series, estimation
[TS] forecast, [TS] forecast adjust, [TS] forecast Kreidberg, M. B., [ST] epitab
describe, [TS] forecast estimates, [TS] forecast Kreuter, F., [R] estat classification, [R] kdensity,
list, [TS] forecast solve [R] regress, [R] regress postestimation,
Klein, M., [R] binreg, [R] clogit, [R] logistic, [R] regress postestimation diagnostic plots,
[R] lrtest, [R] mlogit, [R] ologit, [XT] xtgee [SVY] survey
Kleinbaum, D. G., [R] binreg, [R] clogit, [R] logistic, Krishnaiah, P. R., [MV] mvtest
[R] lrtest, [R] mlogit, [R] ologit, [ST] epitab, Krishnamoorthy, K., [MV] mvtest, [MV] mvtest
[XT] xtgee means, [PSS] intro, [PSS] power oneproportion
Kleiner, B., [G-2] graph box, [G-2] graph matrix, Kroeber, A. L., [MV] measure option
[G-3] by option, [R] diagnostic plots,
Kronecker, L., [M-2] op kronecker
[R] lowess, [U] 1.4 References
Kroner, K. F., [TS] arch
Kleinman, K. P., [MI] intro substantive
Krull, J. L., [SEM] example 42g
Klema, V. C., [P] matrix symeigen
142 Author index
Ludwig, J., [ST] stcrreg Mair, C. S., [ME] menbreg, [ME] mepoisson,
Lukácsy, K., [D] functions [ME] meqrpoisson, [SEM] example 39g
Lumley, T. S., [MV] factor, [MV] pca, [PSS] intro, Makles, A., [MV] cluster kmeans and kmedians
[PSS] power twomeans, [R] anova, [R] dstdize, Mallows, C. L., [R] regress postestimation diagnostic
[R] oneway plots
Lund, R., [TS] arima Manchul, L., [ST] stcrreg, [ST] stcrreg postestimation
Luniak, M. M., [MV] biplot Mandelbrot, B. B., [TS] arch
Lunn, M., [ST] stcrreg Mander, A. P., [R] anova, [R] symmetry, [ST] stsplit
Lunt, M., [R] ologit, [R] slogit, [TE] teffects Mangel, M., [TS] varwle
multivalued Manly, B. F. J., [MV] discrim qda postestimation
Lurie, M. B., [MV] manova Mann, H. B., [R] kwallis, [R] ranksum
Lütkepohl, H., [M-5] Dmatrix( ), [M-5] Kmatrix( ), Manning, W. G., [R] heckman
[M-5] Lmatrix( ), [R] estat ic, [R] glogit, Manski, C. F., [R] gmm
[R] ivregress, [R] ivregress postestimation, Mansuy, R., [ST] stcox postestimation
[R] logit, [R] probit, [R] regress postestimation, Mantel, H., [SVY] svy bootstrap, [SVY] variance
[R] test, [TS] time series, [TS] arch, estimation
[TS] dfactor, [TS] fcast compute, [TS] irf,
Mantel, N., [R] stepwise, [ST] epitab, [ST] strate,
[TS] irf create, [TS] mgarch dvech, [TS] prais,
[ST] sts test
[TS] sspace, [TS] sspace postestimation,
[TS] var intro, [TS] var, [TS] var svar, Maravall, A., [TS] tsfilter hp
[TS] varbasic, [TS] vargranger, [TS] varnorm, Marcellino, M., [XT] xtunitroot
[TS] varsoc, [TS] varstable, [TS] varwle, Marchenko, Y. V., [ME] me, [ME] meglm,
[TS] vec intro, [TS] vecnorm, [TS] vecrank, [ME] melogit, [ME] meoprobit,
[TS] vecstable, [XT] xtgls, [XT] xtpcse, [ME] mepoisson, [ME] meqrlogit,
[XT] xtrc, [XT] xtreg [ME] meqrpoisson, [ME] mixed, [MI] intro
substantive, [MI] mi estimate, [MI] mi impute,
[R] anova, [R] loneway, [R] oneway, [R] sktest,
[ST] survival analysis, [ST] stcox, [ST] stcrreg,
M [ST] stcrreg postestimation, [ST] stdescribe,
[ST] stpower, [ST] stpower exponential,
Ma, G., [R] roccomp, [R] rocfit, [R] roctab [ST] stpower logrank, [ST] streg, [ST] stset,
Machin, D., [PSS] intro, [R] ci, [R] kappa, [ST] stsplit, [ST] stvary
[R] tabulate twoway, [ST] stpower, Marden, J. I., [R] rologit
[ST] stpower cox, [ST] stpower logrank
Mardia, K. V., [MI] mi impute mvn, [MV] discrim,
Mack, T. M., [R] symmetry [MV] discrim lda, [MV] factor, [MV] manova,
MacKinnon, D. P., [SEM] example 42g [MV] matrix dissimilarity, [MV] mds,
MacKinnon, J. G., [ I ] Glossary, [P] robust, [MV] mds postestimation, [MV] mdslong,
[R] boxcox, [R] cnsreg, [R] gmm, [R] intreg, [MV] mdsmat, [MV] mvtest, [MV] mvtest
[R] ivregress, [R] ivregress postestimation, means, [MV] mvtest normality, [MV] pca,
[R] mlogit, [R] nl, [R] nlsur, [R] reg3, [MV] procrustes, [P] matrix dissimilarity
[R] regress, [R] regress postestimation time Mark, D. B., [ST] stcox postestimation
series, [R] tobit, [R] truncreg, [TS] arch, Markel, H., [ST] epitab
[TS] arima, [TS] dfuller, [TS] pperron,
Markowski, C. A., [R] sdtest
[TS] prais, [TS] sspace, [TS] varlmar,
Markowski, E. P., [R] sdtest
[TS] Glossary, [U] 20.25 References, [XT] xtgls,
[XT] xtpcse Marks, H. M., [ST] sts
MacLaren, M. D., [D] functions Marquardt, D. W., [M-5] moptimize( ),
[M-5] optimize( )
MacMahon, B., [ST] epitab
Marr, J. W., [ST] stsplit
MacRae, K. D., [R] binreg
Marsaglia, G., [D] functions
MaCurdy, T. E., [XT] xthtaylor
Marschak, J., [R] ivregress
Madans, J. H., [SVY] survey, [SVY] svy estimation
Marsh, H. W., [SEM] example 19
Madansky, A., [R] runtest
Marsh, J., [PSS] intro
Maddala, G. S., [R] nlogit, [R] tobit, [TE] etregress,
[TS] vec intro, [TS] vec, [TS] vecrank, Martin, W., [R] regress, [ST] epitab
[XT] xtgls, [XT] xtunitroot Martı́nez, M. A., [R] logistic
Madigan, D., [ST] sts Marubini, E., [ST] stcrreg, [ST] stpower, [ST] stpower
Magnus, J. R., [TS] var svar logrank, [ST] sts test
Magnusson, L. M., [R] ivprobit, [R] ivregress, Mascher, K., [R] rocreg, [R] rocreg postestimation,
[R] ivtobit [R] rocregplot
Mahalanobis, P. C., [ I ] Glossary, [MV] discrim lda,
[MV] hotelling, [MV] Glossary
Author index 145
Massey, F. J., Jr., [PSS] intro, [PSS] power twomeans, McDowell, A., [R] boxcox,
[PSS] power pairedmeans, [PSS] power [R] marginsplot, [SVY] survey, [SVY] estat,
onevariance, [PSS] power twovariances, [SVY] subpopulation estimation,
[R] ttest [SVY] svy, [SVY] svy brr, [SVY] svy
Massey, J. estimation, [SVY] svy jackknife, [SVY] svy
T., [R] boxcox, [R] marginsplot, [SVY] survey, postestimation, [SVY] svy: tabulate oneway,
[SVY] estat, [SVY] subpopulation estimation, [SVY] svy: tabulate twoway, [SVY] svydescribe
[SVY] svy, [SVY] svy brr, [SVY] svy McDowell, A. W., [R] sureg, [TS] arima
estimation, [SVY] svy jackknife, [SVY] svy McFadden, D., [TE] teffects aipw
postestimation, [SVY] svy: tabulate oneway, McFadden, D. L., [R] asclogit, [R] asmprobit,
[SVY] svy: tabulate twoway, [SVY] svydescribe [R] clogit, [R] hausman, [R] maximize,
Master, I. M., [R] exlogistic [R] nlogit, [R] suest
Mastrucci, M. T., [R] exlogistic McGilchrist, C. A., [ST] stcox, [ST] streg
Mathews, P., [PSS] power twovariances McGill, R., [R] sunflower
Matthews, J. N. S., [PSS] intro, [PSS] power McGinnis, R. E., [R] symmetry
twomeans, [PSS] power pairedmeans, McGraw, K. O., [R] icc
[R] ameans, [R] expoisson, [R] sdtest McGuire, T. J., [R] dstdize
Mátyás, L., [R] gmm McKelvey, R. D., [R] ologit
Maurer, McKenney, A., [M-1] LAPACK, [M-5] lapack( ),
K., [R] boxcox, [R] marginsplot, [SVY] survey, [P] matrix eigenvalues
[SVY] estat, [SVY] subpopulation estimation, McLachlan, G. J., [ME] me, [ME] melogit,
[SVY] svy, [SVY] svy brr, [SVY] svy [ME] meoprobit, [ME] mepoisson,
estimation, [SVY] svy jackknife, [SVY] svy [ME] meqrlogit, [ME] meqrpoisson,
postestimation, [SVY] svy: tabulate oneway, [MV] discrim, [MV] discrim estat,
[SVY] svy: tabulate twoway, [SVY] svydescribe [MV] discrim knn, [MV] discrim lda
Maxwell, A. E., [MV] factor, [MV] factor McLeod, A. I., [TS] arima, [TS] ucm
postestimation, [R] symmetry
McNeil, B. J., [R] roccomp, [R] rocfit, [R] rocreg,
May, S., [MV] canon, [MV] discrim, [MV] factor, [R] rocreg postestimation, [R] rocregplot,
[MV] pca, [R] stepwise, [ST] stcox, [R] roctab
[ST] stpower, [ST] stpower cox, [ST] streg
McNeil, D., [R] poisson, [ST] stcrreg
Mazliak, L., [ST] stcox postestimation
McNemar, Q., [PSS] intro, [ST] epitab
Mazýa, V. G., [D] functions
Mead, R., [M-5] optimize( )
McAleer, M., [TS] mgarch, [U] 20.25 References
Meeusen, W., [R] frontier, [XT] xtfrontier
McCabe, S. E., [SVY] estat
Mehta, C. R., [R] exlogistic, [R] exlogistic
McCaffrey, D. F., [R] areg, [XT] xtreg postestimation, [R] expoisson, [R] tabulate
McCarthy, P. J., [SVY] survey, [SVY] svy bootstrap, twoway
[SVY] svy brr, [SVY] variance estimation Mehta, P. D., [SEM] example 30g
McCleary, S. J., [R] regress postestimation diagnostic Meier, P., [ST] stcrreg, [ST] stcrreg postestimation,
plots [ST] sts
McClish, D. K., [R] rocreg Meijering, E., [D] ipolate
McCrary, J., [TE] teffects overlap Meiselman, D., [TS] arima
McCullagh, P., [ME] meglm postestimation, Melly, B., [R] qreg, [TE] teffects multivalued
[ME] meqrlogit postestimation,
Mendenhall, W., III, [SVY] survey
[ME] meqrpoisson postestimation, [R] binreg,
[R] binreg postestimation, [R] glm, [R] glm Meng, X.-L., [MI] intro substantive, [MI] mi estimate,
postestimation, [R] ologit, [R] rologit, [MI] mi impute, [MI] mi test
[XT] vce options, [XT] xtgee, [XT] xtpoisson Mensing, R. W., [R] anova postestimation
McCulloch, C. E., [ME] me, [ME] mecloglog, Mergoupis, T., [TE] etregress, [TE] teffects intro
[ME] meglm, [ME] melogit, [ME] menbreg, advanced
[ME] meologit, [ME] meoprobit, Merryman, S., [XT] xtunitroot
[ME] mepoisson, [ME] meprobit, Metz, C. E., [R] lroc
[ME] meqrlogit, [ME] meqrpoisson, Meulders, M., [MI] intro substantive, [MI] mi impute
[ME] mixed, [R] logistic, [ST] stcox, Meyer, B. D., [ST] discrete
[TE] teffects intro advanced Miao, W., [R] sdtest
McCullough, B. D., [TS] corrgram Michel-Pajus, A., [M-5] cholesky( )
McDonald, A., [ME] menbreg, [ME] mepoisson, Michels, K. M., [PSS] intro, [R] anova, [R] contrast,
[ME] meqrpoisson, [SEM] example 39g [R] loneway, [R] oneway, [R] pwcompare
McDonald, J. A., [R] sunflower Michener, C. D., [MV] measure option
McDonald, J. F., [R] tobit, [R] tobit postestimation Mickey, M. R., [MV] discrim estat
Midthune, D., [SVY] estat, [SVY] svy estimation
146 Author index
Mielke, P. W., Jr., [R] brier, [R] ranksum Montoya, D., [R] rocreg, [R] rocreg postestimation,
Miettinen, O. S., [ST] epitab [R] rocregplot
Mihaly, K., [R] areg, [XT] xtreg Mood, A. M., [R] centile
Miladinovic, B., [R] meta Moon, H. R., [XT] xtunitroot
Milan, L., [MV] ca, [MV] factor, [MV] mca, Mooney, C. Z., [R] bootstrap, [R] jackknife,
[MV] pca [R] rocreg, [R] rocregplot
Miller, A. B., [R] kappa Moore, E. H., [M-5] pinv( )
Miller, H. W., [SVY] survey, [SVY] svy estimation Moore, J. B., [TS] sspace
Miller, J. I., [TS] sspace Moore, R. J., [D] functions
Miller, R. G., Jr., [D] functions, [R] diagnostic plots, Moran, J. L., [R] dstdize
[R] oneway, [R] pwcompare Morgenstern, H., [ST] epitab, [ST] epitab
Milligan, G. W., [MV] cluster, [MV] cluster Mori, M., [ST] stcrreg
programming subroutines, [MV] cluster stop Morris, C., [R] bootstrap
Milliken, G. A., [ME] me, [MV] manova, [R] anova, Morris, J. N., [ST] stsplit
[R] contrast, [R] margins, [R] pwcompare Morris, N. F., [R] binreg
Milosevic, M., [ST] stcrreg, [ST] stcrreg Morrison, D. F., [MV] clustermat, [MV] discrim lda,
postestimation [MV] discrim logistic, [MV] discrim logistic
Miranda, A., [R] gllamm, [R] heckoprobit, postestimation, [MV] manova
[R] heckprobit, [R] ivprobit, [R] ivtobit, Morrow, A., [ST] epitab
[R] logistic, [R] logit, [R] nbreg, [R] ologit, Mortimore, P., [MI] mi estimate
[R] oprobit, [R] poisson, [R] probit Mosier, C. I., [MV] procrustes
Mitchell, C., [R] exlogistic Moskowitz, M., [R] kappa
Mitchell, M. N., [D] data management, [D] by, Mosteller, C. F., [R] jackknife, [R] regress, [R] regress
[D] egen, [D] reshape, [G-1] graph intro, postestimation diagnostic plots, [R] rreg
[R] anova, [R] anova postestimation,
Moulton, L. H., [R] permute
[R] contrast, [R] logistic, [R] logistic
postestimation, [R] logit, [R] margins, Muellbauer, J., [R] nlsur
[R] marginsplot, [R] pwcompare, [R] regress, Mueller, C. W., [MV] factor
[U] 11.7 References, [U] 12.10 References, Mueller, R. O., [MV] discrim lda, [SEM] estat gof,
[U] 13.12 References, [U] 20.25 References, [SEM] methods and formulas for sem
[U] 22.1 References Muirhead, R. J., [MV] pca
Mitchell, W. C., [TS] tsfilter, [TS] tsfilter bk, Mulaik, S. A., [MV] factor, [MV] rotate
[TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp, Mullahy, J., [R] gmm, [R] ivpoisson, [R] zinb, [R] zip
[TS] ucm Müller, H.-G., [R] lpoly, [ST] sts graph
Miura, H., [U] 14.11 Reference Mundlak, Y., [XT] xtivreg, [XT] xtregar
Modica, S., [MI] intro substantive Munnell, A. H., [ME] mixed
Moeschberger, M. L., [ST] stci, [ST] stcox, [ST] stcox Muro, J., [R] heckoprobit, [R] heckprobit
postestimation, [ST] stcrreg, [ST] stpower, Murphy, A. H., [R] brier
[ST] stpower cox, [ST] streg, [ST] sts, [ST] sts Murphy, J. L., [XT] xtprobit
graph, [ST] sts test Murphy, R. S., [SVY] survey, [SVY] svy estimation
Moffitt, R. A., [R] tobit, [R] tobit postestimation Murray, R. M., [ME] mecloglog, [ME] melogit,
Mogstad, M., [R] inequality [ME] meprobit, [ME] meqrlogit
Molenaar, I. W., [SEM] example 28g Murray-Lyon, I. M., [R] binreg
Molenberghs, G., [ME] me, [ME] mecloglog, Murrill, W. A., [MV] discrim knn
[ME] meglm, [ME] melogit, [ME] menbreg, Murtaugh, P. A., [ST] stcrreg
[ME] meologit, [ME] meoprobit, Mussolino, M. E., [SVY] survey, [SVY] svy estimation
[ME] mepoisson, [ME] meprobit, [ME] mixed,
Muthén, B., [SEM] example 9
[XT] xtreg postestimation
Muñoz, J., [R] exlogistic
Moler, C. B., [P] matrix symeigen
Myland, J. C., [D] functions
Monahan, J. F., [D] functions
Monfort, A., [R] hausman, [R] suest, [R] test,
[TS] arima, [TS] mgarch ccc, [TS] mgarch dcc, N
[TS] mgarch vcc
Monshouwer, K., [MV] mvtest Nachtsheim, C. J., [R] pkcross, [R] pkequiv,
Monson, R. R., [R] bitest, [ST] epitab, [ST] epitab [R] pkshape, [R] regress postestimation
Montgomery, D. C., [TS] tssmooth, [TS] tssmooth Nadarajah, S., [R] nlogit
dexponential, [TS] tssmooth exponential, Nadaraya, E. A., [R] lpoly
[TS] tssmooth hwinters, [TS] tssmooth Nagel, R. W., [MV] discrim lda
shwinters Nagler, J., [R] scobit
Author index 147
Naiman, D. Q., [R] qreg Newson, R. B., [D] contract, [D] generate, [D] statsby,
Nannicini, T., [TE] etregress [PSS] intro, [R] centile, [R] glm, [R] inequality,
Nardi, G., [ST] epitab [R] kwallis, [R] mkspline, [R] ranksum,
Narendranathan, W., [XT] xtregar [R] signrank, [R] spearman, [R] tabulate
Narula, S. C., [R] qreg twoway, [ST] stcox postestimation
Nash, J. C., [G-2] graph box Newton, H. J., [R] kdensity, [TS] arima,
[TS] corrgram, [TS] cumsp, [TS] dfuller,
Nash, J. D., [D] infile (fixed format), [D] merge
[TS] pergram, [TS] wntestb, [TS] xcorr,
Navarro-Lozano, S., [TE] teffects intro advanced [XT] xtgee
Naylor, J. C., [ME] meqrlogit, [ME] meqrpoisson, Newton, I., [M-5] optimize( )
[XT] xtcloglog, [XT] xtintreg, [XT] xtlogit,
Newton, M. A., [XT] xtcloglog, [XT] xtgee,
[XT] xtologit, [XT] xtoprobit, [XT] xtpoisson,
[XT] xtintreg, [XT] xtlogit, [XT] xtologit,
[XT] xtprobit, [XT] xttobit
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit
Neale, M. C., [SEM] example 30g
Neyman, J., [R] ci
Nee, J. C. M., [R] kappa
Ng, E. S.-W., [ME] me, [ME] meglm, [ME] melogit,
Neely, S. T., [R] rocreg, [R] rocreg postestimation, [ME] meqrlogit, [R] bootstrap, [R] bstat
[R] rocregplot
Ng, S., [TS] dfgls
Neff, R. K., [ST] epitab
Nicewander, W. A., [R] correlate
Neimann, H., [MV] mdsmat
Nichols, A., [ME] meglm, [ME] mixed, [R] ivregress,
Nel, D. G., [MV] mvtest, [MV] mvtest means [R] reg3, [TE] etregress, [TE] teffects intro
Nelder, J. A., [M-5] optimize( ), [ME] meglm advanced, [XT] xtrc, [XT] xtreg
postestimation, [ME] meqrlogit postestimation, Nickell, S. J., [R] gmm, [TS] forecast, [XT] xtabond,
[ME] meqrpoisson postestimation, [R] binreg, [XT] xtdpd, [XT] xtdpdsys, [XT] xtivreg,
[R] binreg postestimation, [R] glm, [R] glm [XT] xtunitroot
postestimation, [R] margins, [R] ologit,
Nielsen, B., [TS] varsoc, [TS] vec intro
[TE] teffects intro advanced, [XT] vce options,
[XT] xtgee, [XT] xtpoisson Nightingale, F, [G-2] graph pie
Nelson, C. R., [R] ivregress postestimation Nolan, D., [R] diagnostic plots
Nelson, D. B., [TS] arch, [TS] arima, [TS] mgarch Nordlund, D. J., [MV] discrim lda
Nelson, E. C., [MV] alpha, [MV] factor, [MV] factor Norton, S. J., [R] rocreg, [R] rocreg postestimation,
postestimation, [R] lincom, [R] mlogit, [R] rocregplot
[R] mprobit, [R] mprobit postestimation, Nunnally, J. C., [MV] alpha
[R] predictnl, [R] slogit, [SEM] example 37g
Nelson, F. D., [R] logit, [R] probit O
Nelson, W., [ST] stcrreg postestimation, [ST] sts
Nelson, W. C., [MV] mvtest correlations O’Connell, P. G. J., [XT] xtunitroot
Neter, J., [R] pkcross, [R] pkequiv, [R] pkshape, O’Connell, R. T., [TS] tssmooth, [TS] tssmooth
[R] regress postestimation dexponential, [TS] tssmooth exponential,
Neudecker, H., [TS] var svar [TS] tssmooth hwinters, [TS] tssmooth
Neuhaus, J. M., [ME] me, [ME] mecloglog, shwinters
[ME] meglm, [ME] melogit, [ME] menbreg, O’Donnell, C. J., [XT] xtfrontier
[ME] meologit, [ME] meoprobit, O’Donnell, O., [SVY] svy estimation, [SVY] svyset
[ME] mepoisson, [ME] meprobit, O’Fallon, W. M., [R] logit
[ME] meqrlogit, [ME] meqrpoisson, O’Neill, D., [R] gmm, [R] inequality
[ME] mixed, [XT] xtcloglog, [XT] xtintreg, Oakes, D., [ST] ltable, [ST] stcox, [ST] stcox PH-
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit, assumption tests, [ST] stpower, [ST] streg,
[XT] xtprobit [ST] sts
Nevels, K., [MV] procrustes Obstfeld, M., [XT] xtunitroot
Newbold, P., [TS] arima, [TS] vec intro Ochiai, A., [MV] measure option
Newey, W. K., [R] glm, [R] gmm, [R] ivpoisson, Odum, E. P., [MV] clustermat
[R] ivprobit, [R] ivregress, [R] ivtobit, Oehlert, G. W., [R] nlcom, [R] rocreg postestimation,
[TE] teffects aipw, [TS] newey, [TS] pperron, [R] rocregplot
[XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, Oh, K.-Y., [XT] xtunitroot
[XT] xtunitroot
Oldham, K. B., [D] functions
Newman, S. C., [R] poisson, [ST] epitab, [ST] stcox,
Olivier, D., [R] expoisson
[ST] sts
Olkin, I., [MV] hotelling, [R] kwallis, [TS] wntestb
Olsen, M. K., [MI] intro substantive
Olshansky, S. J., [ST] streg
148 Author index
Olson, J. M., [R] symmetry Pearson, K., [G-2] graph twoway histogram,
Omar, R. Z., [ME] me [MV] mds, [MV] measure option, [MV] pca,
Ooms, M., [TS] arfima [R] correlate, [R] correlate, [R] esize,
Oparil, S., [PSS] intro [R] tabulate twoway
Orcutt, G. H., [TS] prais Peen, C., [MV] procrustes
Ord, J. K., [R] centile, [R] mean, [R] proportion, Pendergast, J. F., [XT] xtcloglog, [XT] xtgee,
[R] qreg, [R] ratio, [R] summarize, [R] total [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
Orsini, N., [R] glm, [R] logit, [R] mkspline, [R] qreg, [XT] xtoprobit, [XT] xtprobit, [XT] xttobit
[ST] epitab, [XT] xtreg Penfield, R. D., [R] esize
Osbat, C., [XT] xtunitroot Peng, J., [PSS] intro, [PSS] power oneproportion
Osterwald-Lenum, M. G., [TS] vecrank Penrose, R., [M-5] pinv( )
Ostle, B., [R] anova postestimation Pepe, M. S., [R] roc, [R] roccomp, [R] rocfit,
Ott, R. L., [SVY] survey [R] rocreg, [R] rocreg postestimation,
[R] rocregplot, [R] roctab, [ST] stcrreg
Over, M., [R] regress, [XT] xtivreg
Peracchi, F., [MI] intro substantive, [R] regress,
Owen, A. L., [TS] forecast
[R] regress postestimation
Pérez-Hernández, M. A., [R] kdensity
P Pérez-Hoyos, S., [R] lrtest
Pacheco, J. M., [R] dstdize Pérez-Santiago, M. I., [ST] epitab
Pagan, A. R., [ I ] Glossary, [MV] mvreg, [R] frontier, Perkins, A. M., [R] ranksum
[R] regress postestimation, [R] sureg, Perotti, V., [R] heckoprobit, [R] heckprobit,
[TS] Glossary, [XT] xtreg postestimation [R] oprobit
Pagano, M., [PSS] intro, [R] dstdize, [R] logistic, Perrin, E., [MV] alpha, [MV] factor, [MV] factor
[R] margins, [R] tabulate twoway, [ST] ltable, postestimation, [R] lincom, [R] mlogit,
[ST] sts [R] mprobit, [R] mprobit postestimation,
Paik, M. C., [PSS] intro, [PSS] power twoproportions, [R] predictnl, [R] slogit, [SEM] example 37g
[R] dstdize, [R] kappa, [ST] epitab Perron, P., [ I ] Glossary, [TS] dfgls, [TS] pperron,
Palma, W., [TS] arfima, [TS] arfima postestimation [TS] Glossary
Palmer, T. M., [R] ivregress Perry, H. M., [PSS] intro
Palta, M., [XT] xtcloglog, [XT] xtgee, [XT] xtintreg, Persson, R., [G-1] graph intro
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit, Pesaran, M. H., [XT] xtunitroot
[XT] xtprobit, [XT] xttobit Pesarin, F., [R] tabulate twoway
Pampel, F. C., [R] logistic, [R] logit, [R] probit Peterson, B., [R] ologit
Paneth, N., [ST] epitab Peterson, W. W., [R] lroc
Panis, C., [R] mkspline Petitclerc, M., [R] kappa
Pantazis, N., [ME] meglm, [ME] mixed Petkova, E., [R] suest
Park, H. J., [P] robust, [R] regress, Peto, J., [ST] sts test
[SVY] svy: tabulate twoway Peto, R., [ST] stcox, [ST] streg, [ST] sts test
Park, J. Y., [R] boxcox, [R] margins, [R] nlcom, Petrin, A. K., [R] frontier
[R] predictnl, [R] rocreg postestimation, Pfeffer, R. I., [R] symmetry
[R] rocregplot, [R] testnl, [TS] sspace, [TS] vec Pfeffermann, D., [ME] mixed
intro, [TS] vec, [TS] vecrank Phillips, P. C. B., [ I ] Glossary, [R] boxcox,
Parks, W. P., [R] exlogistic [R] margins, [R] nlcom, [R] predictnl,
Parmar, M. K. B., [PSS] intro, [ST] stcox, [R] regress postestimation time series,
[ST] stpower, [ST] stpower cox, [ST] streg [R] rocreg postestimation, [R] rocregplot,
Parner, E. T., [R] glm, [ST] stcox [R] testnl, [TS] pperron, [TS] vargranger,
Parzen, E., [R] estat ic, [R] kdensity [TS] vec intro, [TS] vec, [TS] vecrank,
Pasquini, J., [R] vwls, [ST] epitab [TS] Glossary, [XT] xtunitroot
Patel, N. R., [R] exlogistic, [R] exlogistic Piantadosi, S., [P] robust, [U] 20.25 References
postestimation, [R] expoisson, [R] tabulate Pickles, A., [ME] me, [ME] mepoisson,
twoway [ME] meqrlogit, [ME] meqrpoisson,
Paterson, L., [ME] meqrlogit [MV] cluster dendrogram, [R] gllamm,
Patterson, H. D., [R] pkcross [R] glm, [SEM] Acknowledgments,
Patterson, K., [XT] xtunitroot [SEM] intro 2, [SEM] example 29g,
Paul, C., [R] logistic [SEM] methods and formulas for gsem,
[TE] teffects multivalued, [XT] xtgee,
Paulsen, J., [TS] varsoc, [TS] vec intro
[XT] xtreg
Pawitan, Y., [TE] teffects ra
Pierce, D. A., [ME] me, [ME] meqrlogit,
Pearce, M. S., [R] logistic, [ST] epitab
[ME] meqrpoisson, [TS] wntestq
Pearson, E. S., [R] ci, [R] ttest
Author index 149
Pierson, R. A., [ME] mixed Press, W. H., [D] functions, [G-2] graph twoway
Pike, M. C., [PSS] intro, [PSS] power twoproportions, contour, [M-5] solvenl( ), [P] matrix symeigen,
[R] symmetry, [ST] ltable, [ST] streg [R] dydx, [R] vwls, [TS] arch, [TS] arima
Pillai, K. C. S., [MV] canon, [MV] manova Pressel, S., [PSS] intro
Pindyck, R. S., [R] biprobit, [R] heckprobit Priestley, M. B., [TS] psdensity, [TS] tsfilter, [TS] ucm
Pinheiro, J. C., [ME] me, [ME] meglm, Proschan, M., [PSS] intro
[ME] meqrlogit, [ME] meqrlogit postestimation, Prosser, R., [ME] mixed
[ME] meqrpoisson, [ME] meqrpoisson Pryor, D. B., [ST] stcox postestimation
postestimation, [ME] mixed, [ME] mixed Punj, G. N., [R] rologit
postestimation Putter, H., [ST] stcrreg, [ST] stcrreg postestimation
Pintilie, M., [ST] stcrreg, [ST] stcrreg postestimation Pérez-Amaral, T., [U] 20.25 References
Pisati, M., [TS] time series
Pischke, J.-S., [R] ivregress, [R] ivregress
postestimation, [R] qreg, [R] regress, Q
[TE] teffects intro advanced,
Qaqish, B., [XT] xtgee
[U] 20.25 References
Quesenberry, C. P., [MV] discrim knn
Pitarakis, J.-Y., [TS] vecrank
Quintó, L., [M-5] docx*( ), [P] putexcel
Pitblado, J. S., [M-5] deriv( ), [M-5] moptimize( ),
[P] intro, [P] robust, [R] frontier,
[R] lpoly, [R] maximize, [R] ml, [R] mlexp, R
[ST] sts, [SVY] survey, [SVY] ml for svy,
[XT] xtfrontier Rabe-Hesketh, S., [ME] me, [ME] mecloglog,
Plackett, R. L., [R] ameans, [R] regress, [R] rologit, [ME] meglm, [ME] meglm postestimation,
[R] summarize, [R] ttest [ME] melogit, [ME] menbreg, [ME] meologit,
Playfair, W. H., [G-2] graph bar, [G-2] graph pie [ME] meoprobit, [ME] mepoisson,
Plosser, C. I., [TS] vecrank [ME] meprobit, [ME] meqrlogit,
[ME] meqrlogit postestimation,
Plummer, W. D., Jr., [R] sunflower, [ST] epitab
[ME] meqrpoisson, [ME] meqrpoisson
Poi, B. P., [M-5] deriv( ), [M-5] moptimize( ), postestimation, [ME] mixed, [ME] mixed
[P] intro, [P] robust, [R] bootstrap, postestimation, [MV] pca, [MV] screeplot,
[R] bstat, [R] frontier, [R] ivregress, [R] gllamm, [R] glm, [R] heckoprobit,
[R] ivregress postestimation, [R] maximize, [R] heckprobit, [R] ivprobit, [R] ivtobit,
[R] ml, [R] mlexp, [R] nl, [R] nlsur, [R] logistic, [R] logit, [R] nbreg, [R] ologit,
[R] reg3, [SVY] survey, [SVY] ml for svy, [R] oprobit, [R] poisson, [R] probit,
[XT] xtfrontier, [XT] xtrc [SEM] Acknowledgments, [SEM] intro 2,
Poirier, D. J., [R] biprobit [SEM] intro 4, [SEM] example 28g,
Poisson, S. D., [R] poisson [SEM] example 29g, [SEM] example 30g,
Pollock, D. S. G., [TS] tsfilter, [TS] tsfilter bk, [SEM] example 39g, [SEM] example 40g,
[TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp [SEM] example 41g, [SEM] example 43g,
Pollock, P. H., III, [R] histogram [SEM] example 44g, [SEM] methods and
Ponce de Leon, A., [R] roccomp, [R] roctab formulas for gsem, [SEM] predict after gsem,
Porter, T. M., [R] correlate [XT] xtcloglog, [XT] xtgee, [XT] xtintreg,
Portes, A., [SEM] example 7 [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Posten, H. O., [D] functions [XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
[XT] xttobit
Powell, M. J. D., [M-5] optimize( ), [TS] forecast solve
Rachman, S., [ST] epitab
Powers, D. A., [R] logistic postestimation, [R] logit,
[R] logit postestimation, [R] probit Raciborski, R., [MV] cluster, [R] poisson, [R] tpoisson
Prais, S. J., [TS] prais Radmacher, R. D., [ST] stpower
Preacher, K. J., [R] esize, [R] regress postestimation, Raftery, A. E., [R] BIC note, [R] estat ic, [R] glm,
[SEM] example 42g [SEM] estat gof
Preece, D. A., [R] ttest Raghunathan, T. E., [MI] intro substantive, [MI] mi
estimate, [MI] mi impute, [MI] mi impute
Pregibon, D., [R] glm, [R] linktest, [R] logistic,
chained, [MI] mi impute logit, [MI] mi impute
[R] logistic postestimation, [R] logit, [R] logit
mlogit, [MI] mi impute monotone, [MI] mi
postestimation
impute ologit, [MI] mi impute poisson, [MI] mi
Prentice, R. L., [ST] discrete, [ST] ltable, [ST] stcox,
impute truncreg, [MI] mi test
[ST] stcox PH-assumption tests, [ST] stcox
Ramalheira, C., [R] ameans, [ST] ltable
postestimation, [ST] streg, [ST] sts, [ST] sts
test, [ST] stset, [XT] xtgee Ramsahai, R. R., [R] ivregress
Prescott, E. C., [TS] tsfilter, [TS] tsfilter hp Ramsey, J. B., [R] regress postestimation
Rao, C. R., [ME] me, [ME] mixed, [MV] factor,
[MV] hotelling, [MV] manova
150 Author index
Rao, D. S. P., [XT] xtfrontier Riffenburgh, R. H., [R] ksmirnov, [R] kwallis
Rao, J. N. K., [SVY] direct standardization, Riley, A. R., [D] filefilter, [D] list, [R] net search
[SVY] poststratification, [SVY] svy bootstrap, Ringquist, E. J., [R] meta
[SVY] svy: tabulate twoway, [SVY] variance Rip, M., [ST] epitab
estimation Rising, W. R., [D] functions, [U] 12.10 References
Rao, T. R., [MV] measure option Rivers, D., [R] ivprobit
Raphson, J., [M-5] optimize( ) Robbins, N. B., [G-2] graph dot
Rasbash, J., [ME] me, [ME] meglm, [ME] melogit, Roberson, P. K., [R] estat gof, [R] lroc
[ME] meqrlogit, [ME] mixed Robins, J. M., [ST] epitab, [TE] teffects intro
Rasch, G., [SEM] example 28g advanced
Ratcliffe, S. J., [XT] xtgee Robins, R. P., [TS] arch
Ratkowsky, D. A., [R] nl, [R] pk, [R] pkcross Robinson, A., [M-5] Toeplitz( )
Raudenbush, S. W., [ME] me, [ME] mecloglog, Robyn, D. L., [G-2] graph bar, [G-2] graph pie,
[ME] meglm, [ME] melogit, [ME] menbreg, [G-2] graph twoway histogram, [R] cumul
[ME] meologit, [ME] meoprobit, Rodgers, J. L., [R] correlate
[ME] mepoisson, [ME] meprobit,
Rodrı́guez, G., [ME] me, [R] nbreg, [R] poisson
[ME] meqrpoisson, [ME] mixed
Rogers, D. J., [MV] measure option
Ravn, M. O., [TS] tsfilter, [TS] tsfilter hp
Rogers, W. H., [D] egen, [P] robust, [R] brier,
Raykov, T., [SEM] estat eqgof, [SEM] example 3,
[R] glm, [R] heckman, [R] lincom, [R] mlogit,
[SEM] methods and formulas for sem
[R] mprobit, [R] mprobit postestimation,
Rebelo, S. T., [TS] tsfilter, [TS] tsfilter hp [R] nbreg, [R] poisson, [R] predictnl,
Redelmeier, D. A., [R] brier [R] qreg, [R] regress, [R] rocreg, [R] rreg,
Reeves, D., [R] meta [R] sktest, [R] slogit, [R] suest, [ST] stcox PH-
Reichenheim, M. E., [R] kappa, [R] roccomp, assumption tests, [ST] stcox postestimation,
[R] roctab [U] 20.25 References
Reid, C., [M-5] Hilbert( ), [R] ci Rogoff, K., [XT] xtunitroot
Reid, N. M., [ST] stcox Rohlf, F. J., [MV] cluster, [MV] measure option
Reilly, M., [R] logistic, [ST] epitab Rombouts, J. V. K., [TS] mgarch
Reinfurt, K. H., [MV] mvtest correlations Romney, A. K., [MV] ca
Reinsch, C., [P] matrix symeigen Ronchetti, E. M., [D] egen
Reinsch, C. H., [M-5] spline3( ) Ronning, G., [R] clogit
Reinsel, G. C., [TS] arfima, [TS] arima, Roodman, D., [D] collapse, [XT] xtdpd, [XT] xtdpdsys
[TS] corrgram, [TS] cumsp, [TS] dfuller, Room, T., [TS] arima
[TS] pergram, [TS] pperron, [TS] psdensity, Rosati, R. A., [ST] stcox postestimation
[TS] vec intro, [TS] xcorr Rose, D. W., [MV] discrim knn
Reise, S. P., [SEM] example 28g, [SEM] example 29g Rose, J. M., [R] nlogit
Reiter, J. P., [MI] intro substantive, [MI] intro, Rosen, H. S., [XT] xtabond, [XT] xtdpd,
[MI] mi estimate, [MI] mi estimate using, [XT] xtdpdsys
[MI] mi test
Rosenbaum, P. R., [TE] teffects intro advanced
Relles, D. A., [R] rreg
Rosenthal, R., [R] contrast
Rencher, A. C., [MV] biplot, [MV] ca, [MV] candisc,
Rosnow, R. L., [R] contrast
[MV] canon, [MV] canon postestimation,
[MV] cluster, [MV] discrim, [MV] discrim Ross, G. J. S., [R] nl
estat, [MV] discrim knn, [MV] discrim Rossi, P. E., [R] sureg
lda, [MV] discrim lda postestimation, Rossi, S. S., [ST] stcrreg
[MV] discrim logistic, [MV] discrim qda, Rothenberg, T. J., [ I ] Glossary, [TS] dfgls,
[MV] discrim qda postestimation, [MV] factor, [TS] sspace, [TS] var svar, [TS] vec,
[MV] manova, [MV] mca, [MV] mvtest, [TS] Glossary
[MV] mvtest correlations, [MV] mvtest Rothkopf, E. Z., [MV] mdslong
covariances, [MV] mvtest means, [MV] mvtest Rothman, K. J., [R] ci, [R] dstdize, [R] glogit,
normality, [MV] pca, [MV] screeplot, [R] anova [R] poisson, [ST] epitab
postestimation Rothstein, H. R., [R] meta
Research Triangle Institute, [SVY] svy: tabulate Rothwell, S. T., [SVY] survey, [SVY] svy estimation
twoway Rotnitzky, A., [TE] teffects intro advanced
Revankar, N. S., [R] frontier, [XT] xtfrontier Rousseeuw, P. J., [D] egen, [MV] cluster,
Richards, D. S. P., [MV] mvtest means [MV] clustermat, [MV] matrix dissimilarity,
Richardson, W., [R] ttest [MV] measure option, [P] matrix dissimilarity,
Richter, J. R., [ST] stpower [R] qreg, [R] regress postestimation, [R] rreg
Ridder, G., [TE] teffects intro advanced Rovine, M. J., [R] correlate
Author index 151
Roy, S. N., [MV] canon, [MV] manova Sánchez, G., [TS] arima
Royall, R. M., [P] robust, [U] 20.25 References Sanders, F., [R] brier
Royston, P., [D] list, [D] sort, [G-2] graph twoway Sándor, L., [TE] teffects intro advanced
lowess, [G-2] graph twoway scatter, [MI] intro Santner, T. J., [ST] stpower, [ST] stpower exponential
substantive, [MI] intro, [MI] mi estimate, Santos Silva, J. M. C., [R] gmm, [R] ivpoisson
[MI] mi estimate using, [MI] mi export, Sarabia, J. M., [MI] intro substantive, [MI] mi impute
[MI] mi export ice, [MI] mi import, [MI] mi chained
import ice, [MI] mi impute, [MI] mi impute Sarafidis, V., [XT] xtreg
chained, [MI] mi impute intreg, [MI] mi
Sargan, J. D., [R] ivregress postestimation, [TS] prais
impute monotone, [MI] mi impute nbreg,
[MI] mi predict, [PSS] intro, [R] bootstrap, Sargent, T. J., [TS] dfactor
[R] centile, [R] cusum, [R] diagnostic plots, Särndal, C.-E., [SVY] variance estimation
[R] dotplot, [R] dydx, [R] estat ic, [R] fp, Sasieni, P., [ST] stcox
[R] fp postestimation, [R] glm, [R] glm, Sasieni, P. D., [D] list, [D] memory, [R] dotplot,
[R] kdensity, [R] lnskew0, [R] lowess, [R] glm, [R] lowess, [R] nptrend, [R] poisson,
[R] mfp, [R] ml, [R] nl, [R] regress, [R] sktest, [R] smooth
[R] smooth, [R] swilk, [ST] epitab, [ST] stcox, Sass, T. R., [R] areg, [XT] xtreg
[ST] stcox PH-assumption tests, [ST] stpower, Satterthwaite, F. E., [R] esize, [R] ttest, [SVY] variance
[ST] stpower cox, [ST] streg estimation
Rubin, D. B., [ME] me, [ME] mixed, [MI] intro Sauerbrei, W., [R] bootstrap, [R] estat ic, [R] fp,
substantive, [MI] mi estimate, [MI] mi estimate [R] mfp
using, [MI] mi impute, [MI] mi impute Saunders, C. L., [PSS] intro
chained, [MI] mi impute logit, [MI] mi impute Savage, I. R., [ST] sts test
monotone, [MI] mi impute mvn, [MI] mi Savin, N. E., [R] regress postestimation time series
impute pmm, [MI] mi impute regress, [MI] mi
Saw, S. L. C., [R] qc
predict, [MI] mi test, [R] contrast, [TE] teffects
Sawa, T., [R] estat ic
intro advanced
Saxl, I., [R] correlate
Rubin, H., [R] ivregress postestimation
Schaalje, G. B., [R] anova postestimation
Rubinfeld, D. L., [R] biprobit, [R] heckprobit
Schabenberger, O., [ME] me
Rubinstein, L. V., [ST] stpower, [ST] stpower
exponential Schafer, J. L., [MI] intro substantive, [MI] mi
estimate, [MI] mi impute, [MI] mi impute
Rudebusch, G. D., [R] ivregress postestimation
monotone, [MI] mi impute mvn, [MI] mi
Runkle, D. E., [TS] arch impute truncreg, [TE] teffects intro advanced
Ruppert, D., [ME] me, [ME] meglm, [ME] mixed, Schaffer, C. M., [MV] cluster
[R] boxcox, [R] rreg
Schaffer, M. E., [R] ivregress, [R] ivregress
Rush, M., [D] egen postestimation
Russell, P. F., [MV] measure option Schank, T., [ME] meglm, [ME] melogit,
Rutherford, E., [R] poisson [ME] meoprobit, [ME] mepoisson,
Rutherford, M. J., [R] poisson, [ST] stptime [ME] meqrlogit, [ME] meqrpoisson,
Ruud, P. A., [R] gmm, [R] rologit, [R] suest [ME] mixed, [XT] xtreg
Ryan, P., [D] egen, [D] pctile, [U] 11.7 References Scheaffer, R. L., [SVY] survey
Ryan, T. P., [R] qc Schechter, C. B., [D] encode
Ryzhik, I. M., [TS] arfima Scheffé, H., [R] anova, [R] oneway
Schenker, N., [MI] intro substantive, [MI] mi impute,
[MI] mi impute pmm, [MI] mi impute regress
S Scheys, I., [ME] meqrlogit postestimation
Schlesselman, J. J., [R] boxcox, [ST] epitab
Saikkonen, P., [TS] vec intro, [TS] vecrank
Schlossmacher, E. J., [R] qreg
Sajaia, Z., [R] biprobit, [R] heckprobit
Schmeiser, B. W., [D] functions
Sakamoto, Y., [R] BIC note
Schmidt, C. H., [R] brier
Salgado-Ugarte, I. H., [R] kdensity, [R] lowess,
Schmidt, E., [M-5] svd( )
[R] smooth
Schmidt, P., [R] frontier, [R] regress postestimation,
Salim, A., [R] logistic, [ST] epitab
[XT] xtfrontier, [XT] xtunitroot
Salvador, M., [TS] vecrank
Schmidt, T. J., [D] egen, [TS] tsfilter
Samaniego, F. J., [TS] varwle
Schneider, D. C., [D] import haver
Sammon, J. W., Jr., [ I ] Glossary, [MV] mds,
Schneider, H., [R] sdtest
[MV] mdslong, [MV] mdsmat, [MV] Glossary
Schneider, W., [TS] sspace
Sammons, P., [MI] mi estimate
Schnell, D., [P] robust, [R] regress,
Sampson, A. R., [MV] hotelling
[SVY] svy: tabulate twoway
Samuels, S. J., [U] 24.8 References
152 Author index
Schoenfeld, D. A., [ST] stcox, [ST] stcox Shao, J., [PSS] intro, [PSS] power onemean,
postestimation, [ST] stpower, [ST] stpower [PSS] power twomeans, [PSS] power
cox, [ST] stpower exponential, [ST] stpower pairedmeans, [PSS] power oneproportion,
logrank, [ST] streg [ST] stpower, [ST] stpower exponential,
Schonlau, M., [R] glm, [R] logistic, [R] logit, [SVY] survey, [SVY] svy jackknife,
[R] poisson, [R] regress [SVY] variance estimation
Schork, M. A., [PSS] intro Shapiro, S., [ST] epitab
Schuirmann, D. J., [R] pkequiv Shapiro, S. S., [R] swilk
Schumacher, M., [ST] stcrreg Shaposhnikova, T. O., [D] functions
Schumm, L. P., [D] sort Shavelson, R. J., [MV] alpha
Schunck, R., [ME] mixed, [XT] xtreg Shea, J. S., [R] ivregress postestimation
Schur, I., [M-5] schurd( ) Sheather, S. J., [R] boxcox, [R] lowess, [R] lpoly,
Schwartzman, S., [ST] stcox postestimation [R] qreg, [R] regress postestimation, [R] regress
Schwarz, G., [MV] factor postestimation, postestimation diagnostic plots, [R] stepwise
[R] BIC note, [R] estat ic, [SEM] estat gof, Sheehan, N. A., [R] ivregress
[SEM] methods and formulas for sem Sheldon, T. A., [R] meta
Schwert, G. W., [TS] dfgls Shepard, R. N., [MV] mds postestimation plots
Scott, A. J., [SVY] estat, [SVY] svy: tabulate twoway Shewhart, W. A., [R] qc
Scott, C., [SVY] estat, [SVY] subpopulation Shiboski, S. C., [R] logistic, [ST] stcox, [TE] teffects
estimation, [SVY] svy bootstrap, [SVY] svy intro advanced
estimation Shiller, R. J., [R] tobit
Scott, D. W., [R] kdensity Shimizu, M., [R] kdensity, [R] lowess
Scott, E. L., [R] intro Shin, Y., [XT] xtunitroot
Scott, G. B., [R] exlogistic Shrout, P. E., [R] icc, [R] kappa
Scotto, M. G., [R] diagnostic plots, [ST] streg Shults, J., [XT] xtgee
Searle, S. R., [ME] me, [ME] mecloglog, [ME] meglm, Shumway, R. H., [TS] arima
[ME] melogit, [ME] menbreg, [ME] meologit, Sianesi, B., [TE] teffects intro advanced, [TE] teffects
[ME] meoprobit, [ME] mepoisson, multivalued
[ME] meprobit, [ME] meqrlogit, Sibson, R., [MV] cluster
[ME] meqrpoisson, [ME] mixed, [R] contrast, Šidák, Z., [R] correlate, [R] oneway
[R] margins, [R] pwcompare, [R] pwmean Silvennoinen, A., [TS] mgarch, [TS] mgarch ccc
Sears, R. R., [ST] epitab Silverman, B. W., [R] kdensity, [R] qreg, [TE] teffects
Seber, G. A. F., [MV] biplot, [MV] manova, overlap
[MV] mvtest, [MV] mvtest means, [MV] mvtest Silvey, S. D., [R] ologit, [R] oprobit
normality
Simon, R., [ST] stpower
Seed, P. T., [R] ci, [R] correlate, [R] roccomp,
Simonoff, J. S., [R] kdensity, [R] tnbreg, [R] tpoisson
[R] roctab, [R] sdtest, [R] spearman
Simor, I. S., [R] kappa
Seidler, J., [R] correlate
Simpson, T., [M-5] optimize( )
Self, S. G., [ME] me, [ME] melogit, [ME] meoprobit,
[ME] mepoisson, [ME] meqrlogit, Sims, C. A., [TS] dfactor, [TS] irf create, [TS] var
[ME] meqrpoisson svar, [TS] vec intro, [TS] vec, [TS] vecrank
Selvin, S., [R] poisson, [ST] epitab, [ST] ltable, Singleton, K. J., [R] gmm
[ST] stcox Sininger, Y., [R] rocreg, [R] rocreg postestimation,
Sempos, C. T., [PSS] intro, [R] dstdize, [ST] epitab, [R] rocregplot
[ST] ltable, [ST] stcox Sitgreaves, R., [R] icc
Semykina, A., [R] inequality, [R] qreg Sjölander, P. C., [R] glm, [R] logit
Seneta, E., [R] correlate, [U] 1.4 References Skinner, C. J., [ME] mixed, [SVY] survey,
Senn, S. J., [R] glm, [R] ttest [SVY] estat, [SVY] svy estimation,
[SVY] variance estimation
Sentana, E., [TS] mgarch
Skovlund, E., [ST] stpower, [ST] stpower cox
Serachitopol, D. M., [ST] sts graph
Skrondal, A., [ME] me, [ME] mecloglog,
Serfling, R. J., [TS] irf create
[ME] meglm, [ME] meglm postestimation,
Shafer, G., [ST] stcox postestimation [ME] melogit, [ME] menbreg, [ME] meologit,
Shah, B. V., [SVY] direct standardization, [ME] meoprobit, [ME] mepoisson,
[SVY] poststratification, [SVY] variance [ME] meprobit, [ME] meqrlogit,
estimation [ME] meqrlogit postestimation,
Shanno, D. F., [M-5] optimize( ) [ME] meqrpoisson, [ME] meqrpoisson
postestimation, [ME] mixed, [ME] mixed
postestimation, [R] gllamm, [R] glm,
Author index 153
Thomson, G. H., [ I ] Glossary, [MV] factor Tufte, E. R., [G-2] graph bar, [G-2] graph pie,
postestimation, [MV] Glossary [R] stem
Thorndike, F., [R] poisson Tukey, J. W., [D] egen, [G-2] graph box, [G-2] graph
Thurstone, L. L., [MV] rotate, [R] rologit matrix, [P] if, [R] jackknife, [R] ladder,
Tibshirani, R. J., [MV] discrim knn, [R] bootstrap, [R] linktest, [R] lv, [R] regress, [R] regress
[R] qreg postestimation diagnostic plots, [R] rreg,
Tidmarsh, C. E., [R] fp [R] smooth, [R] spikeplot, [R] stem, [SVY] svy
Tierney, L., [ME] me, [ME] meqrlogit, jackknife
[ME] meqrpoisson Tukey, P. A., [G-2] graph box, [G-2] graph matrix,
Tilford, J. M., [R] estat gof, [R] lroc [G-3] by option, [R] diagnostic plots,
[R] lowess, [U] 1.4 References
Tilling, K., [ST] stcox
Turner, R. M., [ME] me
Timm, N. H., [MV] manova
Tutz, G., [ME] me
Ting Lee, M.-L., [ST] stcox PH-assumption tests
Twisk, J. W. R., [XT] xtgee, [XT] xtlogit,
Tippett, L. H. C., [ST] streg
[XT] xtologit, [XT] xtoprobit, [XT] xtreg
Tobı́as, A., [MV] alpha, [R] lrtest, [R] poisson,
Tyler, D. E., [MV] pca
[R] roccomp, [R] roctab, [R] sdtest, [ST] streg
Tyler, J. H., [R] regress
Tobin, J., [R] tobit
Tzavalis, E., [XT] xtunitroot
Toeplitz, O., [M-5] Toeplitz( )
Toman, R. J., [R] stepwise
Tong, H., [R] estat ic U
Toplis, P. J., [R] binreg
Torgerson, W. S., [MV] mds, [MV] mdslong, Uebersax, J. S., [R] tetrachoric
[MV] mdsmat Uhlendorff, A., [R] asmprobit, [R] mlogit, [R] mprobit
Tosetto, A., [R] logistic, [R] logit Uhlig, H., [TS] tsfilter, [TS] tsfilter hp
Toulopoulou, T., [ME] mecloglog, [ME] melogit, Ulene, A. L., [ME] me, [ME] meglm, [ME] meologit,
[ME] meprobit, [ME] meqrlogit [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Touloumi, G., [ME] meglm, [ME] mixed University Group Diabetes Program, [R] glogit,
Train, G. F., [SVY] survey, [SVY] svy sdr, [ST] epitab
[SVY] variance estimation Upton, G. J. G., [U] 1.4 References
Train, K. E., [R] asmprobit Upward, R., [ME] meglm, [ME] melogit,
Trapido, E., [R] exlogistic [ME] meoprobit, [ME] mepoisson,
[ME] meqrlogit, [ME] meqrpoisson,
Trefethen, L. N., [M-5] svd( )
[ME] mixed, [XT] xtreg
Treiman, D. J., [R] eivreg, [R] mlogit
Ureta, M., [XT] xtreg
Trewn, J., [MV] mds
Uthoff, V. A., [ST] stpower cox
Trichopoulos, D., [ST] epitab
Utts, J. M., [R] ci
Trimbur, T. M., [TS] psdensity, [TS] tsfilter,
[TS] tsfilter hp, [TS] ucm
Trivedi, P. K., [ME] meglm, [ME] mixed, [R] asclogit, V
[R] asmprobit, [R] bootstrap, [R] gmm,
[R] heckman, [R] heckoprobit, [R] intreg, Vach, W., [ST] stcrreg
[R] ivpoisson, [R] ivregress, [R] ivregress Væth, M., [ST] stpower, [ST] stpower cox
postestimation, [R] logit, [R] mprobit, Vail, S. C., [ME] mepoisson, [ME] meqrpoisson
[R] nbreg, [R] ologit, [R] oprobit, [R] poisson, Valliant, R., [SVY] survey
[R] probit, [R] qreg, [R] regress, [R] regress Valman, H. B., [R] fp
postestimation, [R] simulate, [R] sureg, Valsecchi, M. G., [ST] stcrreg, [ST] stpower,
[R] tnbreg, [R] tobit, [R] tpoisson, [R] zinb [ST] stpower logrank, [ST] sts test
postestimation, [R] zip postestimation, van Belle, G., [MV] factor, [MV] pca, [PSS] intro,
[TE] etregress, [TE] teffects intro advanced, [PSS] power twomeans, [R] anova, [R] dstdize,
[TE] teffects aipw, [TE] teffects ra, [R] oneway
[TS] forecast estimates, [XT] xt, [XT] xtnbreg,
van Buuren, S., [MI] intro substantive, [MI] mi
[XT] xtpoisson
impute, [MI] mi impute chained, [MI] mi
Tsay, R. S., [TS] varsoc, [TS] vec intro impute logit, [MI] mi impute mlogit, [MI] mi
Tse, Y. K., [TS] mgarch, [TS] mgarch vcc impute monotone, [MI] mi impute ologit,
Tsiatis, A. A., [R] exlogistic, [ST] stcrreg, [TE] teffects [MI] mi impute poisson
intro advanced, [TE] teffects aipw Van de Ven, W. P. M. M., [R] biprobit,
Tsui, A. K. C., [TS] mgarch, [TS] mgarch vcc [R] heckoprobit, [R] heckprobit
Tu, D., [SVY] survey, [SVY] svy jackknife, van den Broeck, J., [R] frontier, [XT] xtfrontier
[SVY] variance estimation van der Ende, J., [MV] mvtest
Van der Heijden, P. G. M., [MV] ca postestimation
156 Author index
Weesie, J., [D] generate, [D] joinby, [D] label, White, I. R., [MI] intro substantive, [MI] intro,
[D] label language, [D] labelbook, [D] list, [MI] mi estimate, [MI] mi estimate using,
[D] merge, [D] mvencode, [D] order, [MI] mi impute, [MI] mi impute chained,
[D] recode, [D] rename, [D] reshape, [MI] mi impute monotone, [MI] mi predict,
[D] sample, [MV] alpha, [MV] ca [R] meta, [R] simulate, [ST] sts test
postestimation, [MV] pca, [P] matrix White, K. J., [R] boxcox, [R] regress postestimation
define, [R] constraint, [R] hausman, time series
[R] ladder, [R] reg3, [R] regress, [R] regress White, P. O., [ I ] Glossary, [MV] rotate,
postestimation, [R] rologit, [R] simulate, [MV] rotatemat, [MV] Glossary
[R] suest, [R] sureg, [R] tabstat, [R] tabulate Whitehead, A., [XT] xtunitroot
twoway, [R] test, [R] tetrachoric, Whitehouse, E., [R] inequality
[SEM] Acknowledgments, [ST] stsplit,
Whitemore, G. A., [ST] stcox PH-assumption tests
[U] 20.25 References
Whitfield, J. W., [R] ranksum
Wei, L. J., [P] robust, [ST] stcox, [ST] stcrreg,
[SVY] svy estimation, [U] 20.25 References Whiting, P., [ME] melogit, [ME] meoprobit,
[ME] meqrlogit, [R] roccomp, [R] roctab
Wei, W. W. S., [ I ] Glossary, [TS] psdensity,
[TS] tsfilter, [TS] ucm, [TS] Glossary Whitney, D. R., [R] kwallis, [R] ranksum
Weibull, W., [ST] streg Whitney-Saltiel, D. A., [ME] me, [ME] meglm,
[ME] meologit, [ME] meoprobit, [XT] xtologit,
Weisberg, H. F., [R] summarize
[XT] xtoprobit
Weisberg, S., [R] boxcox, [R] regress, [R] regress
Whittaker, J. C., [D] functions, [MV] ca, [MV] factor,
postestimation
[MV] mca, [MV] pca
Weiss, J., [MV] mdsmat
Wichern, D. W., [MV] canon, [MV] discrim,
Weiss, M., [D] ds, [D] functions, [G-3] by option, [MV] discrim estat, [MV] discrim lda,
[R] estimates table, [U] 13.12 References [MV] discrim lda postestimation, [MV] mvtest,
Weisstein, E. W., [R] rocreg postestimation [MV] mvtest correlations, [MV] mvtest
Welch, B. L., [R] esize, [R] ttest covariances, [MV] mvtest means
Welch, K. B., [ME] mixed Wichura, M. J., [D] functions, [D] functions
Weller, S. C., [MV] ca Wickramaratne, P. J., [PSS] intro
Wellington, J. F., [R] qreg Widen, J. E., [R] rocreg, [R] rocreg postestimation,
Wells, K. B., [R] lincom, [R] mlogit, [R] mprobit, [R] rocregplot
[R] mprobit postestimation, [R] predictnl, Wieand, S., [R] rocreg, [R] rocreg postestimation
[R] slogit Wiesner, R. H., [ST] stcrreg
Welsch, R. E., [R] regress postestimation, Wiggins, V. L., [G-3] axis choice options,
[R] regress postestimation diagnostic plots, [ME] mixed, [R] regress postestimation,
[U] 18.14 References [R] regress postestimation time series,
Welsh, A. H., [R] bootstrap [SEM] sem, [TS] arch, [TS] arima, [TS] sspace
Welsh, D., [M-5] halton( ) Wilcox, D. W., [R] ivregress postestimation
Wernow, J. B., [D] destring Wilcox, R. R., [D] egen
West, B. T., [ME] mixed, [SVY] survey, [SVY] estat, Wilcoxon, F., [R] kwallis, [R] ranksum, [R] signrank,
[SVY] subpopulation estimation [ST] sts test
West, K. D., [R] glm, [R] gmm, [R] ivregress, Wilde, J., [R] gmm
[TS] newey, [TS] pperron, [XT] xtunitroot Wilk, M. B., [R] cumul, [R] diagnostic plots, [R] swilk
West, S., [ST] epitab Wilkinson, J. H., [P] matrix symeigen
West, S. G., [R] pcorr Wilkinson, L., [ST] sts
Westfall, R. S., [M-5] optimize( ) Wilks, D. S., [R] brier
Westlake, W. J., [R] pkequiv Wilks, S. S., [MV] canon, [MV] hotelling,
Weyl, H. K. H., [M-5] svd( ) [MV] manova
Wheaton, B., [SEM] example 9 Williams, B., [SVY] survey
Whelton, P. K., [PSS] intro Williams, B. K., [MV] discrim lda
White, H., [U] 20.21 Obtaining robust variance Williams, G. W., [PSS] intro
estimates Williams, R., [R] glm, [R] margins, [R] marginsplot,
White, H. L., Jr., [P] robust, [R] regress, [R] regress [R] ologit, [R] oprobit, [R] pcorr, [R] stepwise,
postestimation, [R] rocreg, [R] suest, [U] 20.25 References
[TS] newey, [TS] prais, [U] 20.25 References, Williams, T. O., Jr., [SEM] example 2
[XT] xtivreg Williams, W. T., [MV] cluster
Wilson, E. B., [MV] mvtest normality, [R] ci
Wilson, M., [ME] me, [MV] rotate
158 Author index
161
162 Subject index
arrays, class, [P] class asyvars option, [G-2] graph bar, [G-2] graph box,
.Arrdropall built-in class modifier, [P] class [G-2] graph dot
.Arrdropel built-in class modifier, [P] class at risk, [ST] Glossary
.arrindexof built-in class function, [P] class atan() function, [D] functions, [M-5] sin( )
.arrnels built-in class function, [P] class atan2() function, [D] functions, [M-5] sin( )
arrows, [G-2] graph twoway pcarrow atanh() function, [D] functions, [M-5] sin( )
.Arrpop built-in class modifier, [P] class ATE, see average treatment effect
.Arrpush built-in class modifier, [P] class ATE and ATET, comparing, [TE] teffects intro
as error, display directive, [P] display advanced, also see average treatment effect on
as input, display directive, [P] display treated, also see average treatment effect
as result, display directive, [P] display ATET, see average treatment effect on treated
as text, display directive, [P] display at-risk table, [ST] sts graph
as txt, display directive, [P] display attributable fraction, [ST] epitab, [ST] Glossary
asarray() function, [M-5] asarray( ) attributable proportion, [ST] epitab
asarray contains() function, [M-5] asarray( ) AUC, also see area under the curve
asarray contents() function, [M-5] asarray( ) augmented
asarray create() function, [M-5] asarray( ) component-plus-residual plot, [R] regress
asarray elements() function, [M-5] asarray( ) postestimation diagnostic plots
asarray first() function, [M-5] asarray( ) inverse-probability weighting, [TE] teffects intro,
[TE] teffects intro advanced, [TE] teffects aipw,
asarray key() function, [M-5] asarray( )
[TE] Glossary
asarray keys() function, [M-5] asarray( )
partial residual plot, [R] regress postestimation
asarray next() function, [M-5] asarray( ) diagnostic plots
asarray notfound() function, [M-5] asarray( ) regression, see imputation, perfect prediction
asarray remove() function, [M-5] asarray( ) Author Support Program, [U] 3.8.2 For authors
ascategory() option, [G-2] graph bar, [G-2] graph auto.dta, [U] 1.2.2 Example datasets
box, [G-2] graph dot
autocode() function, [D] functions,
ASCII codes, [M-5] ascii( ) [U] 25.1.2 Converting continuous variables to
ASCII text files, writing and reading, [P] file categorical variables
ascii() function, [M-5] ascii( ) autocorrelation, [R] regress postestimation time
asclogit command, [R] asclogit, [R] asclogit series, [TS] arch, [TS] arfima, [TS] arima,
postestimation [TS] corrgram, [TS] dfactor, [TS] newey,
asin() function, [D] functions, [M-5] sin( ) [TS] prais, [TS] psdensity, [TS] sspace,
asinh() function, [D] functions, [M-5] sin( ) [TS] ucm, [TS] var, [TS] varlmar,
asis print color mapping, [G-2] set printcolor [TS] Glossary, also see HAC variance estimate
asis, display directive, [P] display dynamic model, [XT] xtabond, [XT] xtdpd,
asmprobit command, [R] asmprobit, [R] asmprobit [XT] xtdpdsys
postestimation residual, [XT] xtgee, [XT] xtgls, [XT] xtpcse,
aspect ratio, [G-3] aspect option [XT] xtregar
changing, [G-2] graph display test, [XT] xtabond, [XT] xtabond postestimation,
controlling, [G-2] graph combine [XT] xtdpd postestimation, [XT] xtdpdsys,
asroprobit command, [R] asroprobit, [R] asroprobit [XT] xtdpdsys postestimation
postestimation automatic print color mapping, [G-2] set printcolor
assert command, [D] assert Automation, [P] automation
assert() function, [M-5] assert( ) autoregressive, [TS] arch, [TS] arfima, [TS] arima,
asserteq() function, [M-5] assert( ) [TS] dfactor, [TS] sspace, [TS] ucm
assignment operator, [M-2] op assignment conditional heteroskedasticity
assignment, class, [P] class effects, [TS] arch
association test, [R] correlate, [R] spearman, model, [TS] arch, [TS] arch postestimation,
[R] tabulate twoway, [R] tetrachoric, [TS] Glossary, also see multivariate GARCH
[ST] epitab, [SVY] svy: tabulate twoway test, [R] regress postestimation time series
association, measures of, [R] tabulate twoway fractionally integrated moving-average model,
associative arrays, [M-5] asarray( ) [TS] arfima, [TS] arfima postestimation,
asymmetric power autoregressive conditional [TS] psdensity, [TS] Glossary
heteroskedasticity, [TS] arch integrated moving-average model, [TS] arima,
asymmetry, see skewness [TS] arima postestimation, [TS] psdensity,
[TS] Glossary
asymptotic distribution free, [SEM] intro 4,
[SEM] methods and formulas for sem, model, [TS] dfactor, [TS] psdensity, [TS] sspace,
[SEM] Glossary [TS] ucm
Subject index 165
by-graphs, look of, [G-4] bystyle c(httpproxy) c-class value, [P] creturn
by-groups, [D] by, [D] statsby, [P] byable, [U] 11.5 by c(httpproxyauth) c-class value, [P] creturn
varlist: construct c(httpproxyhost) c-class value, [P] creturn
byindex() function, [P] byable c(httpproxyport) c-class value, [P] creturn
bylastcall() function, [P] byable c(httpproxypw) c-class value, [P] creturn
byn1() function, [P] byable c(httpproxyuser) c-class value, [P] creturn
byn2() function, [P] byable c(include bitmap) c-class value, [P] creturn
bysort varlist: prefix, [D] by c(k) c-class value, [P] creturn
bystyle, [G-4] bystyle c(level) c-class value, [P] creturn
byte, [D] data types c(linegap) c-class value, [P] creturn
byte (storage type), [U] 12.2.2 Numeric storage types c(linesize) c-class value, [P] creturn
byteorder() function, [D] functions, c(locksplitters) c-class value, [P] creturn
[M-5] byteorder( ) c(logtype) c-class value, [P] creturn
c(lstretch) c-class value, [P] creturn
c(machine type) c-class value, [P] creturn
C c(macrolen) c-class value, [P] creturn
C() function, [M-5] C( ) c(matacache) c-class value, [P] creturn
c() function, [M-5] c( ) c(matafavor) c-class value, [P] creturn
c() pseudofunction, [D] functions c(matalibs) c-class value, [P] creturn
c(adopath) c-class value, [P] creturn, [P] sysdir c(matalnum) c-class value, [P] creturn
c(adosize) c-class value, [P] creturn, [P] sysdir c(matamofirst) c-class value, [P] creturn
c(ALPHA) c-class value, [P] creturn c(mataoptimize) c-class value, [P] creturn
c(alpha) c-class value, [P] creturn c(matastrict) c-class value, [P] creturn
c(autotabgraphs) c-class value, [P] creturn c(matsize) c-class value, [P] creturn
c(bit) c-class value, [P] creturn c(maxbyte) c-class value, [P] creturn
c(born date) c-class value, [P] creturn c(max cmdlen) c-class value, [P] creturn
c(byteorder) c-class value, [P] creturn c(maxdb) c-class value, [P] creturn
c(cformat) c-class value, [P] creturn, [R] set cformat c(maxdouble) c-class value, [P] creturn
c(changed) c-class value, [P] creturn c(maxfloat) c-class value, [P] creturn
c(charset) c-class value, [P] creturn c(maxint) c-class value, [P] creturn
c(checksum) c-class value, [D] checksum, [P] creturn c(maxiter) c-class value, [P] creturn
c(cmdlen) c-class value, [P] creturn c(max k theory) c-class value, [P] creturn
c(coeftabresults) c-class value, [P] creturn c(maxlong) c-class value, [P] creturn
c(console) c-class value, [P] creturn c(max macrolen) c-class value, [P] creturn
c(copycolor) c-class value, [P] creturn c(max matsize) c-class value, [P] creturn
c(current date) c-class value, [P] creturn c(max memory) c-class value, [D] memory,
c(current time) c-class value, [P] creturn [P] creturn
c(dirsep) c-class value, [P] creturn c(max N theory) c-class value, [P] creturn
c(dockable) c-class value, [P] creturn c(maxstrlvarlen) c-class value, [P] creturn
c(dockingguides) c-class value, [P] creturn c(maxstrvarlen) c-class value, [P] creturn
c(doublebuffer) c-class value, [P] creturn c(maxvar) c-class value, [D] memory, [P] creturn
c(dp) c-class value, [D] format, [P] creturn c(maxvlabellen) c-class value, [P] creturn
c(emptycells) c-class value, [P] creturn c(max width theory) c-class value, [P] creturn
c(eolchar) c-class value, [P] creturn c(memory) c-class value, [P] creturn
c(epsdouble) c-class value, [P] creturn c(minbyte) c-class value, [P] creturn
c(epsfloat) c-class value, [P] creturn c(mindouble) c-class value, [P] creturn
c(eqlen) c-class value, [P] creturn c(minfloat) c-class value, [P] creturn
c(fastscroll) c-class value, [P] creturn c(minint) c-class value, [P] creturn
c(filedate) c-class value, [P] creturn c(minlong) c-class value, [P] creturn
c(filename) c-class value, [P] creturn c(min matsize) c-class value, [P] creturn
c(flavor) c-class value, [P] creturn c(min memory) c-class value, [D] memory,
c(fvlabel) c-class value, [P] creturn [P] creturn
c(fvwrap) c-class value, [P] creturn c(mode) c-class value, [P] creturn
c(fvwrapon) c-class value, [P] creturn c(Mons) c-class value, [P] creturn
c(graphics) c-class value, [P] creturn c(Months) c-class value, [P] creturn
c(haverdir) c-class value, [P] creturn c(more) c-class value, [P] creturn, [P] more
c(hostname) c-class value, [P] creturn c(MP) c-class value, [P] creturn
Subject index 169
c(N) c-class value, [P] creturn c(tracehilite) c-class value, [P] creturn, [P] trace
c(namelen) c-class value, [P] creturn c(traceindent) c-class value, [P] creturn, [P] trace
c(niceness) c-class value, [D] memory, [P] creturn c(tracenumber) c-class value, [P] creturn, [P] trace
c(noisily) c-class value, [P] creturn c(tracesep) c-class value, [P] creturn, [P] trace
c(notifyuser) c-class value, [P] creturn c(type) c-class value, [D] generate, [P] creturn
c(odbcmgr) c-class value, [P] creturn c(update interval) c-class value, [P] creturn
c(os) c-class value, [P] creturn c(update prompt) c-class value, [P] creturn
c(osdtl) c-class value, [P] creturn c(update query) c-class value, [P] creturn
c(pagesize) c-class value, [P] creturn c(username) c-class value, [P] creturn
c(pformat) c-class value, [P] creturn, [R] set cformat c(varabbrev) c-class value, [P] creturn
c(pi) c-class value, [P] creturn c(varkeyboard) c-class value, [P] creturn
c(pinnable) c-class value, [P] creturn c(version) c-class value, [P] creturn, [P] version
c(playsnd) c-class value, [P] creturn c(version rng) c-class value, [P] creturn
c(printcolor) c-class value, [P] creturn c(Wdays) c-class value, [P] creturn
c(processors) c-class value, [P] creturn c(Weekdays) c-class value, [P] creturn
c(processors lic) c-class value, [P] creturn c(width) c-class value, [P] creturn
c(processors mach) c-class value, [P] creturn C charts, [G-2] graph other
c(processors max) c-class value, [P] creturn CA, see correspondence analysis
c(pwd) c-class value, [P] creturn ca command, [MV] ca, [MV] ca postestimation,
c(rc) c-class value, [P] capture, [P] creturn [MV] ca postestimation plots
c(reventries) c-class value, [P] creturn cabiplot command, [MV] ca postestimation plots
c(revkeyboard) c-class value, [P] creturn calculator, [R] display
c(rmsg) c-class value, [P] creturn, [P] rmsg calendars, [D] bcal, [D] datetime business calendars,
c(rmsg time) c-class value, [P] creturn [D] datetime business calendars creation,
c(scheme) c-class value, [P] creturn [TS] intro
c(scrollbufsize) c-class value, [P] creturn Caliński and Harabasz index stopping rules,
c(SE) c-class value, [P] creturn [MV] cluster stop
c(searchdefault) c-class value, [P] creturn caller() pseudofunction, [D] functions
c(seed) c-class value, [P] creturn, [R] set emptycells, callersversion() function, [M-5] callersversion( )
[R] set seed camat command, [MV] ca, [MV] ca postestimation,
c(segmentsize) c-class value, [D] memory, [MV] ca postestimation plots
[P] creturn Canberra dissimilarity measure, [MV] measure option
c(sformat) c-class value, [P] creturn, [R] set cformat candisc command, [MV] candisc, [MV] discrim estat,
c(showbaselevels) c-class value, [P] creturn, [R] set [MV] discrim qda postestimation
showbaselevels canon command, [MV] canon, [MV] canon
c(showemptycells) c-class value, [P] creturn, [R] set postestimation
showbaselevels canonical
c(showomitted) c-class value, [P] creturn, [R] set correlation analysis, [MV] Glossary
showbaselevels correlations, [MV] canon, [MV] canon
c(smallestdouble) c-class value, [P] creturn postestimation
c(smoothfonts) c-class value, [P] creturn discriminant analysis, [MV] candisc, [MV] Glossary
c(stata version) c-class value, [P] creturn link, [ME] meglm, [ME] Glossary, [XT] Glossary
c(sysdir base) c-class value, [P] creturn, [P] sysdir loadings, [MV] canon, [MV] canon postestimation,
c(sysdir oldplace) c-class value, [P] creturn, [MV] Glossary
[P] sysdir variate set, [MV] canon, [MV] canon
c(sysdir personal) c-class value, [P] creturn, postestimation, [MV] Glossary
[P] sysdir canontest, estat subcommand, [MV] discrim lda
c(sysdir plus) c-class value, [P] creturn, [P] sysdir postestimation
c(sysdir site) c-class value, [P] creturn, [P] sysdir capped spikes, [G-3] rcap options
c(sysdir stata) c-class value, [P] creturn, caprojection command, [MV] ca postestimation
[P] sysdir plots
c(timeout1) c-class value, [P] creturn caption() option, [G-3] title options
c(timeout2) c-class value, [P] creturn capture command, [P] capture
c(tmpdir) c-class value, [P] creturn carryover effects, [R] pk, [R] pkcross, [R] pkshape
c(trace) c-class value, [P] creturn, [P] trace case–cohort data, [ST] sttocc
c(tracedepth) c-class value, [P] creturn, [P] trace case–control data, [R] clogit, [R] logistic, [R] rocreg,
[R] symmetry, [ST] epitab, [ST] sttocc
c(traceexpand) c-class value, [P] creturn, [P] trace
170 Subject index
case–control study, [PSS] intro, [PSS] power, censored-normal regression, see interval regression
[PSS] power onemean, [PSS] power twomeans, censoring, see imputation, interval-censored data
[PSS] power pairedmeans, [PSS] power census, [SVY] Glossary
oneproportion, [PSS] power twoproportions, data, [SVY] survey, [SVY] direct standardization,
[PSS] power pairedproportions, [PSS] power [SVY] variance estimation
onevariance, [PSS] power twovariances, center suboption, [G-4] justificationstyle
[PSS] power onecorrelation, [PSS] power
centered data, [MV] Glossary
twocorrelations, [PSS] Glossary, [ST] Glossary
centile command, [R] centile
casement displays, [G-3] by option
centiles, see percentiles, displaying, see percentiles
casewise deletion, [D] egen, [P] mark, see listwise
deletion central tendency, measures of, see means, see medians
cat command, [D] type centroidlinkage,
cat() function, [M-5] cat( ) cluster subcommand, [MV] cluster linkage
categorical, also see factor variables clustermat subcommand, [MV] cluster linkage
axis, look of centroid-linkage clustering, [MV] cluster,
[MV] clustermat, [MV] cluster linkage,
labels, [G-3] cat axis label options
[MV] Glossary
line, [G-3] cat axis line options
certainty
contrasts after anova, [R] contrast
strata, [SVY] estat
covariates, [R] anova
units, [SVY] variance estimation
data, [D] egen, [D] recode, [MV] ca, [MV] manova,
certifying data, [D] assert, [D] checksum,
[MV] mca, [ST] epitab, [SVY] svy
[D] count, [D] datasignature, [D] inspect,
estimation, [SVY] svy: tabulate oneway,
[P] datasignature, [P] signestimationsample
[SVY] svy: tabulate twoway
certifying mi data are consistent, [MI] mi update
data, agreement, measures for, [R] kappa
cf command, [D] cf
graphs, [R] grmeanby, [R] spikeplot
cf, tsfilter subcommand, [TS] tsfilter cf
outcomes, see outcomes, categorical, also see
outcomes, binary, also see outcomes, ordinal CFA, see confirmatory factor analysis
regression, also see outcomes subentry CFI, see comparative fit index
absorbing one categorical variable, [R] areg cformat, set subcommand, [R] set, [R] set cformat
tabulations, [R] table, [R] tabstat, [R] tabulate cgraph, irf subcommand, [TS] irf cgraph
oneway, [R] tabulate twoway, [R] tabulate, chained equations, see imputation, multivariate, chained
summarize() equations
variable creation, [R] tabulate oneway, [R] xi changeeol command, [D] changeeol
variable imputation, see imputation, categorical changing
variables, [U] 25.1.2 Converting continuous data, see editing data
variables to categorical variables directories, [D] cd
cause-specific hazard, [ST] Glossary char
cc command, [ST] epitab command, [U] 12.8 Characteristics
ccc, mgarch subcommand, [TS] mgarch ccc define command, [P] char
cchart command, [R] qc list command, [P] char
cci command, [ST] epitab macro extended function, [P] macro
c-class command, [P] creturn rename command, [P] char
c-conformability, [M-2] op colon, [M-6] Glossary char() function, [D] functions, [M-5] ascii( )
CCT, see controlled clinical trial study char(#), display directive, [P] display
CD, see coefficient of determination character
cd command, [D] cd data, see string variables
cd, net subcommand, [R] net variables, [D] infile (free format)
Cdhms() function, [D] datetime, [D] functions, characteristic roots, [M-5] eigensystem( )
[M-5] date( ) characteristics, [P] char, [U] 12.8 Characteristics,
cdir, classutil subcommand, [P] classutil [U] 18.3.6 Extended macro functions,
ceil() function, [D] functions, [M-5] trunc( ) [U] 18.3.13 Referring to characteristics
ceiling function, [D] functions charset, set subcommand, [P] smcl, [R] set
censored, [ST] Glossary chdir command, [D] cd
censored observations, [MI] mi impute intreg, [MI] mi chdir() function, [M-5] chdir( )
XXXset, [R] heckman, [R] heckoprobit, chdir() function, [M-5] chdir( )
[R] heckprobit, [R] intreg, [R] ivtobit, [R] tobit, check,
[ST] st, also see truncated observations bcal subcommand, [D] bcal
icd9 subcommand, [D] icd9
Subject index 171
clustermat, continued cohort study, [PSS] intro, [PSS] power, [PSS] power
singlelinkage command, [MV] cluster linkage onemean, [PSS] power twomeans, [PSS] power
stop command, [MV] cluster stop pairedmeans, [PSS] power oneproportion,
wardslinkage command, [MV] cluster linkage [PSS] power twoproportions, [PSS] power
waveragelinkage command, [MV] cluster linkage pairedproportions, [PSS] power onevariance,
[PSS] power twovariances, [PSS] power
clusters, duplicating, [D] expandcl
onecorrelation, [PSS] power twocorrelations,
cmdlog [PSS] Glossary, [ST] epitab, [ST] ltable,
close command, [R] log [ST] stcox, [ST] stptime, [ST] strate,
command, [R] log, [U] 15 Saving and printing [ST] sttocc, [ST] Glossary
output—log files cointegration, [TS] fcast compute, [TS] fcast graph,
off command, [R] log [TS] vec intro, [TS] vec, [TS] veclmar,
on command, [R] log [TS] vecnorm, [TS] vecrank, [TS] vecstable,
using command, [R] log [TS] Glossary
Cmdyhms() function, [D] datetime, [D] functions, coleq macro extended function, [P] macro
[M-5] date( ) coleq, matrix subcommand, [P] matrix rownames
CMI assumption, see conditional mean independence colfullnames macro extended function, [P] macro
assumption collapse command, [D] collapse
cmissing() option, [G-3] cline options, collate() function, [M-5] sort( )
[G-3] connect options collect statistics, [D] statsby
cnsreg command, [R] cnsreg, [R] cnsreg collinear option, see gsem option collinear
postestimation collinear variables, removing, [P] rmcoll
Cochrane–Orcutt regression, [TS] prais, [TS] Glossary collinearity,
code, timing, [P] timer display of omitted variables, [R] set showbaselevels
codebook command, [D] codebook handling by regress, [R] regress
coef[], [U] 13.5 Accessing coefficients and retaining collinear variables, [R] estimation options,
standard errors [R] orthog
coefficient alpha, [MV] alpha variance inflation factors, [R] regress postestimation
coefficient of determination, [SEM] estat eqgof, colmax() function, [M-5] minmax( )
[SEM] estat ggof, [SEM] estat gof,
colmaxabs() function, [M-5] minmax( )
[SEM] example 4, [SEM] example 21,
[SEM] methods and formulas for sem, colmin() function, [M-5] minmax( )
[SEM] Glossary colminmax() function, [M-5] minmax( )
coefficient of variation, [R] tabstat, [SVY] estat colmissing() function, [M-5] missing( )
coefficients (from estimation), colnames macro extended function, [P] macro
accessing, [P] ereturn, [P] matrix get, colnames, matrix subcommand, [P] matrix
[U] 13.5 Accessing coefficients and standard rownames
errors colnonmissing() function, [M-5] missing( )
cataloging, [R] estimates colnumb() function, [D] functions, [P] matrix define
estimated linear combinations, see linear colon operators, [M-2] op colon, [M-6] Glossary
combinations of estimators color, [G-2] palette, [G-4] colorstyle
linear combinations of, see linear combinations of background, [G-4] schemes intro
estimators dimming and brightening, [G-2] graph twoway
nonlinear combinations of, see nonlinear histogram, [G-2] graph twoway kdensity,
combinations of estimators [G-4] colorstyle
testing equality of, [R] test, [R] testnl foreground, [G-4] schemes intro
coeflegend option, see gsem option coeflegend, see intensity adjustment, [G-2] graph twoway
sem option coeflegend histogram, [G-2] graph twoway kdensity,
coeftabresults, set subcommand, [R] set [G-4] colorstyle
coefvector, forecast subcommand, [TS] forecast of bars, [G-3] barlook options
coefvector of connecting lines, [G-3] connect options
Cofc() function, [D] datetime, [D] functions, of markers, [G-3] marker options
[M-5] date( ) of pie slices, [G-2] graph pie
cofC() function, [D] datetime, [D] functions, of text, [G-3] textbox options
[M-5] date( ) setting background and fill, [G-3] region options
Cofd() function, [D] datetime, [D] functions, color() option, [G-2] graph twoway histogram,
[M-5] date( ) [G-2] graph twoway kdensity
cofd() function, [D] datetime, [D] functions, color, palette subcommand, [G-2] palette
[M-5] date( ) colors, specifying in programs, [P] display
Subject index 175
covariance, [SEM] intro 4, [SEM] Glossary creturn list command, [P] creturn
analysis of, [R] anova crexternal() function, [M-5] findexternal( )
assumptions, [SEM] gsem, [SEM] sem critical
matrix of estimators, [P] ereturn, [P] matrix get, region, see rejection region
[R] estat, [R] estat vce, [R] estimates store value, [PSS] intro, [PSS] power oneproportion,
of variables or coefficients, [R] correlate [PSS] power twoproportions, [PSS] power
principal components of, [MV] pca onevariance, [PSS] Glossary
stationarity, [TS] Glossary Cronbach’s alpha, [MV] alpha
structure, [ME] me, [ME] Glossary cross command, [D] cross
covariance matrix, cross product, [M-5] cross( ), [M-5] crossdev( ),
anti-image, [MV] factor postestimation, [MV] pca [M-5] quadcross( )
postestimation cross() function, [M-5] cross( )
block diagonal, [MV] mvtest covariances cross-correlation function, [TS] xcorr, [TS] Glossary
spherical, [MV] mvtest covariances cross-correlogram, [G-2] graph other, [TS] xcorr
testing equality, [MV] mvtest covariances crossdev() function, [M-5] crossdev( )
covariance, estat subcommand, [MV] discrim crossed variables, [MV] Glossary
lda postestimation, [MV] discrim qda crossed-effects model, [ME] me, [ME] mecloglog,
postestimation, [R] asmprobit postestimation, [ME] meglm, [ME] melogit, [ME] menbreg,
[R] asroprobit postestimation [ME] meologit, [ME] meoprobit,
covariance() option, see gsem option [ME] mepoisson, [ME] meprobit,
covariance(), see sem option covariance() [ME] meqrlogit, [ME] meqrpoisson,
covariances, mvtest subcommand, [MV] mvtest [ME] mixed, [ME] Glossary,
covariances [SEM] example 40g, [SEM] Glossary
covariances, creating dataset from, see summary crossing variables, [MV] Glossary
statistics data crossover designs, [R] pk, [R] pkcross, [R] pkshape
covariate class, [D] duplicates cross-product matrices, [P] matrix accum
covariate patterns, [R] logistic postestimation, [R] logit cross-sectional
postestimation, [R] probit postestimation data, [XT] Glossary
covariates, [ST] Glossary time-series data, [XT] Glossary
covarimin rotation, [MV] rotate, [MV] rotatemat, cross-sectional study, [PSS] intro, [PSS] power,
[MV] Glossary [PSS] power onemean, [PSS] power twomeans,
COVRATIO, [R] regress postestimation [PSS] power pairedmeans, [PSS] power
covstructure() option, see gsem option oneproportion, [PSS] power twoproportions,
covstructure(), see sem option [PSS] power pairedproportions, [PSS] power
covstructure() onevariance, [PSS] power twovariances,
cox, stpower subcommand, [ST] stpower cox [PSS] power onecorrelation, [PSS] power
Cox proportional hazards model, [ST] stcox, [SVY] svy twocorrelations, [PSS] Glossary, [ST] Glossary
estimation cross-tabulations, see tables
power, [ST] stpower cox crude estimate, [ST] epitab, [ST] Glossary
sample size, [ST] stpower cox cs command, [ST] epitab
test of assumption, [ST] stcox, [ST] stcox PH- csi command, [ST] epitab
assumption tests, [ST] stcox postestimation, .csv filename suffix, [D] import delimited
[ST] stsplit ct command, [ST] ctset
Wald test, power, [ST] stpower cox ct data, [ST] Glossary, also see count-time data
Cox–Snell residual, [ST] stcox postestimation, ctable, irf subcommand, [TS] irf ctable
[ST] streg postestimation ctset command, [ST] ctset
cprplot command, [R] regress postestimation cttost command, [ST] cttost
diagnostic plots cubic natural splines, [M-5] spline3( )
Cramér’s V , [R] tabulate twoway cumsp command, [TS] cumsp
Crawford–Ferguson rotation, [MV] rotate, cumul command, [R] cumul
[MV] rotatemat, [MV] Glossary cumulative distribution functions, [D] functions
create, cumulative distribution, empirical, [R] cumul
bcal subcommand, [D] bcal cumulative hazard function, [ST] stcurve, [ST] sts,
forecast subcommand, [TS] forecast create [ST] sts generate, [ST] sts graph, [ST] sts list,
irf subcommand, [TS] irf create [ST] Glossary
serset subcommand, [P] serset cumulative hazard ratio, see hazard ratio
create cspline, serset subcommand, [P] serset
create xmedians, serset subcommand, [P] serset
Subject index 181
data signature, [D] datasignature, [P] datasignature, datetime, [D] datetime, [D] datetime business
[P] signestimationsample calendars, [D] datetime business calendars
data transfer, see exporting data, see importing data creation, [D] datetime display formats,
data types, [D] data types, [U] 12 Data [D] datetime translation
data, label subcommand, [D] label Davidon–Fletcher–Powell algorithm,
database, reading data from, [D] odbc [M-5] moptimize( ), [M-5] optimize( ), [R] ml
database, reading data from other software, day() function, [D] datetime, [D] functions,
[U] 21.4 Transfer programs [M-5] date( ), [U] 24.5 Extracting components
data-have-changed flag, [M-5] st updata( ) of dates and times
dataset, db command, [R] db
adding notes to, [D] notes dBASE, reading data from, [U] 21.4 Transfer
programs
comparing, [D] cf, [D] checksum
dcc, mgarch subcommand, [TS] mgarch dcc
creating, [D] corr2data, [D] drawnorm
.dct file, [U] 11.6 Filenaming conventions
loading, see importing data, see inputting data
interactively, see using data .dct filename suffix, [D] import, [D] infile (fixed
format), [D] infix (fixed format), [D] outfile
rectangularize, [D] fillin
debugging, [P] discard, [P] pause, [P] trace
saving, see exporting data, see saving data
decimal symbol, setting, [D] format
dataset labels, [D] label, [D] label language, [D] notes
declarations, [M-2] declarations, [M-6] Glossary
determining, [D] codebook, [D] describe
.Declare built-in class modifier, [P] class
managing, [D] varmanage
declare, class, [P] class
datasets, example, [U] 1.2.2 Example datasets
decode command, [D] encode
datasignature
decomposition, [M-5] cholesky( ), [M-5] fullsvd( ),
clear command, [D] datasignature
[M-5] ghessenbergd( ), [M-5] gschurd( ),
command, [D] datasignature, [SEM] example 25, [M-5] hessenbergd( ), [M-5] lud( ), [M-5] qrd( ),
[SEM] ssd [M-5] schurd( ), [M-5] svd( )
confirm command, [D] datasignature deconvolve() function, [M-5] fft( )
report command, [D] datasignature decrement operator, [M-2] op increment
set command, [D] datasignature default settings of system parameters, [R] query,
datasignature command, [P] datasignature [R] set defaults
date defective matrix, [M-6] Glossary
and time stamp, [D] describe DEFF, see design effects
functions, [D] datetime, [D] datetime translation, define,
[D] functions, [M-5] date( ) char subcommand, [P] char
date, constraint subcommand, [R] constraint
displaying, [U] 12.5.3 Date and time formats, label subcommand, [D] label
[U] 24.3 Displaying dates and times
matrix subcommand, [P] matrix define
formats, [U] 12.5.3 Date and time formats,
program subcommand, [P] program, [P] program
[U] 24.3 Displaying dates and times
properties
functions, [U] 24.5 Extracting components of dates
scalar subcommand, [P] scalar
and times
transmap subcommand, [R] translate
inputting, [U] 24.2 Inputting dates and times
DEFT, see design effects
variables, [U] 24 Working with dates and times
degree-of-freedom adjustment, [SEM] Glossary
date() function, [D] datetime, [D] datetime
translation, [D] functions, [M-5] date( ) degrees of freedom, [MI] mi estimate, [MI] mi predict
datelist, [U] 11.1.9 datelist for coefficients, complete, see complete degrees of
freedom for coefficients, also see estimation,
dates,
degrees of freedom for coefficients
business, see business calendars
degree-to-radian conversion, [D] functions
Excel, [D] datetime
delete, [M-5] unlink( )
OpenOffice, [D] datetime
delete, cluster subcommand, [MV] cluster
R, [D] datetime programming utilities
SAS, [D] datetime deleting
SPSS, [D] datetime casewise, [D] egen
dates and times, [D] datetime, [D] datetime files, [D] erase
business calendars, [D] datetime business
variables or observations, [D] drop
calendars creation, [D] datetime display
formats, [D] datetime translation, [M-5] c( ), #delimit command, [M-2] semicolons, [P] #delimit
[M-5] date( ), [P] creturn
Subject index 183
duration analysis, see survival analysis e-class command, [P] program, [P] return, [R] stored
Durbin–Watson statistic, [R] regress postestimation results, [U] 18.8 Accessing results calculated by
time series, [TS] prais other programs
durbinalt, estat subcommand, [R] regress economist scheme, [G-3] axis options, [G-4] scheme
postestimation time series economist
Durbin’s alternative test, [R] regress postestimation edit command, [D] edit
time series edit, graphs, [G-1] graph editor
dvech, mgarch subcommand, [TS] mgarch dvech editing
dwatson, estat subcommand, [R] regress ado-files and do-files, [R] doedit
postestimation time series commands, [U] 10 Keyboard use
dyadic operator, [M-2] syntax, [M-6] Glossary data, [D] edit, [D] generate, [D] merge, [D] recode
dydx command, [R] dydx files while in Stata, [R] doedit
dynamic conditional-correlation model, [TS] mgarch, output, [U] 15 Saving and printing output—log
[TS] mgarch dcc files
dynamic factor model, [TS] dfactor, [TS] dfactor editmissing() function, [M-5] editmissing( )
postestimation, also see state-space model editmissing() function, [M-5] editmissing( )
dynamic forecast, [TS] arch, [TS] arfima, [TS] fcast edittoint() function, [M-5] edittoint( )
compute, [TS] fcast graph, [TS] forecast, edittoint() function, [M-5] edittoint( )
[TS] forecast adjust, [TS] forecast clear, edittointtol() function, [M-5] edittoint( )
[TS] forecast coefvector, [TS] forecast
edittointtol() function, [M-5] edittoint( )
create, [TS] forecast describe, [TS] forecast
drop, [TS] forecast estimates, [TS] forecast edittozero() function, [M-5] edittozero( )
exogenous, [TS] forecast identity, [TS] forecast edittozero() function, [M-5] edittozero( )
list, [TS] forecast query, [TS] forecast solve, edittozerotol() function, [M-5] edittozero( )
[TS] mgarch, [TS] Glossary, [U] 20.20 Dynamic edittozerotol() function, [M-5] edittozero( )
forecasts and simulations editvalue() function, [M-5] editvalue( )
dynamic model, [XT] Glossary editvalue() function, [M-5] editvalue( )
dynamic panel-data regression, [XT] xtabond, EE estimator, see estimating-equation estimator
[XT] xtdpd, [XT] xtdpdsys effect, [PSS] intro, [PSS] power, [PSS] power,
dynamic regression model, [TS] arfima, [TS] arima, graph, [PSS] power, table, [PSS] power
[TS] var onemean, [PSS] power twomeans, [PSS] power
dynamic structural simultaneous equations, [TS] var pairedmeans, [PSS] power oneproportion,
svar [PSS] power twoproportions, [PSS] power
dynamic-multiplier function, [TS] irf, [TS] irf cgraph, pairedproportions, [PSS] power onevariance,
[TS] irf create, [TS] irf ctable, [TS] irf ograph, [PSS] power twovariances, [PSS] power
[TS] irf table, [TS] var intro, [TS] Glossary onecorrelation, [PSS] power twocorrelations,
.dynamicmv built-in class function, [P] class [PSS] unbalanced designs
detection of, see minimum detectable effect size
minimum detectable, see minimum detectable effect
E size
treatment, see treatment effect
e() function, [D] functions, [M-5] e( )
effect size, [ST] stpower, [ST] stpower cox,
e() stored results, [P] ereturn, [P] estimates, [ST] stpower exponential, [ST] stpower
[P] return, [R] stored results, logrank, [ST] Glossary, see δ
[U] 18.8 Accessing results calculated by other
effects,
programs, [U] 18.9 Accessing results calculated
by estimation commands, [U] 18.10.2 Storing direct, [SEM] estat teffects, [SEM] example 7,
results in e() [SEM] example 42g, [SEM] methods and
formulas for sem, [SEM] Glossary
e(functions) macro extended function, [P] macro
indirect, [SEM] estat teffects, [SEM] example 7,
e(macros) macro extended function, [P] macro
[SEM] example 42g, [SEM] methods and
e(matrices) macro extended function, [P] macro formulas for sem, [SEM] Glossary
e(sample) function, [D] functions, [P] ereturn, total, [SEM] estat teffects, [SEM] example 7,
[P] return [SEM] example 42g, [SEM] methods and
e(sample), resetting, [R] estimates save formulas for sem, [SEM] Glossary
e(scalars) macro extended function, [P] macro effects, estat subcommand, [SVY] estat
EB, see empirical Bayes effect-size
EBCDIC files, [D] filefilter, [D] infile (fixed format), curve, [PSS] intro, [PSS] power, graph,
[U] 21.2.9 If you have EBCDIC data [PSS] Glossary
188 Subject index
Gauss–Hermite quadrature, see quadrature, Gauss– generate command, [D] generate, [MI] mi passive,
Hermite [MI] mi xeq
Gauss–Seidel method, [M-5] solvenl( ) generate functions, adding, [MV] cluster
Gauss, reading data from, [U] 21.4 Transfer programs programming subroutines
Gaussian kernel function, [G-2] graph twoway generating data, [D] egen, [D] generate
kdensity, [G-2] graph twoway lpoly, generating variables, [ST] stgen, [ST] sts generate
[R] kdensity, [R] lpoly, [R] qreg, [TE] teffects get,
overlap constraint subcommand, [R] constraint
Gaussian regression, [SEM] Glossary net subcommand, [R] net
GEE, see generalized estimating equations get() function, [D] functions, [P] matrix define,
geigen la() function, [M-5] geigensystem( ) [P] matrix get
geigenselect* la() functions, getmata command, [D] putmata
[M-5] geigensystem( ) getting started, [U] 1 Read this — it will help
geigensystem() function, [M-5] geigensystem( ) Getting Started with Stata manuals, [U] 1.1 Getting
geigensystem la() function, [M-5] geigensystem( ) Started with Stata
geigensystemselect*() functions, keyword search of, [U] 4 Stata’s help and search
[M-5] geigensystem( ) facilities
generalized gettoken command, [P] gettoken
autoregressive conditional heteroskedasticity, Geweke–Hajivassiliou–Keane multivariate normal
[TS] arch, [TS] Glossary simulator, [M-5] ghk( ), [M-5] ghkfast( )
eigensystem, [M-5] geigensystem( ) ggof, estat subcommand, [SEM] estat ggof
eigenvalues, [M-6] Glossary ghalton() function, [M-5] halton( )
estimating equations, [XT] xtgee, [XT] Glossary ghessenbergd() function, [M-5] ghessenbergd( )
gamma survival regression, [ST] streg ghessenbergd() function, [M-5] ghessenbergd( )
Hessenberg decomposition, [M-5] ghessenbergd( ) ghessenbergd la() function, [M-5] ghessenbergd( )
inverse, [M-5] invsym( ), [M-5] pinv( ), ghk() function, [M-5] ghk( )
[M-5] qrinv( ) ghkfast() function, [M-5] ghkfast( )
inverse of matrix, [P] matrix define, [P] matrix svd ghkfast i() function, [M-5] ghkfast( )
least squares, ghkfast init() function, [M-5] ghkfast( )
estimated, see estimated generalized least squares ghkfast init *() function, [M-5] ghkfast( )
feasible, see feasible generalized least squares ghkfast query *() function, [M-5] ghkfast( )
least-squares estimator, [TS] prais, [TS] Glossary ghk init() function, [M-5] ghk( )
linear latent and mixed models, [R] gllamm ghk init *() function, [M-5] ghk( )
linear mixed model, [ME] me, [ME] Glossary ghk query npts() function, [M-5] ghk( )
linear mixed-effects model, [ME] me, [ME] meglm, GHQ, see quadrature, Gauss–Hermite
[ME] Glossary ginvariant, estat subcommand, [SEM] estat
linear models, [R] binreg, [R] glm, [SVY] svy ginvariant
estimation, [U] 26.6 Generalized linear models, ginvariant() option, see sem option ginvariant()
[U] 26.18.3 Generalized linear models with GJR, see threshold autoregressive conditional
panel data, [XT] xtgee, [XT] Glossary heteroskedasticity
linear response functions, [SEM] Glossary gladder command, [R] ladder
method of moments, [P] matrix accum, GLLAMM, see generalized linear latent and mixed
[SEM] Glossary, [U] 26.22 Generalized models
method of moments (GMM), [XT] xtabond,
gllamm command, [R] gllamm
[XT] xtdpd, [XT] xtdpdsys, see gmm command
GLM, see generalized linear models
negative binomial regression, [R] nbreg, [SVY] svy
estimation glm command, [R] glm, [R] glm postestimation
response variables, [SEM] intro 2, [SEM] intro 5, GLME, see generalized linear mixed-effects model
[SEM] gsem family-and-link options GLMM, see generalized linear mixed model
responses, combined, [SEM] example 34g global command, [P] macro, [U] 18.3.2 Global
Schur decomposition, [M-5] gschurd( ) macros, [U] 18.3.10 Advanced global macro
manipulation
SEM, [SEM] Glossary
global variable, [M-2] declarations,
generate,
[M-5] direxternal( ), [M-5] findexternal( ),
cluster subcommand, [MV] cluster generate [M-5] valofexternal( ), [M-6] Glossary
icd9 subcommand, [D] icd9 Global, class prefix operator, [P] class
icd9p subcommand, [D] icd9 glogit command, [R] glogit, [R] glogit postestimation
sts subcommand, [ST] sts generate glsaccum, matrix subcommand, [P] matrix accum
GMM, see generalized method of moments
Subject index 199
ibeta() function, [D] functions, [M-5] normal( ) importance weight, [U] 11.1.6 weight,
ibetatail() function, [D] functions, [M-5] normal( ) [U] 20.23.4 Importance weights
ic, estat subcommand, [R] estat, [R] estat ic importing data, [D] import, [D] import delimited,
icc command, [R] icc [D] import excel, [D] import haver, [D] import
icc, estat subcommand, [ME] melogit sasxport, [D] infile (fixed format), [D] infile
postestimation, [ME] meprobit postestimation, (free format), [D] infix (fixed format), [D] odbc,
[ME] meqrlogit postestimation, [ME] mixed [D] xmlsave, [MI] mi import, [MI] mi import
postestimation flong, [MI] mi import flongsep, [MI] mi import
icd9 ice, [MI] mi import nhanes1, [MI] mi import
wide, [U] 21 Entering and importing data,
check command, [D] icd9
[U] 21.4 Transfer programs, also see combining
clean command, [D] icd9 datasets, also see inputting data interactively
generate command, [D] icd9 impulse–response functions, [G-2] graph other,
lookup command, [D] icd9 [TS] irf, [TS] irf add, [TS] irf cgraph, [TS] irf
query command, [D] icd9 create, [TS] irf ctable, [TS] irf describe,
search command, [D] icd9 [TS] irf drop, [TS] irf graph, [TS] irf ograph,
icd9p [TS] irf rename, [TS] irf set, [TS] irf table,
check command, [D] icd9 [TS] var intro, [TS] varbasic, [TS] vec intro,
clean command, [D] icd9 [TS] Glossary
generate command, [D] icd9 imputation,
lookup command, [D] icd9 binary, [MI] mi impute logit
query command, [D] icd9 by groups, [MI] mi impute
search command, [D] icd9 categorical, [MI] mi impute mlogit, [MI] mi impute
ICE, see imputation, multivariate, chained equations ologit
ice command, [MI] mi export ice, [MI] mi import ice chained equations, [MI] mi impute intreg, [MI] mi
ID variable, [ST] Glossary impute logit, [MI] mi impute mlogit, [MI] mi
impute nbreg, [MI] mi impute ologit, [MI] mi
identification, see model identification
impute pmm, [MI] mi impute poisson, [MI] mi
identifier, class, [P] class
impute regress, [MI] mi impute truncreg
identifier, unique, [D] isid
conditional, [MI] mi impute, [MI] mi impute
identity matrix, [M-5] I( ), [P] matrix define chained, [MI] mi impute intreg, [MI] mi impute
identity, forecast subcommand, [TS] forecast logit, [MI] mi impute mlogit, [MI] mi impute
identity monotone, [MI] mi impute nbreg, [MI] mi
idiosyncratic error term, [XT] Glossary impute ologit, [MI] mi impute pmm, [MI] mi
if, [M-2] if impute poisson, [MI] mi impute regress,
if exp, [P] syntax, [U] 11 Language syntax [MI] mi impute truncreg, [MI] Glossary
if programming command, [P] if continuous, [MI] mi impute pmm, [MI] mi impute
ignorable missing-data mechanism, [MI] intro regress
substantive, [MI] Glossary with a limited range, [MI] mi impute intreg,
IIA, see independence of irrelevant alternatives [MI] mi impute truncreg
Im–Pesaran–Shin test, [XT] xtunitroot count data, [MI] mi impute nbreg, [MI] mi impute
Im() function, [M-5] Re( ) poisson
imaginary part, [M-5] Re( ) diagnostics, [MI] mi impute
immediate commands, [P] display, [R] bitest, interval regression, [MI] mi impute intreg
[R] ci, [R] esize, [R] prtest, [R] sdtest, interval-censored data, [MI] mi impute intreg
[R] symmetry, [R] tabulate twoway, [R] ttest, linear regression, [MI] mi impute regress
[U] 18.4.5 Parsing immediate commands, logistic regression, [MI] mi impute logit
[U] 19 Immediate commands modeling, [MI] mi impute
implied context, class, [P] class monotone, [MI] mi impute, [MI] mi impute
import chained, [MI] mi impute monotone
delimited command, [D] import delimited multinomial logistic regression, [MI] mi impute
excel command, [D] import excel mlogit
haver command, [D] import haver multiple, [MI] intro substantive
sasxport command, [D] import sasxport multivariate,
import, mi subcommand, [MI] mi import, [MI] mi chained equations, [MI] mi impute, [MI] mi
import flong, [MI] mi import flongsep, [MI] mi impute chained
import ice, [MI] mi import nhanes1, [MI] mi
import wide
206 Subject index
intmethod() option, see gsem option intmethod() invibetatail() function, [D] functions,
intpoints() option, see gsem option intpoints() [M-5] normal( )
intraclass correlation, [ME] Glossary, also see estat invlogit() function, [D] functions, [M-5] logit( )
icc command, see correlation, intraclass invnbinomial() function, [D] functions,
intracluster correlation, see correlation, intracluster [M-5] normal( )
intreg command, [R] intreg, [R] intreg invnbinomialtail() function, [D] functions,
postestimation [M-5] normal( )
inv() function, [D] functions, [P] matrix define invnchi2() function, [D] functions, [M-5] normal( )
invbinomial() function, [D] functions, invnFtail() function, [D] functions, [M-5] normal( )
[M-5] normal( ) invnibeta() function, [D] functions, [M-5] normal( )
invbinomialtail() function, [D] functions, invnormal() function, [D] functions, [M-5] normal( )
[M-5] normal( ) invnttail() function, [D] functions, [M-5] normal( )
invchi2() function, [D] functions, [M-5] normal( ) invorder() function, [M-5] invorder( )
invchi2tail() function, [D] functions, invpoisson() function, [D] functions,
[M-5] normal( ) [M-5] normal( )
invcloglog() function, [D] functions, [M-5] logit( ) invpoissontail() function, [D] functions,
invdunnettprob() function, [D] functions, [M-5] normal( )
[M-5] normal( ) invsym() function, [M-5] invsym( )
inverse invsym() function, [D] functions, [M-5] invsym( ),
cumulative [P] matrix define
beta distribution, [D] functions invt() function, [D] functions, [M-5] normal( )
binomial function, [D] functions invtokens() function, [M-5] invtokens( )
chi-squared distribution function, [D] functions invttail() function, [D] functions, [M-5] normal( )
F distribution function, [D] functions invtukeyprob() function, [D] functions,
incomplete gamma function, [D] functions [M-5] normal( )
hyperbolic tangent transformation, see Fisher’s z invvech() function, [M-5] vec( )
transformation I/O functions, [M-4] io
matrix, [M-4] solvers, [M-5] invsym( ), ipolate command, [D] ipolate
[M-5] cholinv( ), [M-5] luinv( ), [M-5] qrinv( ), ips, xtunitroot subcommand, [XT] xtunitroot
[M-5] pinv( ), [M-5] solve tol( ) IPW, see inverse-probability weighting
noncentral ipw, teffects subcommand, [TE] teffects ipw
beta distribution, [D] functions IPWRA, see inverse-probability-weighted regression
chi-squared distribution function, [D] functions adjustment
F distribution, [D] functions ipwra, teffects subcommand, [TE] teffects ipwra
normal distribution function, [D] functions IQR, see interquartile range
of matrix, [P] matrix define, [P] matrix svd iqr(), egen function, [D] egen
reverse cumulative iqreg command, [R] qreg, [R] qreg postestimation
beta distribution, [D] functions ir command, [ST] epitab
binomial function, [D] functions irecode() function, [D] functions
chi-squared distribution function, [D] functions IRF, see impulse–response functions
F distribution function, [D] functions irf, [TS] irf
incomplete gamma function, [D] functions add command, [TS] irf add
t distribution function, [D] functions cgraph command, [TS] irf cgraph
inverse-probability weighting, [TE] teffects intro, create command, [TS] irf create
[TE] teffects intro advanced, [TE] teffects ipw, ctable command, [TS] irf ctable
[TE] Glossary describe command, [TS] irf describe
inverse-probability-weighted regression adjustment, drop command, [TS] irf drop
[TE] teffects intro, [TE] teffects intro advanced, graph command, [TS] irf graph
[TE] teffects ipwra, [TE] Glossary
ograph command, [TS] irf ograph
invF() function, [D] functions, [M-5] normal( )
rename command, [TS] irf rename
invfft() function, [M-5] fft( )
set command, [TS] irf set
invfft() function, [M-5] fft( )
table command, [TS] irf table
invFtail() function, [D] functions, [M-5] normal( )
.irf file, [U] 11.6 Filenaming conventions
invgammap() function, [D] functions, [M-5] normal( )
iri command, [ST] epitab
invgammaptail() function, [D] functions,
IRLS, see iterated, reweighted least squares
[M-5] normal( )
IRR, see incidence-rate ratio
invHilbert() function, [M-5] Hilbert( )
IRT, see item response theory
invibeta() function, [D] functions, [M-5] normal( )
Subject index 209
Laplacian approximation, [ME] me, [ME] mecloglog, legends, [G-3] clegend option, [G-3] legend options
[ME] meglm, [ME] melogit, [ME] menbreg, problems, [G-3] legend options
[ME] meologit, [ME] meoprobit, use with by(), [G-3] by option,
[ME] mepoisson, [ME] meprobit, [G-3] clegend option, [G-3] legend options
[ME] Glossary, [SEM] methods and formulas legendstyle, [G-4] legendstyle
for gsem length, [M-5] abs( ), [M-5] rows( ), [M-5] strlen( )
latent growth model, [SEM] intro 5, length macro extended function, [P] macro
[SEM] example 18, [SEM] Glossary
length of string function, [D] functions
latent roots, [M-5] eigensystem( )
length() function, [D] functions, [M-5] rows( )
latent variable, [SEM] intro 4, [SEM] Glossary
less than (or equal) operator, [U] 13.2.3 Relational
latent() option, see gsem option latent(), see sem operators
option latent()
letter values, [R] lv
Latin-square designs, [MV] manova, [R] anova,
level command and value, [P] macro
[R] pkshape
level() option, see gsem option level(), see sem
LAV regression, [R] qreg
option level()
Lawley–Hotelling trace statistic, [MV] canon,
level, set subcommand, [R] level, [R] set
[MV] manova, [MV] mvtest means,
[MV] Glossary levels, [U] 11.4.3 Factor variables
lceffects, estat subcommand, [SVY] estat levelsof command, [P] levelsof
lcolor() option, [G-3] connect options, Levene’s robust test statistic, [R] sdtest
[G-3] rspike options leverage, [R] logistic postestimation, [R] regress
LDA, see linear discriminant analysis postestimation diagnostic plots
lda, discrim subcommand, [MV] discrim lda leverage plots, [G-2] graph other
lead leverage-versus-(squared)-residual plot, [R] regress
postestimation diagnostic plots
operator, [U] 11.4.4 Time-series varlists
Levin–Lin–Chu test, [XT] xtunitroot
values, see lagged values
LEx, [SEM] sem and gsem option covstructure( )
leap seconds, [TS] tsset
lexis command, [ST] stsplit
least absolute
lexis diagram, [ST] stsplit
deviations, [R] qreg
lfit, graph twoway subcommand, [G-2] graph
residuals, [R] qreg
twoway lfit
value regression, [R] qreg
lfitci, graph twoway subcommand, [G-2] graph
least squared deviations, see linear regression twoway lfitci
least squares, see linear regression libraries, [M-1] how, [M-3] mata mlib, [M-3] mata
generalized, see feasible generalized least squares which
least-squares means, [R] margins, [R] marginsplot, license, [R] about
[U] 20.15.1 Obtaining estimated marginal life tables, [ST] ltable, [ST] sts, [ST] Glossary
means
likelihood, see maximum likelihood estimation
leave one out, [MV] discrim, [MV] discrim
likelihood displacement value, [ST] stcox
estat, [MV] discrim knn, [MV] discrim
postestimation, [ST] Glossary
knn postestimation, [MV] discrim lda,
[MV] discrim lda postestimation, [MV] discrim likelihood-ratio
qda, [MV] discrim qda postestimation, chi-squared of association, [R] tabulate twoway
[MV] Glossary test, [R] lrtest, [PSS] power twoproportions,
left eigenvectors, [M-5] eigensystem( ), [M-6] Glossary [PSS] Glossary, [SEM] lrtest, [SEM] methods
left suboption, [G-4] justificationstyle and formulas for sem, [U] 20.12.3 Likelihood-
ratio tests
left-censoring, [ST] Glossary, see imputation, interval-
censored data Likert summative scales, [MV] alpha
lefteigensystem() function, [M-5] eigensystem( ) limited dependent variables, [ME] mecloglog,
[ME] meglm, [ME] melogit, [ME] menbreg,
lefteigensystem() function, [M-5] eigensystem( )
[ME] meologit, [ME] meoprobit,
lefteigensystemselect*() functions, [ME] mepoisson, [ME] meprobit,
[M-5] eigensystemselect( ) [ME] meqrlogit, [ME] meqrpoisson,
leftgeigensystem() function, [M-5] geigensystem( ) [R] asclogit, [R] asmprobit, [R] asroprobit,
leftgeigensystemselect*() function, [R] binreg, [R] biprobit, [R] brier, [R] clogit,
[M-5] geigensystem( ) [R] cloglog, [R] cusum, [R] exlogistic,
left-truncation, see imputation, truncated data, see [R] expoisson, [R] glm, [R] glogit,
truncation [R] heckoprobit, [R] heckprobit, [R] hetprobit,
legend() option, [G-3] legend options [R] ivpoisson, [R] ivprobit, [R] logistic,
[R] logit, [R] mlogit, [R] mprobit, [R] nbreg,
[R] nlogit, [R] ologit, [R] oprobit,
212 Subject index
martingale residual, [ST] stcox postestimation, matdescribe, mata subcommand, [M-3] mata
[ST] streg postestimation matsave
mass, [MV] Glossary matexpsym() function, [M-5] matexpsym( )
mata matexpsym() function, [M-5] matexpsym( )
clear command, [M-3] mata clear math symbols, [G-4] text
describe command, [M-3] mata describe mathematical functions, [M-4] mathematical,
drop command, [M-3] mata drop [M-4] matrix, [M-4] scalar, [M-4] solvers,
help command, [M-3] mata help [M-4] standard
invocation command, [M-3] mata mathematical functions and expressions, [D] functions,
matdescribe command, [M-3] mata matsave [P] matrix define, [U] 13.3 Functions
matsave command, [M-3] mata matsave Matlab, reading data from, [U] 21.4 Transfer programs
matuse command, [M-3] mata matsave matlist command, [P] matlist
memory command, [M-3] mata memory matlogsym() function, [M-5] matexpsym( )
mlib add command, [M-3] mata mlib matlogsym() function, [M-5] matexpsym( )
mlib create command, [M-3] mata mlib matmissing() function, [D] functions, [P] matrix
mlib index command, [M-3] mata mlib define
mlib query command, [M-3] mata mlib matname command, [P] matrix mkmat
mosave command, [M-3] mata mosave matpowersym() function, [M-5] matpowersym( )
query command, [M-3] mata set, [R] set matpowersym() function, [M-5] matpowersym( )
rename command, [M-3] mata rename mat put rr command, [P] matrix get
set matacache command, [M-3] mata set, [R] set matrices, [M-4] intro, [M-6] Glossary, [P] matrix,
[U] 14 Matrix expressions
set matafavor command, [M-3] mata set,
[M-5] favorspeed( ), [R] set accessing internal, [P] matrix get
set matalibs command, [M-3] mata set, [R] set accumulating, [P] matrix accum
set matalnum command, [M-3] mata set, [R] set appending rows and columns, [P] matrix define
set matamofirst command, [M-3] mata set, Cholesky decomposition, [P] matrix define
[R] set coefficient, [P] ereturn
set mataoptimize command, [M-3] mata set, column names, see matrices, row and column names
[R] set constrained estimation, [P] makecns
set matastrict command, [M-1] ado, copying, [P] matrix define, [P] matrix get,
[M-2] declarations, [M-3] mata set, [R] set [P] matrix mkmat
stata command, [M-3] mata stata correlation, [MV] pca, [P] matrix define
which command, [M-3] mata which covariance, [MV] pca
Mata, [D] putmata covariance matrix of estimators, [P] ereturn,
commands, [M-3] intro [P] matrix get
error messages, [M-5] error( ), also see traceback cross-product, [P] matrix accum
log determinant, [P] matrix define
.mata source code file, [M-1] source, [M-3] mata diagonals, [P] matrix define
mlib, [M-6] Glossary, [U] 11.6 Filenaming displaying, [P] matlist, [P] matrix utility
conventions dissimilarity, [MV] matrix dissimilarity,
mata, clear subcommand, [D] clear [MV] Glossary, [P] matrix dissimilarity
mata, query subcommand, [R] query distances, [MV] matrix dissimilarity, [P] matrix
matched case–control data, [R] asclogit, [R] clogit, dissimilarity
[R] symmetry, [ST] epitab, [ST] sttocc, dropping, [P] matrix utility
[ST] Glossary eigenvalues, [P] matrix eigenvalues, [P] matrix
matched study, [PSS] intro, [PSS] power, [PSS] power symeigen
pairedmeans, [PSS] power pairedproportions, eigenvectors, [P] matrix symeigen
[PSS] Glossary elements, [P] matrix define
matched-pairs tests, [R] signrank, [R] ttest equation names, see matrices, row and column
matching coefficient, [MV] Glossary names
matching coefficient similarity measure, estimation results, [P] ereturn, [P] estimates
[MV] measure option functions, [D] functions, [M-4] manipulation,
matching configuration, [MV] Glossary [M-4] matrix, [M-4] solvers, [M-4] standard,
matching estimator, [TE] teffects intro, [TE] teffects [P] matrix define
intro advanced, [TE] teffects nnmatch, identity, [P] matrix define
[TE] teffects psmatch, [TE] Glossary input, [P] matrix define, [U] 14.4 Inputting
matcproc command, [P] makecns matrices by hand
Subject index 217
.mo object code file, [M-1] how, [M-3] mata more command and parameter, [P] macro, [P] more,
mosave, [M-3] mata which, [M-6] Glossary, [R] more, [U] 7 –more– conditions,
[U] 11.6 Filenaming conventions [U] 16.1.6 Preventing –more– conditions
mod() function, [D] functions, [M-5] mod( ) more() function, [M-5] more( )
mode(), egen function, [D] egen more, set subcommand, [R] more, [R] set
mode-curvature adaptive Gauss–Hermite quadrature, mortality table, see life tables
see quadrature, mode-curvature adaptive Gauss– mosave, mata subcommand, [M-3] mata mosave
Hermite moving average
model coefficients test, [R] lrtest, [R] test, [R] testnl, model, [TS] arch, [TS] arfima, [TS] arima,
[SVY] svy postestimation [TS] sspace, [TS] ucm
model identification, [SEM] intro 4, [SEM] intro 12, process, [TS] Glossary
[SEM] Glossary smoother, [TS] tssmooth, [TS] tssmooth ma
model simplification test, [SEM] example 8, mprobit command, [R] mprobit, [R] mprobit
[SEM] example 10 postestimation
model specification test, see specification test mreldif() function, [D] functions, [M-5] reldif( ),
model, ml subcommand, [R] ml [P] matrix define
model-implied covariances and correlations, mreldifre() function, [M-5] reldif( )
[SEM] example 11 mreldifsym() function, [M-5] reldif( )
models, maximum number of variables in, [R] matsize msize() option, [G-3] marker options,
modern scaling, [MV] Glossary [G-3] rcap options
modification indices, [SEM] estat mindices, msofhours() function, [D] datetime, [D] functions,
[SEM] example 5, [SEM] methods and [M-5] date( )
formulas for sem, [SEM] Glossary msofminutes() function, [D] datetime, [D] functions,
modification, file, [D] filefilter [M-5] date( )
modifying data, [D] generate, also see editing data msofseconds() function, [D] datetime, [D] functions,
modulus function, [D] functions [M-5] date( )
modulus transformations, [R] boxcox mspline, graph twoway subcommand, [G-2] graph
mofd() function, [D] datetime, [D] functions, twoway mspline
[M-5] date( ) mstyle() option, [G-3] marker options
moments (of a distribution), [SEM] Glossary msymbol() option, [G-3] marker options
monadic operator, [M-2] syntax, [M-6] Glossary MTMM, see multitrait–multimethod data and matrices
monotone imputation, see imputation, monotone mtr(), egen function, [D] egen
monotone-missing pattern, [MI] mi impute monotone, multiarm trial, [ST] stpower, [ST] Glossary
[MI] Glossary, [R] misstable multidimensional scaling, [MV] mds, [MV] mds
monotonicity, see pattern of missingness postestimation plots, [MV] mdslong,
Monte Carlo error, [MI] mi estimate, [MI] mi estimate [MV] mdsmat, [MV] Glossary
using, [MI] Glossary configuration plot, [MV] Glossary
Monte Carlo simulations, [P] postfile, [R] permute, multilevel data, [MI] mi estimate
[R] simulate multilevel latent variable, [SEM] intro 2, [SEM] gsem
month() function, [D] datetime, [D] functions, path notation extensions
[M-5] date( ), [U] 24.5 Extracting components multilevel mixed-effects model, see multilevel model
of dates and times multilevel model, [ME] me, [ME] mecloglog,
monthly() function, [D] datetime, [D] datetime [ME] meglm, [ME] melogit, [ME] menbreg,
translation, [D] functions, [M-5] date( ) [ME] meologit, [ME] meoprobit,
Moore–Penrose inverse, [M-5] pinv( ) [ME] mepoisson, [ME] meprobit,
moptimize() function, [M-5] moptimize( ) [ME] meqrlogit, [ME] meqrpoisson,
moptimize() function, [M-5] moptimize( ) [ME] mixed, [R] gllamm, [SEM] intro 5,
moptimize ado cleanup() function, [SEM] example 30g, [SEM] example 38g,
[M-5] moptimize( ) [SEM] example 39g, [SEM] example 40g,
moptimize evaluate() function, [SEM] example 41g, [SEM] example 42g,
[M-5] moptimize( ) [SEM] Glossary, [U] 26.19 Multilevel mixed-
moptimize evaluate() function, [M-5] moptimize( ) effects models
moptimize init() function, [M-5] moptimize( ) multinomial
moptimize init *() functions, [M-5] moptimize( ) logistic regression, [SEM] intro 2, [SEM] intro 5,
[SEM] example 37g, [SEM] example 41g,
moptimize query() function, [M-5] moptimize( )
[SEM] Glossary, [SVY] svy estimation
moptimize result *() functions,
logistic regression imputation, see imputation,
[M-5] moptimize( )
multinomial logistic regression
moptimize util *() functions, [M-5] moptimize( )
Subject index 223
multivariate GARCH, postestimation, continued naming groups of variables, [D] rename group
after dvech model, [TS] mgarch dvech naming variables, [D] rename
postestimation NaN, [M-6] Glossary
after vcc model, [TS] mgarch vcc postestimation NARCH, see nonlinear autoregressive conditional
multivariate imputation, see imputation, multivariate heteroskedasticity
multivariate imputation using chained equations, see NARCHK, see nonlinear autoregressive conditional
imputation, multivariate, chained equations heteroskedasticity with a shift
multivariate logistic variable imputation, see imputation, natural log function, [D] functions
multivariate natural splines, [R] mkspline
multivariate normal imputation, see imputation, nbetaden() function, [D] functions, [M-5] normal( )
multivariate normal nbinomial() function, [D] functions, [M-5] normal( )
multivariate normal simulator, [M-5] ghk( ), nbinomialp() function, [D] functions,
[M-5] ghkfast( ) [M-5] normal( )
multivariate regression, [SEM] example 12, nbinomialtail() function, [D] functions,
[SEM] Glossary, also see seemingly unrelated [M-5] normal( )
regression, see multivariate regression nbreg command, [R] nbreg, [R] nbreg postestimation
multivariate regression imputation, see imputation, nbreg option, see gsem option nbreg
multivariate nchi2() function, [D] functions, [M-5] normal( )
multivariate time-series estimators, n-class command, [P] program, [P] return
dynamic-factor models, [TS] dfactor ndots() option, [G-2] graph twoway dot
MGARCH models, see multivariate GARCH nearest neighbor, [MI] mi impute pmm, [MV] discrim
state-space models, [TS] sspace knn, [MV] Glossary
structural vector autoregressive models, [TS] var nearest-neighbor matching, [TE] teffects intro,
svar [TE] teffects intro advanced, [TE] teffects
vector autoregressive models, [TS] var, nnmatch, [TE] Glossary
[TS] varbasic needle plot, [R] spikeplot
vector error-correction models, [TS] vec negate() function, [M-5] negate( )
MVAGH, see quadrature, mean–variance adaptive negation matrix, [M-5] negate( )
Gauss–Hermite negation operator, see arithmetic operators
mvdecode command, [D] mvencode negative binomial, [SEM] example 39g
mvencode command, [D] mvencode distribution,
MVN imputation, see imputation, multivariate normal cumulative, [D] functions
mvreg command, [MV] mvreg, [MV] mvreg inverse cumulative, [D] functions
postestimation
inverse reverse cumulative, [D] functions
mvreg, estat subcommand, [MV] procrustes
reverse cumulative, [D] functions
postestimation
probability mass function, [D] functions
mvtest, [MV] mvtest
regression, [R] nbreg, [SEM] Glossary, [SVY] svy
correlations command, [MV] mvtest
estimation, [XT] Glossary
correlations
fixed-effects, [XT] xtnbreg
covariances command, [MV] mvtest covariances
generalized linear models, [R] glm
means command, [MV] mvtest means
population-averaged, [XT] xtgee, [XT] xtnbreg
normality command, [MV] mvtest normality
random-effects, [XT] xtnbreg
truncated, [R] tnbreg
N zero-inflated, [R] zinb
regression, mixed-effects, [ME] menbreg
n and N built-in variables, [U] 13.4 System variables negative effect size, [PSS] intro, [PSS] power,
( variables), [U] 13.7 Explicit subscripting [PSS] power onemean, [PSS] power twomeans,
name() option, [G-3] name option [PSS] power pairedmeans, [PSS] power
nameexternal() function, [M-5] findexternal( ) oneproportion, [PSS] power twoproportions,
namelists, [M-3] namelists [PSS] power pairedproportions, [PSS] power
names, [U] 11.3 Naming conventions onevariance, [PSS] power twovariances,
conflicts, [P] matrix, [P] matrix define, [P] scalar [PSS] power onecorrelation, [PSS] power
matrix row and columns, [P] ereturn, [P] matrix twocorrelations, [PSS] Glossary
define, [P] matrix rownames Nelder–Mead algorithm, [M-5] moptimize( ),
names, confirm subcommand, [P] confirm [M-5] optimize( )
namespace and conflicts, matrices and scalars, Nelson–Aalen cumulative hazard, [ST] sts, [ST] sts
[P] matrix, [P] matrix define generate, [ST] sts graph, [ST] sts list
naming convention, [M-1] naming
Subject index 225
normality, null
conditional, [SEM] intro 4, [SEM] Glossary correlation, [PSS] intro, [PSS] power
joint, [SEM] intro 4, [SEM] Glossary hypothesis and alternative hypothesis, [PSS] intro,
normality test, [MV] mvtest normality [PSS] power, [PSS] power, graph,
after VAR or SVAR, [TS] varnorm [PSS] power, table, [PSS] power onemean,
after VEC, [TS] vecnorm [PSS] power twomeans, [PSS] power
normality, mvtest subcommand, [MV] mvtest pairedmeans, [PSS] power oneproportion,
normality [PSS] power twoproportions, [PSS] power
pairedproportions, [PSS] power onevariance,
normalization, [MV] ca, [MV] mca, [MV] mds,
[PSS] power twovariances, [PSS] power
[MV] rotate, [MV] Glossary
onecorrelation, [PSS] power twocorrelations,
normalization constraints, see constraints, normalization [PSS] unbalanced designs, [PSS] Glossary
normalized residuals, [SEM] estat residuals, mean, [PSS] intro, [PSS] GUI, [PSS] power,
[SEM] methods and formulas for sem, [PSS] power, graph, [PSS] power, table,
[SEM] Glossary [PSS] power onemean, [PSS] power
normally distributed random numbers, [D] functions oneproportion, [PSS] power onecorrelation,
not concave message, [R] maximize [PSS] unbalanced designs
Not Elsewhere Classified, see Stata Blog mean difference, [PSS] intro, [PSS] power,
not equal operator, [U] 13.2.3 Relational operators [PSS] power pairedmeans
not operator, [U] 13.2.4 Logical operators parameter, see null value
notable option, see gsem option notable, see sem proportion, [PSS] intro, [PSS] power
option notable space, [PSS] intro
note() option, [G-3] title options standard deviation, [PSS] intro, [PSS] power,
notes [PSS] power onevariance
command, [D] notes value, see hypothesized value
drop command, [D] notes variance, [PSS] intro, [PSS] power, [PSS] power
list command, [D] notes onevariance
renumber command, [D] notes nullmat() function, [D] functions, [P] matrix define
replace command, [D] notes number to string conversion, see string functions
search command, [D] notes number, confirm subcommand, [P] confirm
notes on estimation results, [R] estimates notes numbered
notes, styles, [G-4] linestyle, [G-4] markerlabelstyle,
cluster analysis, [MV] cluster notes [G-4] markerstyle, [G-4] pstyle
creating, [D] notes, [D] varmanage numbers, [U] 12.2 Numbers
editing, [D] notes, [D] varmanage formatting, [D] format
notes, cluster subcommand, [MV] cluster notes mapping to strings, [D] encode, [D] label
notes, estimates subcommand, [R] estimates notes numeric, [M-2] declarations, [M-6] Glossary
notifyuser, set subcommand, [R] set numeric list, [P] numlist, [P] syntax,
noupdate option, [MI] noupdate option [U] 11.1.8 numlist
novarabbrev command, [P] varabbrev numeric value labels, [D] labelbook
noxconditional option, see sem option numerical precision, [U] 13.11 Precision and problems
noxconditional therein
NPARCH, see nonlinear power autoregressive numlabel command, [D] labelbook
conditional heteroskedasticity numlist command, [P] numlist, [U] 11.1.8 numlist
npnchi2() function, [D] functions, [M-5] normal( ) N-way analysis of variance, [R] anova
npnF() function, [D] functions, [M-5] normal( ) N-way multivariate analysis of variance, [MV] manova
npnt() function, [D] functions, [M-5] normal( )
nproc, estat subcommand, [R] rocreg postestimation O
nptrend command, [R] nptrend
NR algorithm, [R] ml object, [P] class
nrtolerance() option, [R] maximize object code, [M-1] how, [M-6] Glossary
nt() function, [D] functions, [M-5] normal( ) object-oriented programming, [M-2] class,
ntden() function, [D] functions, [M-5] normal( ) [M-6] Glossary, [P] class
nttail() function, [D] functions, [M-5] normal( ) objects, size of, [G-4] relativesize
NULL, [M-2] pointers, [M-6] Glossary .objkey built-in class function, [P] class
.objtype built-in class function, [P] class
228 Subject index
oblimax rotation, [MV] rotate, [MV] rotatemat, ocloglog option, see gsem option ocloglog
[MV] Glossary odbc
oblimin rotation, [MV] rotate, [MV] rotatemat, describe command, [D] odbc
[MV] Glossary exec() command, [D] odbc
oblique rotation, [MV] factor postestimation, insert command, [D] odbc
[MV] rotate, [MV] rotatemat, [MV] Glossary list command, [D] odbc
oblique transformation, see oblique rotation load command, [D] odbc
obs parameter, [D] describe, [D] obs query command, [D] odbc
obs, set subcommand, [D] obs, [R] set sqlfile() command, [D] odbc
observational data, [R] correlate, [R] heckman, ODBC data source, reading data from, [D] odbc,
[R] ivregress, [R] logit, [R] mean, [R] regress, [U] 21.4 Transfer programs, [U] 21.5 ODBC
[R] summarize, [R] tabulate oneway, sources
[R] tabulate twoway, [R] ttest, [TE] treatment odbcmgr, set subcommand, [D] odbc, [R] set
effects, [TE] etpoisson, [TE] etpoisson
odds, [PSS] Glossary, [ST] Glossary
postestimation, [TE] etregress, [TE] etregress
postestimation, [TE] teffects, [TE] teffects odds ratio, [ME] meglm, [ME] melogit, [ME] meologit,
intro, [TE] teffects intro advanced, [TE] teffects [ME] meqrlogit, [PSS] intro, [PSS] power,
aipw, [TE] teffects ipw, [TE] teffects ipwra, [PSS] power twoproportions, [PSS] power
[TE] teffects nnmatch, [TE] teffects overlap, pairedproportions, [PSS] Glossary,
[TE] teffects postestimation, [TE] teffects [R] eform option, [ST] epitab, [ST] Glossary,
psmatch, [TE] teffects ra, [TE] Glossary, [SVY] svy estimation, [XT] xtcloglog,
[U] 12 Data, [U] 20 Estimation and [XT] xtgee, [XT] xtlogit, [XT] xtologit
postestimation commands, [U] 26.4 Structural differences, [SVY] svy postestimation
equation modeling (SEM), [U] 26.17 Models estimation, [R] asclogit, [R] binreg, [R] clogit,
with time-series data, [U] 26.18 Panel-data [R] cloglog, [R] exlogistic, [R] glm, [R] glogit,
models, [U] 26.19 Multilevel mixed-effects [R] logistic, [R] logit, [R] mlogit, [R] scobit
models, [U] 26.20 Survival-time (failure-time) postestimation, [R] contrast, [R] exlogistic
models, [U] 26.21 Treatment-effect models, postestimation, [R] lincom
[U] 26.24 Survey data, [U] 26.26 Multivariate OEx, [SEM] sem and gsem option covstructure( )
and cluster analysis off,
observational study, [PSS] intro, [PSS] power, cmdlog subcommand, [R] log
[PSS] power onemean, [PSS] power twomeans, log subcommand, [R] log
[PSS] power pairedmeans, [PSS] power timer subcommand, [P] timer
oneproportion, [PSS] power twoproportions, Office Open XML, [M-5] docx*( )
[PSS] power pairedproportions, [PSS] power Office, Microsoft, see Microsoft Office
onevariance, [PSS] power twovariances,
offset between axes and data, setting,
[PSS] power onecorrelation, [PSS] power
[G-3] region options
twocorrelations, [PSS] Glossary
offset variable, [ST] Glossary
observations,
offset() option, see gsem option offset()
built-in counter variable, [U] 11.3 Naming
conventions ograph, irf subcommand, [TS] irf ograph
complete and incomplete, [MI] Glossary OIM, see observed information matrix
creating dataset of, [D] collapse oim, see gsem option vce(), see sem option vce()
dropping, [D] drop OLDPLACE directory, [P] sysdir, [U] 17.5 Where does
Stata look for ado-files?
dropping duplicate, [D] duplicates
OLE Automation, [P] automation
duplicating, [D] expand
ologit command, [R] ologit, [R] ologit postestimation
duplicating, clustered, [D] expandcl
ologit option, see gsem option ologit
identifying duplicate, [D] duplicates
ologit regression, mixed-effects, [ME] meologit
increasing number of, [D] obs
OLS regression, see linear regression
marking, [P] mark
omitted variables test, [R] regress postestimation, also
maximum number of, [D] memory, [U] 6 Managing
see specification test
memory
on,
ordering, [D] gsort, [D] sort
cmdlog subcommand, [R] log
transposing with variables, [D] xpose
log subcommand, [R] log
observed information matrix, [R] ml, [R] vce option,
[SEM] Glossary, [XT] vce options timer subcommand, [P] timer
observed level of significance, see p-value onecorrelation, power subcommand, [PSS] power
onecorrelation
observed variables, [SEM] intro 4, [SEM] Glossary
one-level model, [ME] me, [ME] Glossary
Ochiai coefficient similarity measure,
[MV] measure option onemean, power subcommand, [PSS] power onemean
Subject index 229
oneproportion, power subcommand, [PSS] power opaccum, matrix subcommand, [P] matrix accum
oneproportion open, file subcommand, [P] file
one-sample correlation, see correlations, one-sample OpenOffice dates, [D] datetime
one-sample mean, see means, one-sample operating system command, [D] cd, [D] copy, [D] dir,
one-sample proportion, see proportions, one-sample [D] erase, [D] mkdir, [D] rmdir, [D] shell,
one-sample standard deviation, see standard deviations, [D] type
one-sample operator, [M-2] op arith, [M-2] op assignment,
one-sample study, [PSS] intro, [PSS] GUI, [M-2] op colon, [M-2] op conditional,
[PSS] power, [PSS] power, graph, [PSS] power, [M-2] op increment, [M-2] op join,
table, [PSS] power onemean, [PSS] power [M-2] op kronecker, [M-2] op logical,
oneproportion, [PSS] power onevariance, [M-2] op range, [M-2] op transpose,
[PSS] power onecorrelation, [PSS] unbalanced [M-6] Glossary, [P] matrix define,
designs [U] 13.2 Operators
one-sample test, [PSS] intro, [PSS] power, difference, [U] 11.4.4 Time-series varlists
[PSS] power onemean, [PSS] power lag, [U] 11.4.4 Time-series varlists
oneproportion, [PSS] power onevariance, lead, [U] 11.4.4 Time-series varlists
[PSS] power onecorrelation, [PSS] Glossary order of evaluation, [U] 13.2.5 Order of evaluation,
correlation, [PSS] intro, [PSS] power, [PSS] power all operators
onecorrelation, [PSS] Glossary seasonal lag, [U] 11.4.4 Time-series varlists
mean, [PSS] intro, [PSS] power, [PSS] power, OPG, see outer product of the gradient
graph, [PSS] power, table, [PSS] power oprobit command, [R] oprobit, [R] oprobit
onemean, [PSS] unbalanced designs, postestimation
[PSS] Glossary oprobit option, see gsem option oprobit
proportion, [PSS] intro, [PSS] power, [PSS] power oprobit regression, mixed-effects, [ME] meoprobit
oneproportion, [PSS] Glossary
optimization, [M-3] mata set, [M-5] moptimize( ),
variance, [PSS] intro, [PSS] power, [PSS] power [M-5] optimize( ), [M-6] Glossary
onevariance, [PSS] Glossary
optimize() function, [M-5] optimize( )
one-sample variance, see variances, one-sample
optimize() function, [M-5] optimize( )
one-sided test, [PSS] intro, [PSS] power, [PSS] power
optimize evaluate() function, [M-5] optimize( )
onemean, [PSS] power twomeans, [PSS] power
pairedmeans, [PSS] power oneproportion, optimize evaluate() function, [M-5] optimize( )
[PSS] power twoproportions, [PSS] power optimize init() function, [M-5] optimize( )
pairedproportions, [PSS] power onevariance, optimize init *() functions, [M-5] optimize( )
[PSS] power twovariances, [PSS] power optimize query() function, [M-5] optimize( )
onecorrelation, [PSS] power twocorrelations, optimize result *() functions, [M-5] optimize( )
[PSS] Glossary options, [U] 11 Language syntax
lower, [PSS] intro, [PSS] power, [PSS] power in a programming context, [P] syntax, [P] unab
onemean, [PSS] power twomeans, [PSS] power repeated, [G-4] concept: repeated options
pairedmeans, [PSS] power oneproportion, or operator, [U] 13.2.4 Logical operators
[PSS] power twoproportions, [PSS] power Oracle, reading data from, [D] odbc, [U] 21.4 Transfer
pairedproportions, [PSS] power onevariance, programs
[PSS] power twovariances, [PSS] power order command, [D] order
onecorrelation, [PSS] power twocorrelations,
order statistics, [D] egen, [R] lv
[PSS] Glossary
order() function, [M-5] sort( )
upper, [PSS] intro, [PSS] power, [PSS] power
onemean, [PSS] power twomeans, [PSS] power ordered
pairedmeans, [PSS] power oneproportion, complementary log-log regression, [SEM] Glossary
[PSS] power twoproportions, [PSS] power logistic regression, [ME] meologit, [SEM] Glossary,
pairedproportions, [PSS] power onevariance, [SVY] svy estimation
[PSS] power twovariances, [PSS] power logistic regression imputation, see imputation,
onecorrelation, [PSS] power twocorrelations, ordered logistic regression
[PSS] Glossary logit, [R] ologit, [SEM] example 35g
one-step-ahead forecast, see static forecast probit, [R] heckoprobit, [R] oprobit,
one-tailed test, see one-sided test [SEM] example 35g, [SEM] example 36g
onevariance, power subcommand, [PSS] power probit regression, [ME] meoprobit, [SEM] Glossary,
onevariance [SVY] svy estimation
one-way analysis of variance, [R] kwallis, [R] loneway, probit with sample selection, [SVY] svy estimation
[R] oneway ordering
oneway command, [R] oneway observations, [D] gsort, [D] sort
online help, [U] 7 –more– conditions variables, [D] order, [D] sort
230 Subject index
overlap assumption, [TE] teffects intro, [TE] teffects panelsubview() function, [M-5] panelsetup( )
intro advanced, [TE] teffects overlap, Paradox, reading data from, [U] 21.4 Transfer
[TE] Glossary programs
overlap, teffects subcommand, [TE] teffects parallel number list, [PSS] intro, [PSS] power,
overlap [PSS] power, graph, [PSS] power, table
overloading, class program names, [P] class parameter constraints, [SEM] estat ginvariant,
ovtest, estat subcommand, [R] regress [SEM] Glossary
postestimation parameter trace files, [MI] mi impute mvn, [MI] mi
ptrace
parameter values, obtaining symbolic names, see gsem
P option coeflegend, see sem option coeflegend
P charts, [G-2] graph other parameterized curves, [D] range
P–P plot, [R] diagnostic plots parameters, [SEM] Glossary
p-value, [SEM] Glossary combinations of, [SEM] lincom, [SEM] nlcom
pac command, [TS] corrgram system, see system parameters
pagesize, set subcommand, [R] more, [R] set parametric methods, [MV] Glossary
paging of screen output, controlling, [P] more, parametric spectral density estimation, [TS] psdensity
[R] more parametric survival models, [ST] streg, [SVY] svy
paired estimation
data, [PSS] Glossary PARCH, see power autoregressive conditional
means, see means, paired heteroskedasticity
observations, see paired data parsedistance, cluster subcommand, [MV] cluster
proportions, see proportions, paired programming utilities
study, [PSS] intro, [PSS] power, [PSS] power parsimax rotation, [MV] rotate, [MV] rotatemat,
pairedmeans, [PSS] power pairedproportions [MV] Glossary
test, [PSS] Glossary parsing, [M-5] tokenget( ), [M-5] tokens( ),
[P] gettoken, [P] numlist, [P] syntax,
paired-coordinate plots, [G-2] graph twoway pcarrow,
[P] tokenize, [U] 18.4 Program arguments
[G-2] graph twoway pccapsym, [G-2] graph
twoway pcscatter, [G-2] graph twoway pcspike partial
pairedmeans, power subcommand, [PSS] power autocorrelation function, [TS] corrgram,
pairedmeans [TS] Glossary
pairedproportions, power subcommand, correlation, [R] pcorr
[PSS] power pairedproportions DFBETA, [ST] stcox postestimation, [ST] stcrreg
paired-sample test, [PSS] intro, [PSS] power, postestimation, [ST] Glossary
[PSS] power pairedmeans, [PSS] power effects, [R] margins, [R] marginsplot
pairedproportions, [PSS] Glossary likelihood displacement value, [ST] Glossary
means, [PSS] intro, [PSS] power, [PSS] power LMAX value, [ST] Glossary
pairedmeans, [PSS] Glossary regression leverage plot, [R] regress postestimation
proportions, [PSS] intro, [PSS] power, [PSS] power diagnostic plots
pairedproportions, [PSS] Glossary regression plot, [R] regress postestimation
pairwise combinations, [D] cross, [D] joinby diagnostic plots
pairwise comparisons, [MV] intro, [R] margins, residual plot, [R] regress postestimation diagnostic
pwcompare, [R] marginsplot, [R] pwcompare, plots
[R] pwmean, [U] 20.17 Obtaining pairwise partially specified target rotation, [MV] rotate,
comparisons [MV] rotatemat, [MV] Glossary
pairwise correlation, [R] correlate partition cluster-analysis methods, [MV] cluster kmeans
pairwise, estat subcommand, [MV] mds and kmedians, [MV] Glossary
postestimation partition clustering, see partition cluster-analysis
palette command, [G-2] palette methods
panel data, [M-5] panelsetup( ), [MI] mi estimate, partitioned matrices, [P] matrix define
[U] 26.18 Panel-data models, [XT] Glossary partitioning memory, [U] 6 Managing memory
panel-corrected standard error, [XT] xtpcse, Parzen kernel function, [G-2] graph twoway kdensity,
[XT] Glossary [G-2] graph twoway lpoly, [R] kdensity,
panels, variable identifying, [XT] xtset [R] lpoly, [R] qreg, [TE] teffects overlap
panelsetup() function, [M-5] panelsetup( ) passive imputation, see imputation, passive
panelstats() function, [M-5] panelsetup( ) passive variables, see variables, passive
panelsubmatrix() function, [M-5] panelsetup( ) passive, mi subcommand, [MI] mi passive
past history, [ST] stset, [ST] Glossary
232 Subject index
pi() function, [M-5] sin( ) Poisson, [SEM] example 34g, [SEM] example 39g
pi, value of, [U] 11.3 Naming conventions, distribution,
[U] 13.4 System variables ( variables) confidence intervals, [R] ci
pie charts, [G-2] graph pie cumulative, [D] functions
pie, graph subcommand, [G-2] graph pie inverse cumulative, [D] functions
piece macro extended function, [P] macro inverse reverse cumulative, [D] functions
piecewise regression, see Poisson regression
cubic functions, [R] mkspline reverse cumulative, [D] functions
linear functions, [R] mkspline probability mass function, [D] functions
Pillai’s trace statistic, [MV] canon, [MV] manova, poisson command, [R] nbreg, [R] poisson,
[MV] mvtest means, [MV] Glossary [R] poisson postestimation
pinnable, set subcommand, [R] set poisson option, see gsem option poisson
pinv() function, [M-5] pinv( ) Poisson regression, [R] nbreg, [R] poisson,
pinv() function, [M-5] pinv( ) [SEM] Glossary, [ST] stcox, [SVY] svy
pk, see pharmacokinetic data estimation
pkcollapse command, [R] pkcollapse fixed-effects, [XT] xtpoisson
pkcross command, [R] pkcross generalized linear model, [R] glm
pkequiv command, [R] pkequiv mixed-effects, [ME] mepoisson, [ME] meqrpoisson
pkexamine command, [R] pkexamine model, [XT] Glossary
.pkg filename suffix, [R] net population-averaged, [XT] xtgee, [XT] xtpoisson
pkshape command, [R] pkshape random-effects, [XT] xtpoisson
pksumm command, [R] pksumm truncated, [R] tpoisson
Plackett–Luce model, [R] rologit zero-inflated, [R] zip
platforms for which Stata is available, poisson() function, [D] functions, [M-5] normal( )
[U] 5.1 Platforms poissonp() function, [D] functions, [M-5] normal( )
play() option, [G-3] play option poissontail() function, [D] functions,
play, graph subcommand, [G-2] graph play [M-5] normal( )
playsnd, set subcommand, [R] set polar coordinates, [D] range
plegend() option, [G-3] legend options polyadd() function, [M-5] polyeval( )
plot region, [G-3] region options polyderiv() function, [M-5] polyeval( )
suppressing border around, [G-3] region options polydiv() function, [M-5] polyeval( )
plot, definition, [G-4] pstyle polyeval() function, [M-5] polyeval( )
plot, ml subcommand, [R] ml polyinteg() function, [M-5] polyeval( )
plotregion() option, [G-3] region options polymorphism, [P] class
plotregionstyle, [G-4] plotregionstyle polymult() function, [M-5] polyeval( )
plottypes polynomial smoothing, see local polynomial smoothing
base, [G-3] advanced options polynomials, [M-5] polyeval( )
derived, [G-3] advanced options fractional, [R] fp, [R] mfp
plugin, orthogonal, [R] orthog
Java, [P] java, [P] javacall smoothing, see local polynomial
loading, [P] plugin polyroots() function, [M-5] polyeval( )
plugin option, [P] plugin, [P] program polysolve() function, [M-5] polyeval( )
plural() function, [D] functions polytomous logistic regression, [SVY] svy estimation
PLUS directory, [P] sysdir, [U] 17.5 Where does Stata polytomous outcome model, see outcomes, polytomous
look for ado-files? polytrim() function, [M-5] polyeval( )
PMM imputation, see imputation, predictive mean POMs, see potential-outcome means
matching pooled estimates, [ST] epitab
PNG, [G-3] png options pooled estimator, [XT] Glossary
pnorm command, [R] diagnostic plots pooling step, [MI] intro substantive, [MI] mi estimate,
point estimate, [SVY] Glossary [MI] mi estimate using, [MI] mi predict
point-and-click analysis, see graphical user interface population attributable risk, [ST] epitab
pointers, [M-2] pointers, [M-2] ftof, population error, [SEM] estat gof, [SEM] example 4
[M-5] findexternal( ), [M-6] Glossary
points, connecting, [G-3] connect options,
[G-4] connectstyle
234 Subject index
power, [M-2] op arith, [M-2] op colon, power and sample-size analysis, [PSS] GUI,
[M-5] matpowersym( ), [PSS] intro, [PSS] power, [PSS] power, graph,
[PSS] GUI, [PSS] power, [PSS] power, [PSS] power, table, [PSS] power onemean,
graph, [PSS] power, table, [PSS] power [PSS] power twomeans, [PSS] power
onemean, [PSS] power twomeans, [PSS] power pairedmeans, [PSS] power oneproportion,
pairedmeans, [PSS] power oneproportion, [PSS] power twoproportions, [PSS] power
[PSS] power twoproportions, [PSS] power pairedproportions, [PSS] power onevariance,
pairedproportions, [PSS] power onevariance, [PSS] power twovariances, [PSS] power
[PSS] power twovariances, [PSS] power onecorrelation, [PSS] power twocorrelations,
onecorrelation, [PSS] power twocorrelations, [PSS] unbalanced designs, [PSS] Glossary
[PSS] unbalanced designs, [PSS] Glossary, goals of, [PSS] intro
[ST] Glossary, [U] 19.3 The power command, prospective, [PSS] intro, [PSS] Glossary
[U] 26.29 Power and sample-size analysis retrospective, [PSS] intro, [PSS] Glossary
actual, [PSS] intro, [PSS] power, [PSS] power, power autoregressive conditional heteroskedasticity,
graph, [PSS] power, table, [PSS] power [TS] arch
onemean, [PSS] power twomeans, [PSS] power power transformations, [R] boxcox, [R] lnskew0
pairedmeans, [PSS] power oneproportion,
pperron command, [TS] pperron
[PSS] power twoproportions, [PSS] power
pairedproportions, [PSS] power onevariance, pragma, [M-2] pragma, [M-6] Glossary
[PSS] power twovariances, [PSS] power pragma unset, [M-2] pragma
onecorrelation, [PSS] power twocorrelations, pragma unused, [M-2] pragma
[PSS] unbalanced designs, [PSS] Glossary prais command, [TS] prais, [TS] prais postestimation
analysis, see power and sample-size analysis Prais–Winsten regression, [TS] prais, [TS] prais
Cox proportional hazards regression, [ST] stpower, postestimation, [TS] Glossary, [XT] xtpcse
[ST] stpower cox precision, [U] 13.11 Precision and problems therein
curve, [PSS] intro, [PSS] GUI, [PSS] power, predetermined variable, [XT] Glossary
[PSS] power, graph, [PSS] Glossary predict command, [P] predict
determination, [PSS] intro, [PSS] GUI, predict command, [P] ereturn, [P] estimates,
[PSS] power, [PSS] power, graph, [R] predict, [R] regress postestimation,
[PSS] power, table, [PSS] power onemean, [SEM] intro 7, [SEM] example 14,
[PSS] power twomeans, [PSS] power [SEM] example 28g, [SEM] predict after
pairedmeans, [PSS] power oneproportion, gsem, [SEM] predict after sem, [SVY] svy
[PSS] power twoproportions, [PSS] power postestimation, [TE] teffects postestimation,
pairedproportions, [PSS] power onevariance, [U] 20.10 Obtaining predicted values
[PSS] power twovariances, [PSS] power predict, estat subcommand, [R] exlogistic
onecorrelation, [PSS] power twocorrelations, postestimation
[PSS] unbalanced designs, [PSS] Glossary predict, mi subcommand, [MI] mi predict
exponential survival, [ST] stpower, [ST] stpower predicted values, see postestimation, predicted values
exponential predictions, [R] predict, [R] predictnl, [SVY] svy
exponential test, [ST] stpower, [ST] stpower postestimation, see multiple imputation,
exponential prediction
function, [PSS] intro, [PSS] Glossary obtaining after estimation, [MI] mi predict,
graph, see power curve [P] predict
graphical output, [PSS] power, graph standard error of, [R] glm, [R] predict, [R] regress
log-rank, [ST] stpower, [ST] stpower logrank postestimation
nominal, [PSS] intro, [PSS] power, [PSS] power, predictive margins, [SVY] Glossary,
graph, [PSS] power, table, [PSS] power [U] 20.15 Obtaining marginal means, adjusted
onemean, [PSS] power twomeans, [PSS] power predictions, and predictive margins
pairedmeans, [PSS] power oneproportion, predictive mean matching imputation, see imputation,
[PSS] power twoproportions, [PSS] power predictive mean matching
pairedproportions, [PSS] power onevariance, predictnl command, [R] predictnl, [SVY] svy
[PSS] power twovariances, [PSS] power postestimation
onecorrelation, [PSS] power twocorrelations, predictnl, mi subcommand, [MI] mi predict
[PSS] unbalanced designs, [PSS] Glossary prefix command, [R] bootstrap, [R] fp, [R] jackknife,
raise to, function, see arithmetic operators [R] mfp, [R] nestreg, [R] permute, [R] simulate,
[R] stepwise, [R] xi, [U] 11.1.10 Prefix
commands
236 Subject index
Pregibon delta beta influence statistic, see delta beta probit regression, continued
influence statistic generalized linear model, [R] glm
preprocessor commands, [R] #review heteroskedastic, [R] hetprobit
preserve command, [P] preserve mixed-effects, [ME] meprobit, also see ordered
preserving data, [P] preserve probit regression
preserving user’s data, [P] preserve multinomial, [R] mprobit
pretreatment mean, see means, pretreatment ordered, [R] heckoprobit, [R] oprobit
prevalence studies, see case–control data, see cross- population-averaged, [XT] xtgee, [XT] xtprobit
sectional study random-effects, [XT] xtoprobit, [XT] xtprobit
prevented fraction, [ST] epitab, [ST] Glossary two-equation, [R] biprobit
prewhiten, [XT] Glossary with endogenous regressors, [R] ivprobit, [SVY] svy
primary sampling unit, [SVY] svydescribe, estimation
[SVY] svyset, [SVY] Glossary with grouped data, [R] glogit
priming values, [TS] Glossary with sample selection, [R] heckprobit, [SVY] svy
principal estimation
component analysis, [MV] pca, [MV] Glossary procedure codes, [D] icd9
factors analysis, [MV] factor processors, set subcommand, [R] set
print command, [R] translate procoverlay command, [MV] procrustes
print, graph subcommand, [G-2] graph print postestimation
printcolor, set subcommand, [G-2] set printcolor, procrustes command, [MV] procrustes,
[R] set [MV] procrustes postestimation
printf() function, [M-5] printf( ) Procrustes rotation, [MV] procrustes, [MV] Glossary
printing graphs, [G-2] graph print, [G-3] pr options Procrustes transformation, see Procrustes rotation
exporting options, [G-2] graph set product, [M-2] op arith, [M-2] op colon,
settings, [G-2] graph set [M-2] op kronecker, [M-5] cross( ),
printing, logs (output), [R] translate, [U] 15 Saving [M-5] crossdev( ), [M-5] quadcross( )
and printing output—log files production
prior probabilities, [MV] Glossary frontier model, [R] frontier, [XT] xtfrontier
private, [M-2] class function, [XT] Glossary
probability product-moment correlation, [R] correlate
of a type I error, [PSS] intro, [PSS] power, between ranks, [R] spearman
[PSS] power, graph, [PSS] power, table, profile plots, [R] marginsplot
[PSS] power onemean, [PSS] power twomeans, profiles, estat subcommand, [MV] ca
[PSS] power pairedmeans, [PSS] power postestimation
oneproportion, [PSS] power twoproportions, program
[PSS] power pairedproportions, [PSS] power define command, [P] plugin, [P] program,
onevariance, [PSS] power twovariances, [P] program properties
[PSS] power onecorrelation, [PSS] power dir command, [P] program
twocorrelations, [PSS] Glossary drop command, [P] program
of a type II error, [PSS] intro, [PSS] power, list command, [P] program
[PSS] power, graph, [PSS] power, table,
program properties, [P] program properties
[PSS] power onemean, [PSS] power twomeans,
[PSS] power pairedmeans, [PSS] power programmer’s commands and utilities, [MI] mi select,
oneproportion, [PSS] power twoproportions, [MI] styles, [MI] technical
[PSS] power pairedproportions, [PSS] power programming, [P] syntax
onevariance, [PSS] power twovariances, cluster analysis, [MV] cluster programming
[PSS] power onecorrelation, [PSS] power utilities
twocorrelations, [PSS] Glossary cluster subcommands, [MV] cluster programming
probability weight, see sampling weight subroutines
probit command, [R] probit, [R] probit cluster utilities, [MV] cluster programming
postestimation subroutines
probit option, see gsem option probit dialog, [P] dialog programming
probit regression, [R] probit, [SEM] Glossary, estat, [P] estat programming
[SVY] svy estimation functions, [M-4] programming
alternative-specific multinomial probit, limits, [R] limits
[R] asmprobit Mac, [P] window programming, [P] window
alternative-specific rank-ordered, [R] asroprobit fopen, [P] window manage, [P] window menu,
bivariate, [R] biprobit [P] window push, [P] window stopbox
generalized estimating equations, [XT] xtgee
Subject index 237
quantiles, see percentiles, displaying, see percentiles r() function, [D] functions
quantiles, estat subcommand, [MV] mds r() stored results, [P] discard, [P] return, [R] stored
postestimation results, [U] 18.8 Accessing results calculated by
quarter() function, [D] datetime, [D] functions, other programs, [U] 18.10.1 Storing results in
[M-5] date( ) r()
quarterly() function, [D] datetime, [D] datetime r(functions) macro extended function, [P] macro
translation, [D] functions, [M-5] date( ) r(macros) macro extended function, [P] macro
quartimax rotation, [MV] rotate, [MV] rotatemat, r(matrices) macro extended function, [P] macro
[MV] Glossary r(scalars) macro extended function, [P] macro
quartimin rotation, [MV] rotate, [MV] rotatemat, r1title() option, [G-3] title options
[MV] Glossary r2title() option, [G-3] title options
quasimaximum likelihood, [SEM] Glossary ra, teffects subcommand, [TE] teffects ra
Quattro Pro, reading data from, [U] 21.4 Transfer radians, [D] functions
programs raise to a power function, [U] 13.2.1 Arithmetic
query operators
command, [R] query Ramsey test, [R] regress postestimation
efficiency command, [R] query random
graphics command, [G-2] set graphics, [G-2] set coefficient, [ME] Glossary
printcolor, [G-2] set scheme, [R] query intercept, [ME] Glossary, [SEM] example 38g
interface command, [R] query number function, [D] functions, [D] generate
mata command, [R] query numbers, [M-5] runiform( )
memory command, [D] memory, [R] query numbers, normally distributed, [D] functions,
network command, [R] query [D] generate
other command, [R] query order, test for, [R] runtest
output command, [R] query sample, [D] sample, [R] bootstrap, [U] 21.3 If you
trace command, [R] query run out of memory
update command, [R] query slope, [SEM] example 38g
query, variates, [M-5] runiform( )
cluster subcommand, [MV] cluster programming walk, [TS] Glossary
utilities random-coefficients
estimates subcommand, [R] estimates store linear regression, [XT] xtrc
file subcommand, [P] file model, [U] 26.18.6 Random-coefficients model with
forecast subcommand, [TS] forecast query panel data, [XT] Glossary
graph subcommand, [G-2] graph query random-effects model, [ME] Glossary, [R] anova,
icd9 subcommand, [D] icd9 [R] loneway, [SEM] example 38g,
icd9p subcommand, [D] icd9 [SEM] Glossary, [XT] xtabond, [XT] xtcloglog,
log subcommand, [R] log [XT] xtdpd, [XT] xtdpdsys, [XT] xtgee,
mi subcommand, [MI] mi describe [XT] xthtaylor, [XT] xtintreg, [XT] xtivreg,
ml subcommand, [R] ml [XT] xtlogit, [XT] xtnbreg, [XT] xtologit,
[XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit,
net subcommand, [R] net
[XT] xtreg, [XT] xtregar, [XT] xttobit,
odbc subcommand, [D] odbc [XT] Glossary
translator subcommand, [R] translate multilevel mixed-effects models, [ME] me,
transmap subcommand, [R] translate [ME] mecloglog, [ME] meglm, [ME] melogit,
update subcommand, [R] update [ME] menbreg, [ME] meologit,
webuse subcommand, [D] webuse [ME] meoprobit, [ME] mepoisson,
querybreakintr() function, [M-5] setbreakintr( ) [ME] meprobit, [ME] meqrlogit,
quick reference, [D] data types, [D] missing values [ME] meqrpoisson, [ME] mixed
quietly prefix, [P] quietly randomized controlled trial study, [PSS] intro,
quit Mata, [M-3] end [PSS] power, [PSS] power onemean,
quitting Stata, see exit command [PSS] power twomeans, [PSS] power
quotes pairedmeans, [PSS] power oneproportion,
to delimit strings, [U] 18.3.5 Double quotes [PSS] power twoproportions, [PSS] power
pairedproportions, [PSS] power onevariance,
to expand macros, [P] macro, [U] 18.3.1 Local
[PSS] power twovariances, [PSS] power
macros
onecorrelation, [PSS] power twocorrelations,
R [PSS] Glossary
random-number generators, [P] version
R charts, [G-2] graph other random-number seed, [MI] mi impute
R dates, [D] datetime
240 Subject index
random-order test, [R] runtest RCT, see randomized controlled trial study
range rdiscrete() function, [M-5] runiform( )
chart, [R] qc Re() function, [M-5] Re( )
of data, [D] codebook, [D] inspect, [R] lv, read, file subcommand, [P] file
[R] stem, [R] summarize, [R] table, [R] tabstat, reading console input in programs, see console,
[XT] xtsum obtaining input from
operators, [M-2] op range reading data, [M-5] docx*( ), [M-5] xl( )
plots, [G-3] rcap options reading data from disk, [U] 21 Entering and importing
spikes, [G-3] rspike options data, [U] 21.4 Transfer programs, see importing
subscripts, see subscripts data
vector, [M-5] range( ) real, [M-2] declarations, [M-6] Glossary
range command, [D] range real number to string conversion, [D] destring,
range() function, [M-5] range( ) [D] encode, [D] functions
rangen() function, [M-5] range( ) real part, [M-5] Re( )
rank, [M-5] rank( ), [M-6] Glossary real() function, [D] functions
rank correlation, [R] spearman realization, [M-6] Glossary
rank() function, [M-5] rank( ) recase() function, [D] functions
rank(), egen function, [D] egen recast command, [D] recast
ranking data, [R] rologit recast() option, [G-3] advanced options,
rank-order statistics, [D] egen, [R] signrank, [G-3] rcap options, [G-3] rspike options
[R] spearman receiver operating characteristic analysis, [G-2] graph
rank-ordered logistic regression, see outcomes, rank other, [R] roc, [U] 26.8 ROC analysis
ranks of observations, [D] egen area under ROC curve, [R] lroc
ranksum command, [R] ranksum nonparametric analysis without covariates,
Rao’s canonical-factor method, [MV] factor [R] roctab
rarea, graph twoway subcommand, [G-2] graph parametric analysis without covariates, [R] rocfit
twoway rarea regression models, [R] rocreg
Rasch models, see item response theory ROC curves after rocfit, [R] rocfit postestimation
rate ratio, [ST] epitab, [ST] stir, [ST] stptime, ROC curves after rocreg, [R] rocregplot
[ST] stsum, see incidence-rate ratio test equality of ROC areas, see equality test of ROC
ratio command, [R] ratio, [R] ratio postestimation areas
ratio of sample sizes, see allocation ratio reciprocal averaging, [MV] ca
ratios, estimating, [R] ratio recode command, [D] recode
ratios, survey data, [SVY] svy estimation, recode() function, [D] functions,
[SVY] svy: tabulate twoway [U] 25.1.2 Converting continuous variables to
raw data, [U] 12 Data categorical variables
.raw file, [U] 11.6 Filenaming conventions recoding data, [D] recode
raw residuals, [SEM] methods and formulas for sem recoding data autocode() function, [D] functions
rbar, graph twoway subcommand, [G-2] graph reconstructed correlations, [MV] factor postestimation
twoway rbar record I/O versus stream I/O, [U] 21 Entering and
rbeta() function, [D] functions, [M-5] runiform( ) importing data
rbinomial() function, [D] functions, recording sessions, [U] 15 Saving and printing
[M-5] runiform( ) output—log files
rc (return codes), see error messages and return codes recovariance, estat subcommand, [ME] meqrlogit
postestimation, [ME] meqrpoisson
rc built-in variable, [P] capture, [U] 13.4 System
postestimation, [ME] mixed postestimation
variables ( variables)
recruitment period, see accrual period
rcap, graph twoway subcommand, [G-2] graph
twoway rcap rectangle kernel function, [R] kdensity, [R] lpoly,
[R] qreg, [TE] teffects overlap
rcapsym, graph twoway subcommand, [G-2] graph
twoway rcapsym rectangularize dataset, [D] fillin
rchart command, [R] qc recursive estimation, [TS] rolling
rchi2() function, [D] functions, [M-5] runiform( ) recursive model, [SEM] Glossary
r-class command, [P] program, [P] return, recursive regression analysis, [TS] Glossary
[U] 18.8 Accessing results calculated by other redisplay graph, [G-2] graph display
programs reexpression, [R] boxcox, [R] ladder, [R] lnskew0
r-conformability, [M-5] normal( ), [M-6] Glossary .ref built-in class function, [P] class
rconnected, graph twoway subcommand,
[G-2] graph twoway rconnected
Subject index 241
renumber, notes subcommand, [D] notes residuals, [R] logistic, [R] predict, [R] regress
reordering data, [D] gsort, [D] order, [D] sort postestimation diagnostic plots, [R] rreg
reorganizing data, [D] reshape, [D] xpose postestimation, [SEM] estat gof, [SEM] estat
repair, ssd subcommand, [SEM] ssd residuals, [SEM] example 4, [SEM] Glossary,
repeated measures, [MV] Glossary, [PSS] power [ST] stcox postestimation, [ST] stcrreg
pairedmeans, [PSS] power pairedproportions postestimation, [ST] streg postestimation
repeated measures ANOVA, [R] anova residuals, estat subcommand, [MV] factor
postestimation, [MV] pca postestimation,
repeated measures MANOVA, [MV] manova
[SEM] estat residuals
repeated options, [G-4] concept: repeated options
residual-versus-fitted plot, [G-2] graph other,
repeating and editing commands, [R] #review, [R] regress postestimation diagnostic plots
[U] 10 Keyboard use
residual-versus-predictor plot, [G-2] graph other,
repeating commands, [D] by, [P] continue, [P] foreach, [R] regress postestimation diagnostic plots
[P] forvalues
resistant smoothers, [R] smooth
replace command, [D] generate, [MI] mi passive,
restore,
[MI] mi xeq
estimates subcommand, [R] estimates store
replace option, [U] 11.2 Abbreviation rules
return subcommand, [P] return
replace, notes subcommand, [D] notes
snapshot subcommand, [D] snapshot
replace0, mi subcommand, [MI] mi replace0
restore command, [P] preserve
replay() function, [D] functions, [P] ereturn,
[P] estimates restoring data, [D] snapshot
replay, estimates subcommand, [R] estimates restricted cubic splines, [R] mkspline
replay restricted maximum likelihood, [ME] mixed,
replaying models, [SEM] intro 7 [ME] Glossary
replicate-weight variable, [SVY] survey, [SVY] svy results,
bootstrap, [SVY] svy brr, [SVY] svy jackknife, clearing, [P] ereturn, [P] estimates, [P] return
[SVY] svy sdr, [SVY] svyset, [SVY] Glossary listing, [P] ereturn, [P] estimates, [P] return
replicating returning, [P] return, [P] return
clustered observations, [D] expandcl saving, [P] estimates, [P] putexcel, [P] return,
observations, [D] expand [R] estimates save
replication method, [SVY] svy bootstrap, [SVY] svy stored, [R] stored results
brr, [SVY] svy jackknife, [SVY] svy sdr, storing, [P] ereturn, [P] postfile, [P] return
[SVY] svyset, [SVY] variance estimation Results window, clearing, [R] cls
report, results, clear subcommand, [D] clear
datasignature subcommand, [D] datasignature retrospective study, [PSS] intro, [PSS] power,
duplicates subcommand, [D] duplicates [PSS] power onemean, [PSS] power twomeans,
fvset subcommand, [R] fvset [PSS] power pairedmeans, [PSS] power
ml subcommand, [R] ml oneproportion, [PSS] power twoproportions,
[PSS] power pairedproportions, [PSS] power
reporting options, [SEM] gsem reporting options,
onevariance, [PSS] power twovariances,
[SEM] sem reporting options
[PSS] power onecorrelation, [PSS] power
repost, ereturn subcommand, [P] ereturn, twocorrelations, [PSS] Glossary
[P] return
return
request(macname), display directive, [P] display
dir command, [P] return
resampling, [SVY] Glossary
drop command, [P] return
reserved names, [U] 11.3 Naming conventions
hold command, [P] return
reserved words, [M-2] reswords
restore command, [P] return
RESET test, [R] regress postestimation
return, [M-2] return
reset, mi subcommand, [MI] mi reset
add command, [P] return
reset, translator subcommand, [R] translate
clear command, [P] return
reset id, serset subcommand, [P] serset
list command, [P] return, [R] stored results
reshape
local command, [P] return
command, [D] reshape
matrix command, [P] return
error command, [D] reshape
scalar command, [P] return
for mi data, [MI] mi reshape
return codes, [P] rmsg, see error messages and return
long command, [D] reshape codes
wide command, [D] reshape return value, [P] class
reshape, mi subcommand, [MI] mi reshape return() function, [D] functions
Subject index 243
saving data, [D] import delimited, [D] outfile, schurd() function, [M-5] schurd( )
[D] save, [D] snapshot, also see exporting data schurd() function, [M-5] schurd( )
saving results, [P] estimates, [P] return, schurdgroupby() function, [M-5] schurd( )
[R] estimates save schurdgroupby() function, [M-5] schurd( )
saving() option, [G-3] saving option schurdgroupby la() function, [M-5] schurd( )
saw-toothed power function, [PSS] power schurd la() function, [M-5] schurd( )
oneproportion, [PSS] power twoproportions Schwarz information criterion, see Bayesian information
scalar, [M-2] declarations, [M-6] Glossary, criterion
[P] scalar scientific notation, [U] 12.2 Numbers
confirm subcommand, [P] confirm s-class command, [P] program, [P] return, [R] stored
define command, [P] scalar results, [U] 18.8 Accessing results calculated by
dir command, [P] scalar other programs
drop command, [P] scalar scobit command, [R] scobit, [R] scobit
ereturn subcommand, [P] ereturn, [P] return postestimation
list command, [P] scalar scope, class, [P] class
return subcommand, [P] return score, [MV] Glossary
scalar functions, [M-4] scalar score plot, [MV] scoreplot, [MV] Glossary
scalar() function, [D] functions score test, [PSS] power oneproportion,
scalar() pseudofunction, [P] scalar [PSS] Glossary, [SEM] intro 7, [SEM] estat
scalars, [P] scalar ginvariant, [SEM] estat mindices, [SEM] estat
namespace and conflicts, [P] matrix, [P] matrix scoretests, [SEM] methods and formulas for
define sem, [SEM] Glossary
scale, score, matrix subcommand, [P] matrix score
log, [G-3] axis scale options score, ml subcommand, [R] ml
range of, [G-3] axis scale options scoreplot command, [MV] discrim lda
reversed, [G-3] axis scale options postestimation, [MV] factor postestimation,
[MV] pca postestimation, [MV] scoreplot
scale() option, [G-3] scale option
scores, [R] predict, [SEM] Glossary
scaling, [MV] mds, [MV] mds postestimation plots,
[MV] mdslong, [MV] mdsmat obtaining, [U] 20.22 Obtaining scores
scatter, graph twoway subcommand, [G-2] graph scoretests, estat subcommand, [SEM] estat
twoway scatter scoretests
scatteri, graph twoway subcommand, [G-2] graph scoring, [MV] factor postestimation, [MV] pca
twoway scatteri postestimation, [P] matrix score
scatterplot matrices, [G-2] graph matrix scree plot, [MV] screeplot, [MV] Glossary
scenarios, [TS] forecast, [TS] forecast adjust, screeplot command, [MV] discrim lda
[TS] forecast clear, [TS] forecast coefvector, postestimation, [MV] factor postestimation,
[TS] forecast create, [TS] forecast describe, [MV] pca postestimation, [MV] screeplot
[TS] forecast drop, [TS] forecast estimates, scrollbufsize, set subcommand, [R] set
[TS] forecast exogenous, [TS] forecast scrolling of output, controlling, [P] more, [R] more
identity, [TS] forecast list, [TS] forecast query, sd(), egen function, [D] egen
[TS] forecast solve sd, estat subcommand, [SVY] estat
Scheffé’s multiple-comparison adjustment, see multiple SDR, see successive difference replication
comparisons, Scheffé’s method sdr options, [SVY] sdr options
scheme() option, [G-3] scheme option sdtest command, [R] sdtest
scheme, set subcommand, [G-2] set scheme, [R] set sdtesti command, [R] sdtest
schemes, [G-2] set scheme, [G-3] play option, se, estat subcommand, [R] exlogistic postestimation,
[G-3] scheme option, [G-4] schemes intro, [R] expoisson postestimation
[G-4] scheme economist, [G-4] scheme s1, se[], [U] 13.5 Accessing coefficients and standard
[G-4] scheme s2, [G-4] scheme sj errors
changing, [G-2] graph display search,
creating your own, [G-4] schemes intro icd9 subcommand, [D] icd9
default, [G-2] set scheme icd9p subcommand, [D] icd9
Schoenfeld residual, [ST] stcox PH-assumption ml subcommand, [R] ml
tests, [ST] stcox postestimation, [ST] stcrreg net subcommand, [R] net
postestimation notes subcommand, [D] notes
Schur view subcommand, [R] view
decomposition, [M-5] schurd( ), [M-6] Glossary search command, [R] search, [U] 4 Stata’s help and
form, [M-6] Glossary search facilities
248 Subject index
signature of data, [D] checksum, [D] datasignature, simple random sample, [SVY] Glossary
[P] datasignature, [P] signestimationsample simulate prefix command, [R] simulate
signestimationsample command, simulation, [TS] forecast, [TS] forecast adjust,
[P] signestimationsample [TS] forecast clear, [TS] forecast coefvector,
significance level, [PSS] intro, [PSS] GUI, [TS] forecast create, [TS] forecast describe,
[PSS] power, [PSS] power, graph, [TS] forecast drop, [TS] forecast estimates,
[PSS] power, table, [PSS] power onemean, [TS] forecast exogenous, [TS] forecast
[PSS] power twomeans, [PSS] power identity, [TS] forecast list, [TS] forecast query,
pairedmeans, [PSS] power oneproportion, [TS] forecast solve, [U] 20.20 Dynamic forecasts
[PSS] power twoproportions, [PSS] power and simulations
pairedproportions, [PSS] power onevariance, Monte Carlo, [P] postfile, [R] permute,
[PSS] power twovariances, [PSS] power [R] simulate
onecorrelation, [PSS] power twocorrelations, simultaneous
[PSS] unbalanced designs, [PSS] Glossary, quantile regression, [R] qreg
[U] 20.7 Specifying the width of confidence systems, [R] reg3
intervals
sin() function, [D] functions, [M-5] sin( )
actual, [PSS] intro, [PSS] power oneproportion,
sine function, [D] functions
[PSS] power twoproportions, [PSS] Glossary
single-failure st data, see survival analysis
nominal, [PSS] intro, [PSS] power, [PSS] power,
graph, [PSS] power, table, [PSS] power single-imputation methods, [MI] intro substantive
onemean, [PSS] power twomeans, [PSS] power singlelinkage,
pairedmeans, [PSS] power oneproportion, cluster subcommand, [MV] cluster linkage
[PSS] power twoproportions, [PSS] power clustermat subcommand, [MV] cluster linkage
pairedproportions, [PSS] power onevariance, single-linkage clustering, [MV] cluster,
[PSS] power twovariances, [PSS] power [MV] clustermat, [MV] cluster linkage,
onecorrelation, [PSS] power twocorrelations, [MV] Glossary
[PSS] Glossary single-precision floating point number,
observed, see p-value [U] 12.2.2 Numeric storage types
signing digitally data, see datasignature command single-record st data, see survival analysis
signrank command, [R] signrank singleton strata, [SVY] estat, [SVY] variance
signtest command, [R] signrank estimation
signum function, [D] functions singleton-group data, [ST] stcox, [ST] Glossary
similarity, [MV] Glossary singular value decomposition, [M-5] svd( ),
matrices, [MV] matrix dissimilarity, [P] matrix [M-5] fullsvd( ), [MV] Glossary, [P] matrix svd
dissimilarity sinh() function, [D] functions, [M-5] sin( )
measures, [MV] cluster, [MV] cluster SIR, see standardized incidence ratio
programming utilities, [MV] matrix SITE directory, [P] sysdir, [U] 17.5 Where does Stata
dissimilarity, [MV] measure option, [P] matrix look for ado-files?
dissimilarity size, estat subcommand, [SVY] estat
Anderberg coefficient, [MV] measure option size of
angular, [MV] measure option all text and markers, [G-3] scale option
correlation, [MV] measure option graph, [G-3] region options
Dice coefficient, [MV] measure option changing, [G-2] graph display
Gower coefficient, [MV] measure option markers, [G-3] marker options
Hamann coefficient, [MV] measure option objects, [G-4] relativesize
Jaccard coefficient, [MV] measure option test, [PSS] Glossary
Kulczynski coefficient, [MV] measure option text, [G-3] textbox options
matching coefficient, [MV] measure option sizeof() function, [M-5] sizeof( )
Ochiai coefficient, [MV] measure option SJ, see Stata Journal and Stata Technical Bulletin
Pearson coefficient, [MV] measure option sj scheme, [G-4] scheme sj
Rogers and Tanimoto coefficient, sj, net subcommand, [R] net
[MV] measure option skew(), egen function, [D] egen
Russell and Rao coefficient, skewed logistic regression, [R] scobit, [SVY] svy
[MV] measure option estimation
Sneath and Sokal coefficient, skewness, [MV] mvtest normality, [R] ladder,
[MV] measure option [R] regress postestimation, [R] summarize,
Yule coefficient, [MV] measure option [TS] varnorm, [R] lnskew0, [R] lv,
simple asymmetric autoregressive conditional [R] pksumm, [R] sktest, [R] tabstat
heteroskedasticity, [TS] arch skip(#), display directive, [P] display
252 Subject index
state-space model, [TS] sspace, [TS] sspace stir command, [ST] stir
postestimation, [TS] Glossary, also see stjoin command, [ST] stsplit
autoregressive integrated moving-average model, stjoin for mi data, [MI] mi stsplit
also see dynamic factor model stjoin, mi subcommand, [MI] mi stsplit
static, [M-2] class stmc command, [ST] strate
static forecast, [TS] forecast, [TS] forecast adjust, stmh command, [ST] strate
[TS] forecast clear, [TS] forecast coefvector, stochastic
[TS] forecast create, [TS] forecast describe,
equation, [TS] Glossary
[TS] forecast drop, [TS] forecast estimates,
[TS] forecast exogenous, [TS] forecast frontier model, [R] frontier, [U] 26.14 Stochastic
identity, [TS] forecast list, [TS] forecast query, frontier models, [XT] xtfrontier
[TS] forecast solve, [TS] Glossary trend, [TS] tsfilter, [TS] ucm, [TS] Glossary
stationary time series, [TS] dfgls, [TS] dfuller, stop,
[TS] pperron, [TS] var intro, [TS] var, [TS] vec cluster subcommand, [MV] cluster stop
intro, [TS] vec clustermat subcommand, [MV] cluster stop
statistical stopbox, window subcommand, [P] window
density functions, [M-5] normal( ) programming, [P] window stopbox
distribution functions, [M-5] normal( ) stopping command execution, [U] 10 Keyboard use
inference, hypothesis testing, see hypothesis test stopping rules, [MV] Glossary
Statistical Software Components archive, [R] ssc adding, [MV] cluster programming subroutines
stats, estimates subcommand, [R] estimates stats Caliński and Harabasz index, [MV] cluster,
statsby prefix command, [D] statsby [MV] cluster stop
Stat/Transfer, [U] 21.4 Transfer programs Duda and Hart index, [MV] cluster, [MV] cluster
status, ssd subcommand, [SEM] ssd stop
STB, see Stata Journal and Stata Technical Bulletin stepsize, [MV] cluster programming subroutines
stb, net subcommand, [R] net storage types, [D] codebook, [D] compress,
[D] describe, [D] encode, [D] format,
stbase command, [ST] stbase
[D] generate, [D] recast, [D] varmanage,
.stbcal file, [D] bcal, [D] datetime business [U] 11.4 varlists, [U] 12.2.2 Numeric storage
calendars, [D] datetime business calendars types, [U] 12.4 Strings
creation, [U] 11.6 Filenaming conventions
store estimation results, [P] ereturn
stci command, [ST] stci
store, estimates subcommand, [R] estimates store
stcox command, [ST] stcox, [ST] stcox PH-
stored results, [P] return, [P] return, [R] stored
assumption tests, [ST] stcox postestimation,
results, [SEM] intro 7, [U] 18.8 Accessing
[ST] stcurve
results calculated by other programs,
stcox, fractional polynomials, [R] fp, [R] mfp [U] 18.9 Accessing results calculated by
stcoxkm command, [ST] stcox PH-assumption tests estimation commands, [U] 18.10 Storing results
stcrreg command, [ST] stcrreg, [ST] stcrreg clearing, [M-5] st rclear( )
postestimation, [ST] stcurve hidden or historical, [M-5] st global( ),
stcurve command, [ST] stcurve [M-5] st matrix( ), [M-5] st numscalar( )
std(), egen function, [D] egen storing and restoring estimation results, [R] estimates
stdescribe command, [ST] stdescribe store
stdize, estat subcommand, [SEM] estat stdize storing results, [P] ereturn, [P] postfile, [P] return
steady-state equilibrium, [TS] Glossary stphplot command, [ST] stcox PH-assumption tests
steepest descent (ascent), [M-5] moptimize( ), stpower
[M-5] optimize( ) cox command, [ST] stpower, [ST] stpower cox
stem command, [R] stem exponential command, [ST] stpower,
stem-and-leaf displays, [R] stem [ST] stpower exponential
stepwise estimation, [R] stepwise logrank command, [ST] stpower, [ST] stpower
stepwise prefix command, [R] stepwise logrank
.ster file, [MI] mi estimate, [MI] mi estimate .stpr file, [U] 11.6 Filenaming conventions
using, [MI] mi predict, [U] 11.6 Filenaming stptime command, [ST] stptime
conventions .stptrace file, [U] 11.6 Filenaming conventions
stereotype logistic regression, [R] slogit, [SVY] svy str#, [D] data types, [U] 12.4 Strings
estimation strata with one sampling unit, [SVY] variance
stfill command, [ST] stfill estimation
stgen command, [ST] stgen strata, estat subcommand, [SVY] estat
.sthlp file, [U] 4 Stata’s help and search strate command, [ST] strate
facilities, [U] 11.6 Filenaming conventions,
[U] 18.11.6 Writing system help
Subject index 257
stratification, [ST] epitab, [ST] stcox, [ST] stcox string, [M-2] declarations, [M-6] Glossary
PH-assumption tests, [ST] stir, [ST] strate, string to real, convert, [M-5] strtoreal( )
[ST] streg, [ST] sts, [ST] sts generate, [ST] sts string() function, [D] functions
graph, [ST] sts list, [ST] sts test, [ST] stsplit, stritrim() function, [M-5] strtrim( )
also see stratified sampling strL, [D] data types, [U] 12.4 Strings
stratified displaying, [U] 12.4.12 How to see the full contents
graphs, [R] dotplot of a strL or a str# variable
model, [ST] stcox, [ST] streg, [ST] Glossary strlen() function, [D] functions, [M-5] strlen( )
models, [R] asclogit, [R] asmprobit, [R] asroprobit, strlower() function, [D] functions, [M-5] strupper( )
[R] clogit, [R] exlogistic, [R] expoisson, strltrim() function, [D] functions, [M-5] strtrim( )
[R] rocreg, [R] rologit
strmatch() function, [D] functions, [M-5] strmatch( )
resampling, [R] bootstrap, [R] bsample, [R] bstat,
strofreal() function, [D] functions,
[R] permute
[M-5] strofreal( )
standardization, [R] dstdize
strongly balanced, [XT] Glossary
sampling, [SVY] survey, [SVY] svydescribe,
strpos() function, [D] functions, [M-5] strpos( )
[SVY] svyset, [SVY] Glossary
strproper() function, [D] functions,
summary statistics, [R] mean, [R] proportion,
[M-5] strupper( )
[R] ratio, [R] total
strreverse() function, [D] functions,
tables, [ST] epitab
[M-5] strreverse( )
test, [ST] stcox PH-assumption tests, [ST] sts test,
strrtrim() function, [D] functions, [M-5] strtrim( )
[ST] Glossary
strtoname() function, [D] functions,
stratum collapse, [SVY] svydescribe
[M-5] strtoname( )
strcat() function, [D] functions
strtoreal() function, [M-5] strtoreal( )
strdup() function, [D] functions, [M-5] strdup( )
strtoreal() function, [M-5] strtoreal( )
stream I/O versus record I/O, [U] 21 Entering and
strtrim() function, [D] functions, [M-5] strtrim( )
importing data
struct, [M-2] struct
streg command, [ST] stcurve, [ST] streg, [ST] streg
postestimation structural equation modeling, [MV] intro,
[SEM] methods and formulas for gsem,
streset command, [ST] stset
[SEM] methods and formulas for sem,
streset command for mi data, [MI] mi XXXset [SEM] Glossary, [SVY] svy estimation,
streset, mi subcommand, [MI] mi XXXset [U] 26.4 Structural equation modeling (SEM)
stress, [MV] mds postestimation, [MV] Glossary structural model, [SEM] intro 5, [SEM] example 7,
stress, estat subcommand, [MV] mds [SEM] example 9, [SEM] example 32g,
postestimation [SEM] Glossary, [TS] Glossary
strict stationarity, [TS] Glossary structural time-series model, [TS] psdensity,
string [TS] sspace, [TS] ucm, [TS] Glossary
concatenation, [M-5] invtokens( ) structural vector autoregressive
duplication, [M-5] strdup( ) model, [TS] var intro, [TS] var svar, [TS] Glossary
functions, [D] functions, [M-4] string, postestimation, [R] regress postestimation time
[U] 12.4 Strings, [U] 23 Working with strings series, [TS] fcast compute, [TS] fcast graph,
pattern matching, [M-5] strmatch( ) [TS] irf, [TS] irf create, [TS] var svar
variables, [D] data types, [D] infile (free format), postestimation, [TS] vargranger, [TS] varlmar,
[U] 12.4 Strings, [U] 23 Working with strings [TS] varnorm, [TS] varsoc, [TS] varstable,
converting to numbers, [D] functions [TS] varwle
encoding, [D] encode structure, [MV] Glossary
exporting, [D] export structure, estat subcommand, [MV] discrim lda
formatting, [D] format postestimation, [MV] factor postestimation
importing, [D] import structured, [SEM] Glossary
inputting, [D] edit, [D] input, [U] 21 Entering structured (correlation or covariance), [SEM] Glossary
and importing data structures, [M-2] struct, [M-5] liststruct( ),
long, [U] 12.4.12 How to see the full contents of [M-6] Glossary
a strL or a str# variable, also see strL strupper() function, [D] functions, [M-5] strupper( )
making from value labels, [D] encode sts command, [ST] sts, [ST] sts generate, [ST] sts
mapping to numbers, [D] destring, [D] encode, graph, [ST] sts list, [ST] sts test
[D] label, also see real() function sts generate command, [ST] sts, [ST] sts generate
parsing, [P] gettoken, [P] tokenize sts graph command, [ST] sts, [ST] sts graph
sort order, [U] 13.2.3 Relational operators sts list command, [ST] sts, [ST] sts list
splitting into parts, [D] split sts test command, [ST] sts, [ST] sts test
258 Subject index
subscripts, [G-4] text, [M-2] subscripts, .superclass built-in class function, [P] class
[M-6] Glossary superscripts, [G-4] text
subscripts in expressions, [U] 13.7 Explicit super-varying variables, [MI] mi varying,
subscripting [MI] Glossary
substantive constraints, see constraints supplementary rows or columns, [MV] ca,
substr() function, [M-5] substr( ) [MV] Glossary
substr() function, [D] functions, [M-5] substr( ) supplementary variables, [MV] mca, [MV] Glossary
substring function, [D] functions support of Stata, [U] 3 Resources for learning and
subtitle() option, [G-3] title options using Stata
subtraction operator, see arithmetic operators suppressing graphs, [G-3] nodraw option
success–failure proportion, [PSS] power suppressing terminal output, [P] quietly
pairedproportions, [PSS] Glossary SUR, see seemingly unrelated regression
successive difference replication, [SVY] sdr options, sureg command, [R] sureg, [R] sureg postestimation,
[SVY] svy sdr, [SVY] variance estimation, [SEM] intro 5, [SEM] example 12
[SVY] Glossary survey
successive difference replication standard errors, data, [MI] intro substantive, [MI] mi
[SVY] svy sdr, [SVY] variance estimation estimate, [SEM] intro 10, [SVY] survey,
suest command, [R] suest, [SVY] svy postestimation [SVY] svydescribe, [SVY] svyset,
.sum file, [U] 11.6 Filenaming conventions [SVY] Glossary, [U] 26.24 Survey data
sum of vector, [M-5] runningsum( ) design, [SVY] Glossary
sum() function, [D] functions, [M-5] sum( ) postestimation, [SVY] svy postestimation
summarize, prefix command, [SVY] svy
estat subcommand, [R] estat, [R] estat summarize sampling, [SVY] survey, [SVY] svydescribe,
misstable subcommand, [R] misstable [SVY] svyset also see cluster sampling
summarize command, [D] format, [R] summarize, survival analysis, [G-2] graph other, [R] intreg,
[R] tabulate, summarize() [R] logistic, [R] poisson, [ST] survival analysis,
summarize, estat subcommand, [MV] ca [ST] ct, [ST] ctset, [ST] cttost, [ST] discrete,
postestimation, [MV] discrim estat, [ST] ltable, [ST] snapspan, [ST] st, [ST] st is,
[MV] discrim knn postestimation, [ST] stcox, [ST] stcox PH-assumption tests,
[MV] discrim lda postestimation, [MV] discrim [ST] stcox postestimation, [ST] stcrreg,
logistic postestimation, [MV] discrim qda [ST] stcrreg postestimation, [ST] stcurve,
postestimation, [MV] factor postestimation, [ST] stdescribe, [ST] stfill, [ST] stgen, [ST] stir,
[MV] mca postestimation, [MV] mds [ST] stpower cox, [ST] stpower exponential,
postestimation, [MV] pca postestimation, [ST] stpower logrank, [ST] stptime, [ST] strate,
[MV] procrustes postestimation, [SEM] estat [ST] streg, [ST] streg postestimation, [ST] sts,
summarize [ST] sts generate, [ST] sts list, [ST] sts test,
summarize, serset subcommand, [P] serset [ST] stset, [ST] stsplit, [ST] stsum, [ST] sttocc,
[ST] sttoct, [ST] stvary, [SVY] svy estimation,
summarizing data, [D] codebook, [D] inspect,
[U] 26.20 Survival-time (failure-time) models
[R] summarize, [R] tabstat, [SVY] svy: tabulate
twoway, [XT] xtsum, [R] lv, [R] table, survival clinical trial, [ST] stpower
[R] tabulate oneway, [R] tabulate twoway, survival data, [MI] mi estimate, [MI] mi predict
[R] tabulate, summarize() survival models, [SVY] svy estimation
summary statistics, [SEM] estat summarize, see survival-time data, see survival analysis
descriptive statistics survivor function, [G-2] graph other, [ST] sts,
summary statistics data, [SEM] intro 11, [ST] sts generate, [ST] sts list, [ST] sts test,
[SEM] example 2, [SEM] example 19, [ST] Glossary
[SEM] example 25, [SEM] sem option graph of, [ST] stcurve, [ST] sts graph
select( ), [SEM] sem ssd options, [SEM] ssd, SUTVA, see stable unit treatment value assumption
[SEM] Glossary SVAR, see structural vector autoregressive
summary variables, generating, [MV] cluster generate svar command, [TS] var svar, [TS] var svar
summative (Likert) scales, [MV] alpha postestimation
sums, SVD, see singular value decomposition
creating dataset containing, [D] collapse svd() function, [M-5] svd( )
over observations, [D] egen, [D] functions, svd() function, [M-5] svd( )
[R] summarize svd, matrix subcommand, [P] matrix svd
over variables, [D] egen svd la() function, [M-5] svd( ), [M-5] fullsvd( )
sunflower command, [R] sunflower svdsv() function, [M-5] svd( )
sunflower plots, [R] sunflower svdsv() function, [M-5] svd( )
Super, class prefix operator, [P] class svmat command, [P] matrix mkmat
260 Subject index
svsolve() function, [M-5] svsolve( ) svy jackknife prefix command, [SVY] svy jackknife
svsolve() function, [M-5] svsolve( ) svy prefix command, [SVY] svy
svy: biprobit command, [SVY] svy estimation svy sdr prefix command, [SVY] svy sdr
svy: clogit command, [SVY] svy estimation svydescribe command, [SVY] survey,
svy: cloglog command, [SVY] svy estimation [SVY] svydescribe
svy: cnsreg command, [SVY] svy estimation svymarkout command, [P] mark, [SVY] svymarkout
svy: etregress command, [SVY] svy estimation svyset command, [SVY] survey, [SVY] svyset
svy: glm command, [SVY] svy estimation svyset command for mi data, [MI] mi XXXset
svy: gnbreg command, [SVY] svy estimation svyset, estat subcommand, [SVY] estat
svy: heckman command, [SVY] svy estimation svyset, mi subcommand, [MI] mi XXXset
svy: heckoprobit command, [SVY] svy estimation swap() function, [M-5] swap( )
svy: heckprobit command, [SVY] svy estimation sweep() function, [D] functions, [P] matrix define
svy: hetprobit command, [SVY] svy estimation swilk command, [R] swilk
svy: intreg command, [SVY] svy estimation switching styles, [MI] mi convert
svy: ivprobit command, [SVY] svy estimation Sybase, reading data from, [U] 21.4 Transfer programs
svy: ivregress command, [SVY] svy estimation symbolic forms, [R] anova
svy: ivtobit command, [SVY] svy estimation symbolpalette, palette subcommand, [G-2] palette
svy: logistic command, [SVY] svy estimation, symbols, [G-4] text, also see markers
[SVY] svy postestimation symbolstyle, [G-4] symbolstyle
svy: logit command, [SVY] svy estimation symeigen, matrix subcommand, [P] matrix symeigen
svy: mean command, [SVY] survey, [SVY] estat, symeigen la() function, [M-5] eigensystem( )
[SVY] poststratification, [SVY] subpopulation symeigensystem() function, [M-5] eigensystem( )
estimation, [SVY] svy, [SVY] svy estimation, symeigensystem() function, [M-5] eigensystem( )
[SVY] svy postestimation, [SVY] svydescribe, symeigensystemselect*() functions,
[SVY] svyset [M-5] eigensystemselect( )
svy: mlogit command, [SVY] svy estimation symeigensystemselect*() functions,
svy: mprobit command, [SVY] svy estimation [M-5] eigensystemselect( )
svy: nbreg command, [SVY] svy estimation symeigenvalues() function, [M-5] eigensystem( )
svy: nl command, [SVY] svy estimation symeigenvalues() function, [M-5] eigensystem( )
svy: ologit command, [SVY] svy estimation, symmetric matrices, [M-5] issymmetric( ),
[SVY] svy postestimation [M-5] makesymmetric( ), [M-6] Glossary
svy: oprobit command, [SVY] svy estimation symmetriconly, [M-6] Glossary
svy: poisson command, [SVY] svy estimation symmetry, [PSS] power, [PSS] power
svy: probit command, [SVY] svy estimation pairedproportions, [PSS] Glossary
svy: proportion command, [SVY] svy estimation symmetry command, [R] symmetry
svy: ratio command, [SVY] direct standardization, symmetry plots, [G-2] graph other, [R] diagnostic
[SVY] svy brr, [SVY] svy estimation, plots
[SVY] svy: tabulate twoway symmetry test, [R] symmetry
svy: regress command, [SVY] survey, [SVY] svy, symmi command, [R] symmetry
[SVY] svy estimation, [SVY] svy jackknife, symplot command, [R] diagnostic plots
[SVY] svy postestimation syntax, [M-2] syntax
svy: scobit command, [SVY] svy estimation syntax command, [P] syntax
svy: sem command, [SVY] svy estimation syntax diagrams explained, [R] intro
svy: slogit command, [SVY] svy estimation syntax of Stata’s language, [P] syntax,
svy: stcox command, [SVY] svy estimation [U] 11 Language syntax
svy: streg command, [SVY] svy estimation sysdir
svy: tabulate command, [SVY] svy: tabulate command, [U] 17.5 Where does Stata look for ado-
oneway, [SVY] svy: tabulate twoway files?
svy: tnbreg command, [SVY] svy estimation list command, [P] sysdir
svy: tobit command, [SVY] svy estimation macro extended function, [P] macro
svy: total command, [SVY] svy brr, [SVY] svy set command, [P] sysdir
estimation sysmiss, see missing values
svy: tpoisson command, [SVY] svy estimation Systat, reading data from, [U] 21.4 Transfer programs
svy: truncreg command, [SVY] svy estimation system
svy: zinb command, [SVY] svy estimation estimators, [R] gmm, [R] ivpoisson,
svy: zip command, [SVY] svy estimation [R] ivregress, [R] nlsur, [R] reg3, [R] sureg,
svy bootstrap prefix command, [SVY] svy bootstrap [U] 26.15 Regression with systems of equations,
svy brr prefix command, [SVY] svy brr also see generalized method of moments
Subject index 261
threshold autoregressive conditional heteroskedasticity, tobit regression, [R] ivtobit, [R] tobit, [SVY] svy
[TS] arch estimation, also see intreg command, also see
tick, truncreg command
definition, [G-4] tickstyle random-effects, [XT] xttobit
suppressing, [G-4] tickstyle with endogenous regressors, [SVY] svy estimation
ticksetstyle, [G-4] ticksetstyle .toc filename suffix, [R] net
tickstyle, [G-4] tickstyle Toeplitz() function, [M-5] Toeplitz( )
ties, [MV] Glossary tokenallowhex() function, [M-5] tokenget( )
TIFF, [G-3] tif options tokenallownum() function, [M-5] tokenget( )
time of day, [P] creturn tokenget() function, [M-5] tokenget( )
time stamp, [D] describe tokengetall() function, [M-5] tokenget( )
time variables and values, [D] datetime tokeninit() function, [M-5] tokenget( )
time-domain analysis, [TS] arch, [TS] arfima, tokeninitstata() function, [M-5] tokenget( )
[TS] arima, [TS] Glossary tokenize command, [P] tokenize
timeout1, set subcommand, [R] netio, [R] set tokenoffset() function, [M-5] tokenget( )
timeout2, set subcommand, [R] netio, [R] set tokenpchars() function, [M-5] tokenget( )
timer tokenpeek() function, [M-5] tokenget( )
clear command, [P] timer tokenqchars() function, [M-5] tokenget( )
list command, [P] timer tokenrest() function, [M-5] tokenget( )
off command, [P] timer tokens() function, [M-5] tokens( )
on command, [P] timer tokenset() function, [M-5] tokenget( )
times and dates, [M-5] c( ), [M-5] date( ) tokenwchars() function, [M-5] tokenget( )
time-series tolerance() option, [R] maximize
analysis, [D] egen, [P] matrix accum, [R] regress tolerances, [M-1] tolerance, [M-5] solve tol( )
postestimation time series top() suboption, [G-4] alignmentstyle
estimation, [U] 26.17 Models with time-series data tostring command, [D] destring
filter, [TS] psdensity, [TS] ucm total command, [R] total, [R] total postestimation
formats, [D] format total inertia, [MV] ca, [MV] ca postestimation,
functions, [D] functions [MV] mca, [MV] mca postestimation,
operators, [TS] tsset, [U] 13.9 Time-series [MV] Glossary
operators total principal inertia, [MV] ca, [MV] mca,
plots, [G-2] graph other, [G-2] graph twoway [MV] Glossary
tsline total sample size, see sample size, total
unabbreviating varlists, [P] unab total(), egen function, [D] egen
varlists, [U] 11.4.4 Time-series varlists totals, estimation, [R] total
time-series–operated variable, [M-5] st data( ), totals, survey data, [SVY] svy estimation
[M-5] st tsrevar( ), [M-6] Glossary toward a target rotation, [MV] procrustes, [MV] rotate,
time-span data, [ST] snapspan [MV] rotatemat
time-varying covariates, [ST] Glossary tpoisson command, [R] tpoisson, [R] tpoisson
time-varying variance, [TS] arch postestimation
time-versus-concentration curve, [R] pk tq() pseudofunction, [D] datetime, [D] functions
timing code, [P] timer trace,
tin() function, [D] functions ml subcommand, [R] ml
title() option, [G-3] title options query subcommand, [R] query
title, estimates subcommand, [R] estimates title set subcommand, [P] creturn, [P] trace, [R] set
titles, [G-3] title options trace of matrix, [M-5] trace( ), [P] matrix define
of axis, [G-3] axis title options trace option, [R] maximize
tlabel() option, [G-3] axis label options trace() function, [D] functions, [M-5] trace( ),
TLI, see Tucker–Lewis index [P] matrix define
tm() pseudofunction, [D] datetime, [D] functions traceback log, [M-2] errors, [M-5] error( ),
tmlabel() option, [G-3] axis label options [M-6] Glossary
TMPDIR Unix environment variable, [P] macro tracedepth, set subcommand, [P] creturn, [P] trace,
tmtick() option, [G-3] axis label options [R] set
tnbreg command, [R] tnbreg, [R] tnbreg traceexpand, set subcommand, [P] creturn,
postestimation [P] trace, [R] set
tobit command, [R] tobit, [R] tobit postestimation tracehilite, set subcommand, [P] creturn,
[P] trace, [R] set
Subject index 265
U univariate
U statistic, [R] ranksum
distributions, displaying, [R] cumul, [R] diagnostic
plots, [R] histogram, [R] ladder, [R] lv,
UCM, see unobserved-components model
[R] stem
ucm command, [TS] ucm, [TS] ucm postestimation
imputation, see imputation, univariate
unab command, [P] unab
kernel density estimation, [R] kdensity
unabbreviate
time series, [TS] arch, [TS] arfima, [TS] arima,
command names, [P] unabcmd [TS] newey, [TS] prais, [TS] ucm
variable list, [P] syntax, [P] unab Unix,
unabcmd command, [P] unabcmd keyboard use, [U] 10 Keyboard use
unaddgroup, ssd subcommand, [SEM] ssd pause, [P] sleep
.uname built-in class function, [P] class specifying filenames, [U] 11.6 Filenaming
unary operator, [M-6] Glossary conventions
unbalanced data, [XT] Glossary unlink() function, [M-5] unlink( )
unbalanced design, [PSS] intro, [PSS] power unlink() function, [M-5] unlink( )
twomeans, [PSS] power twoproportions, unobserved-components model, [TS] psdensity
[PSS] power twovariances, [PSS] power
model, [TS] ucm
twocorrelations, [PSS] unbalanced designs,
[PSS] Glossary postestimation, [TS] ucm postestimation
uncompress files, [D] zipfile unorder() function, [M-5] sort( )
unconfoundedness, see conditional-independence unregister, mi subcommand, [MI] mi set
assumption unregistered variables, see variables, unregistered
under observation, [ST] cttost, [ST] st, [ST] stset, unrestricted FMI test, [MI] mi estimate, [MI] mi test,
[ST] Glossary [MI] Glossary
underlining in syntax diagram, [U] 11 Language syntax unrestricted transformation, [MV] procrustes
underscore c() function, [D] functions postestimation, [MV] Glossary
underscore functions, [M-1] naming, [M-6] Glossary unstandardized coefficient, [SEM] Glossary
underscore variables, [U] 13.4 System variables unstructured, [SEM] Glossary
( variables) unzipfile command, [D] zipfile
unequal-allocation design, see unbalanced design update
unhold, estimates subcommand, [P] estimates all command, [R] update
uniform prior, [MI] mi impute mvn command, [R] update
uniformly distributed random numbers, from command, [R] update
[M-5] runiform( ) query command, [R] update
uniformly distributed random variates, update,
[M-5] runiform( ) mi subcommand, [MI] mi update, [MI] noupdate
uniformly distributed random-number function, option
[D] functions, [R] set seed query subcommand, [R] query
uninstall, view subcommand, [R] view
net subcommand, [R] net update d, view subcommand, [R] view
ssc subcommand, [R] ssc update interval, set subcommand, [R] set,
uniqrows() function, [M-5] uniqrows( ) [R] update
unique options, [G-4] concept: repeated options update prompt, set subcommand, [R] set,
unique value labels, [D] labelbook [R] update
unique values, update query, set subcommand, [R] set, [R] update
counting, [D] codebook, [R] table, [R] tabulate updates to Stata, [R] adoupdate, [R] net, [R] sj,
oneway [R] update, [U] 3.5 The Stata Journal,
determining, [D] inspect, [D] labelbook [U] 3.6 Updating and adding features from the
web, [U] 17.6 How do I install an addition?,
uniqueness, [MV] factor, [MV] factor postestimation,
[U] 28 Using the Internet to keep up to date
[MV] rotate, [MV] Glossary
upper
unit loading, [SEM] intro 4
one-sided test, [PSS] Glossary, also see one-sided
unit vectors, [M-5] e( )
test, upper
unitary matrix, [M-6] Glossary
one-tailed test, see upper one-sided test
unitcircle() function, [M-5] unitcircle( )
upper() function, [D] functions
unit-root
uppercase, [M-5] strupper( )
models, [TS] vec, [TS] vec intro
uppercase-string function, [D] functions
process, [TS] Glossary
uppertriangle() function, [M-5] lowertriangle( )
test, [TS] dfgls, [TS] dfuller, [TS] pperron,
uppertriangle() function, [M-5] lowertriangle( )
[TS] Glossary, [XT] xtunitroot
268 Subject index
upper-triangular matrix, see triangular matrix variable, label subcommand, [D] label
use, variable-naming convention, [M-1] naming
cluster subcommand, [MV] cluster utility variables, [U] 11.3 Naming conventions,
estimates subcommand, [R] estimates save [U] 13.4 System variables ( variables)
graph subcommand, [G-2] graph use variables,
serset subcommand, [P] serset alphabetizing, [D] order
use command, [D] use categorical, see categorical data, agreement,
uselabel command, [D] labelbook measures for, see categorical data
user interface, [P] dialog programming changing storage types of, [D] recast
user-written additions, characteristics of, [M-6] Glossary, [P] char,
installing, [R] net, [R] ssc [P] macro, [U] 12.8 Characteristics
searching for, [R] net search, [R] ssc comparing, [D] compare
using, copying, [D] clonevar
cmdlog subcommand, [R] log creating, [D] varmanage
log subcommand, [R] log creating new, [D] separate
using data, [D] sysuse, [D] use, [D] webuse, describing, [D] codebook, [D] notes
[P] syntax, also see importing data determining storage types of, [D] describe
using graphs, [G-2] graph use displaying contents of, [D] edit, [D] list
utilities, programming, [MV] cluster utility documenting, [D] codebook, [D] labelbook,
utility routines, [MI] technical [D] notes
dropping, [D] drop
dummy, see indicator variables, see indicators
V factor, see factor variables
filtering, [D] varmanage
valofexternal() function, [M-5] valofexternal( ) finding, [D] lookfor
value label macro extended function, [P] macro generating, [MV] cluster generate, [ST] stgen
value labels, [D] codebook, [D] describe, [D] edit, imputed, [MI] mi rename, [MI] mi reset, [MI] mi
[D] encode, [D] inspect, [D] label, [D] label set, [MI] Glossary
language, [D] labelbook, [D] varmanage,
in dataset, maximum number of, [D] memory,
[P] macro, [U] 12.6.3 Value labels,
[U] 6 Managing memory
[U] 13.10 Label values
in model, maximum number, [R] matsize
potential problems in, [D] labelbook
list values of, [P] levelsof
values, label subcommand, [D] label
listing, [D] codebook, [D] describe, [D] edit,
Vandermonde() function, [M-5] Vandermonde( )
[D] labelbook, [D] list, [M-5] st data( )
VAR, see vector autoregressive model, see vector
mapping numeric to string, [D] destring
autoregressive
naming, [D] rename, [U] 11.2 Abbreviation rules,
var command, [TS] var, [TS] var postestimation
[U] 11.3 Naming conventions
varabbrev command, [P] varabbrev
naming groups of, [D] rename group
varabbrev, set subcommand, [R] set
ordering, [D] sort
varbasic command, [TS] varbasic, [TS] varbasic
orthogonalize, [R] orthog
postestimation
passive, [MI] mi impute, [MI] mi passive, [MI] mi
vargranger command, [TS] vargranger
rename, [MI] mi reset, [MI] mi set, [MI] mi
variable xeq, [MI] Glossary
abbreviation, [P] varabbrev registered, [MI] mi rename, [MI] mi set,
declarations, [M-2] declarations [MI] Glossary
description, [D] describe regular, [MI] mi rename, [MI] mi set,
identifying panels, [XT] xtset [MI] Glossary
labels, [D] codebook, [D] describe, [D] edit, renaming, see renaming variables
[D] label, [D] label language, [D] notes, reordering, [D] order
[D] varmanage, [P] macro, [U] 11.4 varlists, setting properties of, [D] varmanage
[U] 12.6.2 Variable labels
sorting, [D] gsort, [D] sort, [D] varmanage
lists, see varlist
standardizing, [D] egen
types, [D] codebook, [D] data types, [D] describe,
storage types, see storage types
[M-2] declarations, [P] macro, [SEM] intro 4,
[U] 11.4 varlists, [U] 12.2.2 Numeric storage string, see string variables
types, [U] 12.4 Strings system, see system variables
class, [P] class tab expansion of, [U] 10.6 Tab expansion of
variable label macro extended function, [P] macro variable names
variable, confirm subcommand, [P] confirm
Subject index 269
which command, [R] which, [U] 17.3 How can I tell if within estimators, [XT] xthtaylor, [XT] xtivreg,
a command is built in or an ado-file? [XT] xtreg, [XT] xtregar, [XT] Glossary
which, classutil subcommand, [P] classutil within matrix, [MV] Glossary
which, mata subcommand, [M-3] mata which within-imputation variability, [MI] mi predict
while, [M-2] while, [M-2] continue, [M-2] break, within-cell means and variances, [XT] xtsum
[M-2] semicolons within-imputation variability, [MI] mi estimate
while command, [P] while WLF, see worst linear function
white noise, [TS] wntestb, [TS] wntestq, WLS, see weighted least squares
[TS] Glossary, [XT] Glossary wntestb command, [TS] wntestb
White/Huber/sandwich estimator of variance, see robust, wntestq command, [TS] wntestq
Huber/White/sandwich estimator of variance wofd() function, [D] datetime, [D] functions,
White’s test for heteroskedasticity, [R] regress [M-5] date( )
postestimation Woolf confidence intervals, [ST] epitab
wide word macro extended function, [P] macro
data style, [MI] styles, [MI] Glossary word() function, [D] functions
technical description, [MI] technical Word, Microsoft, see Microsoft Word
wide, reshape subcommand, [D] reshape wordcount() function, [D] functions
width of % fmt, [M-5] fmtwidth( ) workflow, [MI] workflow
width() option, [G-2] graph twoway histogram worst linear function, [MI] mi impute mvn,
Wilcoxon [MI] Glossary
rank-sum test, [R] ranksum write, file subcommand, [P] file
signed-ranks test, [R] signrank writing and reading ASCII text and binary files, [P] file
test (Wilcoxon–Breslow, Wilcoxon–Gehan, writing data, see exporting data, see saving data
Wilcoxon–Mann–Whitney), [ST] sts test www.stata.com website, [U] 3.2.1 The Stata website
wildcard, see regexm() function, see regexr() (www.stata.com)
function, see regexs() function, see www.stata-press.com website, [U] 3.3 Stata Press
strmatch() function
Wilks’
lambda, [MV] canon, [MV] manova, [MV] mvtest
means, [MV] Glossary
X
likelihood-ratio test, [MV] canon, [MV] manova, xaxis() suboption, [G-3] axis choice options
[MV] mvtest means
X-bar charts, [G-2] graph other
window
xchart command, [R] qc
fopen command, [P] window programming,
xcommon option, [G-2] graph combine
[P] window fopen
xcorr command, [TS] xcorr
fsave command, [P] window programming
xeq, mi subcommand, [MI] mi xeq
manage command, [P] window programming,
[P] window manage xi prefix command, [R] xi
menu command, [P] window programming, xl() function, [M-5] xl( )
[P] window menu xlabel() option, [G-3] axis label options
push command, [P] window programming, xline() option, [G-3] added line options
[P] window push XML, [D] xmlsave
stopbox command, [P] window programming, xmlabel() option, [G-3] axis label options
[P] window stopbox xmlsave command, [D] xmlsave
Windows Metafile, [G-2] graph export xmluse command, [D] xmlsave
Windows metafiles programming, [P] automation xmtick() option, [G-3] axis label options
Windows programming, [P] automation xpose command, [D] xpose
Windows, xscale() option, [G-3] axis scale options
filenames, [U] 18.3.11 Constructing Windows xshell command, [D] shell
filenames by using macros xsize() option, [G-2] graph display,
keyboard use, [U] 10 Keyboard use [G-3] region options
pause, [P] sleep xtabond command, [XT] xtabond, [XT] xtabond
specifying filenames, [U] 11.6 Filenaming postestimation
conventions xtcloglog command, [XT] quadchk, [XT] xtcloglog,
winexec command, [D] shell [XT] xtcloglog postestimation
Wishart distribution, [MV] Glossary xtdata command, [XT] xtdata
withdrawal, [ST] Glossary xtdescribe command, [XT] xtdescribe
xtdpd command, [XT] xtdpd, [XT] xtdpd
postestimation
272 Subject index