Stata Glossary and Index: Release 14
Stata Glossary and Index: Release 14
RELEASE 14
Published by Stata Press, 4905 Lakeway Drive, College Station, Texas 77845
Typeset in TEX
ISBN-10: 1-59718-156-0
ISBN-13: 978-1-59718-156-3
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 LLC unless permitted subject to the terms and conditions
of a license granted to you by StataCorp LLC 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 LLC.
Stata and Stata Press are registered trademarks with the World Intellectual Property Organization of the United Nations.
NetCourseNow is a trademark of StataCorp LLC.
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 Reshaping datasets
Creating and dropping variables Labeling, display formats, and notes
Functions and expressions Changing and renaming variables
Strings Examining data
Dates and times File manipulation
Loading, saving, importing, and exporting data Miscellaneous data commands
Combining data Multiple imputation
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
Item response theory graphs More statistical graphs
Multivariate graphs Editing
Quality control Graph utilities
Regression diagnostic plots Graph schemes
ROC analysis Graph concepts
Smoothing and densities
Statistics
ANOVA and related Multidimensional scaling and biplots
Basic statistics Multilevel mixed-effects models
Bayesian analysis Multiple imputation
Binary outcomes Multivariate analysis of variance and
Categorical outcomes related techniques
Censored and truncated regression models Nonlinear regression
Cluster analysis Nonparametric statistics
Correspondence analysis Ordinal outcomes
Count outcomes Other statistics
Discriminant analysis Pharmacokinetic statistics
Do-it-yourself generalized method of moments Power and sample size
Do-it-yourself maximum likelihood estimation Quality control
Endogenous covariates ROC analysis
Epidemiology and related Rotation
Estimation related Sample selection models
Exact statistics Simulation/resampling
Factor analysis and principal components Standard postestimation tests, tables,
Fractional outcomes and other analyses
Generalized linear models Structural equation modeling
Indicator and categorical variables Survey data
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
Strings
[U] Section 12.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Strings
[U] Section 12.4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Handling Unicode strings
[U] Chapter 23 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Working with strings
[FN] String functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[D] data types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quick reference for data types
[D] unicode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode utilities
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
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
Combined subject table of contents 5
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
[D] ds . . . . . . . . . . . . . . . . List variables matching name patterns or other characteristics
[D] duplicates . . . . . . . . . . . . . . . . . . . . . . . . Report, tag, or drop duplicate observations
[D] edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Browse or edit data with Data Editor
[D] gsort . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ascending and descending sort
[D] inspect . . . . . . . . . . . . . . . . . . . . . . . . . . Display simple summary of data’s attributes
[D] isid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Check for unique identifiers
[D] lookfor . . . . . . . . . . . . . . . . . . . . . . . . . Search for string in variable names and labels
[R] lv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Letter-value displays
[R] misstable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate missing values
[MI] mi describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe mi data
[MI] mi misstable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate pattern of missing values
[D] pctile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create variable containing percentiles
[ST] stdescribe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe survival-time data
[R] summarize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summary statistics
[SVY] svy: tabulate oneway . . . . . . . . . . . . . . . . . . . . . . . . . One-way tables for survey data
[SVY] svy: tabulate twoway . . . . . . . . . . . . . . . . . . . . . . . . . Two-way tables for survey data
[P] tabdisp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display tables
[R] table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Flexible table of summary statistics
6 Combined subject table of contents
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 ASCII or binary patterns in a file
[D] mkdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create directory
[D] rmdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Remove directory
[D] type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display contents of a file
[D] unicode convertfile . . . . . . . . . . . . . . . . Low-level file conversion between encodings
[D] unicode translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate files to Unicode
[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
[MI] mi copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy mi flongsep data
[MI] mi describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe mi data
[MI] mi erase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Erase mi datasets
[MI] mi expand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Expand mi data
[MI] mi export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export mi data
[MI] mi export ice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export mi data to ice format
[MI] mi export nhanes1 . . . . . . . . . . . . . . . . . . . . . . . Export mi data to NHANES format
[MI] mi extract . . . . . . . . . . . . . . . . . . . . . . Extract original or imputed data from mi data
[MI] mi import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import data into mi
[MI] mi import flong . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import flong-like data into mi
[MI] mi import flongsep . . . . . . . . . . . . . . . . . . . . . . . . . Import flongsep-like data into mi
[MI] mi import ice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import ice-format data into mi
[MI] mi import nhanes1 . . . . . . . . . . . . . . . . . . . . . . Import NHANES-format data into mi
[MI] mi import wide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import wide-like data into mi
Combined subject table of contents 7
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
[R] postest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation Selector
[R] #review . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Review previous commands
[R] search . . . . . . . . . . . . . . . . . . . . . . . Search Stata documentation and other resources
[BAYES] set clevel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set default credible level
[R] translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Print and translate logs
[D] unicode translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate files to Unicode
[R] view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . View files and logs
[D] zipfile . . . . . . Compress and uncompress files and directories in zip archive format
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
8 Combined subject table of contents
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 text and binary files
[D] filefilter . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert ASCII 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
[P] set locale functions . . . . . . . . . . . . . . . . . . . . . . Specify default locale for functions
[P] set locale ui . . . . . . . . . . . . . . . Specify a localization package for the user interface
[R] set rng . . . . . . . . . . . . . . . . . . . . . Set which random-number generator (RNG) to use
[R] set seed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Specify random-number seed and state
[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
[D] unicode collator . . . . . . . . . . . . . . . . . . . . . . . . . Language-specific Unicode collators
[D] unicode convertfile . . . . . . . . . . . . . . . . Low-level file conversion between encodings
[D] unicode encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode encoding utilities
[D] unicode locale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode locale utilities
[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
[G-2] graph close . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Close Graph windows
[G-2] graph combine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Combine multiple graphs
10 Combined subject table of contents
Distributional graphs
[R] cumul . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cumulative distribution
[R] diagnostic plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Distributional diagnostic plots
[R] dotplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Comparative scatterplots
[R] histogram . . . . . . . . . . . . . . . . . Histograms for continuous and categorical variables
[R] ladder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ladder of powers
[R] spikeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Spike plots and rootograms
[R] sunflower . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Density-distribution sunflower plots
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
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] estat acplot . . . . . . . . . Plot parametric autocorrelation and autocovariance functions
[TS] estat aroots . . . . . . . . . . . . . . . . . Check the stability condition of ARIMA estimates
[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
[G-4] scheme s1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scheme description: s1 family
[G-4] scheme s2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scheme description: s2 family
[G-4] scheme sj . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scheme description: sj
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 variances
[R] correlate . . . . . . . . . . . . . . . . . Correlations (covariances) of variables or coefficients
[D] egen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extensions to generate
14 Combined subject table of contents
Bayesian analysis
[BAYES] bayes . . . . . . . . . . . . . . . . . . . . . . . . Introduction to commands for Bayesian analysis
[BAYES] bayesgraph . . . . . . . . . . . . . . . . . Graphical summaries and convergence diagnostics
[BAYES] bayesmh . . . . . . . . . . . . . Bayesian regression using Metropolis–Hastings algorithm
[BAYES] bayesmh evaluators . . . . . . . . . . . . . . . . . . . . User-defined evaluators with bayesmh
[BAYES] bayesmh postestimation . . . . . . . . . . . . . . . . . . . . . Postestimation tools for bayesmh
[BAYES] bayesstats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian statistics after bayesmh
[BAYES] bayesstats ess . . . . . . . . . . . . . . . . . . . . . Effective sample sizes and related statistics
[BAYES] bayesstats ic . . . . . . . . . . . . . . . . . . Bayesian information criteria and Bayes factors
[BAYES] bayesstats summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian summary statistics
[BAYES] bayestest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian hypothesis testing
[BAYES] bayestest interval . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interval hypothesis testing
[BAYES] bayestest model . . . . . . . . . . Hypothesis testing using model posterior probabilities
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
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[R] exlogistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact logistic regression
[R] glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear models
[R] heckprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit model with sample selection
[R] hetprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heteroskedastic probit model
[IRT] irt 1pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-parameter logistic model
Combined subject table of contents 15
Categorical outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.11 . . . . . . . . . . . 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
[IRT] irt nrm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nominal response model
[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.28 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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.13 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Count dependent-variable models
[U] Section 26.20.5 . . . . . . . . . . . . . . . Count dependent-variable models with panel data
[R] cpoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Censored Poisson regression
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[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
[TE] teffects aipw . . . . . . . . . . . . . . . . . . . . . . . . Augmented inverse-probability weighting
[TE] teffects ipw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Inverse-probability weighting
[TE] teffects ipwra . . . . . . . . . . . . . . . Inverse-probability-weighted regression adjustment
[TE] teffects nnmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nearest-neighbor matching
[TE] teffects psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching
[TE] teffects ra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Regression adjustment
[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
Combined subject table of contents 17
Discriminant analysis
[MV] candisc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Canonical linear discriminant analysis
[MV] discrim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Discriminant analysis
[MV] discrim estat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for discrim
[MV] discrim knn . . . . . . . . . . . . . . . . . . . . . . . . kth-nearest-neighbor discriminant analysis
[MV] discrim lda . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear discriminant analysis
[MV] discrim logistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic discriminant analysis
[MV] discrim qda . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quadratic discriminant analysis
[MV] scoreplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Score and loading plots
[MV] screeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scree plot
Endogenous covariates
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Chapter 26 . . . . . . . . . . . . . . . . . . . . . . . . . Overview of Stata estimation commands
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[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 model with continuous endogenous covariates
[R] ivprobit . . . . . . . . . . . . . . . . . . Probit model with continuous endogenous covariates
[R] ivregress . . . . . . . . . . . . . . . . . . . . Single-equation instrumental-variables regression
[R] ivtobit . . . . . . . . . . . . . . . . . . . . Tobit model with continuous endogenous covariates
[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.14 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact estimators
[R] bitest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Binomial probability test
[R] centile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report centile and confidence interval
[R] ci . . . . . . . . . . . . . . . . . . Confidence intervals for means, proportions, and variances
[R] dstdize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Direct and indirect standardization
[R] 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
Combined subject table of contents 19
Fractional outcomes
[R] betareg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Beta regression
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[R] fracreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fractional response regression
[TE] teffects ipw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Inverse-probability weighting
[TE] teffects nnmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nearest-neighbor matching
[TE] teffects psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching
Mixed models
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.21 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
[ME] meqrlogit . . . . . . . . Multilevel mixed-effects logistic regression (QR decomposition)
Combined subject table of contents 23
Multiple imputation
[U] Section 26.27 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
24 Combined subject table of contents
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
Combined subject table of contents 25
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
[IRT] irt grm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graded response model
[IRT] irt pcm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partial credit model
[IRT] irt rsm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rating scale model
[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.29 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
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
Combined subject table of contents 27
[SEM] sem option select( ) . . . . . . . . . . . . . . . . . . . Using sem with summary statistics data
[SEM] sem path notation extensions . . . . . . . . . . . . . . . Command syntax for path diagrams
[SEM] sem postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for sem
[SEM] sem reporting options . . . . . . . . . . . . . . . . . . . . Options affecting reporting of results
[SEM] sem ssd options . . . . . . . . . . . . . . . . . . Options for use with summary statistics data
[SEM] ssd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Making summary statistics data (sem only)
[SEM] test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wald test of linear hypotheses
[SEM] testnl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wald test of nonlinear hypotheses
Survey data
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.26 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survey data
[SVY] survey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to survey commands
[SVY] bootstrap options . . . . . . . . . . . . . . . More options for bootstrap variance estimation
[SVY] brr options . . . . . . . . . . . . . . . . . . . . . . . More options for BRR variance estimation
[SVY] direct standardization . . . . . Direct standardization of means, proportions, and ratios
[SVY] estat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation statistics for survey data
[SVY] jackknife options . . . . . . . . . . . . . . . More options for jackknife variance estimation
[SVY] ml for svy . . . . . . . . . . . . . . . Maximum pseudolikelihood estimation for survey data
[SVY] poststratification . . . . . . . . . . . . . . . . . . . . . . . . . . . . Poststratification for survey data
[P] robust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Robust variance estimates
[SVY] sdr options . . . . . . . . . . . . . . . . . . . . . . . More options for SDR variance estimation
[SVY] subpopulation estimation . . . . . . . . . . . . . . Subpopulation estimation for survey data
[SVY] svy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The survey prefix command
[SVY] svy bootstrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bootstrap for survey data
[SVY] svy brr . . . . . . . . . . . . . . . . . . . . . . . . . Balanced repeated replication for survey data
[SVY] svy estimation . . . . . . . . . . . . . . . . . . . . . . . . . Estimation commands for survey data
[SVY] svy jackknife . . . . . . . . . . . . . . . . . . . . . . . . . . . Jackknife estimation for survey data
[SVY] svy postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for svy
[SVY] svy sdr . . . . . . . . . . . . . . . . . . . . . . Successive difference replication for survey data
[SVY] svy: tabulate oneway . . . . . . . . . . . . . . . . . . . . . . . . . One-way tables for survey data
[SVY] svy: tabulate twoway . . . . . . . . . . . . . . . . . . . . . . . . . Two-way tables for survey data
[SVY] svydescribe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe survey data
[SVY] svymarkout . Mark observations for exclusion on the basis of survey characteristics
[SVY] svyset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare survey design for dataset
[MI] mi XXXset . . . . . . . . . . . . . . . . . . . . . . . . . Declare mi data to be svy, st, ts, xt, etc.
[SVY] variance estimation . . . . . . . . . . . . . . . . . . . . . . . Variance estimation for survey data
Survival analysis
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 26.20.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival models with panel data
[U] Section 26.22 . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival-time (failure-time) models
[U] Section 26.23 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effect models
[U] Section 26.31 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Power and sample-size analysis
[ST] survival analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to survival analysis
[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
[ME] mestreg . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects parametric survival models
Combined subject table of contents 31
Treatment effects
[U] Section 26.23 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effect models
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[TE] etpoisson . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[TE] etregress . . . . . . . . . . . . . . . . . . Linear regression with endogenous treatment effects
[TE] stteffects . . . . . . . . Treatment-effects estimation for observational survival-time data
[TE] stteffects intro Introduction to treatment effects for observational survival-time data
[TE] stteffects ipw . . . . . . . . . . . . . . . . . . . . . . Survival-time inverse-probability weighting
[TE] stteffects ipwra . . Survival-time inverse-probability-weighted regression adjustment
[TE] stteffects ra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival-time regression adjustment
[TE] stteffects wra . . . . . . . . . . . . . . . . . . . . Survival-time weighted regression adjustment
[TE] tebalance . . . . . . . . . . . . . . . . . . Check balance after teffects or stteffects estimation
[TE] tebalance box . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Covariate balance box
[TE] tebalance density . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Covariate balance density
[TE] tebalance overid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test for covariate balance
[TE] tebalance summarize . . . . . . . . . . . . . . . . . . . . Covariate-balance summary statistics
[TE] teffects . . . . . . . . . . . . . . . . . . . . . Treatment-effects estimation for observational data
[TE] teffects aipw . . . . . . . . . . . . . . . . . . . . . . . . Augmented inverse-probability weighting
[TE] teffects intro . . . . . . . . . . . . . Introduction to treatment effects for observational data
[TE] teffects intro advanced Advanced introduction to treatment effects for observational data
[TE] teffects ipw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Inverse-probability weighting
[TE] teffects ipwra . . . . . . . . . . . . . . . Inverse-probability-weighted regression adjustment
[TE] teffects multivalued . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivalued treatment effects
[TE] teffects nnmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nearest-neighbor matching
[TE] teffects overlap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Overlap plots
[TE] teffects psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching
[TE] teffects ra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Regression adjustment
[TE] treatment effects . . . . . . . . . . . . . . . . . . . Introduction to treatment-effects commands
Combined subject table of contents 35
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
[U] Section 18.11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ado-files
[P] comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add comments to programs
[P] fvexpand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Expand factor varlists
[P] macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Macro definition and manipulation
[P] program . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Define and manipulate programs
[P] return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Return stored results
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
36 Combined subject table of contents
Console output
[U] Section 12.4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Handling Unicode strings
[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
[D] unicode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode utilities
Debugging
[P] pause . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Program debugging command
[P] timer . . . . . . . . . . . . . Time sections of code by recording and reporting time spent
[P] trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Debug Stata programs
Projects
[P] Project Manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Organize Stata files
38 Combined subject table of contents
File formats
[P] file formats .dta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Description of .dta file format
[D] unicode convertfile . . . . . . . . . . . . . . . . Low-level file conversion between encodings
[D] unicode translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate files to Unicode
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] set locale ui . . . . . . . . . . . . . . . Specify a localization package for the user interface
[P] sleep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pause for a specified time
[P] smcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Markup and Control Language
[D] unicode locale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode locale utilities
[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
BCC boundary characteristic curve
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
39
40 Acronym glossary
CA correspondence analysis
CCC category characteristic curve
CCI conservative confidence interval
CCT controlled clinical trial
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
cusum cumulative sum
c.v. coefficient of variation
DA data augmentation
DDF denominator degrees of freedom
DDFs multiple denominator degrees of freedom
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
ICC item characteristic curve
ICD-9 International Classification of Diseases, Ninth Revision
ICD-10 International Classification of Diseases, Tenth Revision
ICU International Components for Unicode
IIA independence of irrelevant alternatives
i.i.d. independent and identically distributed
IIF item information function
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
IRT item response theory
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
MCSE MCMC standard errors
MDES minimum detectable effect size
MDS multidimensional scaling
ME multiple equation
Acronym glossary 43
PA population averaged
PARCH power ARCH
PCA principal component analysis
PCM partial credit model
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
RNG random-number generator
ROC receiver operating characteristic
ROP rank-ordered probit
ROT rule of thumb
RR relative risk
RRR relative-risk ratio
RSM rating scale model
RSS residual sum of squares
RUM random utility maximization
RVI relative variance increase
Acronym glossary 45
47
48 Glossary
add factor. An add factor is a quantity added to an endogenous variable in a forecast model. Add
factors can be used to incorporate outside information into a model, and they can be used to
produce forecasts under alternative scenarios.
ADF, method(adf). ADF stands for asymptotic distribution free and is a method used to obtain fitted
parameters for standard linear SEMs. ADF is used by sem when option method(adf) is specified.
Other available methods are ML, QML, and MLMV.
administrative censoring. Administrative censoring is the right-censoring that occurs when the study
observation period ends. All subjects complete the course of the study and are known to have
experienced one of two outcomes at the end of the study: survival or failure. This type of censoring
should not be confused with withdrawal and loss to follow-up. Also see censored, censoring, left-
censoring, and right-censoring.
AFT, accelerated failure time. See accelerated failure-time model.
agglomerative hierarchical clustering methods. Agglomerative hierarchical clustering methods are
bottom-up methods for hierarchical clustering. Each observation begins in a separate group. The
closest pair of groups is agglomerated or merged in each iteration until all the data are in one
cluster. This process creates a hierarchy of clusters. Contrast to divisive hierarchical clustering
methods.
AIPW estimator. See augmented inverse-probability-weighted estimator.
Akaike information criterion, AIC. Akaike information criterion (AIC) is an information-based model-
selection criterion. It is given by the formula −2 × log likelihood + 2k , where k is the number
of parameters. AIC favors simpler models by penalizing for the number of model parameters. It
does not, however, account for the sample size. As a result, the AIC penalization diminishes as the
sample size increases, as does its ability to guard against overparameterization.
allocation ratio. This ratio n2 /n1 represents the number of subjects in the comparison, experimental
group relative to the number of subjects in the reference, control group. Also see [PSS] unbalanced
designs.
alpha. Alpha, α, denotes the significance level.
alternative hypothesis. In hypothesis testing, the alternative hypothesis represents the counterpoint to
which the null hypothesis is compared. When the parameter being tested is a scalar, the alternative
hypothesis can be either one sided or two sided.
alternative value, alternative parameter. This value of the parameter of interest under the alternative
hypothesis is fixed by the investigator in a power and sample-size analysis. For example, alternative
mean value and alternative mean refer to a value of the mean parameter under the alternative
hypothesis.
analysis of variance, ANOVA. This is a class of statistical models that studies differences between
means from multiple populations by partitioning the variance of the continuous outcome into
independent sources of variation due to effects of interest and random variation. The test statistic is
then formed as a ratio of the expected variation due to the effects of interest to the expected random
variation. Also see one-way ANOVA, two-way ANOVA, one-way repeated-measures ANOVA, and
two-way repeated-measures ANOVA.
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.
Glossary 49
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.
ANOVA denominator degrees of freedom (DDF) method. This method uses the traditional ANOVA
for computing DDF. According to this method, the DDF for a test of a fixed effect of a given variable
depends on whether that variable is also included in any of the random-effects equations. For
traditional ANOVA models with balanced designs, this method provides exact sampling distributions
of the test statistics. For more complex mixed-effects models or with unbalanced data, this method
typically leads to poor approximations of the actual sampling distributions of the test statistics.
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
specified, the augmentation term vanishes as the sample size becomes large. An AIPW estimator
uses both an outcome model and a treatment model and is a doubly robust estimator.
augmented regression. Regression performed on the augmented data, the data with a few extra
observations with small weights. The data are augmented in a way that prevents perfect prediction,
which may arise during estimation of categorical data. See The issue of perfect prediction during
imputation of categorical data under Remarks and examples of [MI] mi impute.
autocorrelation function. The autocorrelation function (ACF) expresses the correlation between periods
t and t − k of a time series as function of the time t and the lag k . For a stationary time series,
the ACF does not depend on t and is symmetric about k = 0, meaning that the correlation between
periods t and t − k is equal to the correlation between periods t and t + k .
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
52 Glossary
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.
batch means. Batch means are means obtained from batches of sample values of equal size. Batch
means provide an alternative method for estimating MCMC standard errors (MCSE). The batch size
is usually chosen to minimize the correlation between different batches of means.
Bayes factor. Bayes factor is given by the ratio of the marginal likelihoods of two models, M1
and M2 . It is a widely used criterion for Bayesian model comparison. Bayes factor is used in
calculating the posterior odds ratio of model M1 versus M2 ,
where P (Mi |y) is a posterior probability of model Mi , and P (Mi ) is a prior probability of model
Mi . When the two models are equally likely, that is, when P (M1 ) = P (M2 ), the Bayes factor
equals the posterior odds ratio of the two models.
Bayes’s rule. The Bayes’s rule is a formal method for relating conditional probability statements. For
two (random) events X and Y , the Bayes’s rule states that
that is, the probability of X conditional on Y is proportional to the probability of X and the
probability of Y conditional on X . In Bayesian analysis, the Bayes’s rule is used for combining
prior information about model parameters and evidence from the observed data to form the posterior
distribution.
Bayes’s theorem. Bayes’s 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’s 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).
Bayesian analysis. Bayesian analysis is a statistical methodology that considers model parameters to
be random quantities and estimates their posterior distribution by combining prior knowledge about
parameters with the evidence from the observed data sample. Prior knowledge about parameters
is described by prior distributions and evidence from the observed data is incorporated through
a likelihood model. Using the Bayes’s rule, the prior distribution and the likelihood model are
combined to form the posterior distribution of model parameters. The posterior distribution is then
used for parameter inference, hypothesis testing, and prediction.
Bayesian hypothesis testing. Bayesian hypothesis testing computes probabilities of hypotheses condi-
tional on the observed data. In contrast to the frequentist hypothesis testing, the Bayesian hypothesis
testing computes the actual probability of a hypothesis H by using the Bayes’s rule,
where y is the observed data, P (y|H) is the marginal likelihood of y given H , and P (H) is
the prior probability of H . Two different hypotheses, H1 and H2 , can be compared by simply
comparing P (H1 |y) to P (H2 |y).
Glossary 53
Bayesian information criterion, BIC. The Bayesian information criterion (BIC), also known as
Schwarz criterion, is an information based criterion used for model selection in classical statistics.
It is given by the formula −0.5 × log likelihood + k × lnn, where k is the number of parameters
and n is the sample size. BIC favors simpler, in terms of complexity, models and it is more
conservative than AIC.
BCC. See boundary characteristic curve.
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
k X n k X n k
X X X 1
E= (yij − yi• )(yij − yi• )0 = 0
yij yij − 0
yi• yi•
i=1 j=1 i=1 j=1 i=1
n
Binary 0 is obtained by using char(0) and is sometimes displayed as \0. See [U] 12.4.10 strL
variables and binary strings for more information.
binary item. A binary item is an item that is scored as either 0 or 1.
binary operator. A binary operator is an operator applied to two arguments. In 2-3, the minus sign
is a binary operator, as opposed to the minus sign in -9, which is a unary operator.
binary string. A binary string is, technically speaking, any string that does not contain text. In Stata,
however, a string is only marked as binary if it contains binary 0, or if it contains the contents of
a file read in using the fileread() function, or if it is the result of a string expression containing
a string that has already been marked as binary.
In Stata, strL variables, string scalars, and Mata strings can store binary strings.
See [U] 12.4.10 strL variables and binary strings for more information.
binomial test. A binomial test is a test for which the exact sampling distribution of the test statistic
is binomial; see [R] bitest. Also see [PSS] power oneproportion.
biplot. A biplot is a scatterplot which represents both observations and variables simultaneously. There
are many different biplots; variables in biplots are usually represented by arrows and observations
are usually represented by points.
biquartimax rotation or biquartimin rotation. Biquartimax rotation and biquartimin rotation are
synonyms. They put equal weight on the varimax and quartimax criteria, simplifying the columns
and rows of the matrix. This is an oblique rotation equivalent to an oblimin rotation with γ = 0.5.
Also see varimax rotation, quartimax rotation, and oblimin rotation.
bisection method. This method finds a root x of a function f (x) such that f (x) = 0 by repeatedly
subdividing an interval on which f (x) is defined until the change in successive root estimates is
within the requested tolerance and function f (·) evaluated at the current estimate is sufficiently
close to zero.
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.
blocking. In the context of the MH algorithm, blocking refers to the process of separating model
parameters into different subsets or blocks to be sampled independently of each other. MH algorithm
generates proposals and applies the acceptance–rejection rule sequentially for each block. It is
recommended that correlated parameters are kept in one block. Separating less-correlated or
independent model parameters in different blocks may improve the mixing of the MH algorithm.
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.
Glossary 55
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 characteristic curve. A boundary characteristic curve (BCC) expresses the probability of
transitioning across a given boundary threshold that separates the ordered item categories into two
groups as a function of the latent trait.
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 burn-in period is the number of iterations it takes for an MCMC sequence to
reach stationarity.
byte. Formally, a byte is eight binary digits (bits), the units used to record computer data. Each byte
can also be considered as representing a value from 0 through 255. Do not confuse this with Stata’s
byte variable storage type, which allows values from −127 to 100 to be stored. With regard to
strings, all strings are composed of individual characters that are encoded using either one byte or
several bytes to represent each character.
For example, in UTF-8, the encoding system used by Stata, byte value 97 encodes “a”. Byte values
195 and 161 in sequence encode “á”.
CA. See correspondence analysis.
calibration. The procedure of estimating parameters of an IRT model.
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.
canonical loadings. The canonical loadings are coefficients of canonical linear discriminant functions.
Also see canonical discriminant analysis and loading.
56 Glossary
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.
categorical item. A categorical item is an item that is either ordinal or nominal.
category boundary curve. See boundary characteristic curve.
category boundary location. See difficulty.
category characteristic curve. A category characteristic curve (CCC) expresses the probability of a
response in a given item category as a function of the latent trait.
category response function. See category characteristic curve.
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.
CCC. See category characteristic curve.
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.
Glossary 57
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.
clinically meaningful difference, clinically meaningful effect, clinically significant difference.
Clinically meaningful difference represents the magnitude of an effect of interest that is of clinical
importance. What is meant by “clinically meaningful” may vary from study to study. In clinical
trials, for example, if no prior knowledge is available about the performance of the considered
clinical procedure, a standardized effect size (adjusted for standard deviation) between 0.25 and
0.5 may be considered of clinical importance.
cluster. A cluster is a collection of individuals that are sampled as a group. Although the cost in time
and money can be greatly decreased, cluster sampling usually results in larger variance estimates
when compared with designs in which individuals are sampled independently.
cluster analysis. Cluster analysis is a method for determining natural groupings or clusters of
observations.
cluster tree. See dendrogram.
clustered, vce(cluster clustvar). Clustered is the name we use for the generalized Hu-
ber/White/sandwich estimator of the VCE, which is the robust technique generalized to relax the
assumption that errors are independent across observations to be that they are independent across
clusters of observations. Within cluster, errors may be correlated.
Clustered standard errors are reported when sem or gsem option vce(cluster clustvar) is
specified. The other available techniques are OIM, OPG, robust, bootstrap, and jackknife. Also
available for sem only is EIM.
clustering. See cluster analysis.
Cochran–Armitage test. The Cochran–Armitage test is a test for a linear trend in a probability of
response in a J × 2 contingency table. The test statistic has an asymptotic χ2 distribution under
the null hypothesis. See [PSS] power trend.
Cochran–Mantel–Haenszel test. See Mantel–Haenszel test.
Cochrane–Orcutt estimator. This estimation is a linear regression estimator that can be used when the
error term exhibits first-order autocorrelation. An initial estimate of the autocorrelation parameter ρ
is obtained from OLS residuals, and then OLS is performed on the transformed data yet = yt − ρyt−1
and xet = xt − ρxt−1 .
code pages. A code page maps extended ASCII values to a set of characters, typically for a specific
language or set of languages. For example, the most commonly used code page is Windows-1252,
which maps extended ASCII values to characters used in Western European languages. Code pages
are essentially encodings for extended ASCII characters.
code point. A code point is the numerical value or position that represents a single character in
a text system such as ASCII or Unicode. The original ASCII encoding system contains only 128
code points and thus can represent only 128 characters. Historically, the 128 additional bytes of
extended ASCII have been encoded in many different and inconsistent ways to provide additional
sets of 128 code points. The formal Unicode specification has 1,114,112 possible code points, of
Glossary 59
which roughly 250,000 have been assigned to actual characters. Stata uses UTF-8 encoding for
Unicode. Note that the UTF-8–encoded version of a code point does not have the same numeric
value as the code point itself.
coefficient of determination. The coefficient of determination is the fraction (or percentage) of
variation (variance) explained by an equation of a model. The coefficient of determination is thus
like R2 in linear regression.
cohort studies. In cohort studies, a group that is well defined is monitored over time to track the
transition of noncases to cases. Cohort studies differ from incidence studies in that they can be
retrospective as well as prospective.
cointegrating vector. A cointegrating vector specifies a stationary linear combination of nonstationary
variables. Specifically, if each of the variables x1 , x2 , . . . , xk is integrated of order one and there
exists a set of parameters β1 , β2 , . . . , βk such that zt = β1 x1 + β2 x2 + · · · + βk xk is a stationary
process, the variables x1 , x2 , . . . , xk are said to be cointegrated, and the vector β is known as a
cointegrating vector.
colon operators. Colon operators are operators preceded by a colon, and the colon indicates that
the operator is to be performed elementwise. A:*B indicates element-by-element multiplication,
whereas A*B indicates matrix multiplication. Colons may be placed in front of any operator.
Usually one thinks of elementwise as meaning cij = aij <op> bij , but in Mata, elementwise is
also generalized to include c-conformability. See [M-2] op colon.
column stripes. See row and column stripes.
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.
common odds ratio. A measure of association in stratified 2 × 2 tables. It can be viewed as a weighted
aggregate of stratum-specific odds ratios.
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.
60 Glossary
c(Λ) = Λ2 , (ΛΛ0 )2 Λ2
Glossary 61
δ = c1 µ1 + c2 µ2 + · · · + ck µk
δ = c1 µ1 + c2 µ2 + · · · ck µk
where the coefficients again satisfy
k
X
ci = 0
i=1
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 study. 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.
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.
64 Glossary
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.
credible interval. In Bayesian analysis, the credible interval of a scalar model parameter is an interval
from the domain of the marginal posterior distribution of that parameter. Two types of credible
intervals are typically used in practice: equal-tailed credible intervals and HPD credible intervals.
credible level. The credible level is a probability level between 0% and 100% used for calculating
credible intervals in Bayesian analysis. For example, a 95% credible interval for a scalar parameter
is an interval the parameter belongs to with the probability of 95%.
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).
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
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.
Glossary 65
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 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.
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.
66 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.
Glossary 67
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.
degree-of-freedom adjustment. In estimates of variances and covariances, a finite-population degree-
of-freedom adjustment is sometimes applied to make the estimates unbiased.
Let’s write an estimated variance as σ bii and write the “standard” formula for the variance as
σ
bii = Sii /N . If σ
bii is the variance of observable variable xi , it can readily be proven that Sii /N
is a biased estimate of the variances in samples of size N and that Sii /(N − 1) is an unbiased
estimate. It is usual to calculate variances using Sii /(N − 1), which is to say, the “standard”
formula has a multiplicative degree-of-freedom adjustment of N/(N − 1) applied to it.
If σ
bii is the variance of estimated parameter βi , a similar finite-population degree-of-freedom
adjustment can sometimes be derived that will make the estimate unbiased. For instance, if βi is a
coefficient from a linear regression, an unbiased estimate of the variance of regression coefficient
βi is Sii /(N − p − 1), where p is the total number of regression coefficients estimated excluding
the intercept. In other cases, no such adjustment can be derived. Such estimators have no derivable
finite-sample properties and one is left only with the assurances provided by its provable asymptotic
properties. In such cases, the variance of coefficient βi is calculated as Sii /N , which can be
derived on theoretical grounds. SEM is an example of such an estimator.
SEM is a remarkably flexible estimator and can reproduce results that can sometimes be obtained by
other estimators. SEM might produce asymptotically equivalent results, or it might produce identical
results depending on the estimator. Linear regression is an example in which sem and gsem produce
the same results as regress. The reported standard errors, however, will not look identical because
the linear-regression estimates have the finite-population degree-of-freedom adjustment applied to
them and the SEM estimates do not. To see the equivalence, you must p undo the adjustment on the
reported linear regression standard errors by multiplying them by {(N − p − 1)/N }.
delta. Delta, δ , in the context of power and sample-size calculations, denotes the effect size.
delta method. See linearization.
dendrogram or cluster tree. A dendrogram or cluster tree graphically presents information about
how observations are grouped together at various levels of (dis)similarity in hierarchical cluster
analysis. At the bottom of the dendrogram, each observation is considered its own cluster. Vertical
lines extend up for each observation, and at various (dis)similarity values, these lines are connected
to the lines from other observations with a horizontal line. The observations continue to combine
until, at the top of the dendrogram, all observations are grouped together. Also see hierarchical
clustering.
dereference. Dereferencing is an action performed on pointers. Pointers contain memory addresses,
such as 0x2a1228. One assumes something of interest is stored at 0x2a1228, say, a real scalar
equal to 2. When one accesses that 2 via the pointer by coding *p, one is said to be dereferencing
the pointer. Unary * is the dereferencing operator.
design effects. See DEFF and DEFT.
deterministic trend. A deterministic trend is a deterministic function of time that specifies the long-run
tendency of a time series.
deviance information criterion, DIC. The deviance information criterion (DIC) is an information
based criterion used for Bayesian model selection. It is an analog of AIC and is given by the
formula D(θ) + 2 × pD , where D(θ) is the deviance at the sample mean and pD is the effective
complexity, a quantity equivalent to the number of parameters in the model. Models with smaller
DIC are preferred.
68 Glossary
DFBETA. A DFBETA measures the change in the regressor’s coefficient because of deletion of that
subject. Also see partial DFBETA.
diagonal matrix. A matrix is diagonal if its off-diagonal elements are zero; A is diagonal if A[i, j]==0
for i!=j. Usually, diagonal matrices are also square. Some definitions require that a diagonal matrix
also be a square matrix.
diagonal of a matrix. The diagonal of a matrix is the set of elements A[i,j].
dichotomous item. See binary item.
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 .
difficulty. A level of the latent trait needed to pass an item or an item category.
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.
diminishing adaptation. Diminishing adaptation of the adaptive algorithm is the type of adaptation
in which the amount of adaptation decreases with the size of the MCMC chain.
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.
disambiguation: characters, and bytes, and display columns. A character is simply the letter or
symbol that you want to represent—the letter “a”, the punctuation mark “.”, or a Chinese logogram.
A byte or sequence of bytes is how that character is stored in the computer. And, a display column
is the space required to display one typical character in the fixed-width display used by Stata’s
Results window and Viewer. Some characters are too wide for one display column. Each character
is displayed in one or two display columns.
Glossary 69
For plain ASCII characters, the number of characters always equals the number of bytes and equals
the number of display columns.
For UTF-8 characters that are not plain ASCII, there are usually two bytes per character but there
are sometimes three or even four bytes per character, such as for Chinese, Japanese, and Korean
(CJK) characters. Characters that are too wide to fit in one display column (such as CJK characters)
are displayed in two display columns.
In general, for Unicode characters, the relationship between the number of characters and the
number of bytes and the relationship between the number of characters and the number of display
columns is more ambiguous. All characters can be stored in four or fewer bytes and are displayed
in Stata using two or fewer display columns.
See [U] 12.4.2.1 Unicode string functions and [U] 12.4.2.2 Displaying Unicode characters to
learn how to deal with the distinction between characters, bytes, and display columns in your code.
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 or discordant sets. Also see Introduction
under Remarks and examples in [PSS] power pairedproportions as well as Introduction under
Remarks and examples in [PSS] power mcc.
discordant sets. In a matched study with multiple controls matched to a case, discordant sets are
the sets in which there is any success–failure or failure–success match between the case and any
matched control. Also see Introduction under Remarks and examples in [PSS] power mcc.
discrete parameters. Discrete parameters are parameters with discrete prior distributions.
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.
discrimination. A measure of how well an item can distinguish between contiguous latent trait levels
near the inflection point of an item characteristic curve.
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
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.
display column. A display column is the space required to display one typical character in the
fixed-width display used by Stata’s Results window and Viewer. Some characters are too wide for
one display column. Each character is displayed in one or two display columns.
All plain ASCII characters (for example, “M” and “9”) and many UTF-8 characters that are not
plain ASCII (for example, “é”) require the same space when using a fixed-width font. That is to
say, they all require a single display column.
70 Glossary
Characters from non-Latin alphabets, such as Chinese, Cyrillic, Japanese, and Korean, may require
two display columns.
See [U] 12.4.2.2 Displaying Unicode characters for more information.
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 begin 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
effect-size curve. The effect-size curve is a graph of the estimated effect size or target parameter
as a function of some other study parameter such as the sample size. The effect size or target
parameter is plotted on the y axis, and the sample size or other parameter is plotted on the x axis.
effect-size determination. This pertains to the computation of an effect size or a target parameter
given power, sample size, and other study parameters.
efficiency. In the context of MCMC, efficiency is a term used for assessing the mixing quality of
an MCMC procedure. Efficient MCMC algorithms are able to explore posterior domains in less
time (using fewer iterations). Efficiency is typically quantified by the sample autocorrelation and
effective sample size. An MCMC procedure that generates samples with low autocorrelation and
consequently high ESS is more efficient.
eigenvalues and eigenvectors. A scalar, λ, is said to be an eigenvalue of square matrix A: n × n if
there is a nonzero column vector x: n × 1 (called an eigenvector) such that
Ax = λx (1)
endogenous variable. An endogenous variable is a regressor that is correlated with the unobservable
error term. Equivalently, an endogenous variable is one whose values are determined by the
equilibrium or outcome of a structural model.
In the context of structural equation modeling and path diagrams, a variable, either observed or
latent, is endogenous if any paths point to it.
Also see exogenous variable.
epsilon(1), etc.. epsilon(1) refers to the unit roundoff error associated with a computer, also informally
called machine precision. It is the smallest amount by which a number may differ from 1. For
IEEE double-precision variables, epsilon(1) is approximately 2.22045e–16.
epsilon(x) is the smallest amount by which a real number can differ from x, or an approximation
thereof; see [M-5] epsilon( ).
equal-allocation design. See balanced design.
equal-tailed credible interval. An equal-tailed credible interval is a credible interval defined in
such a way that both tails of the marginal posterior distribution have the same probability. A
{100 × (1 − α)}% equal-tailed credible interval is defined by the α/2th and {(1 − α)/2}th
quantiles of the marginal posterior distribution.
equamax rotation. Equamax rotation is an orthogonal rotation whose criterion is a weighted sum of
the varimax and quartimax criteria. Equamax reflects a concern for simple structure within the rows
and columns of the matrix. It is equivalent to oblimin with γ = p/2, or to the Crawford–Ferguson
family with κ = f /2p, where p is the number of rows of the matrix to be rotated, and f is the
number of columns. Also see orthogonal rotation, varimax rotation, quartimax rotation, oblimin
rotation, and Crawford–Ferguson rotation.
error, error variable. The error is random disturbance e in a linear equation:
y = b0 + b1 x1 + b2 x2 + · · · + e
estimation method. There are a variety of ways that one can solve for the parameters of an SEM.
Different methods make different assumptions about the data-generation process, and so it is
important that you choose a method appropriate for your model and data; see [SEM] intro 4.
Euclidean distance. The Euclidean distance between two observations is the distance one would mea-
sure with a ruler. The distance between vector P = (P1 , P2 , . . . , Pn ) and Q = (Q1 , Q2 , . . . , Qn )
is given by
v
u n
p uX
D(P, Q) = (P1 − Q1 ) + (P2 − Q2 ) + · · · + (Pn − Qn ) = t (Pi − Qi )2
2 2 2
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 denominator degrees of freedom (DDF) methods. Residual, repeated, and ANOVA DDF methods
are referred to as exact methods because they provide exact t and F sampling distributions of
test statistics for special classes of mixed-effects models—linear regression, repeated-measures
designs, and traditional ANOVA models—with balanced data. Also see approximation denominator
degrees of freedom (DDF) methods.
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.
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.
74 Glossary
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].
exposure odds ratio. An odds ratio of exposure in cases relative to controls in a case–control study.
extended ASCII. Extended ASCII, also known as higher ASCII, is the byte values 128 to 255, which
were not defined as part of the original ASCII specification. Various code pages have been defined
over the years to map the extended ASCII byte values to many characters not supported in the
original ASCII specification, such as Latin letters with diacritical marks, such as “á” and “Á”;
non-Latin alphabets, such as Chinese, Cyrillic, Japanese, and Korean; punctuation marks used in
non-English languages, such as “<”, complex mathematical symbols such as “±”, and more.
Although extended ASCII characters are stored in a single byte in ASCII encoding, UTF-8 stores the
same characters in two to four bytes. Because each code page maps the extended ASCII values
differently, another distinguishing feature of extended ASCII characters is that their meaning can
change across fonts and operating systems.
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.
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
Glossary 75
f = ΦΛ0 R−1 x
b
where
Γ = Λ0 Ψ−1 Λ
fixed effects. In the context of multilevel mixed-effects models, fixed effects represent effects that
are constant for all groups at any level of nesting. In the ANOVA literature, fixed effects represent
the levels of a factor for which the inference is restricted to only the specific levels observed in
the study. See also fixed-effects model in [XT] Glossary.
fixed-effects model. The fixed-effects model is a model for panel data in which the panel-specific
errors are treated as fixed parameters. These parameters are panel-specific intercepts and therefore
allow the conditional mean of the dependent variable to vary across panels. The linear fixed-
effects estimator is consistent, even if the regressors are correlated with the fixed effects. See also
random-effects model.
flong data. See style.
flongsep data. See style.
FMI. See fraction of missing information.
follow-up period or follow-up. The (minimum) follow-up period is the period after the last subject
entered the study until the end of the study. The follow-up defines the phase of a study during
which subjects are under observation and no new subjects enter the study. If T is the total duration
of a study, and R is the accrual period of the study, then follow-up period f is equal to T − R.
Also see accrual period.
follow-up study. See cohort study.
forecast-error variance decomposition. Forecast-error variance decompositions measure the fraction
of the error in forecasting variable i after h periods that is attributable to the orthogonalized shocks
to variable j .
forward operator. The forward operator F denotes the value of a variable at time t + 1. Formally,
F yt = yt+1 , and F 2 yt = F yt+1 = yt+2 .
FPC. See finite population correction.
fraction of missing information. The ratio of information lost due to the missing data to the total
information that would be present if there were no missing data.
An equal FMI test is a test under the assumption that FMIs are equal across parameters.
An unrestricted FMI test is a test without the equal FMI assumption.
fractional polynomial. A polynomial that may include logarithms, noninteger powers, and repeated
powers.
Each time a power repeats in a fractional polynomial of x, it is multiplied by another ln(x).
We write a fractional polynomial in x as
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 .
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.
Glossary 77
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.
frequentist analysis. Frequentist analysis is a form of statistical analysis where model parameters are
considered to be unknown but fixed constants and the observed data are viewed as a repeatable
random sample. Inference is based on the sampling distribution of the data.
full conditionals. A full conditional is the probability distribution of a random variate conditioned
on all other random variates in a joint probability model. Full conditional distributions are used
in Gibbs sampling.
full Gibbs sampling. See Gibbs sampling, Gibbs sampler.
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
78 Glossary
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.
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.
In the context of IRT models, Gauss–Hermite quadrature (GHQ) is a method of approximating the
integral used in the calculation of the log likelihood. The quadrature locations and weights for
individuals 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
Glossary 79
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 partial credit model. The generalized partial credit model (GPCM) is an IRT model for
ordinal responses. The categories within each item vary in their difficulty and share the same
discrimination parameter.
80 Glossary
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.
Gibbs sampling, Gibbs sampler. Gibbs sampling is an MCMC method, according to which each
random variable from a joint probability model is sampled according to its full conditional
distribution.
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.
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.
GPCM. See generalized partial credit model.
graded response model. The graded response model (GRM) is an extension of the two-parameter
logistic model to ordinal responses. The categories within each item vary in their difficulty and
share the same discrimination parameter.
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.
Greenhouse–Geisser correction. See nonsphericity correction.
GRM. See graded response model.
gsem. gsem is the Stata command that fits generalized SEMs. Also see sem.
guessing. The guessing parameter incorporates the impact of chance on an observed response. The
parameter lifts the lower asymptote of the item characteristic curve above zero.
Glossary 81
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
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.
82 Glossary
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
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.
84 Glossary
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.
86 Glossary
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.
information. Precision with which an item or an instrument measures the latent trait; also see item
information function and test information function.
informative prior. An informative prior is a prior distribution that has substantial influence on the
posterior distribution.
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.
instrument. A collection of items, usually called a test, a survey, or a questionnaire.
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.
interaction effects. Interaction effects measure the dependence of the effects of one factor on the
levels of the other factor. Mathematically, they can be defined as the differences among treatment
means that are left after main effects are removed from these differences.
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.
interval hypothesis testing. Interval hypothesis testing performs interval hypothesis tests for model
parameters and functions of model parameters.
Glossary 87
interval test. In Bayesian analysis, an interval test applied to a scalar model parameter calculates the
marginal posterior probability for the parameter to belong to the specified 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.
invariance. When an IRT model fits the data exactly in the population, then the estimated item
parameters should be the same, within sampling error, regardless of what sample the data were
derived from, and the estimated person latent traits should be the same regardless of what items
they are based on.
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.
IPWRA estimators. See inverse-probability-weighted regression-adjustment estimators.
IRT. See item response theory.
istmt. An istmt is an interactive statement, a statement typed at Mata’s colon prompt.
item. An item is a single question or task on a test or an instrument.
item characteristic curve. An item characteristic curve (ICC) expresses the probability for a given
response to a binary item as a function of the latent trait.
item information function. An item information function (IIF) indicates the precision of an item
along the latent trait continuum.
item location. Location of an item on the difficulty scale.
item response function. See item characteristic curve.
item response theory. Item response theory (IRT) is a theoretical framework organized around the
concept of the latent trait. IRT encompasses a set of models and associated statistical procedures
that relate observed responses on an instrument to a person’s level of the latent trait.
iterated principal-factor method. The iterated principal-factor method is a method for performing
h2i are estimated iteratively from the loadings in Λ
factor analysis in which the communalities b b
using
m
X
h2i =
b b2
λ ij
j=1
When r or c is 0, there are no elements to be filled in with value, but even so, value is used
to determine the type of the matrix. Thus J(0, 0, 1i) refers to a 0 × 0 complex matrix,
J(0, 0, "") refers to a 0 × 0 string matrix, and J(0, 0, NULL) refers to a 0 × 0 pointer
matrix.
In the documentation, J() is used for more than describing 0 × 0 matrices. Sometimes, the
matrices being described are r × 0 or are 0 × c. Say that a function example(X) is supposed
to return a column vector; perhaps it returns the last column of X. Now say that X is 0 × 0.
Function example() still should return a column vector, and so it returns a 0 × 1 matrix. This
would be documented by noting that example() returns J(0, 1, .) when X is 0 × 0.
jackknife. The jackknife is a data-dependent way to estimate the variance of a statistic, such as a
mean, ratio, or regression coefficient. Unlike BRR, the jackknife can be applied to practically any
survey design. The jackknife variance estimator is described in [SVY] variance estimation.
jackknife, vce(jackknife). The jackknife 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 jackknife is a way of obtaining variance estimates for θb from
repeated estimates θb1 , θb2 , . . . , θbN , where each θbi is the result of applying E to D with observation
i removed. See [SEM] sem option method( ) and [R] jackknife.
vce(jackknife) is allowed with sem but not gsem. You can obtain jackknife results by prefixing
the gsem command with jackknife:, but remember to specify jackknife’s cluster() and
idcluster() options if you are fitting a multilevel model. See [SEM] intro 9.
jackknifed standard error. See Monte Carlo error.
JCA. An acronym for joint correspondence analysis; see multiple correspondence analysis.
Jeffreys prior. The Jeffreys prior of a vector of model parameters θ is proportional to the square
root of the determinant of its Fisher information matrix I(θ). Jeffreys priors are locally uniform
and, by definition, agree with the likelihood function. Jeffreys priors are considered noninformative
priors that have minimal impact on the posterior distribution.
joint correspondence analysis. See multiple correspondence analysis.
joint normality assumption. See normality assumption, joint and conditional.
Kaiser–Meyer–Olkin measure of sampling adequacy. The Kaiser–Meyer–Olkin (KMO) measure
of sampling adequacy takes values between 0 and 1, with small values meaning that the variables
have too little in common to warrant a factor analysis or PCA. Historically, the following labels
have been given to values of KMO (Kaiser 1974):
0.00 to 0.49 unacceptable
0.50 to 0.59 miserable
0.60 to 0.69 mediocre
0.70 to 0.79 middling
0.80 to 0.89 meritorious
0.90 to 1.00 marvelous
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.
Glossary 89
Kenward–Roger denominator degrees of freedom (DDF) method. This method implements the
Kenward and Roger (1997) method, which is designed to approximate unknown sampling distri-
butions of test statistics for complex linear mixed-effects models. This method is supported only
with restricted maximum-likelihood estimation.
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
b )2
(Eij − D
Kruskal(D,
b E) = P 2 ij
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.
Laplacian approximation. Laplacian approximation is a technique used to approximate definite
integrals without resorting to quadrature methods. In the context of mixed-effects models, Laplacian
approximation is as a rule faster than quadrature methods at the cost of producing biased parameter
estimates of variance components.
latent growth model. A latent growth model is a kind of measurement model in which the observed
values are collected over time and are allowed to follow a trend. See [SEM] intro 5.
latent space. Number of latent traits that are measured by an instrument. All IRT models described
in this manual assume a unidimensional latent space or, in other words, that a single latent trait
explains the response pattern.
latent trait. A variable or construct that cannot be directly observed.
90 Glossary
latent variable. A variable is latent if it is not observed. A variable is latent if it is not in your dataset
but you wish it were. You wish you had a variable recording the propensity to commit violent
crime, or socioeconomic status, or happiness, or true ability, or even income accurately recorded.
Latent variables are sometimes described as imagined variables.
In the software, latent variables are usually indicated by having at least their first letter capitalized.
Also see first- and second-order latent variables, first-, second-, and higher-level (latent) variables,
and observed variables.
Lawley–Hotelling trace. The Lawley–Hotelling trace is a test statistic for the hypothesis test H0 :
µ1 = µ2 = · · · = µk based on the eigenvalues λ1 , λ2 , . . . , λs of E−1 H. It is defined as
s
X
U (s) = trace(E−1 H) = λi
i=1
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
∞
X
α(L) = α0 + α1 L + α2 L2 + · · · = ατ Lτ
τ =0
Glossary 91
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).
Glossary 93
main effects. These are average, additive effects that are associated with each level of each factor.
For example, the main effect of level j of a factor is the difference between the mean of all
observations on the outcome of interest at level j and the grand mean.
MANCOVA. MANCOVA is multivariate analysis of covariance. See multivariate analysis of variance.
manifest variables. Synonym for observed variables.
MANOVA. multivariate analysis of variance.
Mantel–Haenszel test. The Mantel–Haenszel test evaluates whether the overall degree of association
in stratified 2 × 2 tables is significant assuming that the exposure effect is the same across strata.
See [PSS] power cmh.
MAR. See missing at random.
marginal distribution. In Bayesian context, a distribution of the data after integrating out parameters
from the joint distribution of the parameters and the data.
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.
marginal likelihood. In the context of Bayesian model comparison, a marginalized
R over model param-
eters θ likelihood of data y for a given model M , P (y|M ) = m(y) = P (y|θ, M )P (θ|M )dθ.
Also see Bayes factor.
marginal posterior distribution. In Bayesian context, a marginal posterior distribution is a distribution
resulting from integrating out all but one parameter from the joint posterior distribution.
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. Markov chain is a random process that generates sequences of random vectors (or
states) and satisfies the Markov property: the next state depends only on the current state and not
on any of the previous states. MCMC is the most common methodology for simulating Markov
chains.
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 one or more
observations from another group with respect to one or more characteristics of interest. When
multiple matches occur, the study design is 1 : M , where M is the number of matches. Also see
paired data, also known as 1 : 1 matched data.
94 Glossary
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.
matrix model parameter. A matrix model parameter is any model parameter that is a matrix. Matrix
elements, however, are viewed as scalar model parameters.
Matrix model parameters are defined and referred to within the bayesmh command as
{param,matrix} or {eqname:param,matrix} with the equation name eqname. For example,
{Sigma, matrix} and {Scale:Omega, matrix} are matrix model parameters. Individual matrix
elements cannot be referred to within the bayesmh command, but they can be referred within postes-
timation commands accepting parameters. For example, to refer to the individual elements of the de-
fined above, say, 2 × 2 matrices, use {Sigma 1 1}, {Sigma 2 1}, {Sigma 1 2}, {Sigma 2 2}
and {Scale:Omega 1 1}, {Scale:Omega 2 1}, {Scale:Omega 1 2}, {Scale:Omega 2 2},
respectively. See [BAYES] bayesmh.
matrix parameter. See matrix model parameter.
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.
MCAGHQ. See mode-curvature adaptive Gauss–Hermite quadrature.
MCAR. See missing completely at random.
MCE. See Monte Carlo error.
MCMC, Markov chain Monte Carlo. MCMC is a class of simulation-based methods for generating
samples from probability distributions. Any MCMC algorithm simulates a Markov chain with a
target distribution as its stationary or equilibrium distribution. The precision of MCMC algorithms
increases with the number of iterations. The lack of a stopping rule and convergence rule, however,
makes it difficult to determine for how long to run MCMC. The time needed to converge to the
target distribution within a prespecified error is referred to as mixing time. Better MCMC algorithms
have faster mixing times. Some of the popular MCMC algorithms are random-walk Metropolis,
Metropolis–Hastings, and Gibbs sampling.
Glossary 95
MCMC sample. An MCMC sample is obtained from MCMC sampling. An MCMC sample approximates
a target distribution and is used for summarizing this distribution.
MCMC sample size. MCMC sample size is the size of the MCMC sample. It is specified in bayesmh’s
option mcmcsize(); see [BAYES] bayesmh.
MCMC sampling, MCMC sampler. MCMC sampling is an MCMC algorithm that generates samples
from a target probability distribution.
MCMC standard error, MCSE MCSE is the standard error of the posterior mean estimate. It is
defined as the standard deviation divided by the square root of ESS. MCSEs are analogs of standard
errors in frequentist statistics and measure the accuracy of the simulated MCMC sample.
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 the mcc command in [R] epitab.
MDES. See minimum detectable effect size.
MDS. See multidimensional scaling.
MDS configuration plot. See configuration plot.
mean contrasts. See contrasts.
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.
In the context of IRT models, mean–variance adaptive Gauss–Hermite quadrature (MVAGHQ) is a
method of approximating the integral used in the calculation of the log likelihood. The quadrature
locations and weights for individuals 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.
96 Glossary
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.
Metropolis–Hastings (MH) sampling, MH sampler. A Metropolis–Hastings (MH) sampler is an
MCMC method for simulating probability distributions. According to this method, at each step
of the Markov chain, a new proposal state is generated from the current state according to a
prespecified proposal distribution. Based on the current and new state, an acceptance probability
is calculated and then used to accept or reject the proposed state. Important characteristics of MH
sampling is the acceptance rate and mixing time. The MH algorithm is very general and can be
applied to an arbitrary target distribution. However, its efficiency is limited, in terms of mixing
time, and decreases as the dimension of the target distribution increases. Gibbs sampling, when
available, can provide much more efficient sampling than MH sampling.
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.
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
missing not at random. Missing data are missing not at random (MNAR) if the probability that data
are missing depends on unobserved data. Under MNAR, a missing-data mechanism (the process
that causes missing data) must be modeled to obtain valid results.
misspecification effects. See MEFF and MEFT.
mixed design. A mixed design is an experiment that has at least one between-subjects factor and one
within-subject factor. See [PSS] power repeated.
mixed model. See mixed-effects model.
mixed-effects model. A mixed-effects model contains both fixed and random effects. The fixed effects
are estimated directly, whereas the random effects are summarized according to their (co)variances.
Mixed-effects models are used primarily to perform estimation and inference on the regression
coefficients in the presence of complicated within-subject correlation structures induced by multiple
levels of grouping.
mixing of Markov chain. Mixing refers to the rate at which a Markov chain traverses the parameter
space. It is a property of the Markov chain that is different from convergence. Poor mixing indicates
a slow rate at which the chain explores the stationary distribution and will require more iterations to
provide inference at a given precision. Poor (slow) mixing is typically a result of high correlation
between model parameters or of weakly-defined model specifications.
ML, method(ml). ML stands for maximum likelihood. It is a method to obtain fitted parameters. ML
is the default method used by sem and gsem. Other available methods for sem are QML, MLMV,
and ADF. Also available for gsem is QML.
.mlib library. The object code of functions can be collected and stored in a library. Most Mata
functions, in fact, are located in the official libraries provided with Stata. You can create your own
libraries. See [M-3] mata mlib.
MLMV, method(mlmv). MLMV stands for maximum likelihood with missing values. It is an ML
method used to obtain fitted parameters in the presence of missing values. MLMV is the method
used by sem when the method(mlmv) option is specified; method(mlmv) is not available with
gsem. Other available methods for use with sem are ML, QML, and ADF. These methods omit from
the calculation observations that contain missing values.
mlong data. See style.
MNAR. See missing not at random.
.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.
In the context of IRT models, mode-curvature adaptive Gauss–Hermite quadrature (MCAGHQ) is a
method of approximating the integral used in the calculation of the log likelihood. The quadrature
locations and weights for individuals 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.
model hypothesis testing. Model hypothesis testing tests hypotheses about models by computing
model posterior probabilities.
98 Glossary
model parameter. A model parameter refers to any (random) parameter in a Bayesian model. Model
parameters can be scalars or matrices. Examples of model parameters as defined in bayesmh are
{mu}, {scale:s}, {Sigma,matrix}, and {Scale:Omega,matrix}. See [BAYES] bayesmh and,
specifically, Declaring model parameters and Referring to model parameters in that entry. Also
see Different ways of specifying model parameters in [BAYES] bayesmh postestimation.
model posterior probability. Model posterior probability is probability of a model M computed
conditional on the observed data y,
where P (M ) is the prior probability of a model M and m(y) is the marginal likelihood under
model M .
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.
Glossary 99
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.
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’s
lambda, Pillai’s trace, Lawley–Hotelling trace, and Roy’s largest root. Also see Wilks’s 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
100 Glossary
a special case of seemingly unrelated regression in which all equations share the same set of
explanatory variables.
MVAGHQ. See mean–variance adaptive Gauss–Hermite quadrature.
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.
nominal item. A nominal item is an item scored in categories that have no natural ordering.
nominal response model. The nominal response model (NRM) is an IRT model for nominal responses.
The categories within each item vary in their difficulty and discrimination.
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.
noninformative prior. A noninformative prior is a prior with negligible influence on the posterior
distribution. See, for example, Jeffreys prior.
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.
Glossary 101
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
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.
nonsphericity correction. This is a correction used for the degrees of freedom of a regular F test
in a repeated-measures ANOVA to compensate for the lack of sphericity of the repeated-measures
covariance matrix.
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( ).
102 Glossary
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.
normalization. Normalization presents information in a standard form for interpretation. In CA the
row and column coordinates can be normalized in different ways depending on how one wishes
to interpret the data. Normalization is also used in rotation, MDS, and MCA.
normalization constraints. See identification.
normalized residuals. See standardized residuals.
NRM. See nominal response model.
NULL. A special value for a pointer that means “points to nothing”. If you list the contents of a
pointer variable that contains NULL, the address will show as 0x0. See pointer.
null hypothesis. In hypothesis testing, the null hypothesis typically represents the conjecture that one
is attempting to disprove. Often the null hypothesis is that a treatment has no effect or that a
statistic is equal across populations.
null value, null parameter. This value of the parameter of interest under the null hypothesis is fixed
by the investigator in a power and sample-size analysis. For example, null mean value and null
mean refer to the value of the mean parameter under the null hypothesis.
null-terminator. See binary 0.
numeric. A matrix is said to be numeric if its elements are real or complex; see type, eltype, and
orgtype.
object code. Object code refers to the binary code that Mata produces from the source code you type
as input. See [M-1] how.
objective prior. See noninformative prior.
object-oriented programming. Object-oriented programming is a programming concept that treats
programming elements as objects and concentrates on actions affecting those objects rather than
merely on lists of instructions. Object-oriented programming uses classes to describe objects.
Classes are much like structures with a primary difference being that classes can contain functions
(known as methods) as well as variables. Unlike structures, however, classes may inherit variables
and functions from other classes, which in theory makes object-oriented programs easier to extend
and modify than non–object-oriented programs.
oblimax rotation. Oblimax rotation is a method for oblique rotation which maximizes the number of
high and low loadings. When restricted to orthogonal rotation, oblimax is equivalent to quartimax
rotation. Oblimax minimizes the oblimax criterion
Glossary 103
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
γ 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.
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.
104 Glossary
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 )
When we take logs, this becomes
log(nj ) = log(Tj ) + log{e(Xj )}
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.
ordinal item. An ordinal item is an item scored on a scale where a higher score indicates a “higher”
outcome.
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.
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
106 Glossary
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,
β 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.
Glossary 107
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 credit model. The partial credit model (PCM) is an IRT model for ordinal responses. The
categories across all items vary in their difficulty and share the same discrimination parameter.
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.
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
108 Glossary
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.
PCM. See partial credit model.
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 .
A permutation vector is a 1 × n or n × 1 vector that contains a permutation of the integers 1,
2, . . . , n. Permutation vectors can be used with subscripting to reorder the rows or columns of a
matrix. Permutation vectors are a memory-conserving way of recording permutation matrices; see
[M-1] permutation.
person location. Location of a person on the latent trait scale.
phase function. The phase function of a linear filter specifies how the filter changes the relative
importance of the random components at different frequencies in the frequency domain.
Pillai’s trace. Pillai’s trace 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
Glossary 109
s
X λi
V (s) = trace[(E + H)−1 H] =
i=1
1 + λi
where H is the between matrix and E is the within matrix. See between matrix.
plain ASCII. We use plain ASCII as a nontechnical term to refer to what computer programmers call
lower ASCII. These are the plain Latin letters “a” to “z” and “A” to “Z”; numbers “0” through “9”;
many punctuation marks, such as “!”; simple mathematical symbols, such as “+”; and whitespace
and control characters such as space (“ ”), tab, and carriage return.
Each plain ASCII characters is stored as a single byte with a value between 0 and 127. Another
distinguishing feature is that the byte values used to encode plain ASCII characters are the same
across different operating systems and are common between ASCII and UTF-8.
Also see ASCII and encodings.
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 0 × 0), 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. Poisson regression is a term for generalized linear response functions that are
family Poisson, link log. It is used for count data. See generalized linear response functions.
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.
polytomous item. See categorical item.
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.
110 Glossary
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
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 distribution, posterior. A posterior distribution is a probability distribution of model
parameters conditional on observed data. The posterior distribution is determined by the likelihood
of the parameters and their prior distribution. For a parameter vector θ and data y, the posterior
distribution is given by
P (θ)P (y|θ)
P (θ|y) =
P (y)
where P (θ) is the prior distribution, P (y|θ) is the model likelihood, and P (y) is the marginal
distribution for y. Bayesian inference is based on a posterior distribution.
posterior independence. See independent a posteriori.
posterior interval. See credible interval.
posterior mean. In generalized linear mixed-effects models, posterior mean refers to the predictions
of random effects based on the mean of the posterior distribution.
In IRT models, posterior mean refers to the predictions of the latent trait based on the mean of the
posterior distribution.
posterior mode. In generalized linear mixed-effects models, posterior mode refers to the predictions
of random effects based on the mode of the posterior distribution.
In IRT models, posterior mode refers to the predictions of the latent trait based on the mode of
the posterior distribution.
posterior odds. Posterior odds for θ1 compared with θ2 is the ratio of posterior density evaluated at
θ1 and θ2 under a given model,
p(θ1 |y) p(θ1 ) p(y|θ1 )
=
p(θ2 |y) p(θ2 ) p(y|θ2 )
In other words, posterior odds are prior odds times the likelihood ratio.
posterior predictive distribution. A posterior predictive distribution is a distribution of unobserved
(future) data conditional on the currently observed data. Posterior predictive distribution is derived by
marginalizing the likelihood function with respect to the posterior distribution of model parameters.
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.
Glossary 111
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 distribution, prior. In Bayesian statistics, prior distributions are probability distributions of
model parameters formed based on some a priori knowledge about parameters. Prior distributions
are independent of the observed data.
prior independence. See independent a priori.
prior odds. Prior odds for θ1 compared with θ2 is the ratio of prior density evaluated at θ1 and θ2
under a given model, p(θ1 )/p(θ2 ). Also see posterior odds.
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.
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.
probit regression. Probit regression is a term for generalized linear response functions that are family
Bernoulli, link probit. It is used for binary outcome data. Probit regression is also known simply
as probit. See generalized linear response functions.
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.
Glossary 113
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.
proposal distribution. In the context of the MH algorithm, a proposal distribution is used for defining
the transition steps of the Markov chain. In the standard random-walk Metropolis algorithm, the
proposal distribution is a multivariate normal distribution with zero mean and adaptable covariance
matrix.
prospective study. In a prospective study, the population or cohort is classified according to specific
risk factors, such that the outcome of interest, typically various manifestations of a disease, can
be observed over time and tied in to the initial classification. Also see retrospective 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.
pseudoconvergence. A Markov chain may appear to converge when in fact it did not. We refer to
this phenomenon as pseudoconvergence. Pseudoconvergence is typically caused by multimodality
of the stationary distribution, in which case the chain may fail to traverse the weakly connected
regions of the distribution space. A common way to detect pseudoconvergence is to run multiple
chains using different starting values and to verify that all of the chain converge to the same target
distribution.
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.
114 Glossary
XX 1
2 2
c(Λ) = λ4ir = − Λ ,Λ
i r
4
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 linear form. A linear form representing a random-effects variable that can be used
in substitutable expressions.
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.
random-effects parameters. Parameters associated with a random-effects variable. Random-effects
parameters are assumed to be conditionally independent across levels of the random-effects variable
given all other model parameters. Often, random-effects parameters are assumed to be normally
distributed with a zero mean and an unknown variance–covariance matrix.
random-effects variable. A variable identifying the group structure for the random effects at a specific
level of hierarchy.
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( ).
rating scale model. The rating scale model (RSM) is an IRT model for ordinal responses. The
categories within each item vary in their difficulty; however, the distances between adjacent
difficulty parameters are constrained to be the same across the items. The categories across all
items share the same discrimination parameter.
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.
116 Glossary
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 prior. See noninformative prior.
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.
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.
Glossary 117
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, 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.
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.
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.
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.
Glossary 119
scalar model parameter. A scalar model parameter is any model parameter that is a scalar. For
example, {mean} and {hape:alpha} are scalar parameters, as declared by the bayesmh command.
Elements of matrix model parameters are viewed as scalar model parameters. For example, for
a 2 × 2 matrix parameter {Sigma,matrix}, individual elements {Sigma 1 1}, {Sigma 2 1},
{Sigma 1 2}, and {Sigma 2 2} are scalar parameters. If a matrix parameter contains a label, the
label should be included in the specification of individual elements as well. See [BAYES] bayesmh.
scalar parameter. See scalar model parameter.
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.
SDR. See successive difference replication.
seasonal difference operator. The period-s seasonal difference operator ∆s denotes the difference
in the value of a variable at time t and time t − s. Formally, ∆s yt = yt − yt−s , and ∆2s yt =
∆s (yt − yt−s ) = (yt − yt−s ) − (yt−s − yt−2s ) = yt − 2yt−s + yt−2s .
secondary sampling unit. Secondary sampling unit (SSU) is a cluster that was sampled from within a
PSU in the second sampling stage. SSU is also used as a generic term unit to indicate any sampling
unit that is not from the first sampling stage.
second-level latent variable. See first-, second-, and higher-order latent variables.
Glossary 121
In the Cox model, ho (t) is left unparameterized and not even estimated. Meanwhile, the relative
effects of covariates are parameterized as exp(β1 x1 + · · · + βk xk ).
semirobust standard errors. Semirobust standard errors are closely related to robust standard errors
and can be interpreted as representing the sample-to-sample variability of the parameter estimates,
even when the model is misspecified, as long as the mean structure of the model is specified
correctly. See also robust standard errors.
sensitivity analysis. Sensitivity analysis investigates the effect of varying study parameters on power,
sample size, and other components of a study. The true values of study parameters are usually
unknown, and power and sample-size analysis uses best guesses for these values. It is therefore
important to evaluate the sensitivity of the computed power or sample size in response to changes
in study parameters. See [PSS] power, table and [PSS] power, graph for details.
sequential limit theory. The sequential limit theory is a method of determining asymptotic properties
of a panel-data statistic in which one index, say, N , the number of panels, is held fixed, while T ,
the number of time periods, goes to infinity, providing an intermediate limit. Then one obtains a
final limit by studying the behavior of this intermediate limit as the other index (N here) goes to
infinity.
serial correlation. Serial correlation refers to regression errors that are correlated over time. If a
regression model does not contained lagged dependent variables as regressors, the OLS estimates
are consistent in the presence of mild serial correlation, but the covariance matrix is incorrect.
When the model includes lagged dependent variables and the residuals are serially correlated, the
OLS estimates are biased and inconsistent. See, for example, Davidson and MacKinnon (1993,
chap. 10) for more information.
122 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∗
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.
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.
Glossary 125
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
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.
stationary distribution. Stationary distribution of a stochastic process is a joint distribution that does
not change over time. In the context of MCMC, stationary distribution is the target probability
distribution to which the Markov chain converges. When MCMC is used for simulating a Bayesian
model, the stationary distribution is the target joint posterior distribution of model parameters.
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.
126 Glossary
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.
stratified 2 × 2 tables. Describe the association between a binary independent variable and a binary
response variable of interest. The analysis is stratified by a nominal (categorical) variable with K
levels.
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.
Glossary 127
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
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.
128 Glossary
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 .
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
h1 (t) =
P (t < T ≤ t + δ and event type 1 )| T > t or (T ≤ t and not event type 1)
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:
Glossary 129
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.
subjective prior. See informative prior.
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.
subsampling the chain. See thinning.
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.
130 Glossary
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.
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
taxonomy. Taxonomy is the study of the general principles of scientific classification. It also denotes
classification, especially the classification of plants and animals according to their natural relation-
ships. Cluster analysis is a tool used in creating a taxonomy and is synonymous with numerical
taxonomy. Also see cluster analysis.
Taylor linearization. See linearization.
TCC. See test characteristic curve.
technique. Technique is just an English word and should be read in context. Nonetheless, technique
is usually used here to refer to the technique used to calculate the estimated VCE. Those techniques
are OIM, EIM, OPG, robust, clustered, bootstrap, and jackknife.
Technique is also used to refer to the available techniques used with ml, Stata’s optimizer and
likelihood maximizer, to find the solution.
test characteristic curve. A test characteristic curve (TCC) is the sum of item characteristic curves
and represents the expected score on the instrument.
test information function A test information function (TIF) is the sum of item information functions
and indicates the precision of the entire instrument along the latent trait continuum.
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.
thinning. Thinning is a way of reducing autocorrelation in the MCMC sample by subsampling the MCMC
chain every prespecified number of iterations determined by the thinning interval. For example,
the thinning interval of 1 corresponds to using the entire MCMC sample; the thinning interval of 2
corresponds to using every other sample value; and the thinning interval of 3 corresponds to using
values from iterations 1, 4, 7, 10, and so on. Thinning should be applied with caution when used
to reduce autocorrelation because it may not always be the most appropriate way of improving
the precision of estimates.
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.
three-parameter logistic model. The three-parameter logistic (3PL) model is an IRT model for binary
responses where items vary in their difficulty and discrimination and can share or have their own
guessing parameter.
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.
TIF. See test information function.
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.
132 Glossary
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 ].
titlecase, title-cased string, and Unicode title-cased string. In grammar, titlecase refers to the
capitalization of the key words in a phrase. In Stata, titlecase refers to (a) the capitalization of
the first letter of each word in a string and (b) the capitalization of each letter after a nonletter
character. There is no judgment of the word’s importance in the string or whether the letter after
a nonletter character is part of the same word. For example, “it’s” in titlecase is “It’S”.
A title-cased string is any string to which the above rules have been applied. For example, if we
used the strproper() function with the book title Zen and the Art of Motorcycle Maintenance,
Stata would return the title-cased string Zen And The Art Of Motorcycle Maintenance.
A Unicode title-cased string is a string that has had Unicode title-casing rules applied to Unicode
words. This is almost, but not exactly, like capitalizing the first letter of each Unicode word. Like
capitalization, title-casing letters is locale-dependent, which means that the same letter might have
different titlecase forms in different locales. For example, in some locales, capital letters at the
beginning of words are not supposed to have accents on them, even if that capital letter by itself
would have an accent.
If you do not have characters beyond plain ASCII and your locale is English, there is no distinction in
results. For example, ustrtitle() with an English locale locale also would return the title-cased
string Zen And The Art Of Motorcyle Maintenance.
Use the ustrtitle() function to apply the appropriate capitalization rules for your language
(locale).
total characteristic curve. See test characteristic curve.
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 133
the singular values; in MCA the principal inertias are the eigenvalues. Also see correspondence
analysis and multiple correspondence analysis.
total information function. See test information function.
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.
134 Glossary
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.
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-parameter logistic model. The two-parameter logistic (2PL) model is an IRT model for binary
responses where items vary in their difficulty and discrimination.
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.
Glossary 135
two-way ANOVA, two-way analysis of variance. A two-way ANOVA model contains two factors.
Also see [PSS] power twoway.
two-way repeated-measures ANOVA, two-factor ANOVA. This is a repeated-measures ANOVA model
with one within-subject factor and one between-subjects factor. The model can be additive (contain
only main effects of the factors) or can contain main effects and an interaction between the two
factors. Also see [PSS] power repeated.
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.
eltype refers to the type of the elements. The eltypes are
real numbers such as 1, 2, 3.4
complex numbers such as 1+2i, 3+0i
string strings such as "bill"
pointer pointers such as &varname
struct structures
numeric meaning real or complex
transmorphic meaning any of the above
orgtype refers to the organizational type. orgtype specifies how the elements are organized. The
orgtypes are
matrix two-dimensional arrays
vector one-dimensional arrays
colvector one-dimensional column arrays
rowvector one-dimensional row arrays
scalar single items
The fully specified type is the element and organization types combined, as in real vector.
type I error or false-positive result. The type I error of a test is the error of rejecting the null
hypothesis when it is true. The probability of committing a type I error, significance level of a
test, is often denoted as α in statistical literature. One traditionally used value for α is 5%. Also
see type II error and power.
type I error probability. See probability of a type I error.
type I study. A type I study is a study in which all subjects fail (or experience an event) by the end
of the study; that is, no censoring of subjects occurs.
type II error or false-negative result. The type II error of a test is the error of not rejecting the null
hypothesis when it is false. The probability of committing a type II error is often denoted as β
in statistical literature. Commonly used values for β are 20% or 10%. Also see type I error and
power.
type II error probability. See probability of a type II error.
type II study. A type II study is a study in which there are subjects who do not fail (or do not
experience an event) by the end of the study. These subjects are known to be censored.
unary operator. A unary operator is an operator applied to one argument. In -2, the minus sign is
a unary operator. In !(a==b | a==c), ! is a unary operator.
unbalanced data. A longitudinal or panel dataset is said to be unbalanced if each panel does not
have the same number of observations. See also weakly balanced and strongly balanced.
136 Glossary
unbalanced design. An unbalanced design indicates an experiment in which the numbers of treated
and untreated subjects differ. Also see [PSS] unbalanced designs.
unconfoundedness. See conditional-independence assumption.
under observation. A subject is under observation when failure events, should they occur, would be
observed (and so recorded in the dataset). Being under observation does not mean that a subject is
necessarily at risk. Subjects usually come under observation before they are at risk. The statistical
concern is with periods when subjects are at risk but not under observation, even when the subject
is (later) known not to have failed during the hiatus.
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.
Unicode. Unicode is a standard for encoding and dealing with text written in almost any conceivable
living or dead language. Unicode specifies a set of encoding systems that are designed to hold
(and, unlike extended ASCII, to keep separate) characters used in different languages. The Unicode
standard defines not only the characters and encodings for them, but also rules on how to perform
various operations on words in a given language (locale), such as capitalization and ordering. The
most common Unicode encodings are mUTF-8, UTF-16, and UTF-32. Stata uses UTF-8.
Unicode character. Technically, a Unicode character is any character with a Unicode encoding.
Colloquially, we use the term to refer to any character other than the plain ASCII characters.
Unicode normalization. Unicode normalization allows us to use a common representation and therefore
compare Unicode strings that appear the same when displayed but could have more than one way
of being encoded. This rarely arises in practice, but because it is possible in theory, Stata provides
the ustrnormalize() function for converting between different normalized forms of the same
string.
For example, suppose we wish to search for “ñ” (the lowercase n with a tilde over it from the Spanish
alphabet). This letter may have been encoded with the single code point U+00F1. However, the
sequence U+006E (the Latin lowercase “n”) followed by U+0303 (the tilde) is defined by Unicode
to be equivalent to U+00F1. This type of visual identicalness is called canonical equivalence. The
one-code-point form is known as the canonical composited form, and the multiple-code-point form
Glossary 137
is known as the canonical decomposed form. Normalization modifies one or the other string to the
opposite canonical equivalent form so that the underlying byte sequences match. If we had strings
in a mixture of forms, we would want to use this normalization when sorting or when searching
for strings or substrings.
Another form of Unicode normalization allows characters that appear somewhat different to be
given the same meaning or interpretation. For example, when sorting or indexing, we may want
the code point U+FB00 (the typographic ligature “ff”) to match the sequence of two Latin “f”
letters encoded as U+0066 U+0066. This is called compatible equivalence.
Unicode title-cased string. See titlecase, title-cased string, and Unicode title-cased string.
unidimensionality. See latent space.
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
pattern imposed by theory. If a pattern is imposed, the correlation or covariance is said to be
structured.
upper one-sided test, upper one-tailed test. An upper one-sided test is a one-sided test of a scalar
parameter in which the alternative hypothesis is upper one sided, meaning that the alternative
hypothesis states that the parameter is greater than the value conjectured under the null hypothesis.
Also see One-sided test versus two-sided test under Remarks and examples in [PSS] intro.
UTF-8. UTF-8 stands for Universal character set + Transformation Format—8-bit. It is a type of
Unicode encoding system that was designed for backward compatibility with ASCII and is used by
Stata 14.
vague prior. See noninformative prior.
valid initial state. See feasible initial value.
138 Glossary
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.
weighted-regression-adjustment estimator. Weighted-regression-adjustment estimators use means of
predicted outcomes for each treatment level to estimate each potential-outcome mean. The weights
are used to estimate censoring-adjusted regression coefficients.
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’s lambda. Wilks’s 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.
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.
140 Glossary
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.
Glossary 141
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.
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.
Kenward, M. G., and J. H. Roger. 1997. Small sample inference for fixed effects from restricted maximum likelihood.
Biometrics 53: 983–997.
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.
Satterthwaite, F. E. 1946. An approximate distribution of estimates of variance components. Biometrics Bulletin 2:
110–114.
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 Hammersley, J. M. (1920–2004), [M-5] halton( )
Hartley, H. O. (1912–1980), [MI] mi impute
Aalen, O. O. (1947– ), [ST] sts Harvey, A. C. (1947– ), [TS] ucm
Agnesi, M. G. (1718–1799), [R] dydx Hastings, W. K. (1930– ), [BAYES] bayesmh
Akaike, H. (1927–2009), [R] estat ic Hausman, J. A. (1946– ), [R] hausman
Arellano, M. (1957– ), [XT] xtabond Hays, W. L. (1926–1995), [R] esize
Heckman, J. J. (1944– ), [R] heckman
Bartlett, M. S. (1910–2002), [TS] wntestb Henderson, C. R. (1911–1989), [ME] mixed
Bayes, T. (1701(?)–1761), [BAYES] intro Hermite, C. (1822–1901), [M-5] issymmetric( )
Berkson, J. (1899–1982), [R] logit Hesse, L. O. (1811–1874), [M-5] moptimize( )
Bliss, C. I. (1899–1979), [R] probit Hessenberg, K. A. (1904–1959), [M-5] hessenbergd( )
Bond, S. R. (1963– ), [XT] xtabond Hilbert, D. (1862–1943), [M-5] Hilbert( )
Bonferroni, C. E. (1892–1960), [R] correlate Hopper, G. M. (1906–1992), [P] trace
Box, G. E. P. (1919–2013), [TS] arima Hotelling, H. (1895–1973), [MV] hotelling
Breusch, T. S. (1953– ), [R] regress postestimation Householder, A. S. (1904–1993), [M-5] qrd( )
time series Huber, P. J. (1934– ), [U] 20 Estimation and
Brier, G. W. (1913–1998), [R] brier postestimation commands
Cholesky, A.-L. (1875–1918), [M-5] cholesky( ) Jaccard, P. (1868–1944), [MV] measure option
Cleveland, W. S. (1943– ), [R] lowess Jacobi, C. G. J. (1804–1851), [M-5] deriv( )
Cochran, W. G. (1909–1980), [SVY] survey Jeffreys, H. (1891–1989), [BAYES] bayesmh
Cochrane, D. (1917–1983), [TS] prais Jenkins, G. M. (1933–1982), [TS] arima
Cohen, J. (1923–1998), [R] kappa Johansen, S. (1939– ), [TS] vecrank
Cornfield, J. (1912–1979), [R] epitab
Cox, D. R. (1924– ), [ST] stcox
Cox, G. M. (1900–1978), [R] anova Kaiser, H. F. (1927–1992), [MV] rotate
Cronbach, L. J. (1916–2001), [MV] alpha Kaplan, E. L. (1920–2006), [ST] sts
Cunliffe, S. (1917–2012), [R] ttest Kendall, M. G. (1907–1983), [R] spearman
Kerlinger, F. N. (1910–1991), [R] esize
King, A. A. (1815–1852), [M-2] intro
David, F. N. (1909–1993), [R] correlate
Kish, L. (1910–2000), [SVY] survey
Dickey, D. A. (1945– ), [TS] dfuller
Kolmogorov, A. N. (1903–1987), [R] ksmirnov
Dunnett, C. W. (1921–2007), [FN] Statistical functions
Kronecker, L. (1823–1891), [M-2] op kronecker
Durbin, J. (1923–2012), [R] regress postestimation time
Kruskal, J. B. (1928–2010), [MV] mds
series
Kruskal, W. H. (1919–2005), [R] kwallis
Kublanovskaya, V. N. (1920–2012), [M-5] qrd( )
Efron, B. (1938– ), [R] bootstrap
Engle, R. F. (1942– ), [TS] arch
Lane-Claypon, J. E. (1877–1967), [R] epitab
Fisher, R. A. (1890–1962), [R] anova Laplace, P.-S. (1749–1827), [R] regress
Fourier, J. B. J. (1768–1830), [R] cumul Legendre, A.-M. (1752–1833), [R] regress
Fuller, W. A. (1931– ), [TS] dfuller Lexis, W. (1837–1914), [ST] stsplit
Lorenz, M. O. (1876–1959), [R] inequality
Loutit, I. (1909–2009), [R] qc
Gabriel, K. R. (1929–2003), [MV] biplot
Lovelace, A. (1815–1852), [M-2] intro
Galton, F. (1822–1911), [R] regress
Gauss, J. C. F. (1777–1855), [R] regress
Gnanadesikan, R. (1932–2015), [R] diagnostic plots Mahalanobis, P. C. (1893–1972), [MV] hotelling
Godfrey, L. G. (1946– ), [R] regress postestimation Mann, H. B. (1905–2000), [R] ranksum
time series Mantel, N. (1919–2002), [ST] strate
Gompertz, B. (1779–1865), [ST] streg Markov, A. (1856–1922), [BAYES] intro
Gosset, W. S. (1876–1937), [R] ttest Marquardt, D. W. (1929–1997), [M-5] moptimize( )
Granger, C. W. J. (1934–2009), [TS] vargranger Martin, M. E. (1912–2012), [SVY] svy: tabulate oneway
Greenwood, M. (1880–1949), [ST] sts martingale, [ST] stcox postestimation
McFadden, D. L. (1937– ), [R] asclogit
Hadamard, J. S. (1865–1963), [FN] Matrix functions McNemar, Q. (1900–1986), [R] epitab
Haenszel, W. M. (1910–1998), [ST] strate Meier, P. (1924–2011), [ST] sts
Halton, J. H. (1931– ), [M-5] halton( ) Metropolis, N. C. (1915–1999), [BAYES] bayesmh
143
144 Vignette index
145
146 Author index
Bates, D. M., [ME] me, [ME] meglm, [ME] meqrlogit, Bentler, P. M., [ I ] Glossary, [MV] rotate,
[ME] meqrpoisson, [ME] mixed, [ME] mixed [MV] rotatemat, [MV] Glossary, [SEM] intro 4,
postestimation [SEM] intro 7, [SEM] intro 9, [SEM] estat
Batistatou, E., [PSS] power eqgof, [SEM] estat framework, [SEM] estat
Battese, G. E., [XT] xtfrontier gof, [SEM] estat stable, [SEM] example 1,
Bauldry, S., [R] ivregress, [SEM] intro 5 [SEM] example 3, [SEM] methods and
Baum, C. F., [D] cross, [D] fillin, [D] icd, [D] joinby, formulas for sem
[D] reshape, [D] separate, [D] stack, [D] xpose, Bera, A. K., [R] sktest, [TS] arch, [TS] varnorm,
[M-1] intro, [MV] mvtest, [MV] mvtest [TS] vecnorm, [XT] xtreg, [XT] xtreg
normality, [P] intro, [P] levelsof, [R] gmm, postestimation, [XT] xtregar
[R] heckman, [R] heckoprobit, [R] heckprobit, Beran, J., [TS] arfima, [TS] arfima postestimation
[R] ivregress, [R] ivregress postestimation, Beran, R. J., [R] regress postestimation time series
[R] margins, [R] net, [R] net search, [R] regress Berger, J. O., [BAYES] intro
postestimation, [R] regress postestimation Berger, R. L., [PSS] intro, [R] ci
time series, [R] ssc, [TS] time series, Berglund, P. A., [SVY] survey, [SVY] subpopulation
[TS] arch, [TS] arima, [TS] dfgls, [TS] rolling, estimation
[TS] tsfilter, [TS] tsset, [TS] var, [TS] wntestq, Berk, K. N., [R] stepwise
[U] 11.7 References, [U] 16.5 References, Berk, R. A., [R] rreg
[U] 18.14 References, [U] 20.25 References,
Berkes, I., [TS] mgarch
[XT] xtgls, [XT] xtreg, [XT] xtunitroot
Berkson, J., [R] logit, [R] probit
Bauwens, L., [TS] mgarch
Berliner, L. M., [BAYES] intro
Baxter, M., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter
cf Bern, P. H., [R] nestreg
Bayart, D., [R] qc Bernaards, C. A., [MV] rotatemat
Bayes, T., [BAYES] intro Bernardo, J. M., [BAYES] intro
Beale, E. M. L., [R] stepwise, [R] test Bernasco, W., [R] tetrachoric
Beall, G., [MV] mvtest, [MV] mvtest covariances Berndt, E. K., [M-5] optimize( ), [R] glm, [TS] arch,
[TS] arima
Bean, J. A., [PSS] power cmh
Berndt, E. R., [R] truncreg
Beaton, A. E., [R] rreg
Bernstein, I. H., [MV] alpha
Beck, N. L., [XT] xtgls, [XT] xtpcse
Berry, D. A., [BAYES] intro, [BAYES] intro
Becker, R. A., [G-2] graph matrix
Berry, G., [PSS] intro, [PSS] power twomeans,
Becker, S. O., [TE] teffects intro advanced
[PSS] power pairedmeans, [PSS] power cmh,
Becketti, S., [P] pause, [R] fp, [R] fp postestimation, [R] ameans, [R] expoisson, [R] sdtest
[R] regress, [R] runtest, [R] spearman,
Berry, K. J., [R] ranksum
[TS] time series, [TS] arch, [TS] arima,
[TS] corrgram, [TS] dfuller, [TS] irf, Besag, J., [BAYES] intro
[TS] prais, [TS] tssmooth, [TS] var intro, Best, D. J., [FN] Random-number functions
[TS] var svar, [TS] vec intro, [TS] vec Best, N. G., [BAYES] bayesstats ic
Beerstecher, E., [MV] manova Bewley, R., [R] reg3
Beggs, S., [R] rologit Beyer, W. H., [R] qc
Belanger, A. J., [R] sktest, [R] swilk Beyersman, J., [ST] stcrreg
Bellman, R. E., [ I ] Glossary, [MV] Glossary Bhargava, A., [XT] xtregar
Bellocco, R., [R] epitab, [R] glm, [R] logit, [XT] xtgee Bianchi, G., [TS] tsfilter, [TS] tsfilter bw
Belotti, F., [R] churdle, [R] frontier, [R] tobit, Bibby, J. M., [MI] mi impute mvn, [MV] discrim,
[XT] xtfrontier [MV] discrim lda, [MV] factor, [MV] manova,
Belsley, D. A., [R] regress postestimation, [MV] matrix dissimilarity, [MV] mds,
[R] regress postestimation diagnostic plots, [MV] mds postestimation, [MV] mdslong,
[U] 18.14 References [MV] mdsmat, [MV] mvtest, [MV] mvtest
Beltrami, E., [M-5] svd( ) means, [MV] mvtest normality, [MV] pca,
[MV] procrustes, [P] matrix dissimilarity
Bendel, R. B., [R] stepwise
Bickeböller, H., [R] symmetry
Benedetti, J. K., [R] tetrachoric
Bickel, P. J., [D] egen, [R] rreg
Beniger, J. R., [G-2] graph bar, [G-2] graph pie,
[G-2] graph twoway histogram, [R] cumul Binder, D. A., [MI] intro substantive, [P] robust,
[SVY] svy estimation, [SVY] variance
Bennett, K. J., [R] nbreg, [R] poisson
estimation, [U] 20.25 References
Bentham, G., [ME] menbreg, [ME] mepoisson,
Birdsall, T. G., [R] lroc
[ME] meqrpoisson, [SEM] example 39g
Birnbaum, A., [BAYES] bayesmh, [IRT] irt, [IRT] irt
2pl, [IRT] irt 3pl, [IRT] irtgraph iif
Bischof, C., [M-1] LAPACK, [M-5] lapack( ),
[P] matrix eigenvalues
148 Author index
Carson, R. T., [R] tnbreg, [R] tpoisson Chao, E. C., [ME] me, [ME] meqrlogit,
Carter, S. L., [ME] me, [ME] melogit, [ME] meqrlogit postestimation,
[ME] meoprobit, [ME] mepoisson, [ME] meqrpoisson, [ME] meqrpoisson
[ME] meqrlogit, [ME] meqrpoisson, postestimation
[ME] mestreg, [R] frontier, [R] lrtest, Charlett, A., [R] fp
[R] nbreg, [ST] stcox, [ST] streg, [XT] xt Chatfield, C., [ I ] Glossary, [TS] arima,
Casagrande, J. T., [PSS] intro, [PSS] power [TS] corrgram, [TS] pergram, [TS] tssmooth,
twoproportions [TS] tssmooth dexponential, [TS] tssmooth
Casals, J., [TS] sspace exponential, [TS] tssmooth hwinters,
Casella, G., [BAYES] intro, [ME] me, [ME] mecloglog, [TS] tssmooth ma, [TS] tssmooth shwinters,
[ME] meglm, [ME] melogit, [ME] menbreg, [TS] Glossary
[ME] meologit, [ME] meoprobit, Chatfield, M., [R] anova
[ME] mepoisson, [ME] meprobit, [ME] mestreg, Chatfield, M. D., [D] merge
[ME] mixed, [PSS] intro, [R] ci Chatterjee, S., [R] poisson, [R] regress, [R] regress
Castellani, M., [R] betareg postestimation, [R] regress postestimation
Castillo, E., [MI] intro substantive, [MI] mi impute diagnostic plots
chained Chávez Juárez, F. W., [R] inequality
Castro, L. M., [IRT] irt 3pl Chen, H., [TS] mswitch
Cattaneo, M. D., [R] gmm, [TE] eteffects, Chen, M., [D] drawnorm
[TE] stteffects intro, [TE] stteffects ipw, Chen, M.-H., [BAYES] intro, [BAYES] bayesstats
[TE] stteffects ipwra, [TE] stteffects summary
postestimation, [TE] stteffects ra, [TE] stteffects Chen, X., [ME] mixed, [PSS] power oneproportion,
wra, [TE] tebalance, [TE] tebalance box, [PSS] power twoproportions, [R] logistic,
[TE] tebalance density, [TE] tebalance overid, [R] logistic postestimation, [R] logit
[TE] tebalance summarize, [TE] teffects intro, Chernick, M. R., [PSS] intro, [PSS] power
[TE] teffects intro advanced, [TE] teffects oneproportion, [PSS] power twoproportions
aipw, [TE] teffects ipw, [TE] teffects ipwra, Chernozhukov, V., [BAYES] intro
[TE] teffects multivalued, [TE] teffects
Cheung, Y. B., [ST] stcox
nnmatch, [TE] teffects psmatch, [TE] teffects
ra Cheung, Y.-W., [TS] dfgls
Cattelan, A. M., [R] betareg Chiang, C. L., [ST] ltable
Cattell, R. B., [MV] factor postestimation, Chib, S., [BAYES] intro
[MV] pca postestimation, [MV] procrustes, Chiburis, R., [R] heckman, [R] heckoprobit,
[MV] screeplot [R] heckprobit, [R] oprobit
Caudill, S. B., [R] frontier, [XT] xtfrontier Choi, B. C. K., [R] rocfit, [R] rocreg postestimation,
Caulcutt, R., [R] qc [R] rocregplot, [R] roctab
Cefalu, M. S., [ST] stcox postestimation, [ST] stcurve, Choi, I., [XT] xtunitroot
[ST] sts graph Choi, M.-D., [M-5] Hilbert( )
Center for Human Resource Research, Choi, S. C., [MV] discrim knn
[SEM] example 38g, [SEM] example 46g, Cholesky, A.-L., [M-5] cholesky( )
[XT] xt Chou, R. Y., [TS] arch
Centers for Disease Control and Prevention, [D] icd9 Chow, G. C., [R] contrast, [TS] estat sbknown
Cerulli, G., [TE] eteffects, [TE] etpoisson, Chow, S.-C., [PSS] intro, [PSS] power onemean,
[TE] etregress, [TE] teffects intro advanced, [PSS] power twomeans, [PSS] power
[TE] teffects ipw pairedmeans, [PSS] power oneproportion,
Chabert, J.-L., [M-5] cholesky( ) [PSS] power exponential, [R] pk, [R] pkcross,
Chadwick, J., [R] poisson [R] pkequiv, [R] pkexamine, [R] pkshape
Chakraborti, S., [R] ksmirnov Christakis, N., [R] rologit
Chaloner, K., [BAYES] intro Christensen, W. F., [MV] biplot, [MV] ca,
Chamberlain, G., [R] clogit, [R] gmm, [R] qreg [MV] candisc, [MV] canon, [MV] canon
postestimation, [MV] cluster, [MV] discrim,
Chambers, J. M., [G-2] graph box, [G-2] graph
[MV] discrim estat, [MV] discrim knn,
matrix, [G-3] by option, [R] diagnostic plots,
[MV] discrim lda, [MV] discrim lda
[R] grmeanby, [R] lowess, [U] 1.4 References
postestimation, [MV] discrim logistic,
Chang, I. M., [R] margins [MV] discrim qda, [MV] discrim qda
Chang, Y., [TS] sspace postestimation, [MV] factor, [MV] manova,
Chang, Y.-J., [XT] xtivreg, [XT] xtreg [MV] mca, [MV] mvtest, [MV] mvtest
correlations, [MV] mvtest covariances,
[MV] mvtest means, [MV] mvtest normality,
[MV] pca, [MV] screeplot
Author index 151
Christiano, L. J., [TS] irf create, [TS] tsfilter, Collett, D., [PSS] intro, [PSS] power logrank,
[TS] tsfilter cf, [TS] var svar [R] clogit, [R] logistic, [R] logistic
Chu, C.-S. J., [XT] xtunitroot postestimation, [ST] stci, [ST] stcox
Chu-Chun-Lin, S., [TS] sspace postestimation, [ST] stcrreg postestimation,
Clark, V. A., [MV] canon, [MV] discrim, [MV] factor, [ST] streg postestimation, [ST] sts test,
[MV] pca, [R] stepwise, [ST] ltable [ST] stsplit
Clarke, M. R. B., [MV] factor Collins, E., [SVY] survey, [SVY] svy estimation
Clarke, R. D., [R] poisson Compostella, F. A., [R] betareg
Clarke-Pearson, D. L., [R] roccomp, [R] rocreg, Comrey, A. L., [ I ] Glossary, [MV] rotate,
[R] roctab [MV] rotatemat, [MV] Glossary
Clarkson, D. B., [R] tabulate twoway Comstock, T. J., [BAYES] bayesmh
Clarotti, C. A., [BAYES] intro Comte, F., [TS] mgarch
Clayton, D. G., [D] egen, [ME] me, [ME] meglm, Cone-Wesson, B., [R] rocreg, [R] rocreg
[ME] mepoisson, [ME] meqrpoisson, postestimation, [R] rocregplot
[R] cloglog, [R] cumul, [R] epitab, [ST] stptime, Conejo, N. M., [ME] mixed
[ST] strate, [ST] stsplit, [ST] sttocc Conesa, D., [TS] mswitch
Cleland, J., [BAYES] bayesmh, [ME] me, Cong, R., [R] tobit, [R] tobit postestimation,
[ME] meglm, [ME] melogit, [ME] meprobit, [R] truncreg, [TE] etregress
[ME] meqrlogit Connor, R. J., [PSS] intro, [PSS] power
Clerc-Urmès, I., [ST] sts pairedproportions
Clerget-Darpoux, F., [R] symmetry Conover, W. J., [R] centile, [R] ksmirnov, [R] kwallis,
Cleveland, W. S., [G-1] graph intro, [G-2] graph [R] nptrend, [R] sdtest, [R] spearman,
box, [G-2] graph dot, [G-2] graph matrix, [R] tabulate twoway
[G-2] graph twoway lowess, [G-3] by option, Conroy, R. M., [R] intreg, [R] ranksum
[R] diagnostic plots, [R] lowess, [R] lpoly, Consonni, D., [R] dstdize
[R] sunflower, [U] 1.4 References Contador, I., [R] rocreg, [R] rocregplot
Cleves, M. A., [ME] mestreg, [MI] mi estimate, Conway, M. R., [XT] xtlogit, [XT] xtologit,
[PSS] power exponential, [PSS] power logrank, [XT] xtoprobit, [XT] xtprobit
[R] binreg, [R] dstdize, [R] logistic, [R] logit, Cook, A., [R] ci
[R] roccomp, [R] rocfit, [R] rocreg, [R] rocreg Cook, I. T., [U] 1.4 References
postestimation, [R] rocregplot, [R] roctab, Cook, N. R., [R] rocreg
[R] sdtest, [R] symmetry, [ST] survival
Cook, R. D., [P] predict, [R] boxcox, [R] regress
analysis, [ST] st, [ST] stcox, [ST] stcrreg,
postestimation
[ST] stcrreg postestimation, [ST] stcurve,
[ST] stdescribe, [ST] streg, [ST] sts, [ST] stset, Cooper, M. C., [MV] cluster, [MV] cluster
[ST] stsplit, [ST] stvary, [TE] stteffects intro, programming subroutines, [MV] cluster stop
[XT] xtstreg Cornelius, P. L., [ME] mixed
Cliff, N., [MV] canon postestimation Cornfield, J., [R] epitab
Clogg, C. C., [R] suest Corten, R., [MV] mds
Clopper, C. J., [R] ci Coster, D., [R] contrast
Cobb, G. W., [R] anova Coull, B. A., [R] ci
Cochran, W. G., [P] levelsof, [PSS] intro, [PSS] power Cousens, S. N., [TE] teffects intro advanced
cmh, [PSS] power trend, [R] ameans, Coviello, V., [ST] stcrreg, [ST] stcrreg postestimation,
[R] anova, [R] correlate, [R] dstdize, [ST] sttocc
[R] mean, [R] oneway, [R] poisson, [R] probit, Cowles, M. K., [BAYES] intro
[R] proportion, [R] ranksum, [R] ratio, Cox, C., [SEM] example 2
[R] signrank, [R] total, [SVY] survey, Cox, C. S., [SVY] survey, [SVY] svy estimation
[SVY] estat, [SVY] subpopulation estimation, Cox, D. R., [PSS] intro, [PSS] power cox, [R] boxcox,
[SVY] svyset, [SVY] variance estimation [R] exlogistic, [R] expoisson, [R] lnskew0,
Cochrane, D., [TS] prais [ST] ltable, [ST] stcox, [ST] stcox PH-
Coelli, T. J., [R] frontier, [XT] xtfrontier assumption tests, [ST] stcrreg, [ST] streg,
Coffey, C., [MI] intro substantive [ST] streg postestimation, [ST] sts
Cohen, J., [PSS] intro, [PSS] power oneway, Cox, G. M., [P] levelsof, [R] anova
[PSS] power twoway, [R] esize, [R] kappa, Cox, M. A. A., [ I ] Glossary, [MV] biplot, [MV] ca,
[R] pcorr [MV] mds, [MV] mds postestimation,
Cohen, P., [R] pcorr [MV] mdsmat, [MV] procrustes, [MV] Glossary
Coleman, J. S., [R] poisson Cox, N. J., [D] by, [D] clonevar, [D] codebook,
[D] contract, [D] count, [D] datetime,
[D] describe, [D] destring, [D] drop, [D] ds,
[D] duplicates, [D] egen, [D] expand, [D] fillin,
152 Author index
Cox, N. J., continued Cudeck, R., [SEM] estat gof, [SEM] methods and
[D] format, [D] icd, [D] lookfor, [D] missing formulas for sem
values, [D] rename, [D] reshape, [D] sample, Cui, J., [R] symmetry, [ST] stcox, [ST] streg,
[D] separate, [D] split, [D] statsby, [XT] xtgee
[FN] intro, [FN] Mathematical functions, Cumming, G., [R] esize, [R] regress postestimation
[FN] Programming functions, [FN] String Cummings, P., [R] binreg, [R] epitab, [R] glm,
functions, [G-1] graph intro, [G-2] graph [R] margins, [XT] xtpoisson
bar, [G-2] graph box, [G-2] graph dot, Cummings, T. H., [R] nbreg, [R] poisson
[G-2] graph twoway dot, [G-2] graph
Cunliffe, S., [R] ttest
twoway function, [G-2] graph twoway
histogram, [G-2] graph twoway kdensity, Curtis, J. T., [MV] clustermat
[G-2] graph twoway lowess, [G-2] graph Curts-Garcı́a, J., [R] smooth
twoway lpoly, [G-2] graph twoway pcarrow, Cushman, W. C., [PSS] intro, [PSS] power repeated
[G-2] graph twoway pcspike, [G-2] graph Cutler, J. A., [PSS] intro, [PSS] power repeated
twoway scatter, [G-3] added line options, Cutler, S. J., [ST] ltable
[G-3] added text options, Cuzick, J., [R] kappa, [R] nptrend
[G-3] aspect option, [G-3] axis label options, Czekanowski, J., [MV] measure option
[G-3] axis scale options, [G-3] by option,
[G-3] title options, [G-4] linestyle,
[MV] mvtest, [MV] mvtest normality, D
[P] forvalues, [P] levelsof, [P] matrix define,
[P] unab, [R] betareg, [R] ci, [R] cumul, D’Agostino, R. B., [MV] mvtest normality, [R] sktest,
[R] diagnostic plots, [R] grmeanby, [R] swilk
[R] histogram, [R] inequality, [R] kappa, D’Agostino, R. B., Jr., [R] sktest, [R] swilk
[R] kdensity, [R] ladder, [R] lowess, Daidone, S., [R] frontier, [XT] xtfrontier
[R] lpoly, [R] net, [R] net search, [R] regress Danahy, D. T., [ME] mestreg
postestimation, [R] regress postestimation
Daniel, C., [R] diagnostic plots, [R] oneway
diagnostic plots, [R] search, [R] serrbar,
[R] sktest, [R] smooth, [R] spikeplot, [R] ssc, Daniel, R. M., [MI] intro substantive, [MI] mi impute,
[R] stem, [R] summarize, [R] sunflower, [MI] mi impute chained, [MI] mi impute
[R] tabulate oneway, [R] tabulate twoway, monotone, [TE] teffects intro advanced
[TS] tsline, [TS] tsset, [TS] tssmooth hwinters, Danuso, F., [R] nl
[TS] tssmooth shwinters, [U] 3.9 References, Dardanoni, V., [MI] intro substantive
[U] 11.7 References, [U] 12.10 References, Das, S., [XT] xtunitroot
[U] 13.13 References, [U] 17.10 Reference, DasGupta, A., [R] ci
[U] 23.5 Reference, [U] 24.8 References, Davey, P. G., [D] icd10
[XT] xtdescribe Davey Smith, G., [R] meta
Cox, T. F., [ I ] Glossary, [MV] biplot, [MV] ca, David, F. N., [R] correlate
[MV] mds, [MV] mds postestimation, David, H. A., [D] egen, [R] spearman, [R] summarize
[MV] mdsmat, [MV] procrustes, [MV] Glossary David, J. S., [TS] arima
Cozad, J. B., [MV] discrim lda Davidon, W. C., [M-5] optimize( )
Cragg, J. G., [R] churdle, [R] ivregress postestimation Davidson, J., [TS] mswitch postestimation
Craig, A. S., [D] icd10 Davidson, R., [ I ] Glossary, [R] boxcox, [R] cnsreg,
Cramer, E. M., [MV] procrustes [R] gmm, [R] intreg, [R] ivregress,
Cramér, H., [R] tabulate twoway [R] ivregress postestimation, [R] mlogit, [R] nl,
Cramer, J. S., [R] logit [R] nlsur, [R] reg3, [R] regress, [R] regress
Crawford, C. B., [ I ] Glossary, [MV] rotate, postestimation time series, [R] truncreg,
[MV] rotatemat, [MV] Glossary [TS] arch, [TS] arima, [TS] prais, [TS] sspace,
Creel, M. D., [R] cpoisson [TS] varlmar, [TS] Glossary, [XT] xtgls,
Cribari-Neto, F., [R] betareg [XT] xtpcse
Critchley, F., [MV] mdsmat Davies, R. B., [TS] estat sbsingle
Cronbach, L. J., [MV] alpha, [R] icc Davis, B. R., [PSS] intro, [PSS] power repeated
Crouchley, R., [ME] mestreg Davis, G., [TS] arima
Croux, C., [R] rreg Davis, R. A., [TS] corrgram, [TS] sspace
Crow, K., [D] import excel, [P] putexcel, [P] putexcel Davison, A. C., [R] bootstrap
advanced, [U] 13.13 References Day, N. E., [PSS] power mcc, [R] clogit, [R] dstdize,
Crowder, M. J., [ST] stcrreg, [ST] streg [R] epitab, [R] symmetry
Crowe, P. R., [G-2] graph box Day, W. H. E., [MV] cluster
Crowley, J., [ST] stcox, [ST] stcrreg, [ST] stset de Ayala, R. J., [IRT] irt, [IRT] irt nrm, [IRT] irt pcm,
Crowther, M. J., [PSS] intro, [ST] streg [IRT] irt hybrid
De Backer, M., [ME] meqrlogit postestimation
Author index 153
De Boeck, P., [BAYES] bayesmh, [IRT] irt, Dickson, E. R., [ST] stcrreg
[IRT] Control Panel, [IRT] irt 1pl, [IRT] irt 2pl, Dicle, M. F., [D] import
[IRT] irt 3pl, [IRT] irt hybrid, [IRT] diflogistic, Didelez, V., [R] ivregress
[IRT] difmh, [ME] me Diebold, F. X., [TS] arch
De Hoyos, R. E., [XT] xtreg Dieter, U., [FN] Random-number functions
de Irala-Estévez, J., [R] logistic Digby, P. G. N., [R] tetrachoric
De Jong, P., [TS] dfactor, [TS] sspace, [TS] sspace Diggle, P. J., [BAYES] bayesmh, [ME] me,
postestimation, [TS] ucm [ME] meglm, [ME] mixed, [TS] arima,
De Keyser, P., [ME] meqrlogit postestimation [TS] wntestq
de Kraker, M. E. A., [D] icd10 Dijksterhuis, G. B., [MV] procrustes
de Leeuw, J., [MV] ca postestimation DiNardo, J., [TE] stteffects ipwra, [TE] teffects
De Luca, G., [MI] intro substantive, [R] biprobit, overlap, [XT] xtrc
[R] heckoprobit, [R] heckprobit, [R] oprobit, Ding, Z., [TS] arch
[R] probit Dinno, A., [MV] factor, [MV] pca, [R] kwallis,
De Stavola, B. L., [ST] stcox, [ST] stset, [TE] teffects [R] pwcompare
intro advanced Dixon, W. J., [PSS] intro, [PSS] power twomeans,
De Vroey, C., [ME] meqrlogit postestimation [PSS] power pairedmeans, [PSS] power
de Wolf, I., [R] rologit onevariance, [PSS] power twovariances,
Deady, S., [R] betareg [R] ttest, [R] ztest
Dearden, L., [TE] teffects intro advanced, [TE] teffects Dobbin, K., [PSS] power
multivalued Dobson, A. J., [R] glm
Deaton, A. S., [R] nlsur, [U] 20.25 References Dodd, L. E., [R] rocreg
Deb, P., [R] churdle, [R] nbreg, [R] tobit Dohoo, I., [R] epitab, [R] regress
Debarsy, N., [R] lpoly Doll, R., [R] epitab, [R] poisson
DeGroot, M. H., [BAYES] intro, [TS] arima Donald, S. G., [R] ivregress postestimation
Dehon, C., [R] correlate Dongarra, J. J., [M-1] LAPACK, [M-5] lapack( ),
Deistler, M., [TS] sspace [P] matrix eigenvalues, [P] matrix symeigen
del Rio, A., [TS] tsfilter hp Donner, A., [R] loneway
DeLong, D. M., [R] roccomp, [R] rocreg, [R] roctab Donoho, D. L., [R] lpoly
DeLong, E. R., [R] roccomp, [R] rocreg, [R] roctab Doornik, J. A., [MV] mvtest, [MV] mvtest normality,
DeMaris, A., [R] regress postestimation [TS] arfima, [TS] vec
Demidenko, E., [ME] me, [ME] mecloglog, Dore, C. J., [R] fp
[ME] meglm, [ME] melogit, [ME] menbreg, Dorfman, D. D., [R] rocfit, [R] rocreg
[ME] meologit, [ME] meoprobit, Doris, A., [R] gmm, [R] inequality
[ME] mepoisson, [ME] meprobit, [ME] mestreg, Draper, N., [R] eivreg, [R] oneway, [R] regress,
[ME] mixed [R] stepwise
Demmel, J., [M-1] LAPACK, [M-5] lapack( ), Driver, H. E., [MV] measure option
[P] matrix eigenvalues Drukker, D. M., [ME] me, [ME] melogit,
Demnati, A., [SVY] direct standardization, [ME] meoprobit, [ME] mepoisson,
[SVY] poststratification, [SVY] variance [ME] meqrlogit, [ME] meqrpoisson,
estimation [ME] mestreg, [R] asmprobit, [R] boxcox,
Dempster, A. P., [ME] me, [ME] mixed, [MI] intro [R] frontier, [R] gmm, [R] lrtest, [R] nbreg,
substantive, [MI] mi impute mvn [R] tobit, [ST] stcox, [ST] streg, [TE] etregress,
Denis, D., [G-2] graph twoway scatter [TE] stteffects intro, [TE] stteffects ipw,
Desbordes, R., [R] ivregress [TE] stteffects ipwra, [TE] stteffects
Desmarais, B. A., [R] zinb, [R] zip postestimation, [TE] stteffects ra, [TE] stteffects
Desu, M. M., [PSS] power exponential wra, [TE] teffects intro advanced, [TE] teffects
Deville, J.-C., [SVY] direct standardization, aipw, [TE] teffects multivalued, [TE] teffects
[SVY] poststratification, [SVY] variance nnmatch, [TS] arfima postestimation,
estimation [TS] sspace, [TS] vec, [XT] xt, [XT] xtregar
Devroye, L., [FN] Random-number functions Du Croz, J., [M-1] LAPACK, [M-5] lapack( ),
[P] matrix eigenvalues
Dewey, M. E., [R] correlate
Duan, N., [R] boxcox postestimation, [R] heckman,
Dey, D. D., [BAYES] intro
[TS] forecast estimates
Dey, D. K., [BAYES] intro
Dubes, R. C., [MV] cluster
Dice, L. R., [MV] measure option
Duda, R. O., [MV] cluster, [MV] cluster stop
Dickens, R., [TS] prais
Dumyati, G., [D] icd10
Dickey, D. A., [ I ] Glossary, [TS] dfgls, [TS] dfuller,
Duncan, A. J., [R] qc
[TS] pperron, [TS] Glossary
Duncan, O. D., [SEM] example 7
154 Author index
Dunlop, D. D., [PSS] intro, [PSS] power onemean, Ender, P. B., [MV] canon, [R] marginsplot
[R] ztest Enders, W., [TS] arch, [TS] arima, [TS] arima
Dunn, G., [MV] discrim, [MV] discrim qda postestimation, [TS] corrgram
postestimation, [MV] mca, [R] kappa, Engel, A., [R] boxcox, [R] marginsplot, [SVY] survey,
[TE] teffects multivalued [SVY] estat, [SVY] subpopulation estimation,
Dunnett, C. W., [FN] Statistical functions, [SVY] svy, [SVY] svy brr, [SVY] svy
[R] mprobit, [R] pwcompare estimation, [SVY] svy jackknife, [SVY] svy
Dunnington, G. W., [R] regress postestimation, [SVY] svy: tabulate oneway,
Dunsmore, I. R., [BAYES] intro [SVY] svy: tabulate twoway, [SVY] svydescribe
Dunson, D. B., [BAYES] intro, [BAYES] bayesmh, Engel, C., [R] churdle, [TS] mswitch
[BAYES] bayesstats ic, [BAYES] bayesstats Engle, R. F., [R] regress postestimation time
summary, [MI] intro substantive, [MI] mi series, [TS] arch, [TS] arima, [TS] dfactor,
impute mvn, [MI] mi impute regress [TS] mgarch, [TS] mgarch dcc, [TS] mgarch
Dupont, W. D., [PSS] power mcc, [R] epitab, dvech, [TS] mgarch vcc, [TS] vec intro,
[R] logistic, [R] mkspline, [R] sunflower, [TS] vec, [TS] vecrank
[ST] stcox, [ST] stir, [ST] sts Erdreich, L. S., [R] roccomp, [R] rocfit, [R] roctab
Durbin, J., [ I ] Glossary, [R] ivregress postestimation, Esman, R. M., [D] egen
[R] regress postestimation time series, Eubank, R. L., [R] lpoly
[TS] prais, [TS] ucm, [TS] Glossary Evans, C. L., [TS] irf create, [TS] var svar
Duren, P., [R] regress Evans, M. A., [R] pk, [R] pkcross
Durlauf, S. N., [TS] vec intro, [TS] vec, [TS] vecrank Everitt, B. S., [MV] cluster, [MV] cluster
Duval, R. D., [R] bootstrap, [R] jackknife, [R] rocreg, stop, [MV] discrim, [MV] discrim qda
[R] rocregplot postestimation, [MV] mca, [MV] pca,
Dwyer, J. H., [XT] xtreg [MV] screeplot, [R] gllamm, [R] glm,
Dyck, A., [D] datetime [U] 1.4 References
Everson, H. T., [IRT] dif
Ewens, W. J., [R] symmetry
E Ezekiel, M., [R] regress postestimation diagnostic
plots
Eaves, R. C., [SEM] example 2 Ezzati-Rice, T. M., [MI] intro substantive
Eberhardt, M., [XT] xtrc
Eberly, L. E., [BAYES] intro
Ecob, R., [MI] mi estimate
F
Eddings, W. D., [MI] mi impute Facchin, C., [R] betareg
Edelsbrunner, H., [MV] cluster Fagerland, M. F., [R] epitab
Ederer, F., [ST] ltable Fagerland, M. W., [R] estat gof, [R] mlogit
Edgington, E. S., [R] runtest postestimation, [R] ologit
Edwards, A. L., [R] anova Fai, A. H.-T., [ME] mixed
Edwards, A. W. F., [R] tetrachoric Fair, R. C., [TS] forecast solve
Edwards, J. H., [R] tetrachoric Faires, J. D., [M-5] solvenl( )
Efron, B., [R] bootstrap, [R] qreg Falcaro, M., [MV] cluster dendrogram
Efroymson, M. A., [R] stepwise Fan, J., [R] lpoly
Egger, M., [R] meta Fan, Y.-A., [R] tabulate twoway
Eichenbaum, M., [TS] irf create, [TS] var svar Fang, K.-T., [R] asmprobit
Eisenhart, C., [R] correlate, [R] runtest Farbmacher, H., [R] churdle, [R] cpoisson,
Elashoff, J. D., [ME] mixed [R] tpoisson
Ellenberg, S. S., [BAYES] bayesmh Fay, R. E., [SVY] survey, [SVY] svy sdr,
Elliott, G. R., [ I ] Glossary, [TS] dfgls, [TS] Glossary [SVY] variance estimation
Ellis, C. D., [R] poisson Feinleib, M., [XT] xtreg
Ellis, P. D., [R] esize, [R] regress postestimation Feiveson, A. H., [PSS] intro, [R] nlcom, [R] ranksum
Elston, D. A., [ME] mixed Feldman, J. J., [SVY] survey, [SVY] svy estimation
Eltinge, J. L., [R] test, [SVY] survey, [SVY] estat, Feldt, L. S., [PSS] power repeated, [R] anova
[SVY] svy postestimation, [SVY] svydescribe, Feller, W., [TS] wntestb
[SVY] variance estimation Fellingham, G. W., [ME] mixed
Embretson, S. E., [IRT] irt, [SEM] example 28g, Feltbower, R., [R] epitab
[SEM] example 29g Feng, S., [MI] intro substantive
Emerson, J. D., [R] lv, [R] stem Ferguson, G. A., [ I ] Glossary, [MV] rotate,
Emsley, R., [TE] teffects multivalued [MV] rotatemat, [MV] Glossary
Enas, G. G., [MV] discrim knn Fernández, P., [ME] mixed
Author index 155
Ferrari, S. L. P., [R] betareg Fletcher, K., [R] rocreg, [R] rocreg postestimation,
Ferri, H. A., [R] kappa [R] rocregplot
Festinger, L., [R] ranksum Fletcher, R., [M-5] optimize( )
Fibrinogen Studies Collaboration, [ST] stcox Flood, S., [R] mlexp
postestimation Flynn, Z. L., [R] gmm
Fidell, L. S., [MV] discrim, [MV] discrim lda Folsom, R. C., [R] rocreg, [R] rocreg postestimation,
Field, A., [MI] mi estimate, [MI] mi impute, [R] rocregplot
[XT] xtgee Ford, C. E., [PSS] intro, [PSS] power repeated
Field, C. A., [R] bootstrap Ford, J. M., [R] frontier, [XT] xtfrontier
Fieller, E. C., [R] pkequiv Forsythe, A. B., [R] sdtest
Fienberg, S. E., [BAYES] intro, [R] kwallis, Forthofer, R. N., [R] dstdize
[R] tabulate twoway Fosheim, G. E., [D] icd10
Filon, L. N. G., [R] correlate Foster, A., [R] regress
Filoso, V., [R] regress Fouladi, R. T., [R] esize
Finch, S., [R] esize Foulkes, M. A., [PSS] power cox, [PSS] power
Findley, D. F., [R] estat ic exponential
Findley, T. W., [R] ladder Fourier, J. B. J., [R] cumul
Fine, J. P., [ST] stcrreg Fox, C. M., [IRT] irt, [SEM] example 28g
Finlay, K., [R] ivprobit, [R] ivregress, [R] ivtobit Fox, J., [R] kdensity, [R] lv
Finney, D. J., [IRT] irt 3pl, [R] probit, [R] tabulate Fox, W. C., [R] lroc
twoway Francia, R. S., [R] swilk
Fiocco, M., [ST] stcrreg, [ST] stcrreg postestimation Francis, C., [PSS] intro, [PSS] power repeated
Fiorentini, G., [TS] mgarch Frank, M. W., [XT] xtabond, [XT] xtdpd,
Fiorio, C. V., [R] kdensity [XT] xtdpdsys
Fischer, G. H., [IRT] irt, [SEM] example 28g Frankel, M. R., [P] robust, [SVY] variance
Fiser, D. H., [R] estat gof, [R] lroc estimation, [U] 20.25 References
Fishell, E., [R] kappa Franklin, C. H., [D] cross
Fisher, L. D., [MV] factor, [MV] pca, [PSS] intro, Franzese, R. J., Jr., [XT] xtpcse
[PSS] power twomeans, [PSS] power oneway, Franzini, L., [XT] xtregar
[PSS] power twoway, [R] anova, [R] dstdize, Fraser, M. W., [TE] stteffects intro, [TE] stteffects
[R] oneway ipw, [TE] stteffects ipwra, [TE] stteffects
Fisher, M. R., [XT] xtcloglog, [XT] xtgee, postestimation, [TE] stteffects ra, [TE] stteffects
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, wra, [TE] tebalance
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit Frechette, G. R., [XT] xtprobit
Fisher, N. I., [R] regress postestimation time series Freedman, L. S., [PSS] intro, [PSS] power cox,
Fisher, R. A., [ I ] Glossary, [MV] clustermat, [PSS] power exponential, [PSS] power logrank
[MV] discrim, [MV] discrim estat, Freeman, D. H., Jr., [SVY] svy: tabulate twoway
[MV] discrim lda, [MV] Glossary, [P] levelsof, Freeman, E. H., [SEM] estat stable
[PSS] intro, [PSS] power twoproportions, Freeman, J. L., [R] epitab, [SVY] svy: tabulate
[PSS] power onecorrelation, [PSS] power twoway
twocorrelations, [R] anova, [R] anova, [R] esize, Freeman, J. R., [TS] time series, [TS] arima,
[R] ranksum, [R] signrank, [R] tabulate [TS] forecast, [TS] irf, [TS] var, [TS] vec
twoway, [ST] streg
Freese, J., [R] asroprobit, [R] clogit, [R] cloglog,
Fiske, D. W., [SEM] example 17 [R] logistic, [R] logit, [R] mlogit, [R] mprobit,
Fitzgerald, T. J., [TS] tsfilter, [TS] tsfilter cf [R] nbreg, [R] ologit, [R] oprobit, [R] poisson,
Fitzmaurice, G. M., [ME] mixed [R] probit, [R] regress, [R] regress
Fix, E., [MV] discrim knn postestimation, [R] tnbreg, [R] tpoisson,
Flannery, B. P., [FN] Statistical functions, [G-2] graph [R] zinb, [R] zip, [U] 20.25 References
twoway contour, [M-5] solvenl( ), [P] matrix Fridkin, S. K., [D] icd10
symeigen, [R] dydx, [R] vwls, [TS] arch, Friedman, J. H., [MV] discrim knn
[TS] arima Friedman, M., [TS] arima
Flay, B. R., [ME] me, [ME] meglm, [ME] meologit, Friendly, M., [G-2] graph twoway scatter
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit Frölich, M., [R] qreg, [TE] teffects multivalued
Flegal, J. M., [BAYES] bayesstats summary Frome, E. L., [R] qreg
Fleiss, J. L., [PSS] intro, [PSS] power oneproportion, Frühwirth-Schnatter, S., [TS] mswitch
[PSS] power twoproportions, [R] dstdize,
Frydenberg, M., [R] dstdize, [R] roccomp, [R] roctab
[R] epitab, [R] icc, [R] kappa
Fu, V. K., [R] ologit
Fleming, T. R., [ST] stcox, [ST] sts test
156 Author index
Fuller, W. A., [ I ] Glossary, [MV] factor, [P] robust, Gavin, M. D., [ME] me, [ME] meglm, [ME] meologit,
[R] regress, [R] spearman, [SVY] svy: tabulate [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
twoway, [SVY] variance estimation, [TS] dfgls, Gehan, E. A., [ST] sts test
[TS] dfuller, [TS] pperron, [TS] psdensity, Geisser, S., [PSS] power repeated, [R] anova
[TS] tsfilter, [TS] tsfilter bk, [TS] ucm, Gel, Y. R., [R] sdtest
[TS] Glossary, [U] 20.25 References Gelade, W., [R] summarize
Funkhouser, H. G., [G-2] graph pie Gelbach, J., [R] ivprobit, [R] ivtobit
Furberg, C. D., [PSS] intro, [PSS] power repeated Gelfand, A. E., [BAYES] intro, [BAYES] bayesmh,
Futuyma, D. J., [MV] measure option [MI] mi impute chained
Fyler, D. C., [R] epitab Gelman, A., [BAYES] intro, [BAYES] bayesmh,
Fyles, A., [ST] stcrreg, [ST] stcrreg postestimation [BAYES] bayesstats ic, [BAYES] bayesstats
summary, [ME] me, [MI] intro substantive,
[MI] mi impute, [MI] mi impute mvn, [MI] mi
G impute regress
Gelman, R., [R] margins
Gabriel, K. R., [MV] biplot Geman, D., [BAYES] intro, [MI] mi impute chained
Gail, M. H., [P] robust, [PSS] power exponential, Geman, S., [BAYES] intro, [MI] mi impute chained
[R] rocreg, [R] rocreg postestimation, Genadek, K., [R] mlexp
[ST] stcrreg, [ST] strate, [U] 20.25 References Genest, C., [R] diagnostic plots, [R] swilk
Galanti, M. R., [XT] xtgee Gentle, J. E., [FN] Random-number functions,
Galati, J. C., [MI] intro substantive, [MI] intro, [R] anova, [R] nl
[MI] mi estimate Genton, M. G., [R] sktest
Gałecki, A. T., [ME] mixed, [ME] mixed Genz, A., [R] asmprobit
postestimation George, S. L., [PSS] power exponential
Gali, J., [TS] estat sbsingle Gerkins, V. R., [R] symmetry
Gall, J.-R. L., [R] estat gof, [R] logistic Gerow, K. G., [SVY] survey
Gallant, A. R., [R] ivregress, [R] nl Gershman, K., [D] icd10
Gallup, J. L., [M-5] docx*( ), [P] putexcel, Gertler, M., [TS] estat sbsingle
[P] putexcel advanced, [R] estimates table Geskus, R. B., [ST] stcrreg, [ST] stcrreg
Galton, F., [R] correlate, [R] cumul, [R] regress, postestimation
[R] summarize Geweke, J., [BAYES] intro, [BAYES] bayesmh,
Galvao, A., [XT] xtreg, [XT] xtreg postestimation [R] asmprobit, [TS] dfactor
Gamerman, D., [BAYES] intro Geyer, C. J., [BAYES] bayesmh
Gan, F. F., [R] diagnostic plots Ghosh, S. K., [BAYES] intro
Gange, S. J., [XT] xtcloglog, [XT] xtgee, Giannini, C., [TS] irf create, [TS] var intro, [TS] var
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, svar, [TS] vargranger, [TS] varwle
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit Gibbons, J. D., [R] ksmirnov, [R] spearman
Gani, J., [TS] wntestb Gibbons, R. D., [ME] me, [ME] mecloglog,
Garbow, B. S., [P] matrix symeigen [ME] meglm, [ME] melogit, [ME] menbreg,
Garcı́a, B., [R] churdle [ME] meologit, [ME] meoprobit,
Garcia, R., [TS] mswitch [ME] mepoisson, [ME] meprobit, [ME] mestreg
Gardiner, J. S., [TS] tssmooth, [TS] tssmooth Gichangi, A., [ST] stcrreg
dexponential, [TS] tssmooth exponential, Giesbrecht, F. G., [ME] mixed
[TS] tssmooth hwinters, [TS] tssmooth Giesen, D., [R] tetrachoric
shwinters Gifi, A., [MV] mds
Gardner, E. S., Jr., [TS] tssmooth dexponential, Gijbels, I., [R] lpoly
[TS] tssmooth hwinters Gilbert, G. K., [MV] measure option
Garnett, W. R., [BAYES] bayesmh Giles, D. E. A., [TS] prais
Garrett, J. M., [R] logistic, [R] logistic postestimation, Gilks, W. R., [BAYES] intro, [BAYES] bayesmh
[R] regress postestimation, [ST] stcox PH-
Gill, R. D., [ST] stcrreg
assumption tests
Gillham, N. W., [R] regress
Garsd, A., [R] exlogistic
Gillispie, C. C., [R] regress
Gart, J. J., [R] epitab
Gini, R., [R] epitab, [R] vwls
Gasser, T., [R] lpoly
Ginther, O. J., [ME] mixed
Gastwirth, J. L., [R] sdtest
Giordani, P., [BAYES] intro, [BAYES] bayesmh
Gates, R., [R] asmprobit
Girshick, M. A., [MV] pca
Gauss, J. C. F., [R] regress
Glass, G. V., [R] esize
Gauvreau, K., [PSS] intro, [R] dstdize, [R] logistic,
[ST] ltable, [ST] sts Glass, R. I., [R] epitab
Author index 157
Gleason, J. R., [D] cf, [D] describe, [D] generate, Gordon, D. J., [PSS] intro, [PSS] power repeated
[D] infile (fixed format), [D] label, [D] notes, Gordon, M. G., [R] binreg
[D] order, [FN] Random-number functions, Gordon, N. J., [BAYES] intro
[R] anova, [R] bootstrap, [R] ci, [R] correlate, Gorga, M. P., [R] rocreg, [R] rocreg postestimation,
[R] epitab, [R] loneway, [R] summarize, [R] rocregplot
[R] ttest Gorman, J. W., [R] stepwise
Gleason, L. R., [ME] me, [ME] meglm, [ME] meologit, Gorst-Rasmussen, A., [MV] pca
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Gorsuch, R. L., [MV] factor, [MV] rotate,
Gleick, J., [M-5] optimize( ) [MV] rotatemat
Gleser, G., [MV] alpha Gosset [Student, pseud.], W. S., [R] ttest
Glidden, D. V., [R] logistic, [ST] stcox, [TE] stteffects Gosset, W. S., [R] ttest
intro, [TE] stteffects ipw, [TE] stteffects ipwra,
Gould, W. W., [D] datasignature, [D] datetime,
[TE] stteffects postestimation, [TE] stteffects ra,
[D] destring, [D] drawnorm, [D] ds,
[TE] stteffects wra, [TE] teffects intro advanced
[D] egen, [D] format, [D] icd9, [D] infile
Gloeckler, L. A., [ST] discrete (fixed format), [D] merge, [D] putmata,
Glosten, L. R., [TS] arch [D] reshape, [D] sample, [FN] Random-number
Glowacz, K. M., [ME] me, [ME] meglm, functions, [M-1] how, [M-1] interactive,
[ME] meologit, [ME] meoprobit, [XT] xtologit, [M-2] exp, [M-2] goto, [M-2] pointers,
[XT] xtoprobit [M-2] struct, [M-2] subscripts, [M-2] syntax,
Gnanadesikan, R., [MV] manova, [R] cumul, [M-4] io, [M-4] stata, [M-5] deriv( ),
[R] diagnostic plots [M-5] eigensystem( ), [M-5] geigensystem( ),
Godambe, V. P., [SVY] variance estimation [M-5] inbase( ), [M-5] moptimize( ),
Godfrey, L. G., [R] regress postestimation time series [M-5] runiform( ), [M-5] st addvar( ),
Godsill, S. J., [BAYES] intro [M-5] st global( ), [M-5] st local( ),
Goeden, G. B., [R] kdensity [M-5] st view( ), [ME] mestreg, [MI] mi
Goerg, S. J., [R] ksmirnov estimate, [P] intro, [P] datasignature,
[P] matrix eigenvalues, [P] matrix mkmat,
Golbe, D. L., [D] label language, [D] merge,
[P] postfile, [P] robust, [PSS] power
[U] 22.1 References
exponential, [PSS] power logrank,
Goldberger, A. S., [R] intreg, [R] tobit, [TE] etregress [R] bootstrap, [R] bsample, [R] dydx,
Goldblatt, A., [R] epitab [R] frontier, [R] gmm, [R] grmeanby,
Golden, C. D., [SVY] survey, [SVY] svy estimation [R] jackknife, [R] kappa, [R] logistic,
Goldfarb, D., [M-5] optimize( ) [R] margins, [R] maximize, [R] mkspline,
Goldfeld, S. M., [TS] mswitch [R] ml, [R] net search, [R] nlcom, [R] ologit,
Goldman, N., [ME] me [R] oprobit, [R] poisson, [R] predictnl,
Goldstein, H., [ME] me, [ME] meglm, [ME] melogit, [R] qreg, [R] regress, [R] rreg, [R] simulate,
[ME] mepoisson, [ME] meqrlogit, [R] sktest, [R] smooth, [R] swilk, [R] testnl,
[ME] meqrpoisson, [ME] mestreg, [ME] mixed [ST] survival analysis, [ST] stcox, [ST] stcrreg,
Goldstein, R., [D] ds, [D] egen, [R] brier, [ST] stcrreg postestimation, [ST] stdescribe,
[R] correlate, [R] inequality, [R] nl, [R] ologit, [ST] streg, [ST] stset, [ST] stsplit,
[R] oprobit, [R] ranksum, [R] regress [ST] stvary, [SVY] survey, [SVY] ml for svy,
postestimation, [XT] xtreg [TE] stteffects intro, [U] 13.13 References,
Golsch, K., [ME] mestreg [U] 18.14 References, [U] 22.1 References,
Golub, G. H., [M-5] svd( ), [R] orthog, [R] tetrachoric, [U] 26.34 References, [XT] xtfrontier,
[TS] arfima, [TS] arfima postestimation [XT] xtstreg
Gómez de la Cámara, A., [R] rocreg, [R] rocregplot Gourieroux, C. S., [R] hausman, [R] suest, [R] test,
[TS] arima, [TS] mgarch ccc, [TS] mgarch dcc,
Gómez, V., [TS] tsfilter, [TS] tsfilter hp
[TS] mgarch vcc
Gompertz, B., [ST] streg
Gower, J. C., [MV] biplot, [MV] ca, [MV] mca,
Gönen, M., [ST] stcox postestimation [MV] measure option, [MV] procrustes
Gonzalez, J. F., Jr., [SVY] estat, [SVY] subpopulation Gracik, L., [R] betareg
estimation, [SVY] svy bootstrap, [SVY] svy
Gradshteyn, I. S., [TS] arfima
estimation
Graham, J. W., [MI] intro substantive, [MI] mi impute
Gonzalo, J., [TS] vec intro, [TS] vecrank
Grambsch, P. M., [ME] mestreg, [ST] stcox, [ST] stcox
Good, P. I., [G-1] graph intro, [R] permute,
PH-assumption tests, [ST] stcox postestimation,
[R] symmetry, [R] tabulate twoway
[ST] stcrreg
Goodall, C., [R] lowess, [R] rreg
Granger, C. W. J., [TS] arch, [TS] arfima,
Goodman, L. A., [R] tabulate twoway [TS] vargranger, [TS] vec intro, [TS] vec,
Gooley, T. A., [ST] stcrreg [TS] vecrank
Gordon, A. D., [MV] biplot, [MV] cluster, Grasman, R. P. P. P., [TS] mswitch
[MV] cluster stop, [MV] measure option
158 Author index
Graubard, B. I., [ME] mixed, [PSS] power trend, Grizzle, J. E., [R] vwls
[R] margins, [R] ml, [R] test, [SVY] survey, Groenen, P. J. F., [MV] mds, [MV] mds
[SVY] direct standardization, [SVY] estat, postestimation, [MV] mdslong, [MV] mdsmat
[SVY] svy, [SVY] svy estimation, [SVY] svy Grogger, J. T., [R] tnbreg, [R] tpoisson
postestimation, [SVY] svy: tabulate twoway, Gronau, R., [R] heckman, [SEM] example 45g
[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
Grundmann, H., [D] icd10
Green, B. F., [MV] discrim lda, [MV] procrustes
Grunfeld, Y., [XT] xtgls, [XT] xtpcse, [XT] xtrc
Green, D. M., [R] lroc
Grzebyk, M., [ST] sts
Green, P. E., [MV] cluster
Guan, W., [R] bootstrap
Green, P. J., [BAYES] intro
Guenther, W. C., [PSS] intro
Greenacre, M. J., [MV] ca, [MV] mca, [MV] mca
Guerry, A.-M., [G-2] graph twoway histogram
postestimation, [SEM] example 35g,
[SEM] example 36g Guidolin, M., [TS] mswitch
Greenbaum, A., [M-1] LAPACK, [M-5] lapack( ), Guilkey, D. K., [XT] xtprobit
[P] matrix eigenvalues Guillemot, M., [M-5] cholesky( )
Greenberg, E., [BAYES] intro Guimarães, P., [XT] xtnbreg
Greene, W. H., [P] matrix accum, [R] asclogit, Guo, G., [ME] mecloglog, [ME] melogit,
[R] asmprobit, [R] biprobit, [R] clogit, [ME] meprobit
[R] cnsreg, [R] frontier, [R] gmm, Guo, S., [TE] stteffects intro, [TE] stteffects
[R] heckman, [R] heckoprobit, [R] heckprobit, ipw, [TE] stteffects ipwra, [TE] stteffects
[R] hetprobit, [R] ivregress, [R] logit, [R] lrtest, postestimation, [TE] stteffects ra, [TE] stteffects
[R] margins, [R] mkspline, [R] mlexp, wra, [TE] tebalance
[R] mlogit, [R] nlogit, [R] nlsur, [R] pcorr, Gurmu, S., [R] cpoisson
[R] probit, [R] reg3, [R] regress, [R] regress Gutierrez, R. G., [ME] me, [ME] melogit,
postestimation time series, [R] sureg, [R] testnl, [ME] meoprobit, [ME] mepoisson,
[R] truncreg, [TE] etregress, [TS] arch, [ME] meqrlogit, [ME] meqrpoisson,
[TS] arima, [TS] corrgram, [TS] var, [XT] xt, [ME] mestreg, [R] frontier, [R] lpoly, [R] lrtest,
[XT] xtgls, [XT] xthtaylor postestimation, [R] nbreg, [ST] stcox, [ST] streg, [ST] streg
[XT] xtpcse, [XT] xtpoisson, [XT] xtrc, postestimation, [XT] xt
[XT] xtreg
Greenfield, S., [MV] alpha, [MV] factor, [MV] factor
postestimation, [R] lincom, [R] mlogit, H
[R] mprobit, [R] mprobit postestimation,
[R] predictnl, [R] slogit, [SEM] example 37g Haaland, J.-A., [G-1] graph intro
Greenhouse, J. B., [R] epitab Haan, P., [R] asmprobit, [R] mlogit, [R] mprobit
Greenhouse, S. W., [PSS] power repeated, [R] anova, Haario, H., [BAYES] intro, [BAYES] bayesmh
[R] epitab Haas, K., [M-5] moptimize( )
Greenland, S., [BAYES] intro, [IRT] difmh, [R] ci, Haas, R. W., [FN] Random-number functions
[R] epitab, [R] mkspline, [R] ologit, [R] poisson Hadamard, J. S., [FN] Matrix functions
Greenwood, M., [ST] ltable, [ST] sts Hadi, A. S., [R] poisson, [R] regress, [R] regress
Greenwood, P., [MI] intro substantive postestimation, [R] regress postestimation
Gregoire, A., [R] kappa diagnostic plots
Grieve, R., [R] bootstrap, [R] bstat Hadorn, D. C., [R] brier
Griffith, J. L., [R] brier Hadri, K., [XT] xtunitroot
Griffith, R., [R] gmm Haenszel, W., [IRT] difmh, [PSS] power cmh,
Griffiths, W. E., [R] cnsreg, [R] estat ic, [R] ivregress, [R] epitab, [ST] strate, [ST] sts test
[R] ivregress postestimation, [R] logit, Hahn, G. J., [M-5] moptimize( )
[R] probit, [R] regress, [R] regress Hahn, J., [R] ivregress postestimation
postestimation, [R] test, [TS] arch, [TS] prais, Hair, J. F., Jr., [R] rologit
[XT] xtgls, [XT] xtpcse, [XT] xtrc, [XT] xtreg Hajian-Tilaki, K. O., [R] rocreg
Griliches, Z., [ME] me, [XT] xtgls, [XT] xtnbreg, Hajivassiliou, V. A., [R] asmprobit
[XT] xtpcse, [XT] xtpoisson, [XT] xtrc Hakkio, C. S., [D] egen
Grimm, R. H., [PSS] intro, [PSS] power repeated Hald, A., [R] qreg, [R] regress, [R] signrank,
Grimmett, G., [M-5] halton( ) [R] summarize
Grisetti, R., [R] betareg Haldane, J. B. S., [R] epitab, [R] ranksum
Grissom, R. J., [R] esize, [R] regress postestimation Hall, A. D., [R] frontier
Author index 159
Hall, A. R., [R] gmm, [R] gmm postestimation, Hansen, B. E., [TS] estat sbsingle
[R] ivpoisson, [R] ivpoisson postestimation, Hansen, H., [MV] mvtest, [MV] mvtest normality
[R] ivregress, [R] ivregress postestimation Hansen, L. P., [R] gmm, [R] ivregress, [R] ivregress
Hall, B. H., [M-5] optimize( ), [ME] me, [R] glm, postestimation, [XT] xtabond, [XT] xtdpd,
[TS] arch, [TS] arima, [XT] xtnbreg, [XT] xtdpdsys
[XT] xtpoisson Hansen, W. B., [ME] me, [ME] meglm, [ME] meologit,
Hall, N. S., [R] anova [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Hall, P., [R] bootstrap, [R] qreg, [R] regress Hao, L., [R] qreg
postestimation time series Harabasz, J., [MV] cluster, [MV] cluster stop
Hall, R. E., [M-5] optimize( ), [R] glm, [TS] arch, Haran, M., [BAYES] bayesstats summary
[TS] arima Harbord, R. M., [ME] melogit, [ME] meoprobit,
Hall, W. J., [MV] biplot, [R] roccomp, [R] rocfit, [ME] meqrlogit, [R] roccomp, [R] roctab
[R] roctab Harden, J. J., [R] zinb, [R] zip
Haller, A. O., [SEM] example 7 Hardin, J. W., [D] statsby, [G-1] graph intro,
Halley, E., [ST] ltable [ME] meglm postestimation, [ME] meqrlogit
Hallock, K., [R] qreg postestimation, [ME] meqrpoisson
Halton, J. H., [M-5] halton( ) postestimation, [R] binreg, [R] biprobit,
Halvorsen, K. T., [R] tabulate twoway [R] estat ic, [R] glm, [R] glm postestimation,
Hamaker, E. L., [TS] mswitch [R] lroc, [R] nbreg, [R] poisson, [R] ranksum,
Hamann, U., [MV] measure option [R] regress postestimation, [R] signrank,
Hambleton, R. K., [IRT] irt, [SEM] example 28g, [R] tnbreg, [R] tpoisson, [R] zinb, [TS] newey,
[SEM] example 29g [TS] prais, [XT] xtgee, [XT] xtpoisson
Hamer, R. M., [MV] mds, [MV] mdslong, Harel, O., [MI] mi estimate
[MV] mdsmat Haritou, A., [R] suest
Hamerle, A., [R] clogit Harkness, J., [R] ivprobit, [R] ivtobit
Hamilton, J. D., [ I ] Glossary, [P] matrix eigenvalues, Harley, J. B., [PSS] power cox
[R] gmm, [TS] time series, [TS] arch, Harman, H. H., [MV] factor, [MV] factor
[TS] arfima, [TS] arima, [TS] corrgram, postestimation, [MV] rotate, [MV] rotatemat
[TS] dfuller, [TS] estat aroots, [TS] fcast Harrell, F. E., Jr., [R] mkspline, [R] ologit, [ST] stcox
compute, [TS] forecast solve, [TS] irf, postestimation
[TS] irf create, [TS] mswitch, [TS] mswitch Harrington, D. P., [ST] stcox, [ST] sts test
postestimation, [TS] pergram, [TS] pperron, Harris, E. K., [MV] discrim, [MV] discrim logistic
[TS] psdensity, [TS] sspace, [TS] sspace Harris, R. D. F., [XT] xtunitroot
postestimation, [TS] tsfilter, [TS] ucm, [TS] var Harris, R. J., [MV] canon postestimation
intro, [TS] var, [TS] var svar, [TS] vargranger, Harris, R. L., [R] qc
[TS] varnorm, [TS] varsoc, [TS] varstable,
Harris, T., [R] nbreg, [R] poisson, [R] qreg,
[TS] varwle, [TS] vec intro, [TS] vec,
[R] ranksum, [R] signrank, [R] zinb
[TS] vecnorm, [TS] vecrank, [TS] vecstable,
[TS] xcorr, [TS] Glossary Harrison, D. A., [D] list, [G-2] graph twoway
histogram, [PSS] intro, [R] histogram,
Hamilton, L. C., [D] xpose, [G-1] graph intro,
[R] tabulate oneway, [R] tabulate twoway
[MV] factor, [MV] screeplot, [R] bootstrap,
[R] diagnostic plots, [R] estat vce, [R] ladder, Harrison, J., [BAYES] intro
[R] lv, [R] mlogit, [R] regress, [R] regress Harrison, J. A., [R] dstdize
postestimation, [R] regress postestimation Harrison, J. M., [ST] stcrreg
diagnostic plots, [R] rreg, [R] simulate, Harrison, L. H., [D] icd10
[R] summarize, [R] ttest Hart, P. E., [MV] cluster, [MV] cluster stop
Hammarling, S., [M-1] LAPACK, [M-5] lapack( ), Hartigan, J. A., [G-2] graph matrix
[P] matrix eigenvalues Hartley, H. O., [MI] intro substantive, [MI] mi impute
Hammersley, J. M., [M-5] halton( ) Hartmann, D. P., [R] icc
Hampel, F. R., [D] egen, [R] rreg, Harvey, A. C., [R] hetprobit, [TS] arch, [TS] arima,
[U] 20.25 References [TS] prais, [TS] psdensity, [TS] sspace,
Hand, D. J., [MV] biplot, [MV] ca, [MV] discrim, [TS] sspace postestimation, [TS] tsfilter,
[MV] mca [TS] tsfilter hp, [TS] tssmooth hwinters,
Handscomb, D. C., [M-5] halton( ) [TS] ucm, [TS] var svar
Hankey, B., [ST] strate Harville, D. A., [ME] meglm, [ME] mixed
Hanley, J. A., [R] roccomp, [R] rocfit, [R] rocreg, Hassell, J. F., [ST] sts
[R] rocreg postestimation, [R] rocregplot, Hassler, U., [TS] irf create
[R] roctab
Hannachi, A., [MV] pca
Hannan, E. J., [TS] sspace
160 Author index
Hastie, T. J., [MV] discrim knn, [R] grmeanby, Henry-Amar, M., [ST] ltable
[R] slogit Hensher, D. A., [R] nlogit
Hastings, W. K., [BAYES] intro, [BAYES] bayesmh Henze, N., [MV] mvtest, [MV] mvtest normality
Hastorf, A. H., [R] epitab Hermite, C., [M-5] issymmetric( )
Hauck, W. W., [R] pkequiv, [XT] xtcloglog, Herr, J. L., [TE] teffects intro advanced, [TE] teffects
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit, nnmatch
[XT] xtprobit Herrero, F. J., [ME] mixed
Haughton, J. H., [R] inequality Herrin, J., [U] 18.14 References
Hauser, M. A., [TS] arfima Herriot, J. G., [M-5] spline3( )
Hausman, J. A., [M-5] optimize( ), [ME] me, [R] glm, Hertz, S., [ST] stsplit
[R] hausman, [R] ivregress postestimation, Herzberg, A. M., [MV] discrim lda postestimation,
[R] nlogit, [R] rologit, [R] suest, [SEM] estat [MV] discrim qda, [MV] discrim qda
residuals, [SEM] methods and formulas for postestimation, [MV] manova
sem, [TS] arch, [TS] arima, [XT] xthtaylor, Hess, K. R., [ST] stcox PH-assumption tests, [ST] sts
[XT] xtnbreg, [XT] xtpoisson, [XT] xtreg graph
postestimation
Hesse, L. O., [M-5] moptimize( )
Havnes, T., [R] inequality
Hessenberg, K. A., [M-5] hessenbergd( )
Hawkins, C. M., [PSS] intro, [PSS] power repeated
Heston, A., [XT] xtunitroot
Hayashi, F., [R] gmm, [R] ivpoisson, [R] ivregress,
Heyde, C. C., [U] 1.4 References
[R] ivregress postestimation
Hickam, D. H., [R] brier
Hayes, R. J., [R] permute
Higbee, K. T., [D] clonevar, [D] ds
Hays, R. D., [IRT] irt, [R] lincom, [R] mlogit,
[R] mprobit, [R] mprobit postestimation, Higdon, D., [BAYES] intro
[R] predictnl, [R] slogit Higgins, J. E., [R] anova
Hays, W. L., [R] esize, [R] regress postestimation Higgins, J. P. T., [R] meta
He, X., [ST] stcox PH-assumption tests Higgins, M. L., [TS] arch
Heagerty, P. J., [BAYES] bayesmh, [ME] me, Hilbe, J. M., [FN] Random-number functions,
[ME] meglm, [ME] mixed, [MV] factor, [ME] meglm postestimation, [ME] meqrlogit
[MV] pca, [PSS] intro, [PSS] power twomeans, postestimation, [ME] meqrpoisson
[PSS] power oneway, [PSS] power twoway, postestimation, [MV] discrim lda,
[R] anova, [R] dstdize, [R] oneway [MV] manova, [MV] measure option,
Heckman, J., [R] biprobit, [R] heckman, [R] heckman [R] cloglog, [R] cpoisson, [R] estat ic, [R] glm,
postestimation, [R] heckoprobit, [R] heckprobit, [R] glm postestimation, [R] logistic, [R] logit,
[SEM] example 45g, [TE] etregress, [R] lroc, [R] nbreg, [R] poisson, [R] probit,
[TE] stteffects intro, [TE] teffects intro [R] simulate, [R] tnbreg, [R] tpoisson, [R] zinb,
advanced [XT] xtgee, [XT] xtpoisson
Hedeker, D., [ME] me, [ME] mecloglog, [ME] meglm, Hilbert, D., [M-5] Hilbert( )
[ME] melogit, [ME] menbreg, [ME] meologit, Hildreth, C., [TS] prais
[ME] meoprobit, [ME] mepoisson, Hilferty, M. M., [MV] mvtest normality
[ME] meprobit, [ME] mestreg Hilgard, E. R., [R] epitab
Hédelin, G., [ST] sts Hill, A. B., [R] epitab, [R] poisson
Hedges, L. V., [R] esize, [R] meta Hill, J., [ME] me
Hedley, D., [ST] stcrreg, [ST] stcrreg postestimation Hill, R. C., [R] cnsreg, [R] estat ic, [R] heckman,
Heeringa, S. G., [SVY] survey, [SVY] subpopulation [R] ivregress, [R] ivregress postestimation,
estimation [R] logit, [R] probit, [R] regress, [R] regress
Heidelberger, P., [BAYES] intro postestimation, [R] test, [TS] arch, [TS] prais,
Heinecke, K., [P] matrix mkmat [XT] xtgls, [XT] xtpcse, [XT] xtrc, [XT] xtreg
Heinonen, O. P., [R] epitab Hill, R. P., [ST] stcrreg, [ST] stcrreg postestimation
Heiss, F., [R] nlogit Hill, W. G., [R] epitab
Heitjan, D. F., [MI] intro substantive, [MI] mi impute Hills, M., [D] egen, [R] cloglog, [R] cumul, [R] epitab,
[ST] stcox, [ST] stptime, [ST] strate, [ST] stset,
Heller, G., [ST] stcox postestimation
[ST] stsplit, [ST] sttocc
Hemming, K., [PSS] intro
Hills, S. E., [BAYES] intro, [BAYES] bayesmh
Hempel, S., [R] epitab
Hinchliffe, S. R., [ST] stcox, [ST] stcrreg
Henderson, B. E., [R] symmetry
Hinkley, D. V., [R] bootstrap
Henderson, C. R., [ME] me, [ME] mixed
Hipel, K. W., [TS] arima, [TS] ucm
Hendrickson, A. E., [ I ] Glossary, [MV] rotate,
Hirano, K., [TE] stteffects intro, [TE] stteffects
[MV] rotatemat, [MV] Glossary
ipw, [TE] stteffects ipwra, [TE] teffects intro
Hendrickx, J., [R] mlogit, [R] xi advanced
Hennevogl, W., [ME] me Hirji, K. F., [R] exlogistic, [R] expoisson
Author index 161
Hitt, M. P., [TS] time series, [TS] arima, [TS] forecast, Hosmer, D. W., Jr., [PSS] intro, [PSS] power mcc,
[TS] irf, [TS] var, [TS] vec [PSS] power cox, [R] clogit, [R] clogit
Hlouskova, J., [XT] xtunitroot postestimation, [R] estat classification,
Hoaglin, D. C., [R] diagnostic plots, [R] lv, [R] regress [R] estat gof, [R] glm, [R] lincom, [R] logistic,
postestimation, [R] regress postestimation [R] logistic postestimation, [R] logit, [R] logit
diagnostic plots, [R] smooth, [R] stem postestimation, [R] lroc, [R] lrtest, [R] lsens,
Hobert, J. P., [BAYES] intro [R] mlogit, [R] mlogit postestimation,
Hocevar, D., [SEM] example 19 [R] predictnl, [R] stepwise, [SEM] example 33g,
[SEM] example 34g, [ST] stcox, [ST] streg,
Hochberg, Y., [R] oneway
[XT] xtgee
Hocking, R. R., [ME] meglm, [ME] mixed, [MI] intro
Hossain, K. M., [R] epitab
substantive, [R] stepwise
Hoşten, S., [MV] mvtest means
Hodges, J. L., [MV] discrim knn
Hotelling, H., [MV] canon, [MV] hotelling,
Hodrick, R. J., [TS] tsfilter, [TS] tsfilter hp
[MV] manova, [MV] pca, [R] roccomp,
Hoechle, D., [XT] xtgls, [XT] xtpcse, [XT] xtreg, [R] rocfit, [R] roctab
[XT] xtregar
Hougaard, P., [ST] streg
Hoel, P. G., [R] bitest, [R] ttest, [R] ztest
Householder, A. S., [M-5] qrd( ), [MV] mds,
Hoff, P. D., [BAYES] intro, [BAYES] bayes, [MV] mdslong, [MV] mdsmat
[BAYES] bayesmh
Howell, D. C., [PSS] intro, [PSS] power pairedmeans
Hoffmann, J. P., [R] glm
Hsiao, C., [XT] xt, [XT] xtabond, [XT] xtdpd,
Hofman, A. F., [ST] stcrreg [XT] xtdpdsys, [XT] xtivreg
Hogben, L. T., [ST] sts Hsieh, F. Y., [PSS] intro, [PSS] power cox,
Holan, S. H., [TS] arima [PSS] power logrank
Hole, A. R., [R] asmprobit, [R] clogit, [R] mlogit, Hu, M., [ST] stcox, [ST] stset
[R] mprobit Huang, C., [R] sunflower
Holland, A. D., [TE] stteffects intro, [TE] stteffects Huang, D. S., [R] nlsur, [R] sureg
ipw, [TE] stteffects ipwra, [TE] stteffects
Hubálek, Z., [MV] measure option
postestimation, [TE] stteffects ra, [TE] stteffects
wra, [TE] teffects intro advanced, [TE] teffects Hubben, G. A. A., [R] betareg
aipw, [TE] teffects multivalued Huber, C., [R] esize, [R] regress postestimation,
Holland, P. W., [IRT] irt 3pl, [IRT] dif, [IRT] difmh, [SEM] Builder, [SEM] Builder, generalized
[TE] stteffects intro, [TE] teffects intro Huber, P. J., [D] egen, [P] robust, [R] qreg, [R] rreg,
advanced [R] suest, [U] 20.25 References
Holloway, L., [R] brier Hubert, P., [BAYES] intro
Holm, S., [R] test Huberty, C. J., [MV] candisc, [MV] discrim,
Holmes, D. J., [ME] mixed [MV] discrim estat, [MV] discrim lda,
[MV] discrim lda postestimation, [MV] discrim
Holmes, S., [R] bootstrap
qda
Holmgren, J., [R] epitab
Hubrich, K., [TS] vec intro, [TS] vecrank
Holt, C. C., [TS] tssmooth, [TS] tssmooth
Hughes, J. B., [MV] manova
dexponential, [TS] tssmooth exponential,
[TS] tssmooth hwinters, [TS] tssmooth Hunter, D. R., [R] qreg
shwinters Huq, M. I., [R] epitab
Holt, D., [SVY] survey, [SVY] estat Huq, N. M., [BAYES] bayesmh, [ME] me,
Holtz-Eakin, D., [XT] xtabond, [XT] xtdpd, [ME] meglm, [ME] melogit, [ME] meprobit,
[XT] xtdpdsys [ME] meqrlogit
Hong, H., [BAYES] intro Hurd, M., [R] intreg, [R] tobit
Hood, W. C., [R] ivregress Hurley, J. R., [MV] procrustes
Hooker, P. F., [ST] streg Hurst, H. E., [TS] arfima
Hooper, R., [PSS] intro Hussey, J. R., [R] nbreg, [R] poisson
Hopper, G. M., [P] trace Hutto, C., [R] exlogistic
Horncastle, A. P., [R] frontier, [XT] xtfrontier Huynh, H., [PSS] power repeated, [R] anova
Horst, P., [MV] factor postestimation, [MV] rotate,
[MV] rotatemat I
Horton, N. J., [ME] meglm, [ME] mixed, [MI] intro
substantive, [MI] mi estimate, [MI] mi impute, Ibrahim, J. G., [BAYES] intro
[XT] xtgee Ickstadt, K., [BAYES] intro
Horváth, L., [TS] mgarch Iglewicz, B., [R] lv
Horvitz, D. G., [TE] teffects intro advanced Ikebe, Y., [P] matrix symeigen
Hosking, J. R. M., [TS] arfima Ilardi, G., [R] frontier, [XT] xtfrontier
Im, K. S., [XT] xtunitroot
162 Author index
Imai, K., [TE] tebalance, [TE] tebalance overid Jerez, M., [TS] sspace
Imbens, G. W., [TE] stteffects intro, [TE] stteffects Jewell, N. P., [R] epitab
ipw, [TE] stteffects ipwra, [TE] stteffects Jick, H., [R] epitab
postestimation, [TE] stteffects ra, [TE] stteffects Joe, H., [ME] melogit, [ME] meoprobit,
wra, [TE] teffects intro advanced, [TE] teffects [ME] mepoisson, [ME] meqrlogit,
multivalued, [TE] teffects nnmatch, [ME] meqrpoisson, [ME] mestreg, [R] tabulate
[TE] teffects psmatch twoway
Irwin, J. O., [PSS] intro, [PSS] power twoproportions Johansen, S., [TS] irf create, [TS] varlmar, [TS] vec
Isaacs, D., [R] fp intro, [TS] vec, [TS] veclmar, [TS] vecnorm,
Ishiguro, M., [R] BIC note [TS] vecrank, [TS] vecstable
ISSP, [MV] ca, [MV] mca, [MV] mca postestimation Johnson, C. A., [ME] me, [ME] meglm,
Iversen, E., Jr, [BAYES] intro [ME] meologit, [ME] meoprobit, [XT] xtologit,
[XT] xtoprobit
Johnson, D. E., [MV] manova, [R] anova, [R] contrast,
J [R] pwcompare
Jaccard, P., [MV] measure option Johnson, L. A., [TS] tssmooth, [TS] tssmooth
Jackman, R. W., [R] regress postestimation dexponential, [TS] tssmooth exponential,
[TS] tssmooth hwinters, [TS] tssmooth
Jackson, J. E., [MV] pca, [MV] pca postestimation
shwinters
Jacobi, C. G. J., [M-5] deriv( )
Johnson, M. E., [R] sdtest
Jacobs, K. B., [R] symmetry
Johnson, M. M., [R] sdtest
Jacobs, M., [D] duplicates
Johnson, N. L., [FN] Statistical functions,
Jacoby, W. G., [MV] biplot
[R] ksmirnov, [R] nbreg, [R] poisson,
Jaeger, A., [TS] tsfilter, [TS] tsfilter hp [U] 1.4 References
Jaeger, D. A., [R] ivregress postestimation Johnson, R. A., [MV] canon, [MV] discrim,
Jagannathan, R., [TS] arch [MV] discrim estat, [MV] discrim lda,
Jain, A. K., [MV] cluster [MV] discrim lda postestimation, [MV] mvtest,
James, B. R., [R] rocreg, [R] rocreg postestimation [MV] mvtest correlations, [MV] mvtest
James, G. S., [MV] mvtest, [MV] mvtest means covariances, [MV] mvtest means
James, I. M., [M-2] op kronecker, [M-5] deriv( ), Johnson, S., [R] epitab
[M-5] issymmetric( ), [M-5] pinv( ) Johnson, V. E., [BAYES] intro
James, K. L., [R] rocreg, [R] rocreg postestimation Johnson, W., [MI] intro substantive, [SVY] survey
Janes, H., [R] rocfit, [R] rocreg, [R] rocreg Johnston, J., [XT] xtrc
postestimation, [R] rocregplot Johnston, J. E., [R] ranksum
Jang, D. S., [SVY] variance estimation Jolliffe, D., [R] inequality, [R] qreg, [R] regress
Jann, B., [G-2] graph twoway bar, [P] mark, Jolliffe, I. T., [MV] biplot, [MV] pca, [R] brier
[R] estimates store, [R] ksmirnov, Jones, A., [R] heckman, [R] logit, [R] probit
[R] marginsplot, [R] stored results, [R] tabulate Jones, B. D., [TS] mswitch
twoway, [SVY] svy: tabulate twoway
Jones, B. S., [ST] stcox, [ST] streg
Jarque, C. M., [R] sktest, [TS] varnorm, [TS] vecnorm
Jones, D. R., [R] meta
Jarrett, R. G., [BAYES] bayesmh
Jones, G. L., [BAYES] intro, [BAYES] bayesstats
Jeantheau, T., [TS] mgarch summary
Jeanty, P. W., [D] destring, [D] import excel, Jones, M. C., [R] kdensity, [R] lpoly
[D] reshape, [FN] String functions
Jones, P. S., [M-5] Vandermonde( )
Jeffreys, H., [BAYES] intro, [BAYES] bayesmh,
Jordan, C., [M-5] svd( )
[BAYES] bayesstats ic, [R] ci, [R] spearman
Jöreskog, K. G., [MV] factor postestimation,
Jenkins, B., [M-5] hash1( )
[SEM] estat residuals
Jenkins, G. M., [TS] arfima, [TS] arima,
Jorgensen, R. A., [ST] stcrreg
[TS] corrgram, [TS] cumsp, [TS] dfuller,
Jorner, U., [G-1] graph intro
[TS] estat acplot, [TS] pergram, [TS] pperron,
[TS] psdensity, [TS] xcorr Joyeux, R., [TS] arfima
Jenkins, S. P., [D] corr2data, [D] egen, [D] rename, Judge, G. G., [R] estat ic, [R] ivregress, [R] ivregress
[MI] intro substantive, [R] asmprobit, postestimation, [R] logit, [R] probit, [R] regress
[R] betareg, [R] do, [R] inequality, postestimation, [R] test, [TS] arch, [TS] prais,
[ST] discrete, [ST] stcox [XT] xtgls, [XT] xtpcse, [XT] xtrc, [XT] xtreg
Jennrich, R. I., [ I ] Glossary, [MV] mvtest, Judkins, D. R., [SVY] svy brr, [SVY] svyset,
[MV] mvtest correlations, [MV] rotate, [SVY] variance estimation
[MV] rotatemat, [MV] Glossary Judson, D. H., [R] cpoisson, [R] poisson, [R] tabulate
Jensen, A. R., [MV] rotate twoway, [R] tpoisson
Jensen, D. R., [MV] mvtest, [MV] mvtest means Judson, R. A., [TS] forecast
Author index 163
Julious, S. A., [PSS] intro Kent, J. T., [MI] mi impute mvn, [MV] discrim,
Jung, B. C., [ME] mixed [MV] discrim lda, [MV] factor, [MV] manova,
Juul, S., [R] dstdize, [R] roccomp, [R] roctab [MV] matrix dissimilarity, [MV] mds,
[MV] mds postestimation, [MV] mdslong,
[MV] mdsmat, [MV] mvtest, [MV] mvtest
means, [MV] mvtest normality, [MV] pca,
K [MV] procrustes, [P] matrix dissimilarity,
[P] robust, [U] 20.25 References
Kachitvichyanukul, V., [FN] Random-number
functions Kenward, M. G., [ I ] Glossary, [ME] mixed,
[ME] Glossary, [MI] intro substantive, [MI] mi
Kackar, R. N., [ME] mixed
impute
Kadane, J. B., [BAYES] intro, [ME] me,
Kerlinger, F. N., [R] esize, [R] regress postestimation
[ME] meqrlogit, [ME] meqrpoisson
Keselman, H. J., [R] esize
Kahn, H. A., [PSS] intro, [R] dstdize, [R] epitab,
[ST] ltable, [ST] stcox Kettenring, J. R., [R] diagnostic plots
Kaiser, H. F., [ I ] Glossary, [MV] factor Keynes, J. M., [R] ameans
postestimation, [MV] pca postestimation, Khan, M. R., [R] epitab
[MV] rotate, [MV] rotatemat, [MV] Glossary Khan, S., [R] hetprobit
Kaiser, J., [R] ksmirnov, [R] permute, [R] signrank Khandker, S. R., [R] inequality
Kalbfleisch, J. D., [ST] ltable, [ST] stcox, [ST] stcox Khanti-Akom, S., [XT] xthtaylor
PH-assumption tests, [ST] stcox postestimation, Khare, M., [MI] intro substantive
[ST] streg, [ST] sts, [ST] sts test, [ST] stset, Khuri, A. I., [ME] mixed
[TE] stteffects intro, [TE] stteffects ra, Kiernan, M., [R] kappa
[XT] xtcloglog, [XT] xtlogit, [XT] xtologit, Kieser, M., [PSS] intro
[XT] xtoprobit, [XT] xtprobit Kilian, L., [TS] forecast solve
Kalman, R. E., [TS] arima Kim, C.-J., [TS] mswitch, [TS] mswitch postestimation
Kalmijn, M., [R] tetrachoric Kim, H.-J., [TS] estat sbsingle
Kamphuis, J. H., [TS] mswitch Kim, I.-M., [TS] vec intro, [TS] vec, [TS] vecrank
Kang, J. D. Y., [TE] teffects intro advanced Kim, J. J., [R] esize, [R] regress postestimation
Kantor, D., [D] cf, [FN] Programming functions Kim, J. O., [MV] factor
Kaplan, E. L., [ST] stcrreg, [ST] stcrreg Kim, S., [BAYES] intro, [IRT] irt
postestimation, [ST] sts Kimber, A. C., [ST] streg
Karim, M. R., [ME] meglm Kimbrough, J. W., [MV] discrim knn
Karlin, S., [TS] mswitch Kinderman, A. J., [FN] Random-number functions
Kass, R. E., [BAYES] intro, [BAYES] bayes, King, A. A., [M-2] intro
[BAYES] bayesstats ic King, J., [IRT] irt
Katz, J. N., [XT] xtgls, [XT] xtpcse King, M., [R] mlexp
Kaufman, J., [D] ds King, M. L., [TS] prais
Kaufman, L., King, R. G., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter
[MV] cluster, [MV] clustermat, [MV] matrix cf, [TS] tsfilter hp, [TS] vecrank
dissimilarity, [MV] measure option, [P] matrix
Kirk, R. E., [R] esize, [R] regress postestimation
dissimilarity
Kirkwood, B. R., [R] dstdize, [R] summarize
Kaufman, R. L., [U] 20.25 References
Kish, L., [P] robust, [R] loneway, [SVY] survey,
Keane, M. P., [R] asmprobit
[SVY] estat, [SVY] variance estimation,
Keeler, E. B., [R] brier [U] 20.25 References
Keiding, N., [ST] stcrreg, [ST] stsplit Kitagawa, G., [R] BIC note
Kelley, K., [R] esize, [R] regress postestimation Kiviet, J. F., [XT] xtabond
Kelly, S., [IRT] irt Klar, J., [R] estat gof
Kemp, A. W., [FN] Random-number functions, Klecka, W. R., [MV] discrim, [MV] discrim lda
[R] nbreg, [R] poisson
Kleiber, C., [R] inequality
Kemp, C. D., [FN] Random-number functions
Klein, J. P., [PSS] intro, [PSS] power cox, [ST] stci,
Kempthorne, P. J., [R] regress postestimation [ST] stcox, [ST] stcox postestimation,
Kendall, D. G., [MV] mds [ST] stcrreg, [ST] streg, [ST] sts, [ST] sts
Kendall, M. G., [MV] measure option, [R] centile, graph, [ST] sts test
[R] spearman, [R] tabulate twoway Klein, L. R., [R] reg3, [R] reg3 postestimation,
Kennedy, W. J., Jr., [P] robust, [R] anova, [R] nl, [R] regress postestimation time series,
[R] regress, [R] stepwise, [SVY] svy: tabulate [TS] forecast, [TS] forecast adjust, [TS] forecast
twoway describe, [TS] forecast estimates, [TS] forecast
Kenny, D. A., [SEM] intro 4, [SEM] example 42g list, [TS] forecast solve
164 Author index
Klein, M., [R] binreg, [R] clogit, [R] logistic, Krauss, N., [SVY] estat, [SVY] subpopulation
[R] lrtest, [R] mlogit, [R] ologit, [XT] xtgee estimation, [SVY] svy bootstrap, [SVY] svy
Kleinbaum, D. G., [R] binreg, [R] clogit, [R] epitab, estimation
[R] logistic, [R] lrtest, [R] mlogit, [R] ologit, Kreidberg, M. B., [R] epitab
[XT] xtgee Kreuter, F., [R] estat classification, [R] kdensity,
Kleiner, B., [G-2] graph box, [G-2] graph matrix, [R] regress, [R] regress postestimation,
[G-3] by option, [R] diagnostic plots, [R] regress postestimation diagnostic plots,
[R] lowess, [U] 1.4 References [SVY] survey
Kleinman, K. P., [MI] intro substantive Krishnaiah, P. R., [MV] mvtest
Klema, V. C., [P] matrix symeigen Krishnamoorthy, K., [MV] mvtest, [MV] mvtest
Klevens, R. M., [D] icd10 means, [PSS] intro, [PSS] power oneproportion
Kline, R. B., [R] esize, [R] regress postestimation, Kroeber, A. L., [MV] measure option
[SEM] intro 4, [SEM] example 3, Krolzig, H.-M., [TS] mswitch
[SEM] example 4, [SEM] example 5 Kronecker, L., [M-2] op kronecker
Kmenta, J., [R] eivreg, [R] ivregress, [R] regress, Kroner, K. F., [TS] arch
[TS] arch, [TS] prais, [TS] rolling, [XT] xtpcse Krull, J. L., [SEM] example 42g
Knook, D. L., [MI] intro substantive, [MI] mi impute, Krus, D. J., [MV] canon postestimation
[MI] mi impute chained, [MI] mi impute Krushelnytskyy, B., [R] inequality, [R] qreg
monotone Kruskal, J. B., [ I ] Glossary, [MV] mds, [MV] mds
Knuth, D. E., [FN] Random-number functions postestimation, [MV] mdslong, [MV] mdsmat,
Koch, G. G., [R] anova, [R] kappa, [R] vwls, [MV] Glossary
[SVY] svy: tabulate twoway Kruskal, W. H., [R] kwallis, [R] ranksum,
Koehler, A. B., [TS] tssmooth, [TS] tssmooth [R] spearman, [R] tabulate twoway
dexponential, [TS] tssmooth exponential, Kshirsagar, A. M., [MV] discrim lda, [MV] pca
[TS] tssmooth hwinters, [TS] tssmooth Kublanovskaya, V. N., [M-5] qrd( )
shwinters
Kuehl, R. O., [BAYES] bayes, [ME] me, [R] icc,
Koehler, K. J., [R] diagnostic plots [R] oneway
Koenker, R., [R] qreg, [R] regress postestimation Kuh, E., [R] regress postestimation, [R] regress
Kohler, U., [D] egen, [D] input, [G-2] graph twoway postestimation, [R] regress postestimation
rbar, [MV] biplot, [R] estat classification, diagnostic plots, [U] 18.14 References
[R] kdensity, [R] regress, [R] regress Kulczyński, S., [MV] measure option
postestimation, [R] regress postestimation
Kumbhakar, S. C., [R] frontier, [R] frontier
diagnostic plots
postestimation, [XT] xtfrontier
Kohn, R. J., [BAYES] intro, [BAYES] bayesmh,
Kung, D. S., [R] qreg
[TS] arima
Künsch, H. R., [U] 20.25 References
Kokoszka, P., [TS] irf create
Kunz, C. U., [PSS] intro
Kolenikov, S., [MV] factor, [SVY] svy bootstrap,
[SVY] variance estimation Kupper, L. L., [R] epitab
Kolev, G. I., [P] scalar, [U] 11.7 References Kutner, M. H., [PSS] power oneway, [R] pkcross,
[R] pkequiv, [R] pkshape, [R] regress
Kolmogorov, A. N., [R] ksmirnov
postestimation
Koopman, S. J., [R] regress postestimation time series,
Kwiatkowski, D., [XT] xtunitroot
[TS] ucm
Koopmans, T. C., [R] ivregress
Korin, B. P., [MV] mvtest L
Korn, E. L., [ME] mixed, [PSS] power trend,
[R] margins, [R] ml, [R] test, [SVY] survey, Lachenbruch, P. A., [MV] discrim, [MV] discrim estat,
[SVY] direct standardization, [SVY] estat, [MV] discrim lda, [R] diagnostic plots
[SVY] svy, [SVY] svy estimation, [SVY] svy Lachin, J. M., [PSS] intro, [PSS] power, [PSS] power
postestimation, [SVY] svy: tabulate twoway, pairedproportions, [PSS] power onecorrelation,
[SVY] variance estimation [PSS] power cmh, [PSS] power trend,
Kotz, S., [FN] Statistical functions, [R] inequality, [PSS] power cox, [PSS] power exponential
[R] ksmirnov, [R] nbreg, [R] nlogit, Lacy, M. G., [R] permute
[R] poisson, [U] 1.4 References Lafontaine, F., [R] boxcox
Krakauer, H., [ST] ltable Lahiri, K., [R] tobit, [XT] xtgls
Krall, J. M., [PSS] power cox Lai, K. S., [TS] dfgls
Kramer, C. Y., [MV] mvtest, [MV] mvtest means, Lai, S., [R] exlogistic
[R] pwcompare
Author index 165
Laird, N. M., [ME] me, [ME] meglm, [ME] melogit, Lee, L. F., [XT] xtreg
[ME] meoprobit, [ME] mepoisson, Lee, P., [ST] streg
[ME] meqrlogit, [ME] meqrpoisson, Lee, S., [D] drawnorm, [FN] Random-number
[ME] mestreg, [ME] mixed, [MI] intro functions
substantive, [MI] mi impute mvn, [R] expoisson Lee, T.-C., [R] estat ic, [R] ivregress, [R] ivregress
Lakatos, E., [PSS] power exponential, [PSS] power postestimation, [R] logit, [R] probit, [R] regress
logrank postestimation, [R] test, [TS] arch, [TS] prais,
Lal, R., [FN] Random-number functions [XT] xtgls, [XT] xtpcse, [XT] xtrc, [XT] xtreg
Lambert, D., [R] zip Lee, W. C., [R] roctab
Lambert, P. C., [PSS] intro, [R] poisson, [ST] stcox, Leese, M., [MV] cluster, [MV] cluster stop
[ST] stcrreg, [ST] stptime, [ST] streg Legendre, A.-M., [R] regress
LaMotte, L. R., [ME] me, [ME] meglm, [ME] mixed Lehmann, E. L., [R] oneway
Lan, K. K. G., [PSS] power exponential, [PSS] power Lei-Gomez, Q., [TE] teffects intro advanced
logrank Leisenring, W., [ST] stcrreg
Lance, G. N., [MV] cluster Lemeshow, S. A., [PSS] intro, [PSS] power mcc,
Landau, S., [MV] cluster, [MV] cluster stop [PSS] power cox, [R] clogit, [R] clogit
Landesman Ramey, S., [PSS] power repeated postestimation, [R] estat classification,
Landis, J. R., [R] kappa [R] estat gof, [R] glm, [R] lincom, [R] logistic,
Lane, M. A., [SVY] survey, [SVY] svy estimation [R] logistic postestimation, [R] logit, [R] logit
Lane, P. W., [R] margins, [TE] teffects intro advanced postestimation, [R] lroc, [R] lrtest, [R] lsens,
Lane-Claypon, J. E., [R] epitab [R] mlogit, [R] predictnl, [R] stepwise,
Lange, K., [R] qreg [SEM] example 33g, [SEM] example 34g,
[ST] stcox, [ST] streg, [SVY] survey,
Lange, S. M., [ST] stcrreg
[SVY] estat, [SVY] poststratification,
Langford, I. H., [ME] menbreg, [ME] mepoisson, [XT] xtgee
[ME] meqrpoisson, [SEM] example 39g
Lenth, R. V., [PSS] intro
Langholz, B., [ST] sttocc
Leonard, M., [XT] xtgee
Laplace, P.-S., [R] regress
Lepkowski, J. M., [MI] intro substantive, [MI] mi
LaRosa, J., [PSS] intro, [PSS] power repeated impute, [MI] mi impute chained, [MI] mi
Larrimore, J., [MI] intro substantive impute logit, [MI] mi impute mlogit, [MI] mi
Larsen, W. A., [R] regress postestimation diagnostic impute monotone, [MI] mi impute ologit,
plots [MI] mi impute poisson, [MI] mi impute
Lash, T. L., [R] ci, [R] epitab, [R] poisson truncreg
Latouche, A., [ST] stcrreg Leroy, A. M., [R] qreg, [R] regress postestimation,
Laurent, S., [TS] mgarch [R] rreg
Lauritsen, J. M., [D] labelbook, [D] list Lesaffre, E., [ME] me, [ME] meqrlogit postestimation,
Lauritzen, S. L., [R] summarize [MV] discrim logistic
LaVange, L. M., [PSS] power repeated LeSage, G., [ST] stcrreg
Lavori, P. W., [PSS] power cox Leser, C. E. V., [TS] tsfilter, [TS] tsfilter hp
Lawless, J. F., [PSS] intro, [ST] ltable Leuven, E., [TE] teffects intro advanced
Lawley, D. N., [MV] canon, [MV] factor, [MV] factor Levendis, J., [D] import
postestimation, [MV] manova, [MV] mvtest, Levene, H., [R] sdtest
[MV] mvtest correlations, [MV] pca Levin, A., [XT] xtunitroot
Lawlor, D. A., [ME] meqrlogit, [ME] meqrpoisson, Levin, B., [PSS] intro, [PSS] power oneproportion,
[ME] mixed [PSS] power twoproportions, [R] dstdize,
Layard, R., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, [R] epitab, [R] kappa
[XT] xtivreg Levin, W., [ST] stcrreg, [ST] stcrreg postestimation
Ledermann, W., [M-5] schurd( ) Levinsohn, J. A., [R] frontier
Ledolter, J., [TS] tssmooth, [TS] tssmooth Levy, D. E., [R] sunflower
dexponential, [TS] tssmooth exponential, Levy, M., [MI] intro substantive, [MI] mi impute
[TS] tssmooth hwinters, [TS] tssmooth Levy, P. S., [SVY] survey, [SVY] poststratification
shwinters Lewis, D., [MI] mi estimate
Lee, E. S., [R] dstdize Lewis, H. G., [R] heckman, [SEM] example 45g
Lee, E. T., [R] roccomp, [R] rocfit, [R] roctab, Lewis, I. G., [R] binreg
[ST] streg
Lewis, J. D., [R] fp
Lee, J. C., [MV] mvtest
Lewis, S. M., [BAYES] intro, [BAYES] bayesstats ic
Lee, J. W., [ME] me
Lexis, W. H., [ST] stsplit
Lee, K. J., [MI] intro substantive, [MI] mi impute
Leyland, A. H., [ME] mepoisson, [ME] meqrlogit,
Lee, K. L., [ST] stcox postestimation [ME] meqrpoisson, [ME] mestreg
166 Author index
Li, C., [MI] intro substantive, [SEM] intro 4 Liu, C. Y., [PSS] intro, [PSS] power oneproportion,
Li, F., [MI] intro substantive [PSS] power twoproportions
Li, G., [R] rreg Liu, J.-P., [PSS] intro, [R] pk, [R] pkcross,
Li, K.-H., [MI] intro substantive, [MI] mi estimate, [R] pkequiv, [R] pkexamine, [R] pkshape
[MI] mi impute mvn, [MI] mi test Liu, Q., [ME] me, [ME] meqrlogit, [ME] meqrpoisson
Li, N., [MI] intro substantive Liu, T.-P., [SVY] svy bootstrap, [SVY] variance
Li, Q., [XT] xtivreg, [XT] xtreg postestimation, estimation
[XT] xtregar Liu, X., [R] ologit
Li, W., [PSS] power oneway, [R] pkcross, Ljung, G. M., [TS] wntestq
[R] pkequiv, [R] pkshape Lo, S.-H., [ST] sts
Liang, K.-Y., [BAYES] bayesmh, [ME] me, Lo Magno, G. L., [M-5] docx*( )
[ME] meglm, [ME] melogit, [ME] meoprobit, Locke, C. S., [R] pkequiv
[ME] mepoisson, [ME] meqrlogit, Lockwood, J. R., [R] areg, [XT] xtreg
[ME] meqrpoisson, [ME] mestreg, [ME] mixed, Loftsgaarden, D. O., [MV] discrim knn
[XT] xtcloglog, [XT] xtgee, [XT] xtlogit, Lokshin, M., [R] biprobit, [R] heckman,
[XT] xtnbreg, [XT] xtologit, [XT] xtoprobit, [R] heckoprobit, [R] heckprobit, [R] oprobit
[XT] xtpoisson, [XT] xtprobit
Long, J. S., [D] codebook, [D] label, [D] notes,
Libois, F., [R] fp, [XT] xtreg [R] asroprobit, [R] clogit, [R] cloglog,
Lichman, M., [BAYES] bayesmh [R] fracreg, [R] intreg, [R] logistic, [R] logit,
Lieberman, O., [TS] mgarch [R] mlogit, [R] mprobit, [R] nbreg, [R] ologit,
Ligges, U., [BAYES] bayesmh [R] oprobit, [R] poisson, [R] probit,
Likert, R. A., [MV] alpha [R] regress, [R] regress postestimation,
Lilien, D. M., [TS] arch [R] testnl, [R] tnbreg, [R] tobit, [R] tpoisson,
Lilienfeld, D. E., [R] epitab [R] zinb, [R] zip, [U] 12.10 References,
Lim, G. C., [R] cnsreg, [R] regress, [R] regress [U] 16.5 References, [U] 20.25 References
postestimation, [TS] arch Longest, K. C., [R] tabulate twoway,
Lin, C.-F., [XT] xtunitroot [U] 12.10 References
Lin, D. Y., [P] robust, [ST] stcox, [ST] stcrreg, Longley, J. D., [R] kappa
[SVY] svy estimation, [TE] stteffects ipwra, Longton, G. M., [R] rocfit, [R] rocreg, [R] rocreg
[U] 20.25 References postestimation, [R] rocregplot
Lin, X., [ME] me, [ME] meglm, [ME] melogit, Loomis, J. B., [R] cpoisson
[ME] meoprobit, [ME] mepoisson, Lopes, H. F., [BAYES] intro
[ME] meqrlogit, [ME] meqrpoisson, López-Feldman, A., [R] inequality
[ME] mestreg López-Maside, A., [TS] mswitch
Lincoff, G. H., [MV] discrim knn López-Quilez, A., [TS] mswitch
Linde-Zwirble, W., [FN] Random-number functions López-Vizcaı́no, M. E., [R] epitab
Lindelow, M., [SVY] svy estimation, [SVY] svyset Lora, D., [R] rocreg, [R] rocregplot
Linden, A., [TS] newey, [TS] prais Lord, F. M., [IRT] irt, [IRT] irt 2pl
Lindley, D. V., [R] ci Lorenz, M. O., [R] inequality
Lindor, K. D., [ST] stcrreg Louis, T. A., [BAYES] intro, [R] tabulate twoway
Lindsey, C., [R] boxcox, [R] lowess, [R] nestreg, Loutit, I., [R] qc
[R] regress postestimation, [R] regress Lovelace, L., [M-2] intro
postestimation diagnostic plots, [R] stepwise Lovell, C. A. K., [R] frontier, [R] frontier
Lindstrom, M. J., [XT] xtcloglog, [XT] xtgee, postestimation, [XT] xtfrontier
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, Lovie, A. D., [R] spearman
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit Lovie, P., [R] spearman
Ling, S., [TS] mgarch Lu, H.-M., [TS] mswitch
Lingoes, J. C., [MV] mds, [MV] mdslong, Lu, J. Y., [TS] prais
[MV] mdsmat
Lucas, H. L., [R] pkcross
Linhart, J. M., [D] ds, [D] format, [M-5] mindouble( ),
Luce, R. D., [R] rologit
[R] lpoly, [ST] sts, [U] 13.13 References
Luckman, B., [MV] screeplot
Lipset, S. M., [R] histogram
Ludwig, J., [ST] stcrreg
Lipsitz, S. R., [MI] intro substantive
Lukácsy, K., [FN] Random-number functions
Littell, R. C., [ME] me
Lumley, T. S., [MV] factor, [MV] pca, [PSS] intro,
Little, R. J. A., [MI] intro substantive, [MI] mi impute
[PSS] power twomeans, [PSS] power oneway,
mvn, [MI] mi impute pmm
[PSS] power twoway, [R] anova, [R] dstdize,
[R] oneway
Lund, R., [TS] arima
Author index 167
Martı́nez, O., [R] nbreg postestimation, [R] poisson McCullagh, P., [ME] meglm postestimation,
postestimation, [R] zinb postestimation, [R] zip [ME] meqrlogit postestimation,
postestimation [ME] meqrpoisson postestimation, [R] binreg,
Martinez-Beneito, M. A., [TS] mswitch [R] binreg postestimation, [R] glm, [R] glm
Marubini, E., [PSS] intro, [PSS] power logrank, postestimation, [R] ologit, [R] rologit,
[ST] stcrreg, [ST] sts test [XT] vce options, [XT] xtgee, [XT] xtpoisson
Mascher, K., [R] rocreg, [R] rocreg postestimation, McCulloch, C. E., [ME] me, [ME] mecloglog,
[R] rocregplot [ME] meglm, [ME] melogit, [ME] menbreg,
Massey, F. J., Jr., [PSS] intro, [PSS] power twomeans, [ME] meologit, [ME] meoprobit,
[PSS] power pairedmeans, [PSS] power [ME] mepoisson, [ME] meprobit,
onevariance, [PSS] power twovariances, [ME] meqrlogit, [ME] meqrpoisson,
[R] ttest, [R] ztest [ME] mestreg, [ME] mixed, [R] logistic,
Massey, J. T., [R] boxcox, [ST] stcox, [TE] stteffects intro, [TE] stteffects
[R] marginsplot, [SVY] survey, [SVY] estat, ipw, [TE] stteffects ipwra, [TE] stteffects
[SVY] subpopulation estimation, postestimation, [TE] stteffects ra, [TE] stteffects
[SVY] svy, [SVY] svy brr, [SVY] svy wra, [TE] teffects intro advanced
estimation, [SVY] svy jackknife, [SVY] svy McCullough, B. D., [TS] corrgram
postestimation, [SVY] svy: tabulate oneway, McDonald, A., [ME] menbreg, [ME] mepoisson,
[SVY] svy: tabulate twoway, [SVY] svydescribe [ME] meqrpoisson, [SEM] example 39g
Master, I. M., [R] exlogistic McDonald, J. A., [R] sunflower
Masters, G. N., [IRT] irt pcm McDonald, J. F., [R] tobit, [R] tobit postestimation
Mastrucci, M. T., [R] exlogistic McDonald, R. P., [IRT] irt
Mathew, T., [ME] mixed McDougal, L. K., [D] icd10
Mathews, P., [PSS] power twovariances McDowell, A., [R] boxcox, [R] marginsplot,
Matsumoto, M., [FN] Random-number functions, [SVY] survey, [SVY] estat,
[R] set seed [SVY] subpopulation estimation,
Matthews, J. N. S., [PSS] intro, [PSS] power [SVY] svy, [SVY] svy brr, [SVY] svy
twomeans, [PSS] power pairedmeans, estimation, [SVY] svy jackknife, [SVY] svy
[PSS] power cmh, [R] ameans, [R] expoisson, postestimation, [SVY] svy: tabulate oneway,
[R] sdtest [SVY] svy: tabulate twoway, [SVY] svydescribe
Mátyás, L., [R] gmm McDowell, A. W., [R] sureg, [TS] arima
Maurer, K., [R] boxcox, [R] marginsplot, McFadden, D. L., [R] asclogit, [R] asmprobit,
[SVY] survey, [SVY] estat, [R] clogit, [R] hausman, [R] maximize,
[SVY] subpopulation estimation, [R] nlogit, [R] suest, [TE] etregress,
[SVY] svy, [SVY] svy brr, [SVY] svy [TE] stteffects ipwra, [TE] teffects aipw
estimation, [SVY] svy jackknife, [SVY] svy McGilchrist, C. A., [ST] stcox, [ST] streg
postestimation, [SVY] svy: tabulate oneway, McGill, R., [R] sunflower
[SVY] svy: tabulate twoway, [SVY] svydescribe McGinnis, R. E., [R] symmetry
Maxwell, A. E., [MV] factor, [MV] factor McGraw, K. O., [R] icc
postestimation, [R] symmetry McGuire, T. J., [R] dstdize
May, S., [MV] canon, [MV] discrim, [MV] factor, McKelvey, R. D., [R] ologit
[MV] pca, [PSS] intro, [PSS] power cox, McKenney, A., [M-1] LAPACK, [M-5] lapack( ),
[R] stepwise, [ST] stcox, [ST] streg [P] matrix eigenvalues
Mayer, K. U., [ME] mestreg McLachlan, G. J., [ME] me, [ME] melogit,
Mazliak, L., [ST] stcox postestimation [ME] meoprobit, [ME] mepoisson,
Mazýa, V. G., [FN] Matrix functions [ME] meqrlogit, [ME] meqrpoisson,
McAleer, M., [TS] mgarch, [U] 20.25 References [ME] mestreg, [MV] discrim, [MV] discrim
McBride, J. B., [ME] mixed estat, [MV] discrim knn, [MV] discrim lda
McCabe, S. E., [SVY] estat McLain, A. C., [R] nbreg, [R] poisson
McCaffrey, D. F., [R] areg, [XT] xtreg McLeod, A. I., [TS] arima, [TS] ucm
McCarthy, P. J., [SVY] survey, [SVY] svy bootstrap, McNeil, B. J., [R] roccomp, [R] rocfit, [R] rocreg,
[SVY] svy brr, [SVY] variance estimation [R] rocreg postestimation, [R] rocregplot,
McCleary, S. J., [R] regress postestimation diagnostic [R] roctab
plots McNeil, D., [R] poisson, [ST] stcrreg
McClish, D. K., [R] rocreg McNemar, Q., [PSS] intro, [R] epitab
McCrary, J., [TE] stteffects ipwra, [TE] teffects Mead, R., [M-5] optimize( )
overlap Mealli, F., [MI] intro substantive
Meeusen, W., [R] frontier, [XT] xtfrontier
Author index 169
Mehta, C. R., [R] exlogistic, [R] exlogistic Mitchell, M. N., [D] data management, [D] by,
postestimation, [R] expoisson, [R] tabulate [D] egen, [D] reshape, [G-1] graph
twoway intro, [ME] mixed postestimation,
Mehta, P. D., [SEM] example 30g [R] anova, [R] anova postestimation,
Meier, P., [ST] stcrreg, [ST] stcrreg postestimation, [R] contrast, [R] logistic, [R] logistic
[ST] sts postestimation, [R] logit, [R] margins,
Meijering, E., [D] ipolate [R] marginsplot, [R] pwcompare, [R] regress,
Meiselman, D., [TS] arima [U] 11.7 References, [U] 12.10 References,
[U] 13.13 References, [U] 20.25 References,
Melly, B., [R] qreg, [TE] teffects multivalued
[U] 22.1 References
Mendenhall, W., III, [SVY] survey
Mitchell, W. C., [TS] tsfilter, [TS] tsfilter bk,
Meng, X.-L., [BAYES] intro, [MI] intro substantive, [TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp,
[MI] mi estimate, [MI] mi impute, [MI] mi test [TS] ucm
Mensing, R. W., [R] anova postestimation Miura, H., [U] 14.11 Reference
Mergoupis, T., [TE] etregress, [TE] teffects intro Modica, S., [MI] intro substantive
advanced
Moeschberger, M. L., [PSS] intro, [PSS] power cox,
Merryman, S., [XT] xtunitroot [ST] stci, [ST] stcox, [ST] stcox postestimation,
Metropolis, N., [BAYES] intro, [BAYES] bayesmh [ST] stcrreg, [ST] streg, [ST] sts, [ST] sts
Metz, C. E., [R] lroc graph, [ST] sts test
Meulders, M., [MI] intro substantive, [MI] mi impute Moffatt, P. G., [R] churdle
Meyer, B. D., [ST] discrete Moffitt, R. A., [R] tobit, [R] tobit postestimation
Miao, W., [R] sdtest Mogstad, M., [R] inequality
Micali, N., [MI] mi estimate, [MI] mi impute, Molenaar, I. W., [IRT] irt, [SEM] example 28g
[XT] xtgee Molenberghs, G., [ME] me, [ME] mecloglog,
Michael, J. R., [FN] Random-number functions [ME] meglm, [ME] melogit, [ME] menbreg,
Michel-Pajus, A., [M-5] cholesky( ) [ME] meologit, [ME] meoprobit,
Michels, K. M., [ME] mixed, [PSS] intro, [PSS] power [ME] mepoisson, [ME] meprobit, [ME] mestreg,
repeated, [R] anova, [R] contrast, [R] loneway, [ME] mixed, [XT] xtreg postestimation
[R] oneway, [R] pwcompare Moler, C. B., [P] matrix symeigen
Michener, C. D., [MV] measure option Monahan, J. F., [FN] Random-number functions
Mickey, M. R., [MV] discrim estat Monfort, A., [R] hausman, [R] suest, [R] test,
Midthune, D., [SVY] estat, [SVY] svy estimation [TS] arima, [TS] mgarch ccc, [TS] mgarch dcc,
Mielke, P. W., Jr., [R] brier, [R] ranksum [TS] mgarch vcc
Miettinen, O. S., [R] epitab Monshouwer, K., [MV] mvtest
Mihaly, K., [R] areg, [XT] xtreg Monson, R. R., [R] epitab
Milan, L., [MV] ca, [MV] factor, [MV] mca, Montes-Rojas, G., [XT] xtreg, [XT] xtreg
[MV] pca postestimation
Miller, A. B., [R] kappa Montgomery, D. C., [TS] tssmooth, [TS] tssmooth
Miller, H. W., [SVY] survey, [SVY] svy estimation dexponential, [TS] tssmooth exponential,
Miller, J. I., [TS] sspace [TS] tssmooth hwinters, [TS] tssmooth
Miller, R. G., Jr., [FN] Statistical functions, shwinters
[R] ci, [R] diagnostic plots, [R] oneway, Montoya, D., [R] rocreg, [R] rocreg postestimation,
[R] pwcompare [R] rocregplot
Milliff, R. F., [BAYES] intro Mood, A. M., [R] centile
Milligan, G. W., [MV] cluster, [MV] cluster Moon, H. R., [XT] xtunitroot
programming subroutines, [MV] cluster stop Mooney, C. Z., [R] bootstrap, [R] jackknife,
Milliken, G. A., [ME] me, [MV] manova, [R] anova, [R] rocreg, [R] rocregplot
[R] contrast, [R] margins, [R] pwcompare Moore, E. H., [M-5] pinv( )
Milosevic, M., [ST] stcrreg, [ST] stcrreg Moore, J. B., [TS] sspace
postestimation Moore, R. J., [FN] Statistical functions
Min, C.-K., [BAYES] intro Moran, J. L., [R] dstdize
Miquel, J., [BAYES] intro Moreno-Gorrin, C., [ST] stcox
Miranda, A., [R] gllamm, [R] heckoprobit, Morgenstern, H., [R] epitab, [R] epitab
[R] heckprobit, [R] ivprobit, [R] ivtobit, Mori, M., [ST] stcrreg
[R] logistic, [R] logit, [R] nbreg, [R] ologit, Morris, C., [R] bootstrap
[R] oprobit, [R] poisson, [R] probit Morris, J. N., [ST] stsplit
Mitchell, C., [R] exlogistic Morris, N. F., [R] binreg
Morris, T. P., [MI] mi impute, [MI] mi impute pmm
170 Author index
Morrison, D. F., [MV] clustermat, [MV] discrim lda, Nash, J. C., [G-2] graph box
[MV] discrim logistic, [MV] discrim logistic Nash, J. D., [D] infile (fixed format), [D] merge
postestimation, [MV] manova National Center for Health Statistics, [D] icd, [D] icd9
Morrison, M. A., [D] icd10 Navarro-Lozano, S., [TE] teffects intro advanced
Morrow, A., [R] epitab Naylor, J. C., [ME] meqrlogit, [ME] meqrpoisson,
Mortimore, P., [MI] mi estimate [XT] xtcloglog, [XT] xtintreg, [XT] xtlogit,
Mosier, C. I., [MV] procrustes [XT] xtologit, [XT] xtoprobit, [XT] xtpoisson,
Moskowitz, M., [R] kappa [XT] xtprobit, [XT] xttobit
Mosteller, C. F., [R] jackknife, [R] regress, [R] regress Neal, R. M., [BAYES] intro
postestimation diagnostic plots, [R] rreg Neal, T., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys,
Moulines, É., [BAYES] intro, [BAYES] bayesmh [XT] xtunitroot
Moulton, L. H., [R] permute Neale, M. C., [SEM] example 30g
Muellbauer, J., [R] nlsur Neath, R., [BAYES] bayesstats summary
Mueller, C. W., [MV] factor Nee, J. C. M., [R] kappa
Mueller, R. O., [MV] discrim lda Neely, S. T., [R] rocreg, [R] rocreg postestimation,
Muirhead, R. J., [MV] pca [R] rocregplot
Mulaik, S. A., [MV] factor, [MV] rotate Neff, R. K., [R] epitab
Mullahy, J., [R] biprobit, [R] gmm, [R] ivpoisson, Neimann, H., [MV] mdsmat
[R] zinb, [R] zip Nel, D. G., [MV] mvtest, [MV] mvtest means
Müller, H.-G., [R] lpoly, [ST] sts graph Nelder, J. A., [M-5] optimize( ), [ME] meglm
Muller, K. E., [PSS] power oneway, [PSS] power postestimation, [ME] meqrlogit postestimation,
repeated [ME] meqrpoisson postestimation, [R] binreg,
Müller, P., [BAYES] intro [R] binreg postestimation, [R] glm, [R] glm
Mundlak, Y., [XT] xtivreg, [XT] xtregar postestimation, [R] margins, [R] ologit,
[TE] teffects intro advanced, [XT] vce options,
Munnell, A. H., [ME] mixed
[XT] xtgee, [XT] xtpoisson
Muñoz, J., [R] exlogistic
Nelson, C. R., [R] ivregress postestimation,
Muraki, E., [IRT] irt pcm [TS] mswitch
Muro, J., [R] heckoprobit, [R] heckprobit Nelson, D. B., [TS] arch, [TS] arima, [TS] mgarch
Murphy, A. H., [R] brier Nelson, E. C., [MV] alpha, [MV] factor, [MV] factor
Murphy, J. L., [XT] xtprobit postestimation, [R] lincom, [R] mlogit,
Murphy, R. S., [SVY] survey, [SVY] svy estimation [R] mprobit, [R] mprobit postestimation,
Murray, R. M., [ME] mecloglog, [ME] melogit, [R] predictnl, [R] slogit, [SEM] example 37g
[ME] meprobit, [ME] meqrlogit Nelson, F. D., [R] logit, [R] probit
Murray-Lyon, I. M., [R] binreg Nelson, W., [ST] stcrreg postestimation, [ST] sts
Murrill, W. A., [MV] discrim knn Nelson, W. C., [MV] mvtest correlations
Murtaugh, P. A., [ST] stcrreg Neter, J., [PSS] power oneway, [R] pkcross,
Mussolino, M. E., [SVY] survey, [SVY] svy estimation [R] pkequiv, [R] pkshape, [R] regress
Muthén, B., [SEM] example 9 postestimation
Mykland, P., [BAYES] intro, [BAYES] bayesgraph Neudecker, H., [TS] var svar
Myland, J. C., [FN] Mathematical functions, Neuhaus, J. M., [ME] me, [ME] mecloglog,
[FN] Trigonometric functions [ME] meglm, [ME] melogit, [ME] menbreg,
[ME] meologit, [ME] meoprobit,
[ME] mepoisson, [ME] meprobit,
N [ME] meqrlogit, [ME] meqrpoisson,
Nachtsheim, C. J., [PSS] power oneway, [R] pkcross, [ME] mestreg, [ME] mixed, [XT] xtcloglog,
[R] pkequiv, [R] pkshape, [R] regress [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
postestimation [XT] xtoprobit, [XT] xtprobit
Nadarajah, S., [R] nlogit Nevels, K., [MV] procrustes
Nadaraya, E. A., [R] lpoly Newbold, P., [TS] arima, [TS] vec intro
Nadle, J., [D] icd10 Newey, W. K., [R] glm, [R] gmm, [R] ivpoisson,
[R] ivprobit, [R] ivregress, [R] ivtobit,
Nagel, R. W., [MV] discrim lda
[TE] etregress, [TE] stteffects ipwra,
Nagler, J., [R] scobit
[TE] teffects aipw, [TS] newey, [TS] pperron,
Naiman, D. Q., [R] qreg [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys,
Nam, J., [PSS] power cmh, [PSS] power trend [XT] xtunitroot
Nannicini, T., [TE] etregress Newman, S. C., [R] epitab, [R] poisson, [ST] stcox,
Nardi, G., [R] epitab [ST] sts
Narendranathan, W., [XT] xtregar
Narula, S. C., [R] qreg
Author index 171
Newson, R. B., [D] contract, [D] generate, [D] statsby, Obstfeld, M., [XT] xtunitroot
[PSS] intro, [R] centile, [R] glm, [R] glm Ochiai, A., [MV] measure option
postestimation, [R] inequality, [R] kwallis, Odum, E. P., [MV] clustermat
[R] logistic postestimation, [R] logit Oehlert, G. W., [R] nlcom, [R] rocreg postestimation,
postestimation, [R] margins, [R] mkspline, [R] rocregplot
[R] ranksum, [R] signrank, [R] spearman, Oh, K.-Y., [XT] xtunitroot
[R] tabulate twoway, [ST] stcox postestimation
Oldham, K. B., [FN] Mathematical functions,
Newton, H. J., [R] kdensity, [TS] arima, [FN] Trigonometric functions
[TS] corrgram, [TS] cumsp, [TS] dfuller,
Oliveira, A. G., [ST] ltable, [ST] sts
[TS] pergram, [TS] wntestb, [TS] xcorr,
[U] 3.9 References, [XT] xtgee Olivier, D., [R] expoisson
Newton, I., [M-5] optimize( ) Olkin, I., [MV] hotelling, [R] kwallis, [TS] wntestb
Newton, M. A., [XT] xtcloglog, [XT] xtgee, Olsen, M. K., [MI] intro substantive
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, Olshansky, S. J., [ST] streg
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit Olson, J. M., [R] symmetry
Neyman, J., [R] ci Omar, R. Z., [ME] me
Ng, E. S.-W., [ME] me, [ME] meglm, [ME] melogit, Ooms, M., [TS] arfima
[ME] meqrlogit, [R] bootstrap, [R] bstat Oparil, S., [PSS] intro, [PSS] power repeated
Ng, S., [TS] dfgls Orcutt, G. H., [TS] prais
Nicewander, W. A., [R] correlate Ord, J. K., [R] centile, [R] mean, [R] proportion,
Nichols, A., [ME] meglm, [ME] mixed, [R] ivregress, [R] qreg, [R] ratio, [R] summarize, [R] total
[R] reg3, [TE] etregress, [TE] teffects intro Orsini, N., [R] epitab, [R] glm, [R] logit, [R] mkspline,
advanced, [XT] xtrc, [XT] xtreg [R] qreg, [ST] streg, [XT] xtreg
Nickell, S. J., [R] gmm, [TS] forecast, [XT] xtabond, Osbat, C., [XT] xtunitroot
[XT] xtdpd, [XT] xtdpdsys, [XT] xtivreg, Osterlind, S. J., [IRT] dif
[XT] xtunitroot Osterwald-Lenum, M. G., [TS] vecrank
Nielsen, B., [TS] varsoc, [TS] vec intro Ostle, B., [R] anova postestimation
Nightingale, F, [G-2] graph pie Ott, R. L., [SVY] survey
Nishimura, T., [FN] Random-number functions, Over, M., [R] regress, [XT] xtivreg
[R] set seed Overgaard, M., [ST] stcox
Nogueras, G. M., [ST] stcox Owen, A. L., [TS] forecast
Nolan, D., [R] diagnostic plots
Nordlund, D. J., [MV] discrim lda
Norton, E. C., [R] churdle, [R] tobit P
Norton, S. J., [R] rocreg, [R] rocreg postestimation,
[R] rocregplot Pacheco, J. M., [R] dstdize
Nunnally, J. C., [MV] alpha Pagan, A. R., [ I ] Glossary, [MV] mvreg, [R] frontier,
[R] regress postestimation, [R] sureg,
[TS] Glossary, [XT] xtreg postestimation
O Pagano, M., [PSS] intro, [R] dstdize, [R] logistic,
O’Brien, R. G., [PSS] power oneway [R] margins, [R] tabulate twoway, [ST] ltable,
O’Brien, S. M., [TE] stteffects intro, [TE] stteffects [ST] sts
ipw, [TE] stteffects ipwra, [TE] stteffects Paik, M. C., [PSS] intro, [PSS] power oneproportion,
postestimation, [TE] stteffects ra, [TE] stteffects [PSS] power twoproportions, [R] dstdize,
wra [R] epitab, [R] kappa
O’Connell, P. G. J., [XT] xtunitroot Palma, W., [TS] arfima, [TS] arfima postestimation,
O’Connell, R. T., [TS] tssmooth, [TS] tssmooth [TS] estat acplot
dexponential, [TS] tssmooth exponential, Palmer, T. M., [ME] meqrlogit, [ME] meqrpoisson,
[TS] tssmooth hwinters, [TS] tssmooth [ME] mixed, [R] ivregress, [R] meta,
shwinters [SEM] intro 5
O’Donnell, C. J., [XT] xtfrontier Palta, M., [XT] xtcloglog, [XT] xtgee, [XT] xtintreg,
O’Donnell, O., [R] inequality, [SVY] svy estimation, [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
[SVY] svyset [XT] xtprobit, [XT] xttobit
O’Fallon, W. M., [R] logit Pampel, F. C., [R] logistic, [R] logit, [R] probit
O’Hara, B., [BAYES] bayesmh Paneth, N., [R] epitab
O’Neill, D., [R] gmm, [R] inequality Panis, C., [R] mkspline
O’Neill, S., [R] inequality Pantazis, N., [ME] meglm, [ME] mixed
Oakes, D., [PSS] intro, [ST] ltable, [ST] stcox, Paolino, P., [R] betareg
[ST] stcox PH-assumption tests, [ST] streg, Papke, L. E., [R] fracreg
[ST] sts Parent, E., [BAYES] intro
172 Author index
Park, H. J., [P] robust, [R] regress, Perrin, E., [MV] alpha, [MV] factor, [MV] factor
[SVY] svy: tabulate twoway postestimation, [R] lincom, [R] mlogit,
Park, J. Y., [R] boxcox, [R] margins, [R] nlcom, [R] mprobit, [R] mprobit postestimation,
[R] predictnl, [R] rocreg postestimation, [R] predictnl, [R] slogit, [SEM] example 37g
[R] rocregplot, [R] testnl, [TS] sspace, [TS] vec Perron, P., [ I ] Glossary, [TS] dfgls, [TS] estat sbsingle,
intro, [TS] vec, [TS] vecrank [TS] mswitch, [TS] pperron, [TS] Glossary
Parks, W. P., [R] exlogistic Perry, H. M., [PSS] intro, [PSS] power repeated
Parmar, M. K. B., [PSS] intro, [PSS] power cox, Persson, R., [G-1] graph intro
[ST] stcox, [ST] streg Pesaran, M. H., [XT] xtunitroot
Parmigiani, G., [BAYES] intro Pesarin, F., [R] tabulate twoway
Parner, E. T., [R] glm, [ST] stcox Peterson, B., [R] ologit
Parzen, E., [R] estat ic, [R] kdensity Peterson, W. W., [R] lroc
Pasquini, J., [R] epitab, [R] vwls Petit, S., [D] icd10
Patel, N. R., [R] exlogistic, [R] exlogistic Petitclerc, M., [R] kappa
postestimation, [R] expoisson, [R] tabulate Petkova, E., [R] suest
twoway Peto, J., [ST] sts test
Paterson, L., [ME] meqrlogit Peto, R., [ST] stcox, [ST] streg, [ST] sts test
Patterson, H. D., [R] pkcross Petrin, A. K., [R] frontier
Patterson, K., [XT] xtunitroot Pevalin, D., [ME] mixed
Pattitoni, P., [R] betareg Pevehouse, J. C. W., [TS] time series, [TS] arima,
Paul, C., [R] logistic [TS] forecast, [TS] irf, [TS] var, [TS] vec
Paulsen, J., [TS] varsoc, [TS] vec intro Pfeffer, R. I., [R] symmetry
Pawitan, Y., [TE] teffects ra Pfeffermann, D., [ME] mixed
Pearce, M. S., [R] epitab, [R] logistic Pflueger, C. E., [R] ivregress postestimation
Pearl, J., [BAYES] intro Phillips, A., [IRT] difmh
Pearson, E. S., [BAYES] bayesmh, [R] ci, [R] ttest Phillips, P. C. B., [ I ] Glossary, [R] boxcox,
Pearson, K., [G-2] graph twoway histogram, [R] margins, [R] nlcom, [R] predictnl,
[MV] mds, [MV] measure option, [MV] pca, [R] regress postestimation time series,
[R] correlate, [R] esize, [R] tabulate twoway [R] rocreg postestimation, [R] rocregplot,
Pechlivanoglou, P., [R] betareg [R] testnl, [TS] pperron, [TS] vargranger,
Pedace, R., [R] logit, [R] probit, [R] regress, [TS] vec intro, [TS] vec, [TS] vecrank,
[R] regress postestimation diagnostic plots, [TS] Glossary, [XT] xtunitroot
[U] 20.25 References Piantadosi, S., [P] robust, [U] 20.25 References
Peen, C., [MV] procrustes Pickles, A., [ME] me, [ME] mepoisson,
Pellock, I. M., [BAYES] bayesmh [ME] meqrlogit, [ME] meqrpoisson,
Pendergast, J. F., [XT] xtcloglog, [XT] xtgee, [ME] mestreg, [MV] cluster dendrogram,
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, [R] gllamm, [R] glm, [SEM] Acknowledgments,
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit [SEM] intro 2, [SEM] example 29g,
Penfield, R. D., [IRT] dif, [R] esize [SEM] methods and formulas for gsem,
Peng, J., [PSS] intro, [PSS] power oneproportion [TE] teffects multivalued, [XT] xtgee,
[XT] xtreg
Penrose, R., [M-5] pinv( )
Pickup, M., [TS] time series, [TS] arch, [TS] arima,
Pepe, M. S., [R] roc, [R] roccomp, [R] rocfit,
[TS] vec
[R] rocreg, [R] rocreg postestimation,
[R] rocregplot, [R] roctab, [ST] stcrreg Pierce, D. A., [ME] me, [ME] meqrlogit,
[ME] meqrpoisson, [TS] wntestq
Peracchi, F., [MI] intro substantive, [R] regress,
[R] regress postestimation Pierson, R. A., [ME] mixed
Pérez, C. M., [ST] stcox Pike, M. C., [PSS] intro, [PSS] power twoproportions,
[R] symmetry, [ST] ltable, [ST] streg
Pérez-Amaral, T., [U] 20.25 References
Pillai, K. C. S., [MV] canon, [MV] manova
Pérez-Hernández, M. A., [R] kdensity
Pindyck, R. S., [R] biprobit, [R] heckprobit
Pérez-Hoyos, S., [R] lrtest
Pinheiro, J. C., [ME] me, [ME] meglm,
Pérez-Regadera, J. F., [R] rocreg, [R] rocregplot
[ME] meqrlogit, [ME] meqrlogit postestimation,
Pérez-Santiago, M. I., [R] epitab [ME] meqrpoisson, [ME] meqrpoisson
Pericchi, L. R., [BAYES] intro postestimation, [ME] mixed, [ME] mixed
Perkins, A. M., [R] ranksum postestimation
Perotti, V., [R] heckoprobit, [R] heckprobit, Pintilie, M., [ST] stcrreg, [ST] stcrreg postestimation
[R] oprobit Pisati, M., [TS] time series
Author index 173
Pischke, J.-S., [R] ivregress, [R] ivregress Press, W. H., [FN] Statistical functions, [G-2] graph
postestimation, [R] qreg, [R] regress, twoway contour, [M-5] solvenl( ), [P] matrix
[TE] stteffects ipw, [TE] stteffects ipwra, symeigen, [R] dydx, [R] vwls, [TS] arch,
[TE] stteffects postestimation, [TE] stteffects [TS] arima
ra, [TE] stteffects wra, [TE] teffects intro Pressel, S., [PSS] intro, [PSS] power repeated
advanced, [U] 20.25 References Priestley, M. B., [TS] psdensity, [TS] tsfilter, [TS] ucm
Pitarakis, J.-Y., [TS] vecrank Propp, J. G., [BAYES] intro
Pitblado, J. S., [M-5] deriv( ), [M-5] moptimize( ), Proschan, M., [PSS] intro, [PSS] power repeated
[P] intro, [P] robust, [R] frontier, Prosser, R., [ME] mixed
[R] gmm, [R] lpoly, [R] maximize, [R] ml, Pryor, D. B., [ST] stcox postestimation
[ST] sts, [SVY] survey, [SVY] ml for svy,
Punj, G. N., [R] rologit
[XT] xtfrontier
Putter, H., [ST] stcrreg, [ST] stcrreg postestimation
Plackett, R. L., [R] ameans, [R] regress, [R] rologit,
[R] summarize, [R] ttest
Playfair, W. H., [G-2] graph bar, [G-2] graph pie Q
Ploberger, W., [TS] estat sbsingle
Plosser, C. I., [TS] vecrank Qaqish, B., [XT] xtgee
Plummer, W. D., Jr., [R] epitab, [R] sunflower Quandt, R. E., [TS] estat sbsingle, [TS] mswitch
Poi, B. P., [M-5] deriv( ), [M-5] moptimize( ), Quesenberry, C. P., [MV] discrim knn
[P] intro, [P] robust, [R] bootstrap, Quintó, L., [M-5] docx*( ), [P] putexcel, [P] putexcel
[R] bstat, [R] frontier, [R] gmm, advanced
[R] ivregress, [R] ivregress postestimation,
[R] maximize, [R] ml, [R] nl, [R] nlsur,
[R] reg3, [SVY] survey, [SVY] ml for svy,
R
[XT] xtfrontier, [XT] xtrc Rabe-Hesketh, S., [IRT] irt, [IRT] irt grm, [IRT] irt
Poirier, D. J., [BAYES] intro, [R] biprobit rsm, [IRT] irt hybrid postestimation, [ME] me,
Poisson, S. D., [R] poisson [ME] mecloglog, [ME] meglm, [ME] meglm
Pole, A., [BAYES] intro postestimation, [ME] melogit, [ME] menbreg,
Pollard, W. E., [BAYES] intro [ME] meologit, [ME] meoprobit,
Pollock, D. S. G., [TS] tsfilter, [TS] tsfilter bk, [ME] mepoisson, [ME] meprobit,
[TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp [ME] meqrlogit, [ME] meqrlogit postestimation,
Pollock, P. H., III, [R] histogram, [R] mean [ME] meqrpoisson, [ME] meqrpoisson
postestimation postestimation, [ME] mestreg, [ME] mixed,
[ME] mixed postestimation, [MV] pca,
Ponce de Leon, A., [R] roccomp, [R] roctab
[MV] screeplot, [R] gllamm, [R] glm,
Porter, T. M., [R] correlate
[R] heckoprobit, [R] heckprobit, [R] ivprobit,
Portes, A., [SEM] example 7 [R] ivtobit, [R] logistic, [R] logit, [R] nbreg,
Posten, H. O., [FN] Statistical functions [R] ologit, [R] oprobit, [R] poisson, [R] probit,
Postma, M. J., [R] betareg [SEM] Acknowledgments, [SEM] intro 2,
Powell, M. J. D., [M-5] optimize( ), [TS] forecast solve [SEM] intro 4, [SEM] example 28g,
Powers, D. A., [R] logistic postestimation, [R] logit, [SEM] example 29g, [SEM] example 30g,
[R] logit postestimation, [R] probit [SEM] example 39g, [SEM] example 40g,
Prais, S. J., [TS] prais [SEM] example 41g, [SEM] example 45g,
Prakash, R., [ME] mestreg [SEM] example 46g, [SEM] methods and
Preacher, K. J., [R] esize, [R] regress postestimation, formulas for gsem, [SEM] predict after gsem,
[SEM] example 42g [XT] xtcloglog, [XT] xtgee, [XT] xtintreg,
Preece, D. A., [R] ttest [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
[XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
Pregibon, D., [R] glm, [R] linktest, [R] logistic,
[XT] xtstreg, [XT] xttobit
[R] logistic postestimation, [R] logit, [R] logit
postestimation Rachman, S., [R] epitab
Prentice, R. L., [ST] discrete, [ST] ltable, [ST] stcox, Raciborski, R., [MV] cluster, [R] cpoisson,
[ST] stcox PH-assumption tests, [ST] stcox [R] poisson, [R] tpoisson
postestimation, [ST] streg, [ST] sts, [ST] sts Racine-Poon, A., [BAYES] intro, [BAYES] bayesmh
test, [ST] stset, [TE] stteffects intro, Radmacher, R. D., [PSS] power
[TE] stteffects ra, [XT] xtgee Raftery, A. E., [BAYES] intro, [BAYES] bayes,
Prescott, E. C., [TS] tsfilter, [TS] tsfilter hp [BAYES] bayesmh, [BAYES] bayesstats ic,
Prescott, R., [ME] mixed [R] BIC note, [R] estat ic, [R] glm, [SEM] estat
gof
174 Author index
Serfling, R. J., [TS] irf create Sininger, Y., [R] rocreg, [R] rocreg postestimation,
Shafer, G., [ST] stcox postestimation [R] rocregplot
Shah, B. V., [SVY] direct standardization, Sitgreaves, R., [R] icc
[SVY] poststratification, [SVY] variance Sjölander, P. C., [R] glm, [R] logit
estimation Skinner, C. J., [ME] mixed, [SVY] survey,
Shanno, D. F., [M-5] optimize( ) [SVY] estat, [SVY] svy estimation,
Shao, J., [PSS] intro, [PSS] power onemean, [SVY] variance estimation
[PSS] power twomeans, [PSS] power Skovlund, E., [PSS] intro, [PSS] power cox
pairedmeans, [PSS] power oneproportion, Skrondal, A., [IRT] irt, [IRT] irt hybrid
[PSS] power exponential, [SVY] survey, postestimation, [ME] me, [ME] mecloglog,
[SVY] svy jackknife, [SVY] variance [ME] meglm, [ME] meglm postestimation,
estimation [ME] melogit, [ME] menbreg, [ME] meologit,
Shao, Q.-M., [BAYES] intro, [BAYES] bayesstats [ME] meoprobit, [ME] mepoisson,
summary [ME] meprobit, [ME] meqrlogit,
Shapiro, S., [R] epitab [ME] meqrlogit postestimation,
Shapiro, S. S., [R] swilk [ME] meqrpoisson, [ME] meqrpoisson
Shaposhnikova, T. O., [FN] Matrix functions postestimation, [ME] mestreg, [ME] mixed,
Shavelson, R. J., [MV] alpha [ME] mixed postestimation, [R] gllamm,
[R] glm, [SEM] Acknowledgments,
Shea, J. S., [R] ivregress postestimation
[SEM] intro 2, [SEM] intro 4,
Sheather, S. J., [R] boxcox, [R] lowess, [R] lpoly, [SEM] example 28g, [SEM] example 29g,
[R] nestreg, [R] qreg, [R] regress [SEM] example 30g, [SEM] example 39g,
postestimation, [R] regress postestimation [SEM] example 40g, [SEM] example 41g,
diagnostic plots, [R] stepwise [SEM] example 45g, [SEM] example 46g,
Sheehan, N. A., [R] ivregress [SEM] methods and formulas for gsem,
Sheldon, T. A., [R] meta [SEM] predict after gsem, [U] 1.4 References,
Shepard, R. N., [MV] mds postestimation plots [XT] xtcloglog, [XT] xtgee, [XT] xtintreg,
Shephard, N., [BAYES] intro [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Shewhart, W. A., [R] qc [XT] xtpoisson, [XT] xtprobit, [XT] xtstreg,
Shiboski, S. C., [R] logistic, [ST] stcox, [TE] stteffects [XT] xttobit
intro, [TE] stteffects ipw, [TE] stteffects ipwra, Slaymaker, E., [P] file
[TE] stteffects postestimation, [TE] stteffects ra, Slone, D., [R] epitab
[TE] stteffects wra, [TE] teffects intro advanced Smans, M., [ME] menbreg, [ME] mepoisson,
Shiller, R. J., [R] tobit [ME] meqrpoisson, [SEM] example 39g
Shimizu, M., [R] kdensity, [R] lowess Smeeton, N. C., [R] ranksum, [R] signrank
Shin, Y., [XT] xtunitroot Smirnov, N. V., [R] ksmirnov
Shoemaker, L. H., [R] ci Smith, A. F. M., [BAYES] intro, [BAYES] bayesmh,
Shrout, P. E., [R] icc, [R] kappa [ME] meqrlogit, [ME] meqrpoisson, [MI] mi
Shults, J., [XT] xtgee impute chained, [XT] xtcloglog, [XT] xtintreg,
Shumway, R. H., [TS] arima [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Sianesi, B., [TE] stteffects intro, [TE] teffects intro [XT] xtpoisson, [XT] xtprobit, [XT] xttobit
advanced, [TE] teffects multivalued Smith, B. T., [P] matrix symeigen
Sibson, R., [MV] cluster Smith, C. A. B., [MV] discrim estat, [MV] discrim
Šidák, Z., [R] correlate, [R] oneway qda, [R] ranksum
Siegmund, D., [TS] estat sbsingle Smith, H., [MV] manova, [R] eivreg, [R] oneway,
Silvennoinen, A., [TS] mgarch, [TS] mgarch ccc [R] regress, [R] stepwise
Silverman, B. W., [R] kdensity, [R] qreg, [TE] teffects Smith, J. M., [R] fp
overlap Smith, M. L., [R] esize
Silvey, S. D., [R] ologit, [R] oprobit Smith, P. G., [PSS] intro, [PSS] power twoproportions
Simon, R., [BAYES] bayesmh, [PSS] power Smith, R. J., [R] ivprobit
Simonoff, J. S., [R] kdensity, [R] tnbreg, [R] tpoisson Smith, R. L., [ST] streg
Simor, I. S., [R] kappa Smith, T. M. F., [SVY] survey
Simpson, T., [M-5] optimize( ) Smith-Vikos, T., [MV] discrim knn
Sims, C. A., [TS] dfactor, [TS] irf create, [TS] var Smithson, M., [R] betareg, [R] esize, [R] regress
svar, [TS] vec intro, [TS] vec, [TS] vecrank postestimation
Singleton, K. J., [R] gmm Smullyan, R. M., [MV] mds
Sinha, B. K., [ME] mixed Smythe, B., [ST] sts
Sinha, D., [BAYES] intro Sneath, P. H. A., [MV] measure option
178 Author index
Snedecor, G. W., [PSS] intro, [R] ameans, [R] anova, Stahel, W. A., [D] egen
[R] correlate, [R] oneway, [R] ranksum, Stahl, D., [MV] cluster, [MV] cluster stop
[R] signrank Staiger, D. O., [R] ivregress postestimation
Snell, E. J., [R] exlogistic, [R] expoisson, [ST] stcox, Stangl, D. K., [BAYES] intro
[ST] stcox PH-assumption tests, [ST] streg Starmer, C. F., [R] vwls
postestimation Startz, R., [R] ivregress postestimation, [TS] mswitch
Snow, J., [R] epitab Stefanski, L. A., [TE] teffects aipw
Snowden, C. B., [SVY] svy bootstrap, [SVY] variance Stegun, I. A., [FN] Mathematical functions,
estimation [ME] meqrlogit, [ME] meqrpoisson,
Sobel, M. E., [SEM] estat teffects [R] contrast, [R] orthog
Sobol, D. F., [ME] me, [ME] meglm, [ME] meologit, Steichen, T. J., [D] duplicates, [R] kappa,
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit [R] kdensity, [R] sunflower
Sokal, R. R., [MV] measure option Steiger, J. H., [R] esize
Solenberger, P., [MI] intro substantive, [MI] mi Steiger, W., [R] qreg
impute, [MI] mi impute chained, [MI] mi Stein, C., [R] bootstrap
impute logit, [MI] mi impute mlogit, [MI] mi
Steinberg, L., [IRT] irt grm
impute monotone, [MI] mi impute ologit,
[MI] mi impute poisson, [MI] mi impute Stephenson, D. B., [MV] pca, [R] brier
truncreg Stepniewska, K. A., [R] nptrend
Soloaga, I., [R] inequality Stern, H. S., [BAYES] intro, [BAYES] bayesmh,
Song, F., [R] meta [BAYES] bayesstats ic, [BAYES] bayesstats
summary, [MI] intro substantive, [MI] mi
Song, S. H., [ME] mixed
impute mvn, [MI] mi impute regress
Soon, T. W., [R] qc
Sterne, J. A. C., [MI] intro, [R] dstdize, [R] meta,
Sörbom, D., [MV] factor postestimation, [SEM] estat [R] summarize, [SEM] intro 5, [ST] stcox
ginvariant, [SEM] estat mindices, [SEM] estat
Stevens, E. H., [MV] mvtest
residuals, [SEM] estat scoretests
Stevenson, R. E., [R] frontier
Sorensen, D., [M-1] LAPACK, [M-5] lapack( ),
[P] matrix eigenvalues Stewart, G. W., [M-5] svd( ), [P] matrix svd
Sørensen, T. J., [MV] measure option Stewart, J., [ST] ltable
Sorrentino, R., [TS] tsfilter, [TS] tsfilter bw Stewart, M. B., [R] intreg, [R] oprobit, [R] tobit,
[XT] xtprobit
Sosa-Escudero, W., [XT] xtreg, [XT] xtreg
postestimation, [XT] xtregar Stigler, S. M., [R] ameans, [R] ci, [R] correlate,
[R] kwallis, [R] qreg, [R] regress,
Sotoca, S., [TS] sspace
[R] summarize
Sowell, F., [TS] arfima
Stillman, S., [R] ivregress, [R] ivregress postestimation
Spanier, J., [FN] Mathematical functions,
Stine, R., [R] bootstrap
[FN] Trigonometric functions
Stock, J. H., [ I ] Glossary, [R] areg postestimation,
Sparks, A. T., [SEM] example 41g
[R] ivregress, [R] ivregress postestimation,
Späth, H., [MV] cluster [TS] time series, [TS] arch, [TS] dfactor,
Spearman, C. E., [MV] factor, [R] icc, [R] spearman [TS] dfgls, [TS] irf create, [TS] rolling,
Speed, F. M., [R] margins [TS] sspace, [TS] var intro, [TS] var, [TS] var
Speed, T., [R] diagnostic plots svar, [TS] vec intro, [TS] vec, [TS] vecrank,
Spence, I., [G-2] graph pie [TS] Glossary, [XT] xtcloglog, [XT] xthtaylor,
Sperling, R. I., [TS] arch, [TS] arima, [TS] dfgls, [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
[TS] wntestq [XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
Spiegel, D. C., [ME] me, [ME] meglm, [ME] meologit, [XT] xtstreg
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit Stoll, B. J., [R] epitab
Spiegelhalter, D. J., [BAYES] bayesstats ic, [R] brier Stoll, L., [MI] mi estimate
Spieldman, R. S., [R] symmetry Stolley, P. D., [R] epitab
Spiessens, B., [ME] me, [ME] meqrlogit Stone, M. H., [IRT] irt
postestimation Storer, B. E., [ST] stcrreg
Spitzer, J. J., [R] boxcox Stork, D. G., [MV] cluster, [MV] cluster stop
Spizzichino, F., [BAYES] intro Stoto, M. A., [R] lv
Sprent, P., [R] ranksum, [R] signrank Stover, L., [R] rocreg, [R] rocreg postestimation,
Sribney, W. M., [P] matrix mkmat, [PSS] power [R] rocregplot
trend, [R] orthog, [R] ranksum, [R] signrank, Støvring, H., [M-2] pointers
[R] stepwise, [R] test, [SVY] estat, [SVY] svy Straathof, B., [D] insobs
postestimation, [SVY] svy: tabulate twoway, Stram, D. O., [ME] me
[SVY] svydescribe Street, J. O., [R] rreg
Staelin, R., [R] rologit
Author index 179
Thorndike, F., [R] poisson Tsiatis, A. A., [R] exlogistic, [ST] stcrreg,
Thurstone, L. L., [MV] rotate, [R] rologit [TE] stteffects intro, [TE] stteffects ipw,
Tibshirani, R. J., [MV] discrim knn, [R] bootstrap, [TE] stteffects ipwra, [TE] stteffects
[R] qreg postestimation, [TE] stteffects ra, [TE] stteffects
Tidmarsh, C. E., [R] fp wra, [TE] teffects intro advanced, [TE] teffects
Tierney, L., [BAYES] intro, [ME] me, [ME] meqrlogit, aipw
[ME] meqrpoisson Tsui, A. K. C., [TS] mgarch, [TS] mgarch vcc
Tilford, J. M., [R] estat gof, [R] lroc Tu, D., [SVY] survey, [SVY] svy jackknife,
Tilling, K., [ME] meqrlogit, [ME] meqrpoisson, [SVY] variance estimation
[ME] mixed, [ST] stcox Tufte, E. R., [G-2] graph bar, [G-2] graph pie,
Timm, N. H., [MV] manova [R] stem
Ting Lee, M.-L., [ST] stcox PH-assumption tests Tukey, J. W., [D] egen, [G-2] graph box, [G-2] graph
matrix, [P] if, [R] jackknife, [R] ladder,
Tippett, L. H. C., [ST] streg
[R] linktest, [R] lv, [R] pwcompare, [R] regress,
Tobı́as, A., [MV] alpha, [R] lrtest, [R] poisson, [R] regress postestimation diagnostic plots,
[R] roccomp, [R] roctab, [R] sdtest, [ST] streg [R] rreg, [R] smooth, [R] spikeplot, [R] stem,
Tobin, J., [R] tobit [SVY] svy jackknife
Toeplitz, O., [M-5] Toeplitz( ) Tukey, P. A., [G-2] graph box, [G-2] graph matrix,
Toman, R. J., [R] stepwise [G-3] by option, [R] diagnostic plots,
Tong, H., [R] estat ic [R] lowess, [U] 1.4 References
Toplis, P. J., [R] binreg Turner, R. M., [ME] me
Torgerson, W. S., [MV] mds, [MV] mdslong, Tutz, G., [ME] me
[MV] mdsmat Twisk, J. W. R., [XT] xtgee, [XT] xtlogit,
Tosetto, A., [R] logistic, [R] logit [XT] xtologit, [XT] xtoprobit, [XT] xtreg
Toulopoulou, T., [ME] mecloglog, [ME] melogit, Tyler, D. E., [MV] pca
[ME] meprobit, [ME] meqrlogit Tyler, J. H., [R] regress
Touloumi, G., [ME] meglm, [ME] mixed Tzavalis, E., [XT] xtunitroot
Townes, J. M., [D] icd10
Train, G. F., [SVY] survey, [SVY] svy sdr, U
[SVY] variance estimation
Train, K. E., [R] asmprobit Uebersax, J. S., [R] tetrachoric
Tramarin, A., [R] betareg Uhlendorff, A., [R] asmprobit, [R] mlogit, [R] mprobit
Trampe, B., [R] mlexp Uhlig, H., [TS] tsfilter, [TS] tsfilter hp
Trapido, E., [R] exlogistic Ulam, S., [BAYES] intro
Trefethen, L. N., [M-5] svd( ) Ulene, A. L., [ME] me, [ME] meglm, [ME] meologit,
Treiman, D. J., [R] eivreg, [R] mlogit [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Trewn, J., [MV] mds University Group Diabetes Program, [R] epitab
Trichopoulos, D., [R] epitab Upton, G. J. G., [U] 1.4 References
Trimbur, T. M., [TS] psdensity, [TS] tsfilter, Upward, R., [ME] meglm, [ME] melogit,
[TS] tsfilter hp, [TS] ucm [ME] meoprobit, [ME] mepoisson,
Trivedi, P. K., [ME] meglm, [ME] mixed, [R] asclogit, [ME] meqrlogit, [ME] meqrpoisson,
[R] asmprobit, [R] betareg, [R] bootstrap, [ME] mestreg, [ME] mixed, [XT] xtreg
[R] cpoisson, [R] gmm, [R] heckman, Ureta, M., [XT] xtreg
[R] heckoprobit, [R] intreg, [R] ivpoisson, Uthoff, V. A., [PSS] power cox
[R] ivregress, [R] ivregress postestimation, Utts, J. M., [R] ci
[R] logit, [R] mprobit, [R] nbreg, [R] ologit,
[R] oprobit, [R] poisson, [R] probit, [R] qreg, V
[R] regress, [R] regress postestimation,
[R] simulate, [R] sureg, [R] tnbreg, [R] tobit, Vach, W., [ST] stcrreg
[R] tpoisson, [R] zinb, [R] zinb postestimation, Væth, M., [PSS] intro, [PSS] power cox
[R] zip, [R] zip postestimation, [TE] etregress, Vail, S. C., [ME] mepoisson, [ME] meqrpoisson
[TE] stteffects intro, [TE] stteffects ipw, Vallejo, G., [ME] mixed
[TE] stteffects ipwra, [TE] stteffects Valliant, R., [SVY] survey
postestimation, [TE] stteffects ra, [TE] stteffects
Valman, H. B., [R] fp
wra, [TE] teffects intro advanced, [TE] teffects
Valsecchi, M. G., [PSS] intro, [PSS] power logrank,
aipw, [TE] teffects ra, [TS] forecast estimates,
[ST] stcrreg, [ST] sts test
[XT] xt, [XT] xtnbreg, [XT] xtpoisson
van Belle, G., [MV] factor, [MV] pca, [PSS] intro,
Tsay, R. S., [TS] varsoc, [TS] vec intro
[PSS] power twomeans, [PSS] power oneway,
Tse, Y. K., [TS] mgarch, [TS] mgarch vcc
[PSS] power twoway, [R] anova, [R] dstdize,
[R] oneway
Author index 181
van Buuren, S., [MI] intro substantive, [MI] mi Vetterling, W. T., [FN] Statistical functions,
impute, [MI] mi impute chained, [MI] mi [G-2] graph twoway contour, [M-5] solvenl( ),
impute logit, [MI] mi impute mlogit, [MI] mi [P] matrix symeigen, [R] dydx, [R] vwls,
impute monotone, [MI] mi impute ologit, [TS] arch, [TS] arima
[MI] mi impute poisson Vick, R., [R] mlexp
Van de Ven, W. P. M. M., [R] biprobit, Vidakovic, B., [BAYES] intro
[R] heckoprobit, [R] heckprobit Vidmar, S., [R] ameans, [R] epitab
van den Broeck, J., [R] frontier, [XT] xtfrontier Vigfusson, R. J., [TS] forecast solve
van der Ende, J., [MV] mvtest Vinten-Johansen, P., [R] epitab
Van der Heijden, P. G. M., [MV] ca postestimation Vittinghoff, E., [R] logistic, [ST] stcox, [TE] stteffects
van der Laan, M. J., [TE] teffects intro advanced intro, [TE] stteffects ipw, [TE] stteffects ipwra,
Van Der Linde, A., [BAYES] bayesstats ic [TE] stteffects postestimation, [TE] stteffects ra,
van der Linden, W. J., [IRT] irt, [SEM] example 28g, [TE] stteffects wra, [TE] teffects intro advanced
[SEM] example 29g Vohr, B. R., [R] rocreg, [R] rocreg postestimation,
Van der Merwe, C. A., [MV] mvtest, [MV] mvtest [R] rocregplot
means Vollebergh, W. A. M., [MV] mvtest
Van der Reyden, D., [R] ranksum von Bortkiewicz, L., [R] poisson
van der Vaart, A. W., [TE] teffects aipw von Eye, A., [R] correlate
van Doorslaer, E., [SVY] svy estimation, [SVY] svyset von Neumann, J., [BAYES] intro
van Dorsselaer, S., [MV] mvtest Von Storch, H., [R] brier
Van Hoewyk, J., [MI] intro substantive, [MI] mi Vondráček, J., [R] correlate
impute, [MI] mi impute chained, [MI] mi Vuong, Q. H., [R] ivprobit
impute logit, [MI] mi impute mlogit, [MI] mi
impute monotone, [MI] mi impute ologit,
[MI] mi impute poisson, [MI] mi impute
truncreg W
Van Kerm, P., [MV] ca, [P] postfile, [R] inequality,
[R] kdensity Wacholder, S., [R] binreg
Van Loan, C. F., [R] orthog, [R] tetrachoric, Wagner, H. M., [R] qreg
[TS] arfima, [TS] arfima postestimation Wagner, M., [XT] xtunitroot
Van Mechelen, I., [MI] intro substantive, [MI] mi Wagner, T., [MV] mvtest
impute Wagstaff, A., [SVY] svy estimation, [SVY] svyset
Van Ourti, T., [R] inequality Wagstaff, D. A., [MI] mi estimate
Van Pragg, B. M. S., [R] biprobit, [R] heckoprobit, Wainer, H., [G-2] graph pie, [IRT] dif
[R] heckprobit Wald, A., [TS] varwle
Vandermonde, A.-T., [M-5] Vandermonde( ) Walker, A. J., [FN] Random-number functions,
Varadharajan-Krishnakumar, J., [XT] xtivreg [M-5] runiform( )
Vehtari, A., [BAYES] intro, [BAYES] bayesmh, Walker, A. M., [R] epitab
[BAYES] bayesstats ic, [BAYES] bayesstats Walker, S., [ST] sts test
summary, [MI] intro substantive, [MI] mi Wallgren, A., [G-1] graph intro
impute mvn, [MI] mi impute regress Wallgren, B., [G-1] graph intro
Vella, F., [ME] me, [TE] etregress Wallis, W. A., [R] kwallis
Velleman, P. F., [R] regress postestimation, [R] smooth Walsh, B., [R] inequality
Venables, W., [R] esize Walstrum, T., [TE] etregress
Verardi, V., [R] correlate, [R] fp, [R] ivregress, Walters, S. J., [R] ci, [R] kappa, [R] tabulate twoway
[R] lpoly, [R] rreg, [R] summarize, [XT] xtreg
Wand, M. P., [BAYES] bayesmh, [ME] me,
Verbeek, M., [ME] me, [TE] etregress [ME] meglm, [ME] mixed, [R] kdensity
Verbeke, G., [ME] me, [ME] mecloglog, [ME] meglm, Wang, D., [D] duplicates, [R] ci, [R] dstdize,
[ME] melogit, [ME] menbreg, [ME] meologit, [R] prtest
[ME] meoprobit, [ME] mepoisson,
Wang, H., [PSS] intro, [PSS] power onemean,
[ME] meprobit, [ME] mestreg, [ME] mixed,
[PSS] power twomeans, [PSS] power
[MI] intro substantive, [MI] mi impute,
pairedmeans, [PSS] power oneproportion,
[XT] xtreg postestimation
[PSS] power exponential
Verdinelli, I., [BAYES] intro
Wang, H.-J., [R] frontier, [XT] xtfrontier
Verdurmen, J., [MV] mvtest
Wang, J.-L., [ST] sts graph
Verkuilen, J., [R] betareg
Wang, J. W., [ST] streg
Vermandele, C., [R] summarize
Wang, Q., [R] ivregress, [TS] arima, [TS] newey
Wang, S., [R] ivregress postestimation
Wang, Y., [R] asmprobit
182 Author index
Wang, Z., [R] epitab, [R] logistic postestimation, Wells, K. B., [R] lincom, [R] mlogit, [R] mprobit,
[R] lrtest, [R] stepwise [R] mprobit postestimation, [R] predictnl,
Ward, J. H., Jr., [MV] cluster, [MV] cluster linkage [R] slogit
Ware, J. H., [ME] me, [ME] meglm, [ME] melogit, Welsch, R. E., [R] regress postestimation,
[ME] meoprobit, [ME] mepoisson, [R] regress postestimation diagnostic plots,
[ME] meqrlogit, [ME] meqrpoisson, [U] 18.14 References
[ME] mestreg, [ME] mixed, [ST] sts test Welsh, A. H., [R] bootstrap
Ware, J. E., Jr., [MV] alpha, [MV] factor, [MV] factor Welsh, D., [M-5] halton( )
postestimation, [R] lincom, [R] mlogit, Wernow, J. B., [D] destring
[R] mprobit, [R] mprobit postestimation, West, B. T., [ME] mixed, [ME] mixed
[R] predictnl, [R] slogit, [SEM] example 37g postestimation, [SVY] survey, [SVY] estat,
Warren, K., [R] epitab [SVY] subpopulation estimation
Waterson, E. J., [R] binreg West, K. D., [R] glm, [R] gmm, [R] ivregress,
Watson, G. S., [ I ] Glossary, [R] lpoly, [R] regress [TS] newey, [TS] pperron, [XT] xtunitroot
postestimation time series, [TS] prais, West, M., [BAYES] intro
[TS] Glossary West, S., [R] epitab
Watson, M. W., [R] areg postestimation, [R] ivregress, West, S. G., [R] pcorr
[TS] time series, [TS] arch, [TS] dfactor, Westfall, R. S., [M-5] optimize( )
[TS] dfgls, [TS] irf create, [TS] rolling, Westlake, W. J., [R] pkequiv
[TS] sspace, [TS] var intro, [TS] var, [TS] var
Weyl, H. K. H., [M-5] svd( )
svar, [TS] vec intro, [TS] vec, [TS] vecrank,
[XT] xtcloglog, [XT] xtlogit, [XT] xtologit, Wheaton, B., [SEM] example 9
[XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit, Whelton, P. K., [PSS] intro, [PSS] power repeated
[XT] xtreg, [XT] xtstreg White, H., [U] 20.21.2 Correlated errors: Cluster–
Weber, S., [R] correlate robust standard errors
Webster, A. D., [R] fp White, H. L., Jr., [P] robust, [R] regress, [R] regress
Wedderburn, R. W. M., [R] glm, [XT] xtgee postestimation, [R] rocreg, [R] suest,
[TS] newey, [TS] prais, [U] 20.25 References,
Weeks, D. G., [ I ] Glossary, [SEM] estat framework
[XT] xtivreg
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 impute
[D] sample, [MV] alpha, [MV] ca
pmm, [MI] mi predict, [R] simulate, [ST] sts
postestimation, [MV] pca, [P] matrix
test
define, [R] constraint, [R] hausman,
[R] ladder, [R] reg3, [R] regress, [R] regress White, K. J., [R] boxcox, [R] regress postestimation
postestimation, [R] rologit, [R] simulate, time series
[R] suest, [R] sureg, [R] tabstat, [R] tabulate White, P. O., [ I ] Glossary, [MV] rotate,
twoway, [R] test, [R] tetrachoric, [MV] rotatemat, [MV] Glossary
[SEM] Acknowledgments, [ST] stsplit, Whitehead, A., [XT] xtunitroot
[U] 20.25 References Whitehouse, E., [R] inequality
Wei, L., [ME] mixed Whitemore, G. A., [ST] stcox PH-assumption tests
Wei, L. J., [P] robust, [ST] stcox, [ST] stcrreg, Whitfield, J. W., [R] ranksum
[SVY] svy estimation, [U] 20.25 References Whiting, P., [ME] melogit, [ME] meoprobit,
Wei, W. W. S., [ I ] Glossary, [TS] psdensity, [ME] meqrlogit, [R] roccomp, [R] roctab
[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,
Weisberg, H. F., [R] summarize [ME] meologit, [ME] meoprobit, [XT] xtologit,
Weisberg, S., [R] boxcox, [R] regress, [R] regress [XT] xtoprobit
postestimation, [R] regress postestimation Whittaker, J. C., [FN] Random-number functions,
Weiss, J., [MV] mdsmat [MV] ca, [MV] factor, [MV] mca, [MV] pca
Weiss, M., [D] ds, [D] egen, [G-3] by option, Wichern, D. W., [MV] canon, [MV] discrim,
[R] estimates table, [U] 13.13 References [MV] discrim estat, [MV] discrim lda,
Weisstein, E. W., [R] rocreg postestimation [MV] discrim lda postestimation, [MV] mvtest,
Welch, B. L., [R] esize, [R] ttest [MV] mvtest correlations, [MV] mvtest
covariances, [MV] mvtest means
Welch, K. B., [ME] mixed, [ME] mixed postestimation
Wichura, M. J., [FN] Random-number functions
Welch, P. D., [BAYES] intro
Wickramaratne, P. J., [PSS] intro
Weller, S. C., [MV] ca
Widen, J. E., [R] rocreg, [R] rocreg postestimation,
Wellington, J. F., [R] qreg
[R] rocregplot
Author index 183
Wieand, S., [R] rocreg, [R] rocreg postestimation Wolpert, R. L., [BAYES] intro, [BAYES] intro
Wiesner, R. H., [ST] stcrreg Wolpin, K. I., [R] asmprobit
Wiggins, V. L., [G-3] axis choice options, Wolter, K. M., [SVY] survey, [SVY] svy brr,
[ME] mixed, [R] regress postestimation, [SVY] variance estimation
[R] regress postestimation time series, Wong, S. P., [R] icc
[SEM] sem, [TS] arch, [TS] arima, [TS] sspace Wong, W. H., [BAYES] intro, [MI] intro substantive,
Wikle, C. K., [BAYES] intro [MI] mi impute mvn
Wilcox, D. W., [R] ivregress postestimation Wood, A. M., [MI] intro substantive, [MI] mi
Wilcox, R. R., [D] egen estimate, [MI] mi estimate using, [MI] mi
Wilcoxon, F., [R] kwallis, [R] ranksum, [R] signrank, impute, [MI] mi impute chained, [MI] mi
[ST] sts test predict
Wilde, J., [R] gmm Wood, F. S., [R] diagnostic plots
Wilk, M. B., [R] cumul, [R] diagnostic plots, [R] swilk Woodard, D. E., [MV] manova, [R] contrast
Wilkinson, J. H., [P] matrix symeigen Woodward, M., [R] epitab
Wilkinson, L., [ST] sts Wooldridge, J. M., [R] areg postestimation,
Wilks, D. S., [R] brier [R] churdle, [R] fracreg, [R] gmm,
Wilks, S. S., [MV] canon, [MV] hotelling, [R] heckoprobit, [R] intreg, [R] ivpoisson,
[MV] manova [R] ivprobit, [R] ivregress, [R] ivregress
Williams, B., [SVY] survey postestimation, [R] ivtobit, [R] margins,
[R] margins, contrast, [R] qreg, [R] regress,
Williams, B. K., [MV] discrim lda
[R] regress postestimation, [R] regress
Williams, G. W., [PSS] intro postestimation time series, [R] tobit,
Williams, R., [R] glm, [R] margins, [R] marginsplot, [SEM] estat ginvariant, [SEM] estat mindices,
[R] ologit, [R] oprobit, [R] pcorr, [R] stepwise, [SEM] estat scoretests, [SEM] methods and
[U] 20.25 References formulas for sem, [TE] eteffects, [TE] etregress,
Williams, T. O., Jr., [SEM] example 2 [TE] stteffects intro, [TE] stteffects ipw,
Williams, W. T., [MV] cluster [TE] stteffects ipwra, [TE] stteffects
Wilson, D. B., [BAYES] intro postestimation, [TE] stteffects ra, [TE] stteffects
Wilson, E. B., [MV] mvtest normality, [R] ci wra, [TE] teffects intro advanced, [TE] teffects
Wilson, M., [BAYES] bayesmh, [IRT] irt, aipw, [TE] teffects multivalued, [TE] teffects
[IRT] Control Panel, [IRT] irt 1pl, [IRT] irt 2pl, ra, [TS] arch, [TS] mgarch, [TS] mgarch
[IRT] irt 3pl, [IRT] irt hybrid, [IRT] diflogistic, dvech, [TS] prais, [XT] xt, [XT] xtcloglog,
[IRT] difmh, [ME] me, [MV] rotate [XT] xtivreg, [XT] xtlogit, [XT] xtologit,
Wilson, S. R., [R] bootstrap [XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit,
Windmeijer, F., [R] gmm, [R] ivpoisson, [XT] xtabond, [XT] xtreg, [XT] xtstreg
[XT] xtdpd, [XT] xtdpdsys Woolf, B., [R] epitab
Winer, B. J., [ME] mixed, [PSS] intro, [PSS] power Woolson, R. F., [PSS] power cmh
repeated, [R] anova, [R] contrast, [R] loneway, Working, H., [R] roccomp, [R] rocfit, [R] roctab
[R] oneway, [R] pwcompare World Health Organization, [D] icd, [D] icd10
Wingood, G. M., [R] nbreg, [R] poisson World Health Organization Mortality Data Base (Cause
Winkelmann, R., [ME] menbreg, [R] cpoisson of Death Query online; accessed December 11,
Winsten, C. B., [TS] prais 2014), [D] icd10
Winter, N. J. G., [G-2] graph twoway scatter, Wretman, J., [SVY] variance estimation
[P] levelsof, [SVY] survey Wright, B. D., [IRT] irt
Winters, P. R., [TS] tssmooth, [TS] tssmooth Wright, D. B., [SEM] example 41g
dexponential, [TS] tssmooth exponential, Wright, J. H., [R] ivregress, [R] ivregress
[TS] tssmooth hwinters, [TS] tssmooth postestimation, [XT] xthtaylor
shwinters Wright, J. T., [R] binreg
Wish, M., [MV] mds, [MV] mdslong, [MV] mdsmat Wright, J. T., Jr, [PSS] intro, [PSS] power repeated
Wittes, J., [PSS] intro Wright, P. G., [R] ivregress
Wolfe, F., [D] ds, [R] correlate, [R] spearman Wu, A. W., [IRT] irt
Wolfe, R., [R] ologit, [R] oprobit, [R] tabulate twoway Wu, C. F. J., [R] qreg, [SVY] svy bootstrap,
Wolfinger, R. D., [ME] me [SVY] variance estimation
Wolfowitz, J., [TS] varwle Wu, D.-M., [R] ivregress postestimation
Wolfram, S., [ME] meglm postestimation, Wu, N., [R] ivregress, [TS] arima, [TS] newey
[ME] meqrlogit postestimation, [ST] streg Wu, P. X., [XT] xtregar
Wolfson, C., [R] kappa Wu, S., [XT] xtunitroot
Wolk, A., [R] epitab Wynn, A. H. A., [BAYES] bayesmh
Wolkewitz, M., [D] icd10
184 Author index
Z
Zabell, S. L., [R] kwallis
Zakoian, J. M., [TS] arch
Zamora, M., [R] heckoprobit, [R] heckprobit
Zappasodi, P., [MV] manova
Zavoina, W., [R] ologit
Zeger, S. L., [BAYES] bayesmh, [ME] me,
[ME] meglm, [ME] mixed, [XT] xtcloglog,
[XT] xtgee, [XT] xtlogit, [XT] xtnbreg,
[XT] xtologit, [XT] xtoprobit, [XT] xtpoisson,
[XT] xtprobit
Zeh, J., [D] egen
Zelen, M., [R] ttest, [R] ztest
Zell, E. R., [D] icd10
Subject index abbreviations, [U] 11.1.1 varlist, [U] 11.2 Abbreviation
rules, [U] 11.4 varlists
unabbreviating command names, [P] unabcmd
Symbols unabbreviating variable list, [P] syntax, [P] unab
ability, [IRT] Glossary
! (not), see logical operators abond, estat subcommand, [XT] xtabond
!= (not equal), see relational operators postestimation, [XT] xtdpd postestimation,
α, [PSS] Glossary [XT] xtdpdsys postestimation
β , [PSS] Glossary aborting command execution, [U] 9 The Break key,
δ , [PSS] Glossary [U] 10 Keyboard use
& (and), see logical operators about command, [R] about
* abbreviation character, see abbreviations abs() function, [FN] Mathematical functions,
*, clear subcommand, [D] clear [M-5] abs( )
* comment indicator, [P] comments absolute value
- abbreviation character, see abbreviations dissimilarity measure, [MV] measure option
-> operator, [M-2] struct function, see abs() function
., class, [P] class absorption in regression, [R] areg
/* */ comment delimiter, [M-2] comments, ac command, [TS] corrgram
[P] comments accelerated failure-time model, [ST] streg,
// comment indicator, [M-2] comments, [P] comments [ST] Glossary
/// comment indicator, [P] comments acceptance
; delimiter, [P] #delimit rate, [BAYES] intro, [BAYES] bayes,
< (less than), see relational operators [BAYES] bayesmh, [BAYES] Glossary
<= (less than or equal), see relational operators region, [PSS] Glossary
== (equality), see relational operators Access, Microsoft, reading data from, [D] odbc
> (greater than), see relational operators accrual period, [PSS] power exponential, [PSS] power
logrank, [PSS] Glossary
>= (greater than or equal), see relational operators
accum, matrix subcommand, [P] matrix accum
? abbreviation characters, see abbreviations
A.clear() function, [M-5] AssociativeArray( )
| (or), see logical operators
acos() function, [FN] Trigonometric functions,
~ (not), see logical operators
[M-5] sin( )
~ abbreviation character, see abbreviations
acosh() function, [FN] Trigonometric functions,
~= (not equal), see relational operators [M-5] sin( )
100% sample, [SVY] Glossary acplot, estat subcommand, [TS] estat acplot
1:M matched design, [PSS] power mcc, acprplot command, [R] regress postestimation
[PSS] Glossary diagnostic plots
1PL, see one-parameter logistic model actual
1pl, irt subcommand, [IRT] irt 1pl, [IRT] irt 1pl alpha, [PSS] Glossary, also see significance level
postestimation
power, see power
2×2×K contingency table, [PSS] Glossary
sample size, see sample-size
2×2 contingency table, [PSS] Glossary
significance level, [PSS] Glossary, also see
2PL, see two-parameter logistic model significance level
2pl, irt subcommand, [IRT] irt 2pl, [IRT] irt 2pl actuarial tables, see life tables
postestimation
adaptation, [BAYES] intro, [BAYES] bayesmh,
3PL, see three-parameter logistic model [BAYES] Glossary
3pl, irt subcommand, [IRT] irt 3pl, [IRT] irt 3pl period, [BAYES] bayesmh, [BAYES] Glossary
postestimation
adaptive iteration, [BAYES] bayesmh,
[BAYES] Glossary
A adaptopt() option, see gsem option adaptopts()
add,
.a, .b, . . . , .z, see missing values irf subcommand, [TS] irf add
a posteriori, [BAYES] Glossary mi subcommand, [MI] mi add
a priori, [BAYES] Glossary return subcommand, [P] return
Aalen–Nelson cumulative hazard, see Nelson–Aalen add factor, [TS] Glossary
cumulative hazard added lines, y=x, [G-2] graph twoway function
Abadie–Imbens robust standard errors, see robust, addedlinestyle, [G-4] addedlinestyle
Abadie–Imbens standard errors
abbrev() function, [FN] String functions,
[M-5] abbrev( )
185
186 Subject index
alphanumeric variables, see string variables, parsing, see A.nextval() function, [M-5] AssociativeArray( )
string variables angle of text, [G-4] anglestyle
alternative anglestyle, [G-4] anglestyle
correlation, [PSS] power, [PSS] power angular similarity measure, [MV] measure option
onecorrelation A.notfound() function, [M-5] AssociativeArray( )
hypothesis, [PSS] Glossary, also see null hypothesis ANOVA, see analysis of variance
and alternative hypothesis anova command, [R] anova, [R] anova postestimation
mean, [PSS] power, [PSS] power onemean, ANOVA DDF, see denominator degrees of freedom,
[PSS] unbalanced designs ANOVA
mean difference, [PSS] power, [PSS] power anova, estat subcommand, [MV] discrim lda
pairedmeans postestimation
parameter, [PSS] Glossary, also see alternative value Anscombe residual, [ME] mecloglog postestimation,
proportion, [PSS] power, [PSS] power [ME] meglm postestimation, [ME] melogit
oneproportion postestimation, [ME] menbreg postestimation,
scenarios, [TS] forecast, [TS] forecast adjust, [ME] mepoisson postestimation, [ME] meprobit
[TS] forecast clear, [TS] forecast coefvector, postestimation, [ME] meqrlogit postestimation,
[TS] forecast create, [TS] forecast describe, [ME] meqrpoisson postestimation,
[TS] forecast drop, [TS] forecast estimates, [ME] mestreg postestimation
[TS] forecast exogenous, [TS] forecast anti, estat subcommand, [MV] factor
identity, [TS] forecast list, [TS] forecast query, postestimation, [MV] pca postestimation
[TS] forecast solve anti-image
standard deviation, [PSS] power, [PSS] power correlation matrix, [MV] factor postestimation,
onevariance [MV] pca postestimation, [MV] Glossary
value, [PSS] Glossary, also see postulated value covariance matrix, [MV] factor postestimation,
variance, [PSS] power, [PSS] power onevariance [MV] pca postestimation, [MV] Glossary
alternatives, estat subcommand, [R] asclogit any() function, [M-5] all( )
postestimation, [R] asmprobit postestimation, anycount(), egen function, [D] egen
[R] asroprobit postestimation, [R] nlogit anymatch(), egen function, [D] egen
postestimation
anyof() function, [M-5] all( )
alternative-specific
anyvalue(), egen function, [D] egen
conditional logit (McFadden’s choice) model,
A-PARCH, see asymmetric power autoregressive
[R] asclogit
conditional heteroskedasticity
multinomial probit regression, [R] asmprobit
append command, [D] append, [U] 22 Combining
rank-ordered probit regression, [R] asroprobit datasets
ameans command, [R] ameans append, mi subcommand, [MI] mi append
American Standard Code for Information Interchange, append variable, [D] append
see ASCII
appending data, [D] append, [MI] mi append,
A.N() function, [M-5] AssociativeArray( ) [U] 22 Combining datasets
analysis of covariance, [R] anova appending rows and columns to matrix, [P] matrix
analysis of variance, [PSS] power, [PSS] power define
oneway, [PSS] power twoway, [PSS] Glossary, apply recording, [G-2] graph play
[R] anova, [R] contrast, [R] icc, [R] loneway,
approximating Euclidean distances, [MV] mds
[R] oneway
postestimation
Kruskal–Wallis, [R] kwallis
A.put() function, [M-5] AssociativeArray( )
plots, [R] marginsplot
AR, see autoregressive
repeated measures, [PSS] power repeated,
arbitrary pattern of missing values, [MI] mi impute
[R] anova
chained, [MI] mi impute mvn, [MI] Glossary,
analysis step, [MI] intro substantive, [MI] mi estimate, also see pattern of missingness
also see estimation
arccosine, arcsine, and arctangent functions,
analysis time, [ST] Glossary, [TE] Glossary [FN] Trigonometric functions
analysis-of-variance test of normality, [R] swilk ARCH, see autoregressive conditional heteroskedasticity
analytic weight, [U] 11.1.6 weight, arch command, [TS] arch, [TS] arch postestimation
[U] 20.23.2 Analytic weights
archlm, estat subcommand, [R] regress
anchoring, see constraints, normalization postestimation time series
ANCOVA, see analysis of covariance area, graph twoway subcommand, [G-2] graph
and operator, [U] 13.2.4 Logical operators twoway area
Anderberg coefficient similarity measure, area under the curve, [R] lroc, also see pharmacokinetic
[MV] measure option data, also see receiver operating characteristic
A.next() function, [M-5] AssociativeArray( ) analysis
188 Subject index
areas, [G-4] colorstyle, also see fill, areas, dimming and ASCII, [D] unicode, [D] unicode translate,
brightening, also see fill, color, setting [ I ] Glossary
areastyle, [G-4] areastyle codes, [M-5] ascii( )
areg command, [R] areg, [R] areg postestimation encoding conversion, [D] unicode convertfile,
A.reinit() function, [M-5] AssociativeArray( ) [D] unicode translate
Arellano–Bond, [XT] xtdpd, [XT] xtdpdsys ascii() function, [M-5] ascii( )
estimator, [XT] xtabond, [XT] Glossary asclogit command, [R] asclogit, [R] asclogit
Arellano–Bover estimator, [XT] xtdpd, [XT] xtdpdsys postestimation
A.remove() function, [M-5] AssociativeArray( ) asin() function, [FN] Trigonometric functions,
ARFIMA, see autoregressive fractionally integrated [M-5] sin( )
moving-average model asinh() function, [FN] Trigonometric functions,
arfima command, [TS] arfima, [TS] arfima [M-5] sin( )
postestimation asis, display directive, [P] display
arg() function, [M-5] sin( ) asis print color mapping, [G-2] set printcolor
args command, [P] syntax asmprobit command, [R] asmprobit, [R] asmprobit
args() function, [M-5] args( ) postestimation
arguments, aspect ratio, [G-3] aspect option
program, [M-2] declarations, [M-6] Glossary changing, [G-2] graph display
values returned in, [M-1] returnedargs controlling, [G-2] graph combine
varying number, [M-2] optargs, [M-5] args( ) asroprobit command, [R] asroprobit, [R] asroprobit
ARIMA, see autoregressive integrated moving-average postestimation
model assert command, [D] assert
arima command, [TS] arima, [TS] arima assert() function, [M-5] assert( )
postestimation asserteq() function, [M-5] assert( )
arithmetic operators, [M-2] op arith, [M-2] op colon, assignment, class, [P] class
[P] matrix define, [U] 13.2.1 Arithmetic assignment operator, [M-2] op assignment
operators association test, [R] correlate, [R] epitab,
ARMA, see autoregressive moving average [R] spearman, [R] tabulate twoway,
ARMAX, see autoregressive moving average with [R] tetrachoric, [SVY] svy: tabulate twoway
exogenous inputs association, measures of, [R] tabulate twoway
aroots, estat subcommand, [TS] estat aroots associative arrays, [M-5] asarray( ),
array, [M-6] Glossary [M-5] AssociativeArray( )
arrays, class, [P] class AssociativeArray() function,
.Arrdropall built-in class modifier, [P] class [M-5] AssociativeArray( )
.Arrdropel built-in class modifier, [P] class asymmetric power autoregressive conditional
.arrindexof built-in class function, [P] class heteroskedasticity, [TS] arch
.arrnels built-in class function, [P] class asymmetry, see skewness
arrows, [G-2] graph twoway pcarrow asymptotic distribution free, [SEM] intro 4,
[SEM] methods and formulas for sem,
.Arrpop built-in class modifier, [P] class
[SEM] Glossary
.Arrpush built-in class modifier, [P] class
asyvars option, [G-2] graph bar, [G-2] graph box,
as error, display directive, [P] display [G-2] graph dot
as input, display directive, [P] display at risk, [ST] Glossary
as result, display directive, [P] display atan() function, [FN] Trigonometric functions,
as text, display directive, [P] display [M-5] sin( )
as txt, display directive, [P] display atan2() function, [FN] Trigonometric functions,
asarray() function, [M-5] asarray( ) [M-5] sin( )
asarray contains() function, [M-5] asarray( ) atanh() function, [FN] Trigonometric functions,
asarray contents() function, [M-5] asarray( ) [M-5] sin( )
asarray create() function, [M-5] asarray( ) ATE, see average treatment effect
asarray elements() function, [M-5] asarray( ) ATET, see average treatment effect on treated
asarray first() function, [M-5] asarray( ) at-risk table, [ST] sts graph
asarray key() function, [M-5] asarray( ) attributable fraction, [R] epitab, [ST] Glossary
asarray keys() function, [M-5] asarray( ) attributable proportion, [R] epitab
asarray next() function, [M-5] asarray( ) AUC, also see area under the curve
asarray notfound() function, [M-5] asarray( ) augmented
asarray remove() function, [M-5] asarray( ) component-plus-residual plot, [R] regress
ascategory() option, [G-2] graph bar, [G-2] graph postestimation diagnostic plots
box, [G-2] graph dot
Subject index 189
axis, continued BASE directory, [P] sysdir, [U] 17.5 Where does Stata
titling, [G-3] axis options, look for ado-files?
[G-3] axis title options baseline, [ST] Glossary
suppressing, [G-3] axis title options comparisons, [SEM] estat gof, [SEM] example 4
axisstyle, [G-4] axisstyle dataset, [ST] stbase
hazard and survivor functions, [ST] stcox, [ST] stcox
PH-assumption tests, [ST] stcrreg
B model, [SEM] estat gof, [SEM] example 4,
b[], [U] 13.5 Accessing coefficients and standard [SEM] methods and formulas for sem,
errors [SEM] Glossary
b1title() option, [G-3] title options baseline suboption, [G-4] alignmentstyle
b2title() option, [G-3] title options baseopts option, see sem option baseopts()
backed up message, [R] maximize basis, orthonormal, [P] matrix svd
background color, [G-4] schemes intro batch means, [BAYES] bayesmh, [BAYES] bayesstats
summary, [BAYES] Glossary
setting, [G-3] region options
balance Battese–Coelli parameterization, [XT] xtfrontier
standardized differences, [TE] tebalance summarize Baxter–King filter, [TS] tsfilter, [TS] tsfilter bk
variance ratios, [TE] tebalance summarize Bayes factor, [BAYES] intro, [BAYES] bayes,
[BAYES] bayesmh, [BAYES] bayesstats ic,
balance, tebalance subcommand, [TE] tebalance
[BAYES] Glossary
box, [TE] tebalance density, [TE] tebalance
overid, [TE] tebalance summarize
Bayes’s rule, [BAYES] intro, [BAYES] bayesmh,
[BAYES] Glossary, see Bayes’s theorem
balanced
Bayes’s theorem, [MV] Glossary
data, [XT] Glossary
bayesgraph
design, [PSS] power twomeans, [PSS] power
twoproportions, [PSS] power twovariances,
command, [BAYES] bayesgraph
[PSS] power twocorrelations, [PSS] power matrix command, [BAYES] bayesgraph
oneway, [PSS] power twoway, [PSS] power Bayesian
repeated, [PSS] power cmh, [PSS] power trend, analysis, [BAYES] intro, [BAYES] bayes,
[PSS] power exponential, [PSS] power logrank, [BAYES] bayesmh, [BAYES] bayesmh
[PSS] unbalanced designs, [PSS] Glossary postestimation, [BAYES] bayesgraph,
repeated replication, [SVY] brr options, [BAYES] bayesstats, [BAYES] bayesstats ess,
[SVY] svy brr, [SVY] variance estimation, [BAYES] bayesstats ic, [BAYES] bayesstats
[SVY] Glossary summary, [BAYES] bayestest,
repeated replication standard errors, [SVY] svy brr, [BAYES] bayestest interval, [BAYES] bayestest
[SVY] variance estimation model, [BAYES] Glossary, [U] 26.32 Bayesian
analysis
band-pass filters, [TS] tsfilter bk, [TS] tsfilter cf
band-pass filters, [TS] Glossary concepts, [BAYES] intro, [BAYES] bayesmh,
[MI] intro substantive
bar
estimation, [BAYES] bayes, [BAYES] bayesmh,
graph subcommand, [G-2] graph bar
[BAYES] bayesmh evaluators,
graph twoway subcommand, [G-2] graph twoway [BAYES] bayesstats ic
bar
feasible initial values, [BAYES] bayesmh,
bar charts, [G-2] graph bar [BAYES] bayesmh evaluators,
barbsize option, [G-2] graph twoway pcarrow [BAYES] Glossary
barlook options, [G-3] barlook options user-written evaluators, [BAYES] bayesmh
bars evaluators
labeling, [G-3] blabel option graphical summaries, [BAYES] intro,
look of, [G-3] barlook options [BAYES] bayes, [BAYES] bayesmh,
Bartlett scoring, [MV] factor postestimation [BAYES] bayesmh postestimation,
Bartlett’s [BAYES] bayesgraph
bands, [TS] corrgram hypothesis testing, [BAYES] intro, [BAYES] bayes,
periodogram test, [TS] wntestb [BAYES] bayesmh postestimation,
test for equal variances, [R] oneway [BAYES] bayestest, [BAYES] Glossary
base interval, [BAYES] intro, [BAYES] bayesmh
conversion, [M-5] inbase( ) postestimation, [BAYES] bayestest interval
level, [U] 11.4.3 Factor variables model, [BAYES] intro, [BAYES] bayesmh
postestimation, [BAYES] bayestest model
plottypes, [G-3] advanced options
base, fvset subcommand, [R] fvset
Subject index 191
Break key, [U] 9 The Break key, [U] 16.1.4 Error by() function, [P] byable
handling in do-files by() option, [G-2] graph bar, [G-3] by option
interception, [P] break, [P] capture by(), use of legends with, [G-3] by option,
processing, [M-5] setbreakintr( ) [G-3] clegend option, [G-3] legend options
breakkey() function, [M-5] setbreakintr( ) by varlist: prefix, [D] by, [P] byable, [U] 11.5 by
breakkeyreset() function, [M-5] setbreakintr( ) varlist: construct, [U] 13.7 Explicit
Breitung test, [XT] xtunitroot subscripting, [U] 27.2 The by construct
breitung, xtunitroot subcommand, [XT] xtunitroot byable(), [P] byable
Breusch–Godfrey test, [R] regress postestimation time by-graphs, look of, [G-4] bystyle
series by-groups, [D] by, [D] statsby, [P] byable, [U] 11.5 by
Breusch–Pagan Lagrange multiplier test, [XT] xtreg varlist: construct
postestimation byindex() function, [P] byable
Breusch–Pagan test, [MV] mvreg, [R] sureg bylastcall() function, [P] byable
Breusch–Pagan/Cook–Weisberg test for byn1() function, [P] byable
heteroskedasticity, [R] regress postestimation byn2() function, [P] byable
brier command, [R] brier bysort varlist: prefix, [D] by
Brier score decomposition, [R] brier bystyle, [G-4] bystyle
broad type, [M-6] Glossary byte, [ I ] Glossary
browse command, [D] edit byte, [D] data types, [U] 12.2.2 Numeric storage
browse, view subcommand, [R] view types
Broyden–Fletcher–Goldfarb–Shanno algorithm, byteorder() function, [FN] Programming functions,
[M-5] moptimize( ), [M-5] optimize( ), [R] ml [M-5] byteorder( )
Broyden–Powell method, [M-5] solvenl( )
BRR, see balanced repeated replication C
brr options, [SVY] brr options
bsample command, [R] bsample C() function, [M-5] C( )
bsqreg command, [R] qreg, [R] qreg postestimation c() function, [M-5] c( )
bstat command, [R] bstat c() pseudofunction, [FN] Programming functions
bstyle() option, [G-3] barlook options c(adopath) c-class value, [P] creturn, [P] sysdir
bufbfmtisnum() function, [M-5] bufio( ) c(adosize) c-class value, [P] creturn, [P] sysdir
bufbfmtlen() function, [M-5] bufio( ) c(ALPHA) c-class value, [P] creturn
bufbyteorder() function, [M-5] bufio( ) c(alpha) c-class value, [P] creturn
buffered I/O, [M-5] bufio( ) c(autotabgraphs) c-class value, [P] creturn
bufget() function, [M-5] bufio( ) c(bit) c-class value, [P] creturn
bufio() function, [M-5] bufio( ) c(born date) c-class value, [P] creturn
bufmissingvalue() function, [M-5] bufio( ) c(byteorder) c-class value, [P] creturn
bufput() function, [M-5] bufio( ) c(cformat) c-class value, [P] creturn, [R] set cformat
build, ssd subcommand, [SEM] ssd c(changed) c-class value, [P] creturn
Builder (GUI), [SEM] Glossary c(charlen) c-class value, [P] creturn
building a graph, [G-1] graph intro C charts, [G-2] graph other
built-in, class, [P] class c(checksum) c-class value, [D] checksum, [P] creturn
built-in variables, [U] 11.3 Naming conventions, c(clevel) c-class value, [P] creturn
[U] 13.4 System variables ( variables) c(cmdlen) c-class value, [P] creturn
bullet symbol, [G-4] text c(coeftabresults) c-class value, [P] creturn
burn-between period, [MI] mi impute, [MI] mi impute c(console) c-class value, [P] creturn
chained, [MI] mi impute mvn, [MI] Glossary c(copycolor) c-class value, [P] creturn
burn-in period, [BAYES] intro, [BAYES] bayes, c(current date) c-class value, [P] creturn
[BAYES] bayesmh, [BAYES] bayesgraph, c(current time) c-class value, [P] creturn
[BAYES] Glossary, [MI] mi impute, [MI] mi c(dirsep) c-class value, [P] creturn
impute chained, [MI] mi impute mvn, c(dockable) c-class value, [P] creturn
[MI] Glossary c(dockingguides) c-class value, [P] creturn
business calendars, [D] bcal, [D] datetime c(doublebuffer) c-class value, [P] creturn
business calendars, [D] datetime business c(dp) c-class value, [D] format, [P] creturn
calendars creation, [M-5] date( ), [TS] intro, c(emptycells) c-class value, [P] creturn
[U] 24.7 Business dates and calendars
c(eolchar) c-class value, [P] creturn
business dates, see business calendars
c(epsdouble) c-class value, [P] creturn
Butterworth filter, [TS] tsfilter, [TS] tsfilter bw
c(epsfloat) c-class value, [P] creturn
bw, tsfilter subcommand, [TS] tsfilter bw
c(eqlen) c-class value, [P] creturn
194 Subject index
c(fastscroll) c-class value, [P] creturn c(minbyte) c-class value, [P] creturn
c(filedate) c-class value, [P] creturn c(mindouble) c-class value, [P] creturn
c(filename) c-class value, [P] creturn c(minfloat) c-class value, [P] creturn
c(flavor) c-class value, [P] creturn c(minint) c-class value, [P] creturn
c(fvlabel) c-class value, [P] creturn c(minlong) c-class value, [P] creturn
c(fvwrap) c-class value, [P] creturn c(min matsize) c-class value, [P] creturn
c(fvwrapon) c-class value, [P] creturn c(min memory) c-class value, [D] memory,
c(graphics) c-class value, [P] creturn [P] creturn
c(haverdir) c-class value, [P] creturn c(mode) c-class value, [P] creturn
c(hostname) c-class value, [P] creturn c(Mons) c-class value, [P] creturn
c(httpproxy) c-class value, [P] creturn c(Months) c-class value, [P] creturn
c(httpproxyauth) c-class value, [P] creturn c(more) c-class value, [P] creturn, [P] more
c(httpproxyhost) c-class value, [P] creturn c(MP) c-class value, [P] creturn
c(httpproxyport) c-class value, [P] creturn c(N) c-class value, [P] creturn
c(httpproxypw) c-class value, [P] creturn c(namelenbye) c-class value, [P] creturn
c(httpproxyuser) c-class value, [P] creturn c(namelenchar) c-class value, [P] creturn
c(include bitmap) c-class value, [P] creturn c(niceness) c-class value, [D] memory, [P] creturn
c(k) c-class value, [P] creturn c(noisily) c-class value, [P] creturn
c(level) c-class value, [P] creturn c(notifyuser) c-class value, [P] creturn
c(linegap) c-class value, [P] creturn c(odbcdriver) c-class value, [P] creturn
c(linesize) c-class value, [P] creturn c(odbcmgr) c-class value, [P] creturn
c(locale functions) c-class value, [P] creturn c(os) c-class value, [P] creturn
c(locale icudflt) c-class value, [P] creturn c(osdtl) c-class value, [P] creturn
c(locale ui) c-class value, [P] creturn c(pagesize) c-class value, [P] creturn
c(locksplitters) c-class value, [P] creturn c(pformat) c-class value, [P] creturn, [R] set cformat
c(logtype) c-class value, [P] creturn c(pi) c-class value, [P] creturn
c(lstretch) c-class value, [P] creturn c(pinnable) c-class value, [P] creturn
c(machine type) c-class value, [P] creturn c(playsnd) c-class value, [P] creturn
c(macrolen) c-class value, [P] creturn c(printcolor) c-class value, [P] creturn
c(matacache) c-class value, [P] creturn c(processors) c-class value, [P] creturn
c(matafavor) c-class value, [P] creturn c(processors lic) c-class value, [P] creturn
c(matalibs) c-class value, [P] creturn c(processors mach) c-class value, [P] creturn
c(matalnum) c-class value, [P] creturn c(processors max) c-class value, [P] creturn
c(matamofirst) c-class value, [P] creturn c(pwd) c-class value, [P] creturn
c(mataoptimize) c-class value, [P] creturn c(rc) c-class value, [P] capture, [P] creturn
c(matastrict) c-class value, [P] creturn c(reventries) c-class value, [P] creturn
c(matsize) c-class value, [P] creturn c(revkeyboard) c-class value, [P] creturn
c(maxbyte) c-class value, [P] creturn c(rmsg) c-class value, [P] creturn, [P] rmsg
c(max cmdlen) c-class value, [P] creturn c(rmsg time) c-class value, [P] creturn
c(maxdb) c-class value, [P] creturn c(rng) c-class value, [P] creturn
c(maxdouble) c-class value, [P] creturn c(rng current) c-class value, [P] creturn
c(maxfloat) c-class value, [P] creturn c(rngstate) c-class value, [P] creturn, [R] set seed
c(maxint) c-class value, [P] creturn c(scheme) c-class value, [P] creturn
c(maxiter) c-class value, [P] creturn c(scrollbufsize) c-class value, [P] creturn
c(max k theory) c-class value, [P] creturn c(SE) c-class value, [P] creturn
c(maxlong) c-class value, [P] creturn c(searchdefault) c-class value, [P] creturn
c(max macrolen) c-class value, [P] creturn c(seed) c-class value, [R] set emptycells, [R] set seed
c(max matsize) c-class value, [P] creturn c(segmentsize) c-class value, [D] memory,
c(max memory) c-class value, [D] memory, [P] creturn
[P] creturn c(sformat) c-class value, [P] creturn, [R] set cformat
c(max N theory) c-class value, [P] creturn c(showbaselevels) c-class value, [P] creturn, [R] set
c(maxstrlvarlen) c-class value, [P] creturn showbaselevels
c(maxstrvarlen) c-class value, [P] creturn c(showemptycells) c-class value, [P] creturn, [R] set
c(maxvar) c-class value, [D] memory, [P] creturn showbaselevels
c(maxvlabellen) c-class value, [P] creturn c(showomitted) c-class value, [P] creturn, [R] set
c(max width theory) c-class value, [P] creturn showbaselevels
c(memory) c-class value, [P] creturn c(smallestdouble) c-class value, [P] creturn
Subject index 195
constrained estimation, continued constraint matrix, creating and displaying, [P] makecns
negative binomial regression, [R] nbreg constraints, [SEM] sem and gsem option constraints( ),
truncated, [R] tnbreg [SEM] Glossary
zero-inflated, [R] zinb across groups, [SEM] intro 6
parametric survival models, [ST] streg normalization, [SEM] intro 4, [SEM] gsem,
Poisson regression, [R] poisson [SEM] sem, [SEM] Glossary
censored, [R] cpoisson relaxing, [SEM] intro 6, [SEM] sem and gsem path
truncated, [R] tpoisson notation, [SEM] sem path notation extensions
zero-inflated, [R] zip specifying, [SEM] intro 4, [SEM] intro 6,
probit regression, [R] probit [SEM] sem and gsem option constraints( ),
[SEM] sem and gsem option covstructure( ),
bivariate, [R] biprobit
[SEM] sem and gsem path notation, [SEM] sem
heteroskedastic, [R] hetprobit path notation extensions
multinomial, [R] mprobit constraints() option, see gsem option
ordered, [R] oprobit constraints(), see sem option
with endogenous covariates, [R] ivprobit constraints()
with sample selection, [R] heckprobit constructor, [M-2] class
programming, [P] makecns containers, [M-5] asarray( ), [M-5] AssociativeArray( )
random-effects models containment DDF, see denominator degrees of freedom,
complementary log-log, [XT] xtcloglog ANOVA
interval-data regression, [XT] xtintreg contents of data, [D] codebook, [D] describe, [D] ds,
logit, [XT] xtlogit, [XT] xtologit [D] labelbook
negative binomial, [XT] xtnbreg context, class, [P] class
parametric survival, [XT] xtstreg contingency table, [MV] ca, [PSS] power, [PSS] power
Poisson, [XT] xtpoisson pairedproportions, [PSS] power cmh,
probit, [XT] xtoprobit, [XT] xtprobit [PSS] power mcc, [PSS] power trend,
tobit, [XT] xttobit [R] epitab, [R] roctab, [R] symmetry, [R] table,
state-space model, [TS] sspace [R] tabulate twoway, [SVY] svy: tabulate
twoway
stochastic frontier models for panel data,
[XT] xtfrontier continue, display directive, [P] display
structural vector autoregressive models, [TS] var continue command, [P] continue
svar continuity correction, [PSS] power cmh, [PSS] power
tobit model with endogenous covariates, [R] ivtobit trend
treatment-effects model, [TE] etpoisson, continuous
[TE] etregress outcomes, see outcomes, continuous
truncated parameters, [BAYES] bayestest interval,
negative binomial regression, [R] tnbreg [BAYES] Glossary
Poisson regression, [R] tpoisson variable imputation, see imputation, continuous
regression, [R] truncreg contour, graph twoway subcommand, [G-2] graph
twoway contour
unobserved-components model, [TS] ucm
vector autoregressive models, [TS] var contour plot, [G-2] graph twoway contour,
[G-3] clegend option
vector error-correction models, [TS] vec
contour-line plot, [G-2] graph twoway contourline
with endogenous covariates
contourline, graph twoway subcommand,
probit regression, [R] ivprobit
[G-2] graph twoway contourline
tobit model, [R] ivtobit
contract command, [D] contract
zero-inflated
contrast command, [R] anova postestimation,
negative binomial regression, [R] zinb [R] contrast, [R] contrast postestimation,
Poisson regression, [R] zip [R] margins, contrast, [SEM] intro 7,
constrained linear regression, [SVY] svy estimation [SVY] svy postestimation, [U] 20.18 Obtaining
constraint contrasts, tests of interactions, and main effects
command, [R] constraint contrasts, [MV] intro, [MV] manova postestimation,
define command, [R] constraint [MV] Glossary, [PSS] Glossary, [R] contrast,
dir command, [R] constraint [R] margins, contrast, [R] marginsplot,
drop command, [R] constraint [U] 20.18 Obtaining contrasts, tests of
free command, [R] constraint interactions, and main effects
get command, [R] constraint graphing, [U] 20.19 Graphing margins, marginal
list command, [R] constraint effects, and contrasts
macro extended function, [P] macro control charts, [R] qc
Subject index 205
correspondence analysis, [MV] ca, [MV] mca, covariance, estat subcommand, [MV] discrim
[MV] Glossary lda postestimation, [MV] discrim qda
correspondence analysis projection, [MV] ca postestimation, [R] asmprobit postestimation,
postestimation plots, [MV] Glossary [R] asroprobit postestimation
corrgram command, [TS] corrgram covariance() option, see gsem option
cos() function, [FN] Trigonometric functions, covariance(), see sem option covariance()
[M-5] sin( ) covariances, mvtest subcommand, [MV] mvtest
cosh() function, [FN] Trigonometric functions, covariances
[M-5] sin( ) covariances, creating dataset from, see summary
cosine function, [FN] Trigonometric functions statistics data
cosine kernel function, [R] kdensity, [R] lpoly, covariate
[R] qreg, [TE] tebalance density, [TE] tebalance balance, [TE] tebalance box, [TE] tebalance
overid, [TE] teffects overlap density, [TE] tebalance overid, [TE] tebalance
cost frontier model, [R] frontier, [XT] xtfrontier summarize
costs, [MV] Glossary class, [D] duplicates
count command, [D] count patterns, [R] logistic postestimation, [R] logit
count data, postestimation, [R] probit postestimation
confidence intervals for counts, [R] ci covariates, [ST] Glossary
estimation, [R] cpoisson, [R] expoisson, [R] glm, covarimin rotation, [MV] rotate, [MV] rotatemat,
[R] gmm, [R] ivpoisson, [R] nbreg, [R] poisson, [MV] Glossary
[R] tnbreg, [R] tpoisson, [R] zinb, [R] zip, COVRATIO, [R] regress postestimation
[U] 26.13 Count dependent-variable models covstructure() option, see gsem option
graphs, [R] histogram, [R] kdensity, [R] spikeplot covstructure(), see sem option
imputation, see imputation, count data covstructure()
interrater agreement, [R] kappa cox, power subcommand, [PSS] power cox
summary statistics of, [R] table, [R] tabstat, Cox proportional hazards model, [PSS] power cox,
[R] tabulate oneway, [R] tabulate twoway, [ST] stcox, [SVY] svy estimation
[R] tabulate, summarize() test of assumption, [ST] stcox, [ST] stcox PH-
symmetry and marginal homogeneity tests, assumption tests, [ST] stcox postestimation,
[R] symmetry [ST] stsplit
count(), egen function, [D] egen Cox–Snell residual, [ST] stcox postestimation,
count model, [SEM] intro 5, [SEM] example 34g, [ST] streg postestimation
[SEM] example 39g cpoisson command, [R] cpoisson, [R] cpoisson
count outcome model, see outcomes, count postestimation
count, ml subcommand, [R] ml cprplot command, [R] regress postestimation
diagnostic plots
counterfactual, [TE] Glossary, also see potential
outcome Cragg hurdle regression, [R] churdle
counts, making dataset of, [D] collapse Cramér’s V , [R] tabulate twoway
count-time data, [ST] ct, [ST] ctset, [ST] cttost, Crawford–Ferguson rotation, [MV] rotate,
[ST] sttoct, [ST] Glossary, [SVY] svy [MV] rotatemat, [MV] Glossary
estimation create,
courses about Stata, [U] 3.6.2 NetCourses bcal subcommand bcal subcommand, [D] bcal
covariance, [SEM] intro 4, [SEM] Glossary forecast subcommand, [TS] forecast create
analysis of, [R] anova irf subcommand, [TS] irf create
assumptions, [SEM] gsem, [SEM] sem serset subcommand, [P] serset
matrix of estimators, [P] ereturn, [P] matrix get, create cspline, serset subcommand, [P] serset
[R] estat, [R] estat vce, [R] estimates store create xmedians, serset subcommand, [P] serset
matrix, credible interval, [BAYES] intro, [BAYES] bayes,
anti-image, [MV] factor postestimation, [BAYES] bayesmh, [BAYES] bayesmh
[MV] pca postestimation postestimation, [BAYES] bayesstats summary,
block diagonal, [MV] mvtest covariances [BAYES] Glossary
spherical, [MV] mvtest covariances set default, [BAYES] set clevel
testing equality, [MV] mvtest covariances credible level, [BAYES] intro, [BAYES] bayesmh,
[BAYES] bayesstats summary, [BAYES] set
of variables or coefficients, [R] correlate
clevel, [BAYES] Glossary
principal components of, [MV] pca
creturn list command, [P] creturn
stationarity, [TS] Glossary
crexternal() function, [M-5] findexternal( )
structure, [ME] me, [ME] Glossary
Subject index 207
dictionaries, [D] export, [D] import, [D] infile (fixed directories, [M-5] chdir( ), [M-5] dir( ),
format), [D] infix (fixed format), [D] outfile, [M-5] direxists( ), [P] creturn,
[M-5] asarray( ), [M-5] AssociativeArray( ) [U] 11.6 Filenaming conventions,
DIF, see differential item functioning [U] 18.3.11 Constructing Windows filenames
diff(), egen function, [D] egen by using macros
difference of estimated coefficients, see linear changing, [D] cd
combinations of estimators creating, [D] mkdir
difference operator, [TS] Glossary, [U] 11.4.4 Time- listing, [D] dir
series varlists location of ado-files, [U] 17.5 Where does Stata
differences of two means test, [SVY] svy look for ado-files?
postestimation removing, [D] rmdir
differential item functioning, [IRT] dif, [IRT] diflogistic, directory, class, [P] classutil
[IRT] difmh, [IRT] Glossary direxists() function, [M-5] direxists( )
differentiation, [M-5] deriv( ) direxternal() function, [M-5] direxternal( )
difficult option, [R] maximize discard
difficulty, [IRT] Glossary command, [P] discard, [U] 18.11.3 Debugging
diflogistic command, [IRT] dif, [IRT] diflogistic ado-files
difmh command, [IRT] dif, [IRT] difmh discard, relationship to graph drop, [G-2] graph
digamma() function, [FN] Mathematical functions, drop
[M-5] factorial( ) discordant
digitally signing data, see datasignature command pairs, [PSS] power, [PSS] power
digits, controlling the number displayed, [D] format, pairedproportions, [PSS] Glossary
[U] 12.5 Formats: Controlling how data are proportion, [PSS] power, [PSS] power
displayed pairedproportions, [PSS] Glossary
dilation, [MV] procrustes, [MV] Glossary sets, [PSS] power mcc, [PSS] Glossary
dimension, [MV] Glossary discrete option, [G-2] graph twoway histogram
diminishing adaptation, [BAYES] bayesmh, discrete parameters, [BAYES] bayestest interval,
[BAYES] Glossary [BAYES] Glossary
dir, discrete survival data, [ST] discrete
ado subcommand, [R] net discrete-response regression, [SVY] svy estimation
bcal subcommand, [D] bcal discrim
classutil subcommand, [P] classutil knn command, [MV] discrim, [MV] discrim
cluster subcommand, [MV] cluster utility estat, [MV] discrim knn, [MV] discrim knn
constraint subcommand, [R] constraint postestimation
estimates subcommand, [P] estimates lda command, [MV] discrim, [MV] discrim
estimates subcommand, [R] estimates store estat, [MV] discrim lda, [MV] discrim lda
postestimation
graph subcommand, [G-2] graph dir
logistic command, [MV] discrim, [MV] discrim
label subcommand, [D] label
estat, [MV] discrim logistic, [MV] discrim
macro subcommand, [P] macro logistic postestimation
matrix subcommand, [P] matrix utility qda command, [MV] discrim, [MV] discrim
postutil subcommand, [P] postfile estat, [MV] discrim qda, [MV] discrim qda
program subcommand, [P] program postestimation
return subcommand, [P] return discriminant analysis, [MV] candisc, [MV] discrim,
scalar subcommand, [P] scalar [MV] discrim knn, [MV] discrim lda,
serset subcommand, [P] serset [MV] discrim logistic, [MV] discrim qda,
sysuse subcommand, [D] sysuse [MV] Glossary
dir command, [D] dir loading plot, [MV] scoreplot
dir() function, [M-5] dir( ) score plot, [MV] scoreplot
dir macro extended function, [P] macro discriminant function, [MV] discrim, [MV] discrim
direct standardization, [R] dstdize, [R] mean, lda, [MV] discrim lda postestimation,
[R] proportion, [R] ratio, [SVY] direct [MV] Glossary
standardization, [SVY] Glossary discriminating variables, [MV] Glossary
direction of an effect, [PSS] power discrimination, [IRT] Glossary
directional test, see one-sided test disparity, [MV] Glossary
dispersion, measures of, [D] pctile, [XT] xtsum, see
percentiles, displaying, see standard deviations,
displaying, see variance, displaying, see range of
data
212 Subject index
display distributions,
as error, [M-5] displayas( ), [M-5] errprintf( ) examining, [D] pctile, [R] ameans, [R] centile,
as text, as result, etc., [M-5] displayas( ) [R] kdensity, [R] mean, [R] pksumm,
column, [ I ] Glossary [R] summarize, [R] total
formats, [D] describe, [D] format, [P] macro, income, [R] inequality
[U] 12.5 Formats: Controlling how data are plots, [R] cumul, [R] cusum, [R] diagnostic plots,
displayed, [U] 24.3 Displaying dates and times [R] dotplot, [R] histogram, [R] kdensity,
graph, [G-2] graph display [R] ladder, [R] lv, [R] spikeplot, [R] stem
settings, [R] set showbaselevels standard population, [R] dstdize
width and length, [R] log testing equality of, [R] ksmirnov, [R] kwallis,
display, [R] ranksum, [R] signrank
ereturn subcommand, [P] ereturn testing for normality, [MV] mvtest normality,
graph subcommand, [G-2] graph display [R] sktest, [R] swilk
ml subcommand, [R] ml transformations
display command, [P] display, [P] macro, to achieve normality, [R] boxcox, [R] ladder
[U] 19.1.2 A list of the immediate commands to achieve zero skewness, [R] lnskew0
as a calculator, [R] display disturbance term, [XT] Glossary
display() function, [M-5] display( ) division operator, see arithmetic operators
display macro extended function, [P] display divisive hierarchical clustering methods, [MV] cluster,
displayas() function, [M-5] displayas( ) [MV] Glossary
displayflush() function, [M-5] displayflush( ) DLL, [P] plugin
displaying, also see printing, logs (output) Dmatrix() function, [M-5] Dmatrix( )
contents, [D] describe do command, [R] do, [U] 16 Do-files
data, [D] edit, [D] list .do file, [U] 11.6 Filenaming conventions
files, [D] type do . . . while, [M-2] do, [M-2] continue, [M-2] break
long strings, see string variables, long dockable, set subcommand, [R] set
macros, [P] macro dockingguides, set subcommand, [R] set
matrix, [P] matrix utility documentation, [U] 1 Read this—it will help
named graphs, [G-2] graph display, [G-2] graph keyword search on, [R] search, [U] 4 Stata’s help
use and search facilities
output, [P] display, [P] quietly, [P] smcl, documenting data, [D] codebook, [D] labelbook,
[P] tabdisp [D] notes
previously typed lines, [R] #review docx*() functions, [M-5] docx*( )
scalar expressions, [P] display, [P] scalar doedit command, [R] doedit
stored results, [R] stored results dofb() function, [D] datetime business calendars,
[FN] Date and time functions, [M-5] date( )
dissimilarity, [MV] Glossary
dofC() function, [D] datetime, [FN] Date and time
matrix, [MV] matrix dissimilarity, [MV] Glossary,
functions, [M-5] date( )
[P] matrix dissimilarity
dofc() function, [D] datetime, [FN] Date and time
measures,
functions, [M-5] date( )
[MV] cluster, [MV] cluster programming
utilities, [MV] matrix dissimilarity, [MV] mds, dofh() function, [D] datetime, [FN] Date and time
[MV] measure option, [P] matrix dissimilarity functions, [M-5] date( )
absolute value, [MV] measure option do-files, [P] break, [P] include, [P] version, [R] do,
[U] 16 Do-files, [U] 18.2 Relationship between a
Bray and Curtis, [MV] clustermat
program and a do-file
Canberra, [MV] measure option
adding comments to, [P] comments
Euclidean, [MV] measure option
editing, [R] doedit
Gower, [MV] measure option
long lines, [P] #delimit, [U] 18.11.2 Comments and
maximum value, [MV] measure option long lines in ado-files
Minkowski, [MV] measure option dofm() function, [D] datetime, [FN] Date and time
dissimilarity, matrix subcommand, [MV] matrix functions, [M-5] date( )
dissimilarity, [P] matrix dissimilarity dofq() function, [D] datetime, [FN] Date and time
distance matrices, [MV] matrix dissimilarity, functions, [M-5] date( )
[P] matrix dissimilarity dofw() function, [D] datetime, [FN] Date and time
distances, see dissimilarity measures functions, [M-5] date( )
distances, estat subcommand, [MV] ca dofy() function, [D] datetime, [FN] Date and time
postestimation functions, [M-5] date( )
distribution functions, [M-5] normal( ) domain sampling, [MV] alpha
distributional diagnostic plots, [G-2] graph other
Subject index 213
forcexconditional option, see sem option format, confirm subcommand, [P] confirm
forcexconditional format macro extended function, [P] macro
foreach command, [P] foreach format settings, [R] set cformat
forecast, [G-2] graph other format width, [M-5] fmtwidth( )
forecast, [TS] forecast formats, [D] datetime, [D] describe, [D] format,
adjust command, [TS] forecast adjust [D] varmanage, [U] 12.5 Formats: Controlling
clear command, [TS] forecast clear how data are displayed, [U] 20.8 Formatting
coefvector command, [TS] forecast coefvector the coefficient table, [U] 24.3 Displaying dates
create command, [TS] forecast create and times
describe command, [TS] forecast describe formatted data, reading, see importing data
drop command, [TS] forecast drop formatting contents of macros, [P] macro
estimates command, [TS] forecast estimates formatting statistical output, [D] format
exogenous command, [TS] forecast exogenous FORTRAN, [M-2] goto, [M-5] dsign( )
identity command, [TS] forecast identity forum, [U] 3.2.4 The Stata forum
list command, [TS] forecast list forvalues command, [P] forvalues
query command, [TS] forecast query forward operator, [TS] Glossary
solve command, [TS] forecast solve fourfold tables, [R] epitab
forecast, Fourier transform, [M-5] fft( )
ARCH model, [TS] arch postestimation fp
ARFIMA model, [TS] arfima postestimation generate command, [R] fp
ARIMA model, [TS] arima postestimation plot command, [R] fp postestimation
dynamic-factor model, [TS] dfactor postestimation predict command, [R] fp postestimation
econometric model, [TS] forecast, [TS] forecast prefix command, [R] fp, [R] fp postestimation
adjust, [TS] forecast clear, [TS] forecast FPC, see finite population correction
coefvector, [TS] forecast create, [TS] forecast fpfit, graph twoway subcommand, [G-2] graph
describe, [TS] forecast drop, [TS] forecast twoway fpfit
estimates, [TS] forecast exogenous, fpfitci, graph twoway subcommand, [G-2] graph
[TS] forecast identity, [TS] forecast list, twoway fpfitci
[TS] forecast query, [TS] forecast solve, fput() function, [M-5] fopen( )
[U] 20.20 Dynamic forecasts and simulations fput() function, [M-5] fopen( )
Markov-switching model, [TS] mswitch fputmatrix() function, [M-5] fopen( )
postestimation fputmatrix() function, [M-5] fopen( )
MGARCH model, see multivariate GARCH fracplot command, [R] mfp postestimation
postestimation fracpred command, [R] mfp postestimation
standard error of, [R] regress postestimation fracreg command, [R] fracreg, [R] fracreg
state-space model, [TS] sspace postestimation postestimation
structural vector autoregressive model, [TS] var svar fraction defective, [R] qc
postestimation fraction missing information, [MI] mi estimate, [MI] mi
unobserved-components model, [TS] ucm predict, [MI] mi test, [MI] Glossary
postestimation fraction option, [G-2] graph twoway histogram
vector autoregressive model, [TS] var fractional polynomial regression, [R] fp
postestimation
multivariable, [R] mfp
vector error-correction model, [TS] vec
fractional response regression, [R] fracreg, [SVY] svy
postestimation
estimation, [U] 26.10 Fractional-outcome
forecast-error variance decomposition, [G-2] graph dependent-variable models
other, [TS] irf, [TS] irf create, [TS] irf ograph,
fractional sample size, see sample-size
[TS] irf table, [TS] var intro, [TS] varbasic,
[TS] vec intro, [TS] Glossary fractionally integrated autoregressive moving-average
model, [TS] estat acplot, [TS] psdensity
forecasting, [TS] arch, [TS] arfima, [TS] arima,
[TS] fcast compute, [TS] fcast graph, frailty, see shared frailty
[TS] irf create, [TS] mgarch, [TS] tsappend, frailty model, [ST] stcox, [ST] stcurve, [ST] streg
[TS] tssmooth, [TS] tssmooth dexponential, framework, estat subcommand, [SEM] estat
[TS] tssmooth exponential, [TS] tssmooth framework
hwinters, [TS] tssmooth ma, [TS] tssmooth fread() function, [M-5] fopen( )
shwinters, [TS] ucm, [TS] var intro, [TS] var, fread() function, [M-5] fopen( )
[TS] vec intro, [TS] vec freduse command, [TS] arfima postestimation
foreground color, [G-4] schemes intro free, constraint subcommand, [R] constraint
format command, [D] format
224 Subject index
generate command, [D] generate, [MI] mi passive, global variable, [M-2] declarations,
[MI] mi xeq [M-5] direxternal( ), [M-5] findexternal( ),
generate functions, adding, [MV] cluster [M-5] valofexternal( ), [M-6] Glossary
programming subroutines glsaccum, matrix subcommand, [P] matrix accum
generating data, [D] egen, [D] generate GMM, see generalized method of moments
generating variables, [ST] stgen, [ST] sts generate gmm command, [R] gmm, [R] gmm postestimation
get, gnbreg command, [R] nbreg, [R] nbreg
constraint subcommand, [R] constraint postestimation
net subcommand, [R] net gof, estat subcommand, [R] estat gof, [R] poisson
get() function, [FN] Matrix functions, [P] matrix postestimation, [SEM] estat gof, [SVY] estat
define, [P] matrix get Gompertz survival regression, [ST] streg
getmata command, [D] putmata Gönen and Heller’s K , [ST] stcox postestimation
getting started, [U] 1 Read this—it will help Goodman and Kruskal’s gamma, [R] tabulate twoway
Getting Started with Stata manuals, [U] 1.1 Getting goodness of fit, [R] brier, [R] diagnostic plots,
Started with Stata [R] estat gof, [R] ksmirnov, [R] linktest,
keyword search of, [U] 4 Stata’s help and search [R] logistic postestimation, [R] lrtest,
facilities [R] poisson postestimation, [R] regress
gettoken command, [P] gettoken postestimation, [SEM] intro 7, [SEM] estat
Geweke–Hajivassiliou–Keane multivariate normal eqgof, [SEM] estat ggof, [SEM] estat
simulator, [M-5] ghk( ), [M-5] ghkfast( ) gof, [SEM] example 3, [SEM] example 4,
[SEM] Glossary, [SVY] estat, also see deviance
ggof, estat subcommand, [SEM] estat ggof
residual, also see normal distribution and
ghalton() function, [M-5] halton( ) normality, test for
ghessenbergd() function, [M-5] ghessenbergd( ) goto, [M-2] goto
ghessenbergd() function, [M-5] ghessenbergd( ) Gower coefficient similarity measure,
ghessenbergd la() function, [M-5] ghessenbergd( ) [MV] measure option
ghk() function, [M-5] ghk( ) GPCM, see generalized partial credit model
ghkfast() function, [M-5] ghkfast( ) gpcm, irt subcommand, [IRT] irt pcm
ghkfast i() function, [M-5] ghkfast( ) .gph file, [U] 11.6 Filenaming conventions
ghkfast init() function, [M-5] ghkfast( ) gph files, [G-2] graph manipulation, [G-4] concept:
ghkfast init *() function, [M-5] ghkfast( ) gph files
ghkfast query *() function, [M-5] ghkfast( ) describing contents, [G-2] graph describe
ghk init() function, [M-5] ghk( ) graded response model, [IRT] Glossary
ghk init *() function, [M-5] ghk( ) gradient option, [R] maximize
ghk query npts() function, [M-5] ghk( ) grammar, [M-2] syntax
GHQ, see quadrature, Gauss–Hermite, see Gauss– Granger causality, [TS] vargranger, [TS] Glossary
Hermite quadrature graph
Gibbs sampler, see Gibbs sampling bar command, [G-2] graph bar
Gibbs sampling, [BAYES] intro, [BAYES] bayesmh, box command, [G-2] graph box
[BAYES] Glossary close command, [G-2] graph close
ginvariant, estat subcommand, [SEM] estat combine command, [G-2] graph combine
ginvariant
command, [G-2] graph
ginvariant() option, see sem option ginvariant()
copy command, [G-2] graph copy
GJR, see threshold autoregressive conditional
describe command, [G-2] graph describe
heteroskedasticity
dir command, [G-2] graph dir
gladder command, [R] ladder
display command, [G-2] graph display
GLLAMM, see generalized linear latent and mixed
models dot command, [G-2] graph dot,
[G-3] area options, [G-3] line options
gllamm command, [R] gllamm
drop command, [G-2] graph drop
GLM, see generalized linear models
export command, [G-2] graph export
glm command, [R] glm, [R] glm postestimation
hbar command, [G-2] graph bar
GLME, see generalized linear mixed-effects model
hbox command, [G-2] graph box
GLMM, see generalized linear mixed model
matrix command, [G-2] graph matrix
Global, class prefix operator, [P] class
pie command, [G-2] graph pie
global command, [P] macro, [U] 18.3.2 Global
macros, [U] 18.3.10 Advanced global macro play command, [G-2] graph play
manipulation print command, [G-2] graph print,
[G-3] pr options
query command, [G-2] graph query
Subject index 227
haverdir, set subcommand, [D] import haver, hessenbergd() function, [M-5] hessenbergd( )
[R] set hessenbergd() function, [M-5] hessenbergd( )
hazard, [TE] etregress hessenbergd la() function, [M-5] hessenbergd( )
contributions, [ST] Glossary hessian option, [R] maximize
function, [G-2] graph other, [ST] sts, [ST] sts heterogeneity test, [R] epitab
generate, [ST] sts list, [ST] Glossary heteroskedastic errors, see linear regression with
graph of, [ST] ltable, [ST] stcurve, [ST] sts heteroskedastic errors
graph heteroskedastic probit regression, [R] hetprobit,
rate, [PSS] power exponential, [PSS] power [SVY] svy estimation
logrank heteroskedasticity, also see HAC variance estimate
ratio, [PSS] power cox, [PSS] power exponential, ARCH model, see autoregressive conditional
[PSS] power logrank, [R] eform option, heteroskedasticity model
[R] lincom, [ST] Glossary, [TE] Glossary conditional, [R] regress postestimation time series
tables, [ST] ltable GARCH model, see generalized autoregressive
hazard-rate difference, [PSS] power exponential conditional heteroskedasticity
hazards, Newey–West estimator, see Newey–West regression
control-group, [PSS] power exponential, robust variances, see robust, Huber/White/sandwich
[PSS] power logrank estimator of variance
experimental-group, [PSS] power exponential, test, [R] hetprobit, [R] regress postestimation,
[PSS] power logrank [R] regress postestimation time series,
two-sample, [PSS] power exponential, [PSS] power [R] sdtest
logrank hetprobit command, [R] hetprobit, [R] hetprobit
hbar, graph subcommand, [G-2] graph bar postestimation
hbox, graph subcommand, [G-2] graph box hettest, estat subcommand, [R] regress
headlabel option, [G-2] graph twoway pccapsym, postestimation
[G-2] graph twoway pcscatter hexadecimal report, [D] hexdump
health ratio, [R] binreg hexdump command, [D] hexdump
heckman command, [R] heckman, [R] heckman Heywood
postestimation case, [MV] Glossary
Heckman selection model, [R] heckman, solution, [MV] Glossary
[R] heckoprobit, [R] heckprobit, hh() function, [D] datetime, [FN] Date and time
[SEM] example 45g, [SVY] svy estimation functions, [M-5] date( )
heckoprobit command, [R] heckoprobit, hhC() function, [D] datetime, [FN] Date and time
[R] heckoprobit postestimation functions, [M-5] date( )
heckprobit command, [R] heckprobit, hidden stored results, [M-5] st global( ),
[R] heckprobit postestimation [M-5] st matrix( ), [M-5] st numscalar( )
height() textbox option, [G-3] added text options hierarchical
Helmert contrasts, [R] contrast cluster analysis, [MV] cluster, [MV] clustermat,
help, [M-1] help [MV] cluster linkage
mata subcommand, [M-3] mata help clustering, [MV] Glossary
view subcommand, [R] view model, [ME] me, [ME] mecloglog, [ME] meglm,
help command, [M-3] mata help, [R] help, [ME] melogit, [ME] menbreg, [ME] meologit,
[U] 4 Stata’s help and search facilities, [U] 7 – [ME] meoprobit, [ME] mepoisson,
more– conditions [ME] meprobit, [ME] meqrlogit,
writing your own, [U] 18.11.6 Writing system help [ME] meqrpoisson, [ME] mestreg, [ME] mixed,
help d, view subcommand, [R] view [ME] Glossary, [U] 26.21 Multilevel mixed-
help — I don’t know what to do, [U] 3 Resources for effects models
learning and using Stata regression, [R] nestreg, [R] stepwise
Henze–Zirkler normality test, [MV] mvtest normality samples, [R] anova, [R] gllamm, [R] loneway,
Hermitian [R] areg
adjoin, [M-2] op transpose, [M-5] conj( ) higher ASCII, see extended ASCII
matrices, [M-5] issymmetric( ), higher-order models, see confirmatory factor analysis
[M-5] makesymmetric( ), [M-6] Glossary highest posterior density
transpose, [M-2] op transpose, [M-5] conj( ) credible interval, [BAYES] intro, [BAYES] bayes,
Hessenberg [BAYES] bayesmh, [BAYES] bayesstats
decomposition, [M-5] hessenbergd( ), summary, [BAYES] Glossary
[M-6] Glossary region, [BAYES] intro, [BAYES] Glossary
form, [M-6] Glossary
232 Subject index
hypertext help, [R] help, [U] 4 Stata’s help and search identifier, class, [P] class
facilities, [U] 18.11.6 Writing system help identifier, unique, [D] isid
hypothesis, [PSS] Glossary, also see null hypothesis identity, forecast subcommand, [TS] forecast
and alternative hypothesis identity
test, [PSS] Glossary, [SEM] test, [SEM] testnl, also identity matrix, [M-5] I( ), [P] matrix define
see null hypothesis and alternative hypothesis idiosyncratic error term, [XT] Glossary
testing, Bayesian, see Bayesian, hypothesis testing if, [M-2] if
hypothesized value, see null value if exp qualifier, [P] syntax, [U] 11 Language syntax
if programming command, [P] if
I igaussian() function, [FN] Statistical functions,
[M-5] normal( )
I() function, [FN] Matrix functions, [M-5] I( ), igaussianden() function, [FN] Statistical functions,
[P] matrix define [M-5] normal( )
i.i.d. assumption, see independent and identically igaussiantail() function, [FN] Statistical functions,
distributed sampling assumption [M-5] normal( )
ibeta() function, [FN] Statistical functions, ignorable missing-data mechanism, [MI] intro
[M-5] normal( ) substantive, [MI] Glossary
ibetatail() function, [FN] Statistical functions, IIA, see independence of irrelevant alternatives
[M-5] normal( ) IIF, see item information function
ic, bayesstats subcommand, [BAYES] bayesstats iif, irtgraph subcommand, [IRT] irtgraph iif
ic, estat subcommand, [R] estat, [R] estat ic Im() function, [M-5] Re( )
ICC, see item characteristic curve Im–Pesaran–Shin test, [XT] xtunitroot
icc command, [R] icc imaginary part, [M-5] Re( )
icc, estat subcommand, [ME] melogit immediate commands, [P] display, [R] bitest, [R] ci,
postestimation, [ME] meprobit postestimation, [R] esize, [R] prtest, [R] sdtest, [R] symmetry,
[ME] meqrlogit postestimation, [ME] mixed [R] tabulate twoway, [R] ttest, [R] ztest,
postestimation [U] 18.4.5 Parsing immediate commands,
icc, irtgraph subcommand, [IRT] irtgraph icc [U] 19 Immediate commands
icd10 implied context, class, [P] class
check command, [D] icd10 import
clean command, [D] icd10 delimited command, [D] import delimited
command, [D] icd excel command, [D] import excel
generate command, [D] icd10 haver command, [D] import haver
lookup command, [D] icd10 sasxport command, [D] import sasxport
query command, [D] icd10 import, mi subcommand, [MI] mi import, [MI] mi
search command, [D] icd10 import flong, [MI] mi import flongsep, [MI] mi
icd9 import ice, [MI] mi import nhanes1, [MI] mi
check command, [D] icd9 import wide
clean command, [D] icd9 importance weight, [U] 11.1.6 weight,
command, [D] icd [U] 20.23.4 Importance weights
generate command, [D] icd9 importing data, [D] import, [D] import delimited,
[D] import excel, [D] import haver, [D] import
lookup command, [D] icd9
sasxport, [D] infile (fixed format), [D] infile
query command, [D] icd9 (free format), [D] infix (fixed format), [D] odbc,
search command, [D] icd9 [D] xmlsave, [MI] mi import, [MI] mi import
icd9p flong, [MI] mi import flongsep, [MI] mi import
check command, [D] icd9 ice, [MI] mi import nhanes1, [MI] mi import
clean command, [D] icd9 wide, [U] 21 Entering and importing data, also
command, [D] icd see combining datasets, also see inputting data
generate command, [D] icd9 interactively
lookup command, [D] icd9 improper prior, [BAYES] intro, [BAYES] bayesmh,
query command, [D] icd9 [BAYES] bayesstats ic, [BAYES] Glossary
search command, [D] icd9 impulse–response functions, [G-2] graph other,
ICE, see imputation, multivariate, chained equations [TS] irf, [TS] irf add, [TS] irf cgraph, [TS] irf
create, [TS] irf ctable, [TS] irf describe,
ice command, [MI] mi export ice, [MI] mi import ice
[TS] irf drop, [TS] irf graph, [TS] irf ograph,
iconv, [D] unicode convertfile
[TS] irf rename, [TS] irf set, [TS] irf table,
ICU, see International Components for Unicode [TS] var intro, [TS] varbasic, [TS] vec intro,
ID variable, [ST] Glossary [TS] Glossary
identification, see model identification
234 Subject index
incidence-rate ratio, postestimation, continued influence statistics, see delta beta influence statistic, see
negative binomial regression, [R] nbreg delta chi-squared influence statistic, see delta
postestimation, [R] tnbreg postestimation, deviance influence statistic, see DFBETA, see
[R] zinb postestimation LMAX value
Poisson regression, [R] poisson postestimation, %infmt, [D] infile (fixed format)
[R] tpoisson postestimation, [R] zip information, [IRT] Glossary
postestimation criteria, see Akaike information criterion, see
include bitmap, set subcommand, [R] set Bayesian information criterion
include command, [P] include matrix, [P] matrix get, [R] correlate, [R] maximize
income distributions, [R] inequality matrix test, [R] regress postestimation
income tax rate function, [D] egen informative prior, [BAYES] intro, [BAYES] bayes,
incomplete [BAYES] bayesmh, [BAYES] bayesstats ic,
beta function, [FN] Statistical functions, [BAYES] Glossary
[M-5] normal( ) inheritance, [M-2] class, [P] class
gamma function, [FN] Statistical functions, init, ml subcommand, [R] ml
[M-5] normal( ) init, ssd subcommand, [SEM] ssd
observations, [MI] Glossary, see dropout initial values, [SEM] Glossary, see starting values
increment operator, [M-2] op increment initialization, class, [P] class
independence of irrelevant alternatives, inlist() function, [FN] Programming functions
assumption, [R] clogit, [R] mlogit inner fence, [R] lv
relaxing assumption, [R] asclogit, [R] asmprobit, innovation accounting, [TS] irf
[R] asroprobit, [R] nlogit input command, [D] input
test for, [R] hausman, [R] nlogit, [R] suest input, matrix subcommand, [P] matrix define
independence test, [R] correlate, [R] epitab, input, obtaining from console in programs, see console,
[R] spearman, [R] tabulate twoway, obtaining input from
[SVY] svy: tabulate twoway input/output functions, [M-4] io
independent and identically distributed, [TS] Glossary inputting data
independent and identically distributed sampling from a file, see importing data, see reading data
assumption, [TE] teffects intro, [TE] teffects from disk
intro advanced, [TE] Glossary interactively, [D] edit, [D] input, also see editing
index of probit and logit, [R] logit postestimation, data, also see importing data
[R] predict, [R] probit postestimation inrange() function, [FN] Programming functions
index search, [R] search, [U] 4 Stata’s help and search insert, odbc subcommand, [D] odbc
facilities insobs command, [D] insobs
index, inspect command, [D] inspect
mathematical functions, [M-4] statistical install,
matrix functions, [M-4] utility net subcommand, [R] net
statistical functions, [M-4] statistical ssc subcommand, [R] ssc
stopping rules, see stopping rules installation
utility functions, [M-4] utility of official updates, [R] update, [U] 28 Using the
indexnot() function, [FN] String functions, Internet to keep up to date
[M-5] indexnot( ) of SJ and STB, [R] net, [R] sj, [U] 3.5 Updating
indicator variables, [R] tabulate oneway, [R] xi, and adding features from the web,
[SEM] Glossary, also see factor variables [U] 17.6 How do I install an addition?
indicators, [U] 11.4.3 Factor variables of user-written commands (updating), [R] adoupdate
indirect standardization, [R] dstdize instance, [M-6] Glossary
individual-level treatment effect, [TE] Glossary instance, class, [P] class
ineligible missing values, [MI] mi impute, .instancemv built-in class function, [P] class
[MI] Glossary instance-specific variable, [P] class
inequality measures, [R] inequality instrument, [IRT] Glossary
inertia, [MV] Glossary, also see total inertia instrumental-variables, [XT] Glossary
inertia, estat subcommand, [MV] ca postestimation estimator, [XT] Glossary
infile command, [D] infile (fixed format), [D] infile regression, [R] gmm, [R] ivpoisson, [R] ivprobit,
(free format) [R] ivregress, [R] ivtobit, [R] reg3, [SVY] svy
infix command, [D] infix (fixed format) estimation, [XT] xtabond, [XT] xtdpd,
[XT] xtdpdsys, [XT] xthtaylor, [XT] xtivreg,
[XT] xtivreg postestimation
int, [D] data types, [U] 12.2.2 Numeric storage types
236 Subject index
int() function, [FN] Mathematical functions intmethod() option, see gsem option intmethod()
integ command, [R] dydx intpoints() option, see gsem option intpoints()
integer truncation function, [FN] Mathematical intraclass correlation, [ME] Glossary, [R] icc, also see
functions estat icc command
integers, [M-5] trunc( ) intracluster correlation, see correlation, intracluster
integrals, numeric, [R] dydx intreg command, [R] intreg, [R] intreg
integrated autoregressive moving-average model, postestimation
[TS] estat acplot, [TS] psdensity inv() function, [FN] Matrix functions, [P] matrix
integrated process, [TS] Glossary define
intensity, color, adjustment, [G-2] graph twoway invariance, [IRT] Glossary
histogram, [G-2] graph twoway kdensity, invbinomial() function, [FN] Statistical functions,
[G-4] colorstyle [M-5] normal( )
intensitystyle, [G-4] intensitystyle invbinomialtail() function, [FN] Statistical
interaction, [R] anova, [R] contrast, [R] fvrevar, functions, [M-5] normal( )
[R] margins, [R] margins, contrast, invchi2() function, [FN] Statistical functions,
[R] margins, pwcompare, [R] marginsplot, [M-5] normal( )
[R] pwcompare, [R] set emptycells, invchi2tail() function, [FN] Statistical functions,
[R] xi, [U] 11.4.3 Factor variables, [M-5] normal( )
[U] 13.5.3 Factor variables and time-series invcloglog() function, [FN] Mathematical functions,
operators, [U] 20.18 Obtaining contrasts, [M-5] logit( )
tests of interactions, and main effects, invdunnettprob() function, [FN] Statistical
[U] 25.2 Estimation with factor variables functions, [M-5] normal( )
effects, [PSS] Glossary inverse
expansion, [R] xi cumulative
plots, [R] marginsplot beta distribution, [FN] Statistical functions
intercept, [SEM] intro 4, [SEM] Glossary, also see binomial function, [FN] Statistical functions
constraints, specifying chi-squared distribution function, [FN] Statistical
interface, query subcommand, [R] query functions
internal consistency test, [MV] alpha exponential distribution, [FN] Statistical
International Components for Unicode, [D] unicode functions
Internet, F distribution function, [FN] Statistical
commands to control connections to, [R] netio functions
installation of updates from, [R] adoupdate, [R] net, incomplete gamma function, [FN] Statistical
[R] sj, [R] update, [U] 28 Using the Internet to functions
keep up to date inverse Gaussian function, [FN] Statistical
search, [R] net search functions
Stata, [U] 3.2.1 The Stata website (www.stata.com) Weibull distribution, [FN] Statistical functions
Stata Journal, [U] 3.4 The Stata Journal hyperbolic tangent transformation, see Fisher’s z
Stata Press, [U] 3.3 Stata Press transformation
interpolation, [D] ipolate matrix, [M-4] solvers, [M-5] invsym( ),
interquantile range, [R] qreg [M-5] cholinv( ), [M-5] luinv( ), [M-5] qrinv( ),
interquartile range, [R] lv, [R] table, [R] tabstat [M-5] pinv( ), [M-5] solve tol( )
generating variable containing, [D] egen noncentral
making dataset of, [D] collapse beta distribution, [FN] Statistical functions
summarizing, [D] pctile chi-squared distribution function, [FN] Statistical
interrater agreement, [R] kappa functions
interrupting command execution, [U] 10 Keyboard use F distribution, [FN] Statistical functions
interval normal distribution function, [FN] Statistical
censoring, see imputation, interval-censored data functions
data, [XT] xtintreg, [XT] Glossary of matrix, [P] matrix define, [P] matrix svd
hypothesis test, [BAYES] Glossary reverse cumulative
hypothesis testing, see Bayesian, hypothesis testing, beta distribution, [FN] Statistical functions
interval binomial function, [FN] Statistical functions
regression, [R] intreg, [SVY] svy estimation chi-squared distribution function, [FN] Statistical
regression model, [SEM] example 44g functions
interval regression, random-effects, [XT] xtintreg exponential distribution, [FN] Statistical
functions
test, [BAYES] Glossary, see Bayesian, hypothesis
testing, interval F distribution function, [FN] Statistical
functions
Subject index 237
legends, [G-3] clegend option, [G-3] legend options limited dependent variables, continued
problems, [G-3] legend options [R] heckprobit, [R] hetprobit, [R] ivpoisson,
use with by(), [G-3] by option, [R] ivprobit, [R] logistic, [R] logit, [R] mlogit,
[G-3] clegend option, [G-3] legend options [R] mprobit, [R] nbreg, [R] nlogit, [R] ologit,
legendstyle, [G-4] legendstyle [R] oprobit, [R] poisson, [R] probit, [R] rocfit,
length, [M-5] abs( ), [M-5] rows( ), [M-5] strlen( ), [R] rocreg, [R] rologit, [R] scobit, [R] slogit,
[M-5] ustrlen( ), [M-5] udstrlen( ) [R] tnbreg, [R] tpoisson, [R] zinb, [R] zip,
[TE] etpoisson, [XT] xtcloglog, [XT] xtgee,
length() function, [M-5] rows( )
[XT] xtlogit, [XT] xtnbreg, [XT] xtologit,
length of string function, [FN] String functions [XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit,
less than (or equal) operator, [U] 13.2.3 Relational [XT] xtstreg
operators limits, [D] describe, [D] memory, [M-1] limits,
letter values, [R] lv [R] limits, [R] matsize, [U] 6 Managing
level command and value, [P] macro memory
level() option, see gsem option level(), see sem numerical and string, [P] creturn
option level() system, [P] creturn
level, set subcommand, [R] level, [R] set lincom command, [R] lincom, [SEM] intro 7,
levels, [U] 11.4.3 Factor variables [SEM] estat stdize, [SEM] lincom, [SVY] svy
levelsof command, [P] levelsof postestimation
Levene’s robust test statistic, [R] sdtest line, definition, [G-4] linestyle
leverage, [R] logistic postestimation, [R] regress line, graph twoway subcommand, [G-2] graph
postestimation diagnostic plots twoway line
leverage plots, [G-2] graph other linear
leverage-versus-(squared)-residual plot, [R] regress combinations, [SVY] estat, [SVY] svy
postestimation diagnostic plots postestimation
Levin–Lin–Chu test, [XT] xtunitroot combinations of estimators, [R] lincom,
LEx, [SEM] sem and gsem option covstructure( ) [U] 20.13 Obtaining linear combinations of
lexis command, [ST] stsplit coefficients
lexis diagram, [ST] stsplit combinations, forming, [P] matrix score
lfit, graph twoway subcommand, [G-2] graph discriminant analysis, [MV] candisc, [MV] discrim
twoway lfit lda, [MV] Glossary
lfitci, graph twoway subcommand, [G-2] graph filter, [TS] tsfilter, [TS] tsfilter cf, [TS] tssmooth
twoway lfitci ma, [TS] Glossary
libraries, [M-1] how, [M-3] mata mlib, [M-3] mata hypothesis test after estimation, [R] contrast,
which [R] lrtest, [R] margins, [R] margins, contrast,
license, [R] about [R] margins, pwcompare, [R] pwcompare,
life tables, [ST] ltable, [ST] sts, [ST] Glossary [R] test
likelihood, see maximum likelihood estimation interpolation and extrapolation, [D] ipolate
likelihood displacement value, [ST] stcox logit model, [PSS] power trend
postestimation, [ST] Glossary mixed-effects model, [ME] me, [ME] mixed,
likelihood-ratio [ME] Glossary
chi-squared of association, [R] tabulate twoway prediction, see multiple imputation, prediction
test, [PSS] power twoproportions, [PSS] Glossary, regression, [MV] mvreg, [R] anova, [R] areg,
[R] lrtest, [SEM] lrtest, [SEM] methods and [R] binreg, [R] cnsreg, [R] eivreg, [R] frontier,
formulas for sem, [U] 20.12.3 Likelihood-ratio [R] glm, [R] gmm, [R] heckman, [R] intreg,
tests [R] ivregress, [R] ivtobit, [R] qreg, [R] reg3,
Likert summative scales, [MV] alpha [R] regress, [R] rreg, [R] sureg, [R] tobit,
limited dependent variables, [IRT] Control Panel, [R] vwls, [SEM] intro 5, [SEM] example 6,
[IRT] irt 1pl, [IRT] irt 2pl, [IRT] irt 3pl, [SEM] Glossary, [SVY] svy estimation,
[IRT] irt grm, [IRT] irt nrm, [IRT] irt pcm, [TE] etregress, [TE] teffects ra, [TS] newey,
[IRT] irt rsm, [IRT] irt hybrid, [ME] mecloglog, [TS] prais, [XT] xtabond, [XT] xtdpd,
[ME] meglm, [ME] melogit, [ME] menbreg, [XT] xtdpdsys, [XT] xtfrontier, [XT] xtgee,
[ME] meologit, [ME] meoprobit, [XT] xtgls, [XT] xthtaylor, [XT] xtintreg,
[ME] mepoisson, [ME] meprobit, [XT] xtivreg, [XT] xtpcse, [XT] xtrc,
[ME] meqrlogit, [ME] meqrpoisson, [XT] xtreg, [XT] xtregar, [XT] xttobit, also see
[ME] mestreg, [R] asclogit, [R] asmprobit, generalized linear models, also see panel data,
[R] asroprobit, [R] betareg, [R] binreg, also see random-coefficients model
[R] biprobit, [R] brier, [R] clogit, [R] cloglog, conditional, [U] 26.9 Conditional logistic
[R] cpoisson, [R] cusum, [R] exlogistic, regression
[R] expoisson, [R] glm, [R] heckoprobit,
242 Subject index
luinv() function, [M-5] luinv( ) manova, estat subcommand, [MV] discrim lda
luinv() function, [M-5] luinv( ) postestimation
luinv la() function, [M-5] luinv( ) manovatest command, [MV] manova postestimation
lusolve() function, [M-5] lusolve( ) Mantel–Cox method, [ST] strate
lusolve() function, [M-5] lusolve( ) Mantel–Haenszel
lusolve la() function, [M-5] lusolve( ) method, [ST] strate
lv command, [R] lv test, [PSS] Glossary, [R] epitab, [ST] stir
lval, [M-2] op assignment, [M-6] Glossary mapping strings to numbers, [D] destring, [D] encode,
lvalue, class, [P] class [D] label, also see real() function
lvr2plot command, [R] regress postestimation maps, [M-5] asarray( ), [M-5] AssociativeArray( )
diagnostic plots MAR, see missing at random, see missing values
lwidth() option, [G-3] connect options, marginal
[G-3] rspike options distribution, Bayesian, [BAYES] intro,
[BAYES] bayesmh, [BAYES] Glossary
effects, [R] margins, [R] marginsplot,
M [U] 20.15 Obtaining marginal means,
M , [MI] mi impute, [MI] Glossary adjusted predictions, and predictive margins,
size recommendations, [MI] intro substantive, [U] 20.19 Graphing margins, marginal effects,
[MI] mi estimate and contrasts
m, [MI] Glossary homogeneity, [PSS] power, [PSS] power
MA, see moving average model pairedproportions, [PSS] power mcc,
ma, tssmooth subcommand, [TS] tssmooth ma [PSS] Glossary
Mac, homogeneity, test of, [R] symmetry
keyboard use, [U] 10 Keyboard use likelihood, Bayesian, [BAYES] intro,
[BAYES] bayesmh, [BAYES] bayesstats ic,
pause, [P] sleep
[BAYES] bayestest model, [BAYES] Glossary
specifying filenames, [U] 11.6 Filenaming
means, [R] contrast, [R] margins, [R] margins,
conventions
contrast, [R] margins, pwcompare,
machine precision, [M-5] epsilon( ), [M-6] Glossary [R] marginsplot, [R] pwcompare,
macro [U] 20.15 Obtaining marginal means, adjusted
dir command, [P] macro predictions, and predictive margins
drop command, [P] macro posterior distribution, Bayesian, [BAYES] intro,
list command, [P] macro [BAYES] bayes, [BAYES] bayesmh,
shift command, [P] macro [BAYES] bayesgraph, [BAYES] bayesstats
macro substitution, [P] macro ess, [BAYES] bayesstats summary,
class, [P] class [BAYES] bayestest interval, [BAYES] Glossary
macros, [P] creturn, [P] macro, [P] scalar, [P] syntax, proportion, see proportions, marginal
[U] 18.3 Macros, also see e() stored results tax rate egen function, [D] egen
macval() macro expansion function, [P] macro margins command, [R] margins, [R] margins
mad(), egen function, [D] egen postestimation, [R] margins, contrast,
MAD regression, [R] qreg [R] margins, pwcompare, [R] marginsplot,
Mahalanobis [SEM] intro 7, [SVY] svy postestimation,
[U] 20.15 Obtaining marginal means, adjusted
distance, [MV] Glossary
predictions, and predictive margins
transformation, [MV] Glossary
margins, size of, [G-4] marginstyle
main effects, [MV] manova, [PSS] Glossary, [R] anova
margins test, [R] margins, [R] pwcompare
makecns command, [P] makecns
marginsplot command, [R] marginsplot,
makesymmetric() function, [M-5] makesymmetric( )
[U] 20.19 Graphing margins, marginal effects,
makesymmetric() function, [M-5] makesymmetric( ) and contrasts
man command, [R] help marginstyle, [G-3] region options,
manage, window subcommand, [P] window [G-3] textbox options, [G-4] marginstyle
programming, [P] window manage mark command, [P] mark
MANCOVA, see multivariate analysis of covariance marker labels, [G-3] marker label options,
mangle option, [G-2] graph twoway pcarrow [G-4] markerlabelstyle
manifest variables, [SEM] Glossary markerlabelstyle, [G-4] markerlabelstyle
manipulation commands, [G-2] graph manipulation markers, [G-3] marker options, also see marker labels
Mann–Whitney two-sample statistics, [R] ranksum color, [G-4] colorstyle
MANOVA, see multivariate analysis of variance resizing, [G-3] scale option
manova command, [MV] manova, [MV] manova shape of, [G-4] symbolstyle
postestimation
246 Subject index
matsize, set subcommand, [R] matsize, [R] set mca command, [MV] mca, [MV] mca postestimation,
matuniform() function, [FN] Matrix functions, [MV] mca postestimation plots
[P] matrix define MCAGH, see quadrature, mode-curvature adaptive
matuse, mata subcommand, [M-3] mata matsave Gauss–Hermite
max(), MCAGHQ, see mode-curvature adaptive Gauss–Hermite
built-in function, [FN] Mathematical functions quadrature
egen function, [D] egen mcaplot command, [MV] mca postestimation,
max() function, [M-5] minmax( ) [MV] mca postestimation plots
max memory, set subcommand, [R] set mcaprojection command, [MV] mca postestimation,
maxbyte() function, [FN] Programming functions [MV] mca postestimation plots
maxdb, set subcommand, [R] db, [R] set MCAR, see missing completely at random
maxdouble() function, [FN] Programming functions, mcc command, [R] epitab
[M-5] mindouble( ) mcc, power subcommand, [PSS] power mcc
maxes() option, [G-2] graph matrix mcci command, [R] epitab
maxfloat() function, [FN] Programming functions MCE, see Monte Carlo error
maximization, [M-5] moptimize( ), [M-5] optimize( ) McFadden’s choice model, [R] asclogit
maximization technique explained, [R] maximize, MCMC, see Markov chain Monte Carlo
[R] ml McNemar’s chi-squared test, [R] clogit, [R] epitab
maximize, ml subcommand, [R] ml McNemar’s test, [PSS] Glossary
maximize options, see gsem option maximize options, mcolor() option, [G-3] marker options
see sem option maximize options MCSE, see Monte Carlo standard error
maximum md command, [D] mkdir
function, [D] egen, [FN] Programming functions MDES, see minimum detectable effect size
length of string, [M-1] limits mdev(), egen function, [D] egen
likelihood, [SEM] intro 4, [SEM] methods and MDS, see multidimensional scaling
formulas for gsem, [SEM] methods and mds command, [MV] mds, [MV] mds postestimation,
formulas for sem, [SEM] Glossary [MV] mds postestimation plots
with missing values, [SEM] example 26, mdsconfig command, [MV] mds, [MV] mds
[SEM] Glossary postestimation plots
likelihood estimation, [MV] factor, [R] maximize, mdslong command, [MV] mds postestimation,
[R] ml, [R] mlexp [MV] mds postestimation plots, [MV] mdslong
likelihood factor method, [MV] Glossary mdsmat command, [MV] mds postestimation,
limits, [R] limits [MV] mds postestimation plots, [MV] mdsmat
number of observations, [D] memory mdsshepard command, [MV] mds postestimation
number of variables, [D] describe, [D] memory plots
number of variables and observations, mdy() function, [D] datetime, [FN] Date and time
[U] 6 Managing memory functions, [M-5] date( )
number of variables in a model, [R] matsize mdyhms() function, [D] datetime, [FN] Date and time
pseudolikelihood estimation, [SVY] ml for svy, functions, [M-5] date( )
[SVY] variance estimation mean command, [R] mean, [R] mean postestimation
restricted likelihood, [ME] mixed mean contrasts, see contrasts
size of dataset, [U] 6 Managing memory mean(), egen function, [D] egen
size of matrix, [M-1] limits mean() function, [M-5] mean( )
value dissimilarity measure, [MV] measure option mean–variance adaptive Gauss–Hermite quadrature,
maximums and minimums, [M-5] minindex( ) [IRT] Glossary, see quadrature, mean–variance
creating dataset of, [D] collapse adaptive Gauss–Hermite
functions, [D] egen, [FN] Mathematical functions, means, [PSS] power, [PSS] power oneway,
[FN] Programming functions [PSS] power repeated, [PSS] unbalanced
designs
reporting, [R] lv, [R] summarize, [R] table
across variables, not observations, [D] egen
maxindex() function, [M-5] minindex( )
arithmetic, geometric, and harmonic, [R] ameans
maxint() function, [FN] Programming functions
confidence interval and standard error, [R] ci
maxiter, set subcommand, [R] maximize, [R] set
control-group, [PSS] power twomeans,
maxlong() function, [FN] Programming functions
[PSS] unbalanced designs
max memory, set subcommand, [D] memory
correlated, see means, paired
maxvar, set subcommand, [D] memory, [R] set
creating
mband, graph twoway subcommand, [G-2] graph
dataset of, [D] collapse
twoway mband
variable containing, [D] egen
MCA, see multiple correspondence analysis
Subject index 249
ml, continued .mo object code file, [M-1] how, [M-3] mata
init command, [R] ml mosave, [M-3] mata which, [M-6] Glossary,
maximize command, [R] ml [U] 11.6 Filenaming conventions
model command, [R] ml mod() function, [FN] Mathematical functions,
plot command, [R] ml [M-5] mod( )
query command, [R] ml mode(), egen function, [D] egen
report command, [R] ml mode-curvature adaptive Gauss–Hermite quadrature,
score command, [R] ml [IRT] Glossary, see quadrature, mode-curvature
adaptive Gauss–Hermite
search command, [R] ml
model
trace command, [R] ml
coefficients test, [R] lrtest, [R] test, [R] testnl,
mlabangle() option, [G-3] marker label options
[SVY] svy postestimation
mlabcolor() option, [G-3] marker label options
comparison, Bayesian, see Bayesian, model
mlabel() option, [G-3] marker label options comparison
mlabgap() option, [G-3] marker label options hypothesis testing, see Bayesian, hypothesis testing
mlabposition() option, [G-3] marker label options identification, [SEM] intro 4, [SEM] intro 12,
mlabsize() option, [G-3] marker label options [SEM] Glossary
mlabstyle() option, [G-3] marker label options posterior probability, [BAYES] intro,
mlabtextstyle() option, [BAYES] bayes, [BAYES] bayestest model,
[G-3] marker label options [BAYES] Glossary
mlabvposition() option, simplification test, [SEM] example 8,
[G-3] marker label options [SEM] example 10
mlcolor() option, [G-3] marker options specification test, see specification test
mleval command, [R] ml model, ml subcommand, [R] ml
mlexp command, [R] mlexp, [R] mlexp postestimation model-implied covariances and correlations,
mlib [SEM] example 11
add, mata subcommand, [M-3] mata mlib modeling
create, mata subcommand, [M-3] mata mlib fractions, [R] betareg
index, mata subcommand, [M-3] mata mlib proportions, [R] betareg
query, mata subcommand, [M-3] mata mlib rates, [R] betareg
.mlib library file, [M-1] how, [M-3] mata describe, models, maximum number of variables in, [R] matsize
[M-3] mata mlib, [M-3] mata set, [M-3] mata modern scaling, [MV] Glossary
which, [M-6] Glossary, [U] 11.6 Filenaming modification, file, [D] filefilter
conventions modification indices, [SEM] estat mindices,
mlmatbysum command, [R] ml [SEM] example 5, [SEM] methods and
mlmatsum command, [R] ml formulas for sem, [SEM] Glossary
MLMV, see maximum likelihood with missing values modifying data, [D] generate, also see editing data
mlmv, see sem option method() modulus function, [FN] Mathematical functions
mlogit command, [R] mlogit, [R] mlogit modulus transformations, [R] boxcox
postestimation mofd() function, [D] datetime, [FN] Date and time
mlogit option, see gsem option mlogit functions, [M-5] date( )
mlong moments (of a distribution), [SEM] Glossary
data style, [MI] styles, [MI] Glossary monadic operator, [M-2] syntax, [M-6] Glossary
technical description, [MI] technical monotone imputation, see imputation, monotone
mlpattern() option, [G-3] marker options monotone-missing pattern, [MI] mi impute monotone,
mlstyle() option, [G-3] marker options [MI] Glossary, [R] misstable
mlsum command, [R] ml monotonicity, see pattern of missingness
mlvecsum command, [R] ml Monte Carlo
mlwidth() option, [G-3] marker options error, [MI] mi estimate, [MI] mi estimate using,
mm() function, [D] datetime, [FN] Date and time [MI] Glossary
functions, [M-5] date( ) simulations, [P] postfile, [R] permute, [R] simulate
.mmat matrix file, [M-3] mata matsave, standard error, [BAYES] intro, [BAYES] bayes,
[U] 11.6 Filenaming conventions [BAYES] bayesmh, [BAYES] bayesstats
mmC() function, [D] datetime, [FN] Date and time summary, [BAYES] Glossary
functions, [M-5] date( ) month() function, [D] datetime, [FN] Date and time
MNAR, see missing not at random functions, [M-5] date( ), [U] 24.5 Extracting
MNP, see outcomes, multinomial components of dates and times
Subject index 253
monthly() function, [D] datetime, [D] datetime multilevel latent variable, [SEM] intro 2, [SEM] gsem
translation, [FN] Date and time functions, path notation extensions
[M-5] date( ) multilevel mixed-effects model, see multilevel model
Moore–Penrose inverse, [M-5] pinv( ) multilevel model, [BAYES] bayesmh, [ME] me,
moptimize() function, [M-5] moptimize( ) [ME] mecloglog, [ME] meglm, [ME] melogit,
moptimize() function, [M-5] moptimize( ) [ME] menbreg, [ME] meologit,
moptimize ado cleanup() function, [ME] meoprobit, [ME] mepoisson,
[M-5] moptimize( ) [ME] meprobit, [ME] meqrlogit,
moptimize evaluate() function, [ME] meqrpoisson, [ME] mestreg,
[M-5] moptimize( ) [ME] mixed, [R] gllamm, [SEM] intro 5,
moptimize evaluate() function, [M-5] moptimize( ) [SEM] example 30g, [SEM] example 38g,
[SEM] example 39g, [SEM] example 40g,
moptimize init() function, [M-5] moptimize( )
[SEM] example 41g, [SEM] example 42g,
moptimize init *() functions, [M-5] moptimize( ) [SEM] Glossary, [U] 26.21 Multilevel mixed-
moptimize query() function, [M-5] moptimize( ) effects models
moptimize result *() functions, multinomial
[M-5] moptimize( ) logistic regression, [SEM] intro 2, [SEM] intro 5,
moptimize util *() functions, [M-5] moptimize( ) [SEM] example 37g, [SEM] example 41g,
more command and parameter, [P] macro, [P] more, [SEM] Glossary, [SVY] svy estimation
[R] more, [U] 7 –more– conditions, logistic regression imputation, see imputation,
[U] 16.1.6 Preventing –more– conditions multinomial logistic regression
more() function, [M-5] more( ) outcome model, see outcomes, multinomial
more, set subcommand, [R] more, [R] set probit regression, [SVY] svy estimation
mortality table, see life tables multiple comparisons, [R] contrast, [R] margins,
mosave, mata subcommand, [M-3] mata mosave [R] pwcompare, [R] pwmean, [MV] mvreg,
moving average [R] anova postestimation, [R] correlate,
model, [TS] arch, [TS] arfima, [TS] arima, [R] oneway, [R] regress postestimation,
[TS] sspace, [TS] ucm [R] roccomp, [R] spearman, [R] test, [R] testnl,
process, [TS] Glossary [R] tetrachoric
smoother, [TS] tssmooth, [TS] tssmooth ma Bonferroni’s method, [R] contrast, [R] margins,
mprobit command, [R] mprobit, [R] mprobit [R] pwcompare, [R] pwmean, [R] anova
postestimation postestimation, [R] correlate, [R] oneway,
mreldif() function, [FN] Matrix functions, [R] regress postestimation, [R] roccomp,
[M-5] reldif( ), [P] matrix define [R] spearman, [R] test, [R] testnl,
mreldifre() function, [M-5] reldif( ) [R] tetrachoric
mreldifsym() function, [M-5] reldif( ) Duncan’s method, [R] pwcompare, [R] pwmean
msize() option, [G-3] marker options, Dunnett’s method, [R] pwcompare, [R] pwmean
[G-3] rcap options Holm’s method, [R] anova postestimation,
msofhours() function, [D] datetime, [FN] Date and [R] regress postestimation, [R] test, [R] testnl
time functions, [M-5] date( ) multiple-range method, see Dunnett’s method
msofminutes() function, [D] datetime, [FN] Date subentry
and time functions, [M-5] date( ) Scheffé’s method, [R] contrast, [R] margins,
msofseconds() function, [D] datetime, [FN] Date [R] pwcompare, [R] pwmean, [R] oneway
and time functions, [M-5] date( ) Šidák’s method, [R] contrast, [R] margins,
mspline, graph twoway subcommand, [G-2] graph [R] pwcompare, [R] pwmean, [R] anova
twoway mspline postestimation, [R] correlate, [R] oneway,
mstyle() option, [G-3] marker options [R] regress postestimation, [R] roccomp,
[R] spearman, [R] test, [R] testnl,
mswitch command, [TS] mswitch, [TS] mswitch
[R] tetrachoric
postestimation
Studentized-range method, see Tukey’s method
msymbol() option, [G-3] marker options
subentry
mt64, see random-number generator
Student–Newman–Keuls’s method, [R] pwcompare,
MTMM, see multitrait–multimethod data and matrices [R] pwmean
mtr(), egen function, [D] egen Tukey’s method, [R] pwcompare, [R] pwmean
multiarm trial, [ST] Glossary multiple correlation, [SEM] Glossary
multidimensional scaling, [MV] mds, [MV] mds multiple correspondence analysis, [MV] Glossary
postestimation plots, [MV] mdslong,
multiple imputation, [MI] intro substantive, [MI] intro,
[MV] mdsmat, [MV] Glossary
[MI] styles, [MI] workflow, [U] 26.27 Multiple
configuration plot, [MV] Glossary imputation
multilevel data, [MI] mi estimate
254 Subject index
MVAGHQ, see mean–variance adaptive Gauss–Hermite ndots() option, [G-2] graph twoway dot
quadrature nearest neighbor, [MI] mi impute pmm, [MV] discrim
mvdecode command, [D] mvencode knn, [MV] Glossary
mvencode command, [D] mvencode nearest-neighbor matching, [TE] teffects intro,
MVN imputation, see imputation, multivariate normal [TE] teffects intro advanced, [TE] teffects
mvreg command, [MV] mvreg, [MV] mvreg nnmatch, [TE] Glossary
postestimation needle plot, [R] spikeplot
mvreg, estat subcommand, [MV] procrustes negate() function, [M-5] negate( )
postestimation negation matrix, [M-5] negate( )
mvtest, [MV] mvtest negation operator, see arithmetic operators
correlations command, [MV] mvtest negative binomial, [SEM] example 39g
correlations distribution,
covariances command, [MV] mvtest covariances cumulative, [FN] Statistical functions
means command, [MV] mvtest means inverse cumulative, [FN] Statistical functions
normality command, [MV] mvtest normality inverse reverse cumulative, [FN] Statistical
functions
N reverse cumulative, [FN] Statistical functions
probability mass function, [FN] Statistical functions
n and N built-in variables, [U] 13.4 System variables regression, [R] nbreg, [SEM] Glossary, [SVY] svy
( variables), [U] 13.7 Explicit subscripting estimation, [XT] Glossary
name() option, [G-3] name option fixed-effects, [XT] xtnbreg
nameexternal() function, [M-5] findexternal( ) generalized linear models, [R] glm
namelists, [M-3] namelists mixed-effects, [ME] menbreg
names, [U] 11.3 Naming conventions population-averaged, [XT] xtgee, [XT] xtnbreg
conflicts, [P] matrix, [P] matrix define, [P] scalar random-effects, [XT] xtnbreg
matrix row and columns, [P] ereturn, [P] matrix truncated, [R] tnbreg
define, [P] matrix rownames zero-inflated, [R] zinb
names, confirm subcommand, [P] confirm negative effect size, [PSS] power, [PSS] Glossary
namespace and conflicts, matrices and scalars, Nelder–Mead algorithm, [M-5] moptimize( ),
[P] matrix, [P] matrix define [M-5] optimize( )
naming Nelson–Aalen cumulative hazard, [ST] sts, [ST] sts
convention, [M-1] naming generate, [ST] sts graph, [ST] sts list
groups of variables, [D] rename group nested
variables, [D] rename case–control data, [ST] sttocc
NaN, [M-6] Glossary designs, [MV] manova, [R] anova
NARCH, see nonlinear autoregressive conditional effects, [MV] manova, [R] anova
heteroskedasticity logit, [R] nlogit
NARCHK, see nonlinear autoregressive conditional model statistics, [R] nestreg
heteroskedasticity with a shift
number list, [PSS] power
natural log function, [FN] Mathematical functions,
random effects, [ME] mecloglog, [ME] meglm,
[FN] Statistical functions
[ME] melogit, [ME] menbreg, [ME] meologit,
natural splines, [R] mkspline [ME] meoprobit, [ME] mepoisson,
nbetaden() function, [FN] Statistical functions, [ME] meprobit, [ME] meqrlogit,
[M-5] normal( ) [ME] meqrpoisson, [ME] mestreg, [ME] mixed,
nbinomial() function, [FN] Statistical functions, [ME] Glossary
[M-5] normal( ) regression, [R] nestreg
nbinomialp() function, [FN] Statistical functions, nested, misstable subcommand, [R] misstable
[M-5] normal( ) nested-effects model, [SEM] Glossary
nbinomialtail() function, [FN] Statistical functions, nestreg prefix command, [R] nestreg
[M-5] normal( )
net
nbreg command, [R] nbreg, [R] nbreg postestimation
cd command, [R] net
nbreg option, see gsem option nbreg
describe command, [R] net
nchi2() function, [FN] Statistical functions,
from command, [R] net
[M-5] normal( )
get command, [R] net
nchi2den() function, [FN] Statistical functions,
[M-5] normal( ) install command, [R] net
nchi2tail() function, [FN] Statistical functions, link command, [R] net
[M-5] normal( ) query command, [R] net
n-class command, [P] program, [P] return search command, [R] net search
256 Subject index
notable option, see gsem option notable, see sem null, continued
option notable mean, [PSS] power, [PSS] power onemean,
note() option, [G-3] title options [PSS] power oneproportion, [PSS] power
notes onecorrelation, [PSS] unbalanced designs
command, [D] notes mean difference, [PSS] power, [PSS] power
drop command, [D] notes pairedmeans
list command, [D] notes parameter, [PSS] Glossary, see null value
renumber command, [D] notes proportion, [PSS] power
replace command, [D] notes standard deviation, [PSS] power, [PSS] power
search command, [D] notes onevariance
notes, cluster subcommand, [MV] cluster notes value, [PSS] power, [PSS] Glossary
notes on estimation results, [R] estimates notes variance, [PSS] power, [PSS] power onevariance
notes, nullmat() function, [FN] Matrix functions,
cluster analysis, [MV] cluster notes [P] matrix define
creating, [D] notes, [D] varmanage number
editing, [D] notes, [D] varmanage of events, see number of failures
notes, estimates subcommand, [R] estimates notes of failures, [PSS] power cox, [PSS] power
exponential, [PSS] power logrank
notifyuser, set subcommand, [R] set
to string conversion, see string functions
noupdate option, [MI] noupdate option
number, confirm subcommand, [P] confirm
novarabbrev command, [P] varabbrev
number to string conversion, see string functions
noxconditional option, see sem option
noxconditional numbered
styles, [G-4] linestyle, [G-4] markerlabelstyle,
NPARCH, see nonlinear power autoregressive
[G-4] markerstyle, [G-4] pstyle
conditional heteroskedasticity
numbers, [U] 12.2 Numbers
npnchi2() function, [FN] Statistical functions,
[M-5] normal( ) formatting, [D] format
npnF() function, [FN] Statistical functions, mapping to strings, [D] encode, [D] label
[M-5] normal( ) numeric, [M-2] declarations, [M-6] Glossary
npnt() function, [FN] Statistical functions, numeric list, [P] numlist, [P] syntax,
[M-5] normal( ) [U] 11.1.8 numlist
nproc, estat subcommand, [R] rocreg postestimation numeric value labels, [D] labelbook
nptrend command, [R] nptrend numerical precision, [U] 13.12 Precision and problems
NR algorithm, [R] ml therein
NRM, see nominal response model numlabel command, [D] labelbook
nrm, irt subcommand, [IRT] irt nrm, [IRT] irt nrm numlist command, [P] numlist, [U] 11.1.8 numlist
postestimation N-way analysis of variance, [R] anova
nrtolerance() option, [R] maximize N-way multivariate analysis of variance, [MV] manova
nt() function, [FN] Statistical functions,
[M-5] normal( ) O
ntden() function, [FN] Statistical functions,
[M-5] normal( ) object, [P] class
nttail() function, [FN] Statistical functions, object code, [M-1] how, [M-6] Glossary
[M-5] normal( ) objective prior, see noninformative prior
NULL, [M-2] pointers, [M-6] Glossary object-oriented programming, [M-2] class,
null [M-6] Glossary, [P] class
correlation, [PSS] power objects, size of, [G-4] relativesize
hypothesis and alternative hypothesis, [PSS] power, .objkey built-in class function, [P] class
[PSS] power onemean, [PSS] power twomeans, .objtype built-in class function, [P] class
[PSS] power pairedmeans, [PSS] power oblimax rotation, [MV] rotate, [MV] rotatemat,
oneproportion, [PSS] power twoproportions, [MV] Glossary
[PSS] power pairedproportions, [PSS] power oblimin rotation, [MV] rotate, [MV] rotatemat,
onevariance, [PSS] power twovariances, [MV] Glossary
[PSS] power onecorrelation, [PSS] power oblique rotation, [MV] factor postestimation,
twocorrelations, [PSS] power oneway,
[MV] rotate, [MV] rotatemat, [MV] Glossary
[PSS] power twoway, [PSS] power repeated,
oblique transformation, see oblique rotation
[PSS] power cmh, [PSS] power mcc,
[PSS] power trend, [PSS] power cox, obs parameter, [D] describe, [D] obs
[PSS] power exponential, [PSS] power logrank, obs, set subcommand, [D] obs, [R] set
[PSS] unbalanced designs, [PSS] Glossary
Subject index 259
onecorrelation, power subcommand, [PSS] power operator, [M-2] op arith, [M-2] op assignment,
onecorrelation [M-2] op colon, [M-2] op conditional,
onemean, power subcommand, [PSS] power onemean [M-2] op increment, [M-2] op join,
oneproportion, power subcommand, [PSS] power [M-2] op kronecker, [M-2] op logical,
oneproportion [M-2] op range, [M-2] op transpose,
one-sample [M-6] Glossary, [P] matrix define,
correlation, see correlation, one-sample [U] 13.2 Operators
mean, see means, one-sample difference, [U] 11.4.4 Time-series varlists
proportion, see proportions, one-sample lag, [U] 11.4.4 Time-series varlists
standard deviation, see standard deviations, one- lead, [U] 11.4.4 Time-series varlists
sample order of evaluation, [U] 13.2.5 Order of evaluation,
study, [PSS] power, [PSS] unbalanced designs all operators
test, [PSS] intro, [PSS] power, [PSS] Glossary seasonal lag, [U] 11.4.4 Time-series varlists
correlation, [PSS] power onecorrelation OPG, see outer product of the gradient
Cox proportional hazards model, [PSS] power oprobit command, [R] oprobit, [R] oprobit
cox postestimation
hazard function, [PSS] power cox oprobit option, see gsem option oprobit
hazard ratio, [PSS] power cox oprobit regression, mixed-effects, [ME] meoprobit
linear logit model, [PSS] power trend optimization, [M-3] mata set, [M-5] moptimize( ),
[M-5] optimize( ), [M-6] Glossary
log hazard-ratio, [PSS] power cox
optimize() function, [M-5] optimize( )
mean, [PSS] power onemean, [PSS] unbalanced
designs optimize() function, [M-5] optimize( )
proportion, [PSS] power oneproportion optimize evaluate() function, [M-5] optimize( )
regression coefficient, [PSS] power trend, optimize evaluate() function, [M-5] optimize( )
[PSS] power cox optimize init() function, [M-5] optimize( )
survivor function, [PSS] power cox optimize init *() functions, [M-5] optimize( )
variance, [PSS] power onevariance optimize query() function, [M-5] optimize( )
variance, see variances, one-sample optimize result *() functions, [M-5] optimize( )
one-sided test, [PSS] power, [PSS] power onemean, options, [U] 11 Language syntax
[PSS] power twomeans, [PSS] power in a programming context, [P] syntax, [P] unab
pairedmeans, [PSS] power oneproportion, repeated, [G-4] concept: repeated options
[PSS] power twoproportions, [PSS] power or operator, [U] 13.2.4 Logical operators
pairedproportions, [PSS] power onevariance, Oracle, reading data from, [D] odbc
[PSS] power twovariances, [PSS] power order command, [D] order
onecorrelation, [PSS] power twocorrelations, order() function, [M-5] sort( )
[PSS] power oneway, [PSS] power cmh, order statistics, [D] egen, [R] lv
[PSS] power mcc, [PSS] power trend,
ordered
[PSS] power cox, [PSS] power exponential,
[PSS] power logrank, [PSS] Glossary complementary log-log regression, [SEM] Glossary
one-step-ahead forecast, see static forecast logistic regression, [BAYES] bayesmh,
[ME] meologit, [SEM] Glossary, [SVY] svy
one-tailed test, [PSS] Glossary, also see one-sided test
estimation
onevariance, power subcommand, [PSS] power
logistic regression imputation, see imputation,
onevariance
ordered logistic regression
one-way analysis of variance, [PSS] power,
logit, [R] ologit, [SEM] example 35g
[PSS] power oneway, [PSS] Glossary,
[R] kwallis, [R] loneway, [R] oneway probit, [R] heckoprobit, [R] oprobit,
[SEM] example 35g, [SEM] example 36g
oneway command, [R] oneway
probit regression, [BAYES] bayesmh,
one-way repeated-measures ANOVA, [PSS] power
[ME] meoprobit, [SEM] Glossary, [SVY] svy
repeated, [PSS] Glossary
estimation
oneway, power subcommand, [PSS] power oneway
probit with sample selection, [SVY] svy estimation
online help, [U] 7 –more– conditions
ordering
opaccum, matrix subcommand, [P] matrix accum
observations, [D] gsort, [D] sort
open, file subcommand, [P] file
variables, [D] order, [D] sort
OpenOffice dates, [D] datetime
ordinal
operating characteristic curve, [IRT] Glossary
exposure, [PSS] power trend
operating system command, [D] cd, [D] copy, [D] dir,
item, [IRT] Glossary
[D] erase, [D] mkdir, [D] rmdir, [D] shell,
[D] type
Subject index 261
pctile command, [D] pctile phtest, estat subcommand, [ST] stcox PH-
PDF, [G-2] graph export, [R] translate assumption tests
create, [M-5] Pdf*( ) pi built-in variable, [U] 11.3 Naming conventions
Pdf*() functions, [M-5] Pdf*( ) pi() function, [M-5] sin( )
Pearson pi, value of, [U] 11.3 Naming conventions,
coefficient similarity measure, [U] 13.4 System variables ( variables)
[MV] measure option pie charts, [G-2] graph pie
goodness-of-fit test, [R] estat gof, [R] logistic pie, graph subcommand, [G-2] graph pie
postestimation, [R] poisson postestimation piece macro extended function, [P] macro
product-moment correlation coefficient, [R] correlate piecewise
residual, [ME] mecloglog postestimation, cubic functions, [R] mkspline
[ME] meglm postestimation, [ME] melogit linear functions, [R] mkspline
postestimation, [ME] menbreg postestimation, Pillai’s trace statistic, [MV] canon, [MV] manova,
[ME] mepoisson postestimation, [ME] meprobit [MV] mvtest means, [MV] Glossary
postestimation, [ME] meqrlogit postestimation, pinnable, set subcommand, [R] set
[ME] meqrpoisson postestimation, pinv() function, [M-5] pinv( )
[ME] mestreg postestimation, [R] binreg
pinv() function, [M-5] pinv( )
postestimation, [R] estat gof, [R] glm
postestimation, [R] logistic postestimation, pk, see pharmacokinetic data
[R] logit postestimation pkcollapse command, [R] pkcollapse
Pearson’s correlation, [PSS] power onecorrelation, pkcross command, [R] pkcross
[PSS] power twocorrelations, [PSS] Glossary pkequiv command, [R] pkequiv
penalized log-likelihood function, [ST] stcox, pkexamine command, [R] pkexamine
[ST] Glossary .pkg filename suffix, [R] net
percentiles, pkshape command, [R] pkshape
create pksumm command, [R] pksumm
dataset of, [D] collapse Plackett–Luce model, [R] rologit
variable containing, [D] codebook, [D] egen, plain ASCII, [ I ] Glossary
[D] pctile platforms for which Stata is available,
displaying, [R] centile, [R] lv, [R] summarize, [U] 5.1 Platforms
[R] table, [R] tabstat play, graph subcommand, [G-2] graph play
perfect prediction, see imputation, perfect prediction play() option, [G-3] play option
pergram command, [TS] pergram playsnd, set subcommand, [R] set
perhapsequilc() function, [M-5] equilrc( ) plegend() option, [G-3] legend options
perhapsequilr() function, [M-5] equilrc( ) plot, definition, [G-4] pstyle
perhapsequilrc() function, [M-5] equilrc( ) plot, ml subcommand, [R] ml
period, estat subcommand, [TS] ucm postestimation plot region, [G-3] region options
periodogram, [G-2] graph other, [TS] pergram, suppressing border around, [G-3] region options
[TS] psdensity, [TS] Glossary plotregion() option, [G-3] region options
permname macro extended function, [P] macro plotregionstyle, [G-4] plotregionstyle
permutation matrix and vector, [M-1] permutation, plottypes
[M-5] invorder( ), [M-6] Glossary base, [G-3] advanced options
permutation test, [R] permute derived, [G-3] advanced options
permutations, [M-5] cvpermute( ) plugin option, [P] plugin, [P] program
permute prefix command, [R] permute plugin,
person location, [IRT] Glossary Java, [P] java, [P] javacall
personal command, [P] sysdir loading, [P] plugin
PERSONAL directory, [P] sysdir, [U] 17.5 Where does plural() function, [FN] String functions
Stata look for ado-files? PLUS directory, [P] sysdir, [U] 17.5 Where does Stata
person-time, [ST] stptime look for ado-files?
pformat, set subcommand, [R] set, [R] set cformat PMM imputation, see imputation, predictive mean
pharmaceutical statistics, [R] pk, [R] pksumm matching
pharmacokinetic data, [R] pk, PNG, [G-3] png options
[R] pkcollapse, [R] pkcross, [R] pkequiv, pnorm command, [R] diagnostic plots
[R] pkexamine, [R] pkshape, [R] pksumm, point estimate, [SVY] Glossary
[U] 26.29 Pharmacokinetic data point-and-click analysis, see graphical user interface
pharmacokinetic plots, [G-2] graph other pointers, [M-2] pointers, [M-2] ftof,
phase function, [TS] Glossary [M-5] findexternal( ), [M-6] Glossary
Phillips–Perron test, [TS] pperron
Subject index 265
rank(), egen function, [D] egen real number to string conversion, [D] destring,
rank() function, [M-5] rank( ) [D] encode, [FN] String functions
ranking data, [R] rologit real part, [M-5] Re( )
rank-order statistics, [D] egen, [R] signrank, realization, [M-6] Glossary
[R] spearman recast command, [D] recast
rank-ordered logistic regression, see outcomes, rank recast() option, [G-3] advanced options,
ranks of observations, [D] egen [G-3] rcap options, [G-3] rspike options
ranksum command, [R] ranksum receiver operating characteristic analysis, [G-2] graph
Rao’s canonical-factor method, [MV] factor other, [R] roc, [U] 26.8 ROC analysis
rarea, graph twoway subcommand, [G-2] graph area under ROC curve, [R] lroc
twoway rarea nonparametric analysis without covariates,
Rasch models, see item response theory [R] roctab
rate ratio, [R] epitab, [ST] stir, [ST] stptime, parametric analysis without covariates, [R] rocfit
[ST] stsum, see incidence-rate ratio regression models, [R] rocreg
rating scale model, [IRT] Glossary ROC curves after rocfit, [R] rocfit postestimation
ratio command, [R] ratio, [R] ratio postestimation ROC curves after rocreg, [R] rocregplot
ratio of sample sizes, see allocation ratio test equality of ROC areas, see equality test of ROC
ratios, estimating, [R] ratio areas
ratios, survey data, [SVY] svy estimation, reciprocal averaging, [MV] ca
[SVY] svy: tabulate twoway recode command, [D] recode
raw data, [U] 12 Data recode() function, [FN] Programming functions,
.raw file, [U] 11.6 Filenaming conventions [U] 25.1.2 Converting continuous variables to
raw residuals, [SEM] methods and formulas for sem categorical variables
rbar, graph twoway subcommand, [G-2] graph recoding data, [D] recode
twoway rbar recoding data autocode() function,
rbeta() function, [FN] Random-number functions, [FN] Programming functions
[M-5] runiform( ) reconstructed correlations, [MV] factor postestimation
rbinomial() function, [FN] Random-number record I/O versus stream I/O, [U] 21 Entering and
functions, [M-5] runiform( ) importing data
rc (return codes), see error messages and return codes recording sessions, [U] 15 Saving and printing
rc built-in variable, [P] capture, [U] 13.4 System output—log files
variables ( variables) recovariance, estat subcommand, [ME] meqrlogit
rcap, graph twoway subcommand, [G-2] graph postestimation, [ME] meqrpoisson
twoway rcap postestimation, [ME] mixed postestimation
rcapsym, graph twoway subcommand, [G-2] graph recruitment period, [PSS] Glossary, also see accrual
twoway rcapsym period
rchart command, [R] qc rectangle kernel function, [R] kdensity, [R] lpoly,
rchi2() function, [FN] Random-number functions, [R] qreg, [TE] tebalance density, [TE] tebalance
[M-5] runiform( ) overid, [TE] teffects overlap
r-class command, [P] program, [P] return, rectangularize dataset, [D] fillin
[U] 18.8 Accessing results calculated by other recursive
programs estimation, [TS] rolling
r-conformability, [M-5] normal( ), [M-6] Glossary model, [SEM] Glossary
rconnected, graph twoway subcommand, regression analysis, [TS] Glossary
[G-2] graph twoway rconnected redisplay graph, [G-2] graph display
RCT, see randomized controlled trial study reexpression, [R] boxcox, [R] ladder, [R] lnskew0
rdiscrete() function, [M-5] runiform( ) .ref built-in class function, [P] class
Re() function, [M-5] Re( ) reference
read, file subcommand, [P] file group, see control group
reading prior, see noninformative prior
console input in programs, see console, obtaining value, see null value
input from references, class, [P] class
data, [M-5] docx*( ), [M-5] xl( ) reflection, [MV] procrustes, [MV] Glossary
data from disk, [U] 21 Entering and importing .ref n built-in class function, [P] class
data, see importing data reg3 command, [R] reg3, [R] reg3 postestimation
real, [M-2] declarations, [M-6] Glossary regexm() function, [FN] String functions
real() function, [FN] String functions regexr() function, [FN] String functions
regexs() function, [FN] String functions
Subject index 273
return, [M-2] return rmsg, [P] creturn, [P] error, [U] 8 Error messages
add command, [P] return and return codes
clear command, [P] return rmsg, set subcommand, [P] rmsg, [R] set
list command, [P] return, [R] stored results rnbinomial() function, [FN] Random-number
local command, [P] return functions, [M-5] runiform( )
matrix command, [P] return rng, set subcommand, [R] set, [R] set rng
scalar command, [P] return rngstate() function, [M-5] runiform( )
return codes, [P] rmsg, see error messages and return rngstate, set subcommand, [R] set, [R] set seed
codes rnormal() function, [FN] Random-number functions,
return() function, [FN] Programming functions [M-5] runiform( )
return value, [P] class robust, [SEM] Glossary
returning results, [P] return regression, [R] betareg, [R] regress, [R] rreg, also
class programs, [P] class see robust, Huber/White/sandwich estimator of
reventries, set subcommand, [R] set variance
reversed scales, [G-3] axis scale options standard errors, [XT] Glossary
#review command, [R] #review, [U] 10 Keyboard test for equality of variance, [R] sdtest
use, [U] 15 Saving and printing output—log robust, see gsem option vce(), see sem option vce()
files robust, Abadie–Imbens standard errors, [TE] teffects
revkeyboard, set subcommand, [R] set nnmatch, [TE] teffects psmatch
revorder() function, [M-5] invorder( ) robust, Huber/White/sandwich estimator of variance,
rexponential() function, [FN] Random-number [P] robust, [R] vce option, [SVY] variance
functions, [M-5] runiform( ) estimation, [XT] vce options
rgamma() function, [FN] Random-number functions, alternative-specific
[M-5] runiform( ) conditional logit model, [R] asclogit
rhypergeometric() function, [FN] Random-number multinomial probit regression, [R] asmprobit
functions, [M-5] runiform( ) rank-ordered probit regression, [R] asroprobit
ridge prior, [MI] mi impute mvn ARCH, [TS] arch
rigaussian() function, [FN] Random-number ARFIMA, [TS] arfima
functions, [M-5] runiform( ) ARIMA and ARMAX, [TS] arima
right eigenvectors, [M-5] eigensystem( ) beta regression, [R] betareg
right suboption, [G-4] justificationstyle censored Poisson regression, [R] cpoisson
right-censoring, [ST] Glossary, [TE] Glossary, see competing-risks regression, [ST] stcrreg
imputation, interval-censored data complementary log-log regression, [R] cloglog
right-truncation, [ST] Glossary, [TE] Glossary, see Cox proportional hazards model, [ST] stcox
imputation, truncated data dynamic-factor model, [TS] dfactor
rightmost options, [G-4] concept: repeated options exponential regression hurdle, [R] churdle
ringposstyle, [G-4] ringposstyle fixed-effects models,
risk linear, [XT] xtreg
difference, [PSS] power, [PSS] power Poisson, [XT] xtpoisson
twoproportions, [PSS] power fractional response regression, [R] fracreg
pairedproportions, [PSS] Glossary, [R] epitab GARCH, [TS] arch
factor, [PSS] Glossary, [R] epitab, [ST] Glossary generalized linear models, [R] glm
pool, [ST] stcox, [ST] stcrreg, [ST] stset, for binomial family, [R] binreg
[ST] Glossary generalized method of moments, [R] gmm,
ratio, [PSS] Glossary, [R] binreg, [R] epitab, also [R] ivpoisson
see relative risk heckman selection model, [R] heckman
rline, graph twoway subcommand, [G-2] graph hurdle regression, [R] churdle
twoway rline
instrumental-variables regression, [R] ivregress
rlogistic() function, [FN] Random-number
interval regression, [R] intreg
functions, [M-5] runiform( )
linear dynamic panel-data estimation, [XT] xtabond,
rm command, [D] erase
[XT] xtdpd, [XT] xtdpdsys
rmcoll command, [P] rmcoll
linear regression, [R] regress
rmdcoll command, [P] rmcoll
constrained, [R] cnsreg
rmdir command, [D] rmdir
hurdle, [R] churdle
rmdir() function, [M-5] chdir( )
truncated, [R] truncreg
rmdir() function, [M-5] chdir( )
with dummy-variable set, [R] areg
rmexternal() function, [M-5] findexternal( )
RMSEA, see root mean squared error of approximation
276 Subject index
rootograms, [G-2] graph other, [R] spikeplot rowmax(), egen function, [D] egen
roots of polynomials, [M-5] polyeval( ) rowmax() function, [M-5] minmax( )
rotate command, [MV] factor postestimation, rowmaxabs() function, [M-5] minmax( )
[MV] pca postestimation, [MV] rotate rowmean(), egen function, [D] egen
rotate, estat subcommand, [MV] canon rowmedian(), egen function, [D] egen
postestimation rowmin(), egen function, [D] egen
rotatecompare, estat subcommand, [MV] canon rowmin() function, [M-5] minmax( )
postestimation, [MV] factor postestimation, rowminmax() function, [M-5] minmax( )
[MV] pca postestimation rowmiss(), egen function, [D] egen
rotated rowmissing() function, [M-5] missing( )
factor loadings, [MV] factor postestimation rownames macro extended function, [P] macro
principal components, [MV] pca postestimation rownames, matrix subcommand, [P] matrix
rotatemat command, [MV] rotatemat rownames
rotation, [MV] factor postestimation, [MV] pca rownonmiss(), egen function, [D] egen
postestimation, [MV] rotate, [MV] rotatemat, rownonmissing() function, [M-5] missing( )
[MV] Glossary
rownumb() function, [FN] Matrix functions,
Bentler’s invariant pattern simplicity, see Bentler’s [P] matrix define
invariant pattern simplicity rotation
rowpctile(), egen function, [D] egen
biquartimax, see biquartimax rotation
rows() function, [M-5] rows( )
biquartimin, see biquartimin rotation
rows of matrix
Comrey’s tandem 1, see Comrey’s tandem 1 and 2
appending to, [P] matrix define
rotations
names, [P] ereturn, [P] matrix define, [P] matrix
Comrey’s tandem 2, see Comrey’s tandem 1 and 2
rownames
rotations
operators, [P] matrix define
covarimin, see covarimin rotation
rowscalefactors() function, [M-5] equilrc( )
Crawford–Ferguson, see Crawford–Ferguson rotation
rowsd(), egen function, [D] egen
equamax, see equamax rotation
rowshape() function, [M-5] rowshape( )
factor parsimony, see factor parsimony rotation
rowsof() function, [FN] Matrix functions, [P] matrix
minimum entropy, see minimum entropy rotation
define
oblimax, see oblimax rotation
rowsum() function, [M-5] sum( )
oblimin, see oblimin rotation
rowtotal(), egen function, [D] egen
oblique, see oblique rotation
rowvector, [M-2] declarations, [M-6] Glossary
orthogonal, see orthogonal rotation
Roy’s
parsimax, see parsimax rotation
largest root test, [MV] canon, [MV] manova,
partially specified target, see partially specified target [MV] mvtest means, [MV] Glossary
rotation
union-intersection test, [MV] canon, [MV] mvtest
Procrustes, see Procrustes rotation means
promax, see promax rotation union-intersection test, [MV] manova
quartimax, see quartimax rotation rpoisson() function, [FN] Random-number
quartimin, see quartimin rotation functions, [M-5] runiform( )
toward a target, see toward a target rotation rreg command, [R] rreg, [R] rreg postestimation
varimax, see varimax rotation rscatter, graph twoway subcommand, [G-2] graph
round() function, [FN] Mathematical functions, twoway rscatter
[M-5] trunc( ) rseed() function, [M-5] runiform( )
roundoff error, [M-5] epsilon( ), [M-5] edittozero( ), RSM, see rating scale model
[M-5] edittoint( ), [U] 13.12 Precision and rsm, irt subcommand, [IRT] irt rsm, [IRT] irt rsm
problems therein postestimation
row rspike, graph twoway subcommand, [G-2] graph
of matrix, selecting, [M-5] select( ) twoway rspike
operators for data, [D] egen rt() function, [FN] Random-number functions,
stripes, [M-6] Glossary [M-5] runiform( )
roweq macro extended function, [P] macro Rubin’s combination rules, [MI] mi estimate, [MI] mi
roweq, matrix subcommand, [P] matrix rownames estimate using, [MI] mi predict
rowfirst(), egen function, [D] egen run command, [R] do, [U] 16 Do-files
rowfullnames macro extended function, [P] macro runiform() function, [FN] Random-number
row-join operator, [M-2] op join functions, [M-5] runiform( ), [R] set seed
rowlast(), egen function, [D] egen runiformint() function, [FN] Random-number
row-major order, [M-6] Glossary functions, [M-5] runiform( )
278 Subject index
runningsum() function, [M-5] runningsum( ) sampling, [D] sample, [R] bootstrap, [R] bsample,
runningsum() function, [M-5] runningsum( ) [SVY] survey, [SVY] svydescribe,
runtest command, [R] runtest [SVY] svyset, [SVY] Glossary, also see cluster
Russell and Rao coefficient similarity measure, sampling
[MV] measure option rate, [PSS] power, [PSS] power onemean,
rvalue, class, [P] class [PSS] power pairedmeans
rvfplot command, [R] regress postestimation stage, [SVY] estat, [SVY] Glossary
diagnostic plots unit, [SVY] survey, [SVY] Glossary, also see
RVI, see relative variance increase primary sampling unit
rvpplot command, [R] regress postestimation weight, [SVY] survey, [SVY] poststratification,
diagnostic plots [SVY] Glossary, [U] 11.1.6 weight,
rweibull() function, [FN] Random-number [U] 20.23.3 Sampling weights, also see survey
functions, [M-5] runiform( ) data
rweibullph() function, [FN] Random-number with and without replacement, [SVY] Glossary
functions, [M-5] runiform( ) sandwich/Huber/White estimator of variance, see robust,
Huber/White/sandwich estimator of variance
sargan, estat subcommand, [XT] xtabond
S postestimation, [XT] xtdpd postestimation,
[XT] xtdpdsys postestimation
s() function, [FN] Programming functions Sargan test, [XT] xtabond postestimation, [XT] xtdpd
s() stored results, [FN] Programming postestimation, [XT] xtdpdsys postestimation
functions, [P] return, [R] stored results, SAS dates, [D] datetime
[U] 18.8 Accessing results calculated by other
SAS XPORT format, [D] import sasxport
programs, [U] 18.10.3 Storing results in s()
sasxport,
s(macros) macro extended function, [P] macro
export subcommand, [D] import sasxport
s1color scheme, [G-4] scheme s1
import subcommand, [D] import sasxport
s1manual scheme, [G-4] scheme s1
satopts() option, see sem option satopts()
s1mono scheme, [G-4] scheme s1
Satterthwaite DDF, see denominator degrees of freedom,
s1rcolor scheme, [G-4] scheme s1
Satterthwaite
s2color scheme, [G-4] scheme s2
Satterthwaite’s t test, [PSS] power, [PSS] power
s2gcolor scheme, [G-4] scheme s2 twomeans, [PSS] Glossary
s2gmanual scheme, [G-4] scheme s2 saturated model, [SEM] estat gof, [SEM] example 4,
s2manual scheme, [G-4] scheme s2 [SEM] methods and formulas for sem,
s2mono scheme, [G-4] scheme s2 [SEM] Glossary
SAARCH, see simple asymmetric autoregressive save,
conditional heteroskedasticity label subcommand, [D] label
Sammon mapping criterion, [MV] Glossary estimates subcommand, [R] estimates save
sample, [SVY] Glossary graph subcommand, [G-2] graph save
sample command, [D] sample snapshot subcommand, [D] snapshot
sample, random, see random sample save estimation results, [P] estimates
sample-size, [PSS] Glossary, [U] 26.31 Power and save command, [D] save
sample-size analysis saved results, see stored results
analysis, see power and sample-size analysis saveold command, [D] save
curve, [PSS] power, [PSS] Glossary saving data, [D] import delimited, [D] outfile,
determination, [PSS] intro, [PSS] power, [D] save, [D] snapshot, also see exporting data
[PSS] power onemean, [PSS] power twomeans, saving() option, [G-3] saving option
[PSS] power pairedmeans, [PSS] power
saving results, [P] estimates, [P] return,
oneproportion, [PSS] power twoproportions,
[R] estimates save
[PSS] power pairedproportions, [PSS] power
onevariance, [PSS] power twovariances, saw-toothed power function, [PSS] power
[PSS] power onecorrelation, [PSS] power oneproportion, [PSS] power twoproportions
twocorrelations, [PSS] power oneway, sbknown, estat subcommand, [TS] estat sbknown
[PSS] power twoway, [PSS] power repeated, sbsingle, estat subcommand, [TS] estat sbsingle
[PSS] power cmh, [PSS] power mcc, scalar, [M-2] declarations, [M-6] Glossary,
[PSS] power trend, [PSS] power cox, [P] scalar
[PSS] power exponential, [PSS] power logrank, confirm subcommand, [P] confirm
[PSS] unbalanced designs, [PSS] Glossary define command, [P] scalar
rounding rules for, [PSS] unbalanced designs dir command, [P] scalar
Subject index 279
scalar, continued s-class command, [P] program, [P] return, [R] stored
drop command, [P] scalar results, [U] 18.8 Accessing results calculated by
ereturn subcommand, [P] ereturn, [P] return other programs
list command, [P] scalar scobit command, [R] scobit, [R] scobit
return subcommand, [P] return postestimation
scalar functions, [M-4] scalar scope, class, [P] class
scalar model parameter, [BAYES] Glossary, see score, [MV] Glossary
Bayesian, model parameters score, matrix subcommand, [P] matrix score
scalar() function, [FN] Programming functions score, ml subcommand, [R] ml
scalar() pseudofunction, [P] scalar score plot, [MV] scoreplot, [MV] Glossary
scalars, [P] scalar score test, [PSS] power oneproportion,
namespace and conflicts, [P] matrix, [P] matrix [PSS] Glossary, [SEM] intro 7, [SEM] estat
define ginvariant, [SEM] estat mindices, [SEM] estat
scale, scoretests, [SEM] methods and formulas for
sem, [SEM] Glossary
log, [G-3] axis scale options
scoreplot command, [MV] discrim lda
range of, [G-3] axis scale options
postestimation, [MV] factor postestimation,
reversed, [G-3] axis scale options [MV] pca postestimation, [MV] scoreplot
scale() option, [G-3] scale option scores, [R] predict, [SEM] Glossary
scaling, [MV] mds, [MV] mds postestimation plots, scores, obtaining, [U] 20.22 Obtaining scores
[MV] mdslong, [MV] mdsmat
scoretests, estat subcommand, [SEM] estat
scatter, graph twoway subcommand, [G-2] graph scoretests
twoway scatter
scoring, [MV] factor postestimation, [MV] pca
scatteri, graph twoway subcommand, [G-2] graph postestimation, [P] matrix score
twoway scatteri
scree plot, [MV] screeplot, [MV] Glossary
scatterplot matrices, [G-2] graph matrix
screeplot command, [MV] discrim lda
scenarios, [TS] forecast, [TS] forecast adjust, postestimation, [MV] factor postestimation,
[TS] forecast clear, [TS] forecast coefvector, [MV] pca postestimation, [MV] screeplot
[TS] forecast create, [TS] forecast describe,
scrollbufsize, set subcommand, [R] set
[TS] forecast drop, [TS] forecast estimates,
[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 icd10 subcommand, [D] icd10
default, [G-2] set scheme icd9 subcommand, [D] icd9
Schoenfeld residual, [ST] stcox PH-assumption icd9p subcommand, [D] icd9
tests, [ST] stcox postestimation, [ST] stcrreg ml subcommand, [R] ml
postestimation net subcommand, [R] net
Schur notes subcommand, [D] notes
decomposition, [M-5] schurd( ), [M-6] Glossary view subcommand, [R] view
form, [M-6] Glossary search command, [R] search, [U] 4 Stata’s help and
schurd() function, [M-5] schurd( ) search facilities
schurd() function, [M-5] schurd( ) search d, view subcommand, [R] view
schurdgroupby() function, [M-5] schurd( ) search Internet, [R] net search
schurdgroupby() function, [M-5] schurd( ) searchdefault, set subcommand, [R] search, [R] set
schurdgroupby la() function, [M-5] schurd( ) seasonal
schurd la() function, [M-5] schurd( ) ARIMA, [TS] arima
Schwarz information criterion, see Bayesian information difference operator, [TS] Glossary
criterion lag operator, [U] 11.4.4 Time-series varlists
scientific notation, [U] 12.2 Numbers smoothing, [TS] tssmooth, [TS] tssmooth shwinters
280 Subject index
shwinters, tssmooth subcommand, [TS] tssmooth Simpson’s rule, [PSS] power logrank
shwinters simulate prefix command, [R] simulate
Šidák’s multiple-comparison adjustment, see multiple simulation, [TS] forecast, [TS] forecast adjust,
comparisons, Šidák’s method [TS] forecast clear, [TS] forecast coefvector,
sign() function, [FN] Mathematical functions, [TS] forecast create, [TS] forecast describe,
[M-5] sign( ) [TS] forecast drop, [TS] forecast estimates,
sign test, [PSS] power oneproportion, [PSS] Glossary [TS] forecast exogenous, [TS] forecast
signature of data, [D] checksum, [D] datasignature, identity, [TS] forecast list, [TS] forecast query,
[P] datasignature, [P] signestimationsample [TS] forecast solve, [U] 20.20 Dynamic forecasts
signestimationsample command, and simulations
[P] signestimationsample Markov chain Monte Carlo, [BAYES] intro,
significance level, [PSS] power, [PSS] power [BAYES] bayes, [BAYES] bayesmh,
onemean, [PSS] power twomeans, [PSS] power [BAYES] bayesmh evaluators
pairedmeans, [PSS] power oneproportion, Monte Carlo, [P] postfile, [R] permute,
[PSS] power twoproportions, [PSS] power [R] simulate
pairedproportions, [PSS] power onevariance, simultaneous
[PSS] power twovariances, [PSS] power quantile regression, [R] qreg
onecorrelation, [PSS] power twocorrelations, systems, [R] reg3
[PSS] power oneway, [PSS] power twoway, sin() function, [FN] Trigonometric functions,
[PSS] power repeated, [PSS] power cmh, [M-5] sin( )
[PSS] power mcc, [PSS] power trend, sine function, [FN] Trigonometric functions
[PSS] power cox, [PSS] power exponential, single-failure st data, see survival analysis
[PSS] power logrank, [PSS] unbalanced
single-imputation methods, [MI] intro substantive
designs, [PSS] Glossary, [U] 20.7 Specifying
the width of confidence intervals singlelinkage,
observed, see p-value clustermat subcommand, [MV] cluster linkage
signing digitally data, see datasignature command cluster subcommand, [MV] cluster linkage
signrank command, [R] signrank single-linkage clustering, [MV] cluster,
[MV] clustermat, [MV] cluster linkage,
signtest command, [R] signrank
[MV] Glossary
signum function, [FN] Mathematical functions,
single-precision floating point number,
[FN] Trigonometric functions
[U] 12.2.2 Numeric storage types
similarity, [MV] Glossary
single-record st data, see survival analysis
matrices, [MV] matrix dissimilarity, [P] matrix
singleton strata, [SVY] estat, [SVY] variance
dissimilarity
estimation
measures, [MV] cluster, [MV] cluster
singleton-group data, [ST] stcox, [ST] Glossary
programming utilities, [MV] matrix
dissimilarity, [MV] measure option, [P] matrix singular value decomposition, [M-5] svd( ),
dissimilarity [M-5] fullsvd( ), [MV] Glossary, [P] matrix svd
Anderberg coefficient, [MV] measure option sinh() function, [FN] Trigonometric functions,
[M-5] sin( )
angular, [MV] measure option
SIR, see standardized incidence ratio
correlation, [MV] measure option
SITE directory, [P] sysdir, [U] 17.5 Where does Stata
Dice coefficient, [MV] measure option
look for ado-files?
Gower coefficient, [MV] measure option
size, estat subcommand, [SVY] estat
Hamann coefficient, [MV] measure option
size of
Jaccard coefficient, [MV] measure option
all text and markers, [G-3] scale option
Kulczyński coefficient, [MV] measure option
graph, [G-3] region options
matching coefficient, [MV] measure option
changing, [G-2] graph display
Ochiai coefficient, [MV] measure option
markers, [G-3] marker options
Pearson coefficient, [MV] measure option
objects, [G-4] relativesize
Rogers and Tanimoto coefficient,
test, [PSS] Glossary
[MV] measure option
text, [G-3] textbox options
Russell and Rao coefficient,
[MV] measure option sizeof() function, [M-5] sizeof( )
Sneath and Sokal coefficient, SJ, see Stata Journal and Stata Technical Bulletin
[MV] measure option sj, net subcommand, [R] net
Yule coefficient, [MV] measure option sj scheme, [G-4] scheme sj
simple asymmetric autoregressive conditional skew(), egen function, [D] egen
heteroskedasticity, [TS] arch skewed logistic regression, [R] scobit, [SVY] svy
simple random sample, [SVY] Glossary estimation
284 Subject index
skewness, [MV] mvtest normality, [R] ladder, solvenl init() function, [M-5] solvenl( )
[R] regress postestimation, [R] summarize, solvenl init *() functions, [M-5] solvenl( )
[TS] varnorm, [R] lnskew0, [R] lv, solvenl result *() functions, [M-5] solvenl( )
[R] pksumm, [R] sktest, [R] tabstat solvenl solve() function, [M-5] solvenl( )
skip(#), display directive, [P] display solvenl solve() function, [M-5] solvenl( )
sktest command, [R] sktest solve tol() function, [M-5] solve tol( )
sleep command, [P] sleep solvetolerance, [M-5] solve tol( )
slogit command, [R] slogit, [R] slogit postestimation solveupper() function, [M-5] solvelower( )
slope, [IRT] Glossary solveupper() function, [M-5] solvelower( )
S macros, [P] creturn, [P] macro sort command, [D] sort
Small Stata, [R] limits, [U] 5 Flavors of Stata sort() function, [M-5] sort( )
smallestdouble() function, [FN] Programming sort() function, [M-5] sort( )
functions, [M-5] mindouble( ) sort option, [G-3] connect options
smc, estat subcommand, [MV] factor postestimation, sort order, [D] describe, [P] byable, [P] macro,
[MV] pca postestimation [P] sortpreserve
SMCL, see Stata Markup and Control Language sort order for strings, [D] unicode collator,
.smcl file, [U] 11.6 Filenaming conventions [FN] String functions, [M-5] ustrcompare( ),
smclsymbolpalette, palette subcommand, [U] 12.4.2.5 Sorting strings containing Unicode
[G-2] palette characters
smooth command, [R] smooth sort, serset subcommand, [P] serset
smooth treatment-effects matching, [TE] teffects sortedby macro extended function, [P] macro
aipw, [TE] teffects ipw, [TE] teffects ipwra, sorting, Unicode strings, [D] unicode collator
[TE] teffects ra, [TE] Glossary sortpreserve option, [P] sortpreserve
smoothers, [TS] tssmooth, [TS] Glossary soundex() function, [FN] String functions,
double exponential, [TS] tssmooth dexponential [M-5] soundex( )
exponential, [TS] tssmooth exponential soundex nara() function, [FN] String functions,
Holt–Winters, [M-5] soundex( )
nonseasonal, [TS] tssmooth hwinters source code, [M-1] how, [M-1] source, [M-6] Glossary
seasonal, [TS] tssmooth shwinters source code, view, [P] viewsource
moving average, [TS] tssmooth ma Spearman–Brown prophecy formula, [MV] alpha
nonlinear, [TS] tssmooth nl spearman command, [R] spearman
smoothfonts, set subcommand, [R] set Spearman’s rho, [R] spearman
smoothing, [G-2] graph twoway lpoly, [R] lpoly, specialized graphs, [G-2] graph other
[R] smooth specification test, [R] gmm postestimation,
graphs, [R] kdensity, [R] lowess [R] hausman, [R] ivpoisson postestimation,
smoothing graphs, [G-2] graph other [R] ivregress postestimation, [R] linktest,
SMR, see standardized mortality ratio [R] lnskew0, [R] regress postestimation,
snapshot, [D] snapshot [R] suest, [ST] stcox, [ST] stcox PH-assumption
snapshot tests, [ST] stcox postestimation, [ST] stsplit,
erase command, [D] snapshot [XT] xtreg postestimation
label command, [D] snapshot specificity, [MV] factor, [R] estat classification,
list command, [D] snapshot [R] lroc, [R] lsens, also see receiver operating
characteristic analysis, see receiver operating
restore command, [D] snapshot
characteristic analysis
save command, [D] snapshot
spectral
snapshot data, [ST] snapspan, [ST] stset,
analysis, [TS] Glossary
[ST] Glossary
density, [TS] psdensity, [TS] Glossary
snapspan command, [ST] snapspan
distribution, [TS] cumsp, [TS] pergram,
Sneath and Sokel coefficient similarity measure,
[TS] psdensity, [TS] Glossary
[MV] measure option
plots, cumulative, [G-2] graph other
soft missing value, [MI] mi impute, [MI] Glossary
spectrum, [TS] psdensity, [TS] Glossary
solve AX=B, [M-4] solvers, [M-5] cholsolve( ),
[M-5] lusolve( ), [M-5] qrsolve( ), spell data, [ST] Glossary
[M-5] solve tol( ), [M-5] solvelower( ), spherical covariance, [MV] mvtest covariances
[M-5] svsolve( ) sphericity, [MV] Glossary
solve, forecast subcommand, [TS] forecast solve assumption, [PSS] power repeated, [PSS] Glossary
solvelower() function, [M-5] solvelower( ) Spiegelhalter’s Z statistic, [R] brier
solvelower() function, [M-5] solvelower( ) spike, graph twoway subcommand, [G-2] graph
solvenl dump() function, [M-5] solvenl( ) twoway spike
Subject index 285
spike plot, [R] spikeplot ssC() function, [D] datetime, [FN] Date and time
spikeplot command, [R] spikeplot functions, [M-5] date( )
spline3() function, [M-5] spline3( ) SSCP matrix, [MV] Glossary
spline3eval() function, [M-5] spline3( ) SSD, see summary statistics data
splines ssd
linear, [R] mkspline addgroup command, [SEM] ssd
restricted cubic, [R] mkspline build command, [SEM] ssd
split command, [D] split describe command, [SEM] ssd
split-plot designs, [MV] manova, [R] anova init command, [SEM] ssd
splitting time-span records, [ST] stsplit list command, [SEM] ssd
spread, [R] lv repair command, [SEM] ssd
spreadsheets, transferring set command, [SEM] ssd
from Stata, [D] edit, [D] export, [D] import status command, [SEM] ssd
delimited, [D] import excel, [D] import haver, unaddgroup command, [SEM] ssd
[D] odbc, [D] outfile, [D] xmlsave sspace command, [TS] sspace, [TS] sspace
into Stata, [D] edit, [D] import, [D] import postestimation
delimited, [D] import excel, [D] import haver, SSU, see secondary sampling unit
[D] infile (fixed format), [D] infile (free format), st addobs() function, [M-5] st addobs( )
[D] odbc, [D] xmlsave, [U] 21 Entering and st addobs() function, [M-5] st addobs( )
importing data st addvar() function, [M-5] st addvar( )
sprintf() function, [M-5] printf( ) st addvar() function, [M-5] st addvar( )
SPSS dates, [D] datetime st command, [ST] stset
SQL, [D] odbc st commands for mi data, [MI] mi stsplit, [MI] mi
sqlfile(), odbc subcommand, [D] odbc XXXset
sqreg command, [R] qreg, [R] qreg postestimation st ct, [ST] st is
sqrt() function, [FN] Mathematical functions, st data, [ST] st, [ST] Glossary
[M-5] sqrt( ) st data() function, [M-5] st data( )
square st data() function, [M-5] st data( )
matrix, [M-6] Glossary st dir() function, [M-5] st dir( )
root, [M-5] sqrt( ), [M-5] cholesky( ) st dropobsif() function, [M-5] st dropvar( )
root function, [FN] Mathematical functions st dropobsin() function, [M-5] st dropvar( )
squared multiple correlation, [SEM] methods and st dropvar() function, [M-5] st dropvar( )
formulas for sem
st eclear() function, [M-5] st rclear( )
squared multiple correlations, [MV] factor
st global() function, [M-5] st global( )
postestimation
st global hcat() function, [M-5] st global( )
sreturn
st is 2, [ST] st is
clear command, [P] return
st isfmt() function, [M-5] st isfmt( )
list command, [P] return, [R] stored results
st islmname() function, [M-5] st isname( )
local command, [P] return
st isname() function, [M-5] st isname( )
SRMI, see imputation, multivariate, chained equations
st isnumfmt() function, [M-5] st isfmt( )
SRMR, see standardized, root mean squared residual
st isnumvar() function, [M-5] st vartype( )
SRS, see simple random sample
st isstrfmt() function, [M-5] st isfmt( )
ss() function, [D] datetime, [FN] Date and time
functions, [M-5] date( ) st isstrvar() function, [M-5] st vartype( )
ssc st keepobsif() function, [M-5] st dropvar( )
copy command, [R] ssc st keepobsin() function, [M-5] st dropvar( )
describe command, [R] ssc st keepvar() function, [M-5] st dropvar( )
hot command, [R] ssc st local() function, [M-5] st local( )
install command, [R] ssc st macroexpand() function,
[M-5] st macroexpand( )
new command, [R] ssc
st macroexpand() function,
type command, [R] ssc
[M-5] st macroexpand( )
uninstall command, [R] ssc
st matrix() function, [M-5] st matrix( )
SSC archive, see Statistical Software Components
st matrix hcat() function, [M-5] st matrix( )
archive
st matrixcolstripe() function, [M-5] st matrix( )
st matrixrowstripe() function, [M-5] st matrix( )
st, mi subcommand, [MI] mi XXXset
st nobs() function, [M-5] st nvar( )
286 Subject index
st numscalar() function, [M-5] st numscalar( ) standard deviations, [PSS] power, [PSS] power
st numscalar hcat() function, onevariance
[M-5] st numscalar( ) confidence intervals for, [R] ci
st nvar() function, [M-5] st nvar( ) control-group, [PSS] power twovariances
st rclear() function, [M-5] st rclear( ) creating
st replacematrix() function, [M-5] st matrix( ) dataset of, [D] collapse
st sclear() function, [M-5] st rclear( ) variable containing, [D] egen
st sdata() function, [M-5] st data( ) displaying, [R] lv, [R] summarize, [R] table,
st sdata() function, [M-5] st data( ) [R] tabstat, [R] tabulate, summarize(),
st select() function, [M-5] select( ) [XT] xtsum
st show, [ST] st is experimental-group, [PSS] power twovariances
st sstore() function, [M-5] st store( ) independent, see standard deviations, two-sample
st sstore() function, [M-5] st store( ) one-sample, [PSS] power onevariance
st store() function, [M-5] st store( ) subpopulations, see subpopulation, standard
st store() function, [M-5] st store( ) deviations of
st strscalar() function, [M-5] st numscalar( ) testing equality of, [R] sdtest
st subview() function, [M-5] st subview( ) two-sample, [PSS] power twovariances
st sview() function, [M-5] st view( ) standard error
st tempfilename() function, [M-5] st tempname( ) robust, see robust, Huber/White/sandwich estimator
st tempname() function, [M-5] st tempname( ) of variance
st tsrevar() function, [M-5] st tsrevar( ) standard error bar charts, [G-2] graph other
st tsrevar() function, [M-5] st tsrevar( ) standard errors, see gsem option vce(), see sem option
vce()
st updata() function, [M-5] st updata( )
accessing, [P] matrix get, [U] 13.5 Accessing
st varformat() function, [M-5] st varformat( )
coefficients and standard errors
st varindex() function, [M-5] st varindex( )
balanced repeated replication, see balanced repeated
st varindex() function, [M-5] st varindex( ) replication standard errors
st varlabel() function, [M-5] st varformat( ) bootstrap, see bootstrap standard errors
st varname() function, [M-5] st varname( ) for general predictions, [R] predictnl
st varrename() function, [M-5] st varrename( ) forecast, [R] predict, [R] regress postestimation
st vartype() function, [M-5] st vartype( ) jackknife, see jackknife standard errors
st varvaluelabel() function, [M-5] st varformat( ) MCMC, see MCSE
st view() function, [M-5] st view( ) mean, [R] ci, [R] mean
st viewobs() function, [M-5] st viewvars( ) panel-corrected, see panel-corrected standard error
st viewvars() function, [M-5] st viewvars( ) prediction, [R] glm, [R] predict, [R] regress
st vldrop() function, [M-5] st vlexists( ) postestimation
st vlexists() function, [M-5] st vlexists( ) residuals, [R] predict, [R] regress postestimation
st vlload() function, [M-5] st vlexists( ) robust, see robust, Abadie–Imbens standard errors,
st vlmap() function, [M-5] st vlexists( ) see robust, Huber/White/sandwich estimator of
st vlmodify() function, [M-5] st vlexists( ) variance
st vlsearch() function, [M-5] st vlexists( ) semirobust, see semirobust standard errors
stability, [TS] var intro, [TS] var, [TS] var svar, successive difference replication, see successive
[TS] vecstable difference replication
after ARIMA, [TS] estat aroots standard linear SEM, [SEM] Glossary
after VAR or SVAR, [TS] varstable standard strata, see direct standardization
after VEC, [TS] vec intro, [TS] vec standard weights, see direct standardization
of nonrecursive models, see nonrecursive model, standardized
stability of coefficients, [SEM] example 3, [SEM] example 6,
stable, estat subcommand, [SEM] estat stable [SEM] Glossary, also see standardized
stable unit treatment value assumption, [TE] teffects parameters
intro advanced covariance, [SEM] Glossary
stack command, [D] stack covariance residual, [SEM] methods and formulas
stacked variables, [MV] Glossary for sem
stacking data, [D] stack data, [MV] Glossary
stacking variables, [MV] Glossary difference, [PSS] power, [PSS] power onemean,
stairstep, connecting points with, [G-4] connectstyle [PSS] power twomeans, [PSS] power
pairedmeans
incidence ratio, [R] dstdize
Subject index 287
Stata Journal and Stata Technical Bulletin, [U] 3.4 The std(), egen function, [D] egen
Stata Journal stdescribe command, [ST] stdescribe
installation of, [R] net, [R] sj, [U] 17.6 How do I stdize, estat subcommand, [SEM] estat stdize
install an addition? steady-state equilibrium, [TS] Glossary
keyword search of, [R] search, [U] 4 Stata’s help steepest descent (ascent), [M-5] moptimize( ),
and search facilities [M-5] optimize( )
stata, mata subcommand, [M-3] mata stata stem command, [R] stem
Stata News, [U] 3 Resources for learning and using stem-and-leaf displays, [R] stem
Stata stepwise estimation, [R] stepwise
Stata Technical Bulletin Reprints, [U] 3.4 The Stata stepwise prefix command, [R] stepwise
Journal .ster file, [MI] mi estimate, [MI] mi estimate
Stata/IC, [R] limits, [U] 5 Flavors of Stata using, [MI] mi predict, [U] 11.6 Filenaming
Stata/MP, [R] limits, [U] 5 Flavors of Stata conventions
Stata/SE, [R] limits, [U] 5 Flavors of Stata stereotype logistic regression, [R] slogit, [SVY] svy
stata.key file, [R] search estimation
Statalist, [U] 3.2.4 The Stata forum stfill command, [ST] stfill
statasetversion() function, [M-5] stataversion( ) stgen command, [ST] stgen
stataversion() function, [M-5] stataversion( ) .sthlp file, [U] 4 Stata’s help and search
state-space model, [TS] sspace, [TS] sspace facilities, [U] 11.6 Filenaming conventions,
postestimation, [TS] Glossary, also see [U] 18.11.6 Writing system help
autoregressive integrated moving-average model, stir command, [ST] stir
also see dynamic factor model stjoin command, [ST] stsplit
static, [M-2] class stjoin for mi data, [MI] mi stsplit
static forecast, [TS] forecast, [TS] forecast adjust, stjoin, mi subcommand, [MI] mi stsplit
[TS] forecast clear, [TS] forecast coefvector, stmc command, [ST] strate
[TS] forecast create, [TS] forecast describe, stmh command, [ST] strate
[TS] forecast drop, [TS] forecast estimates,
stochastic
[TS] forecast exogenous, [TS] forecast
identity, [TS] forecast list, [TS] forecast query, equation, [TS] Glossary
[TS] forecast solve, [TS] Glossary frontier model, [R] frontier, [U] 26.16 Stochastic
stationary distribution, [BAYES] intro, frontier models, [XT] xtfrontier
[BAYES] bayesmh, [BAYES] bayesgraph, trend, [TS] tsfilter, [TS] ucm, [TS] Glossary
[BAYES] Glossary stop,
stationary time series, [TS] dfgls, [TS] dfuller, clustermat subcommand, [MV] cluster stop
[TS] pperron, [TS] var intro, [TS] var, [TS] vec cluster subcommand, [MV] cluster stop
intro, [TS] vec stopbox, window subcommand, [P] window
statistical programming, [P] window stopbox
density functions, [M-5] normal( ) stopping command execution, [U] 10 Keyboard use
distribution functions, [M-5] normal( ) stopping rules, [MV] Glossary
inference, hypothesis testing, see hypothesis test adding, [MV] cluster programming subroutines
Statistical Software Components archive, [R] ssc Caliński and Harabasz index, [MV] cluster,
stats, estimates subcommand, [R] estimates stats [MV] cluster stop
statsby prefix command, [D] statsby 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,
stbase command, [ST] stbase [D] describe, [D] encode, [D] format,
[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, estimates subcommand, [R] estimates store
stci command, [ST] stci
store estimation results, [P] ereturn
stcox command, [ST] stcox, [ST] stcox PH-
assumption tests, [ST] stcox postestimation, stored results, [P] return, [P] return, [R] stored
[ST] stcurve results, [SEM] intro 7, [U] 18.8 Accessing
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
stcurve command, [ST] stcurve
Subject index 289
suppressing graphs, [G-3] nodraw option survival model, see survival analysis
suppressing terminal output, [P] quietly survival outcomes, see outcomes, survival
SUR, see seemingly unrelated regression survival-time data, see survival analysis
sureg command, [R] sureg, [R] sureg postestimation, survivor function, [G-2] graph other, [ST] sts,
[SEM] intro 5, [SEM] example 12 [ST] sts generate, [ST] sts list, [ST] sts test,
survey [ST] Glossary, [TE] Glossary
concepts, [SVY] direct standardization, graph of, [ST] stcurve, [ST] sts graph
[SVY] poststratification, [SVY] subpopulation SUTVA, see stable unit treatment value assumption
estimation, [SVY] variance estimation SVAR, see structural vector autoregressive
data, [MI] intro substantive, [MI] mi svar command, [TS] var svar, [TS] var svar
estimate, [SEM] intro 10, [SVY] survey, postestimation
[SVY] svydescribe, [SVY] svyset, SVD, see singular value decomposition
[SVY] Glossary, [U] 26.26 Survey data svd() function, [M-5] svd( )
design, [SVY] svydescribe, [SVY] svyset, svd() function, [M-5] svd( )
[SVY] Glossary svd, matrix subcommand, [P] matrix svd
estimation, [SVY] bootstrap options, svd la() function, [M-5] svd( ), [M-5] fullsvd( )
[SVY] brr options, [SVY] jackknife options,
svdsv() function, [M-5] svd( )
[SVY] sdr options, [SVY] svy, [SVY] svy
bootstrap, [SVY] svy brr, [SVY] svy svdsv() function, [M-5] svd( )
estimation, [SVY] svy jackknife, [SVY] svy sdr svmat command, [P] matrix mkmat
postestimation, [SVY] estat, [SVY] svy svsolve() function, [M-5] svsolve( )
postestimation svsolve() function, [M-5] svsolve( )
prefix command, [SVY] svy svy: biprobit command, [SVY] svy estimation
programmers tools, [SVY] ml for svy, svy: clogit command, [SVY] svy estimation
[SVY] svymarkout svy: cloglog command, [SVY] svy estimation
sampling, [SVY] survey, [SVY] svydescribe, svy: cnsreg command, [SVY] svy estimation
[SVY] svyset, see cluster sampling svy: cpoisson command, [SVY] svy estimation
tables, [SVY] svy: tabulate oneway, svy: etpoisson command, [SVY] svy estimation
[SVY] svy: tabulate twoway svy: etregress command, [SVY] svy estimation
survival analysis, [ST] survival analysis, [ST] discrete, svy: glm command, [SVY] svy estimation
[ST] ltable, [ST] snapspan, [ST] st, [ST] st is, svy: gnbreg command, [SVY] svy estimation
[ST] stcurve, [ST] stdescribe, [ST] stfill, svy: gsem command, [SVY] svy estimation
[ST] stgen, [ST] stir, [ST] stptime, [ST] strate, svy: heckman command, [SVY] svy estimation
[ST] sts, [ST] sts generate, [ST] sts list, [ST] sts svy: heckoprobit command, [SVY] svy estimation
test, [ST] stset, [ST] stsplit, [ST] stsum,
svy: heckprobit command, [SVY] svy estimation
[ST] sttocc, [ST] sttoct, [ST] stvary, [SVY] svy
estimation, [U] 26.22 Survival-time (failure- svy: hetprobit command, [SVY] svy estimation
time) models svy: intreg command, [SVY] svy estimation
competing-risks regression, [ST] stcrreg, svy: ivprobit command, [SVY] svy estimation
[ST] stcrreg postestimation svy: ivregress command, [SVY] svy estimation
count-time data, [ST] ct, [ST] ctset, [ST] cttost, svy: ivtobit command, [SVY] svy estimation
[ST] sts graph svy: logistic command, [SVY] svy estimation,
Cox proportional hazards model, [ST] stcox, [SVY] svy postestimation
[ST] stcox PH-assumption tests, [ST] stcox svy: logit command, [SVY] svy estimation
postestimation svy: mean command, [SVY] survey, [SVY] estat,
graphs, [ST] sts graph [SVY] poststratification, [SVY] subpopulation
interval regression, [R] intreg estimation, [SVY] svy, [SVY] svy estimation,
logistic regression, [R] logistic [SVY] svy postestimation, [SVY] svydescribe,
mixed-effects parametric model, [ME] mestreg [SVY] svyset
parametric survival model, [ST] streg, [ST] streg svy: mecloglog command, [SVY] svy estimation
postestimation svy: meglm command, [SVY] svy estimation
Poisson regression, [R] poisson svy: melogit command, [SVY] svy estimation
power and sample size, [PSS] power, [PSS] power svy: menbreg command, [SVY] svy estimation
cox, [PSS] power exponential, [PSS] power svy: meologit command, [SVY] svy estimation
logrank svy: meoprobit command, [SVY] svy estimation
random-effects parametric model, [XT] xtstreg svy: mepoisson command, [SVY] svy estimation
treatment effects, [TE] stteffects ipw, [TE] stteffects svy: meprobit command, [SVY] svy estimation
ipwra, [TE] stteffects ra, [TE] stteffects wra svy: mestreg command, [SVY] svy estimation
survival data, [MI] mi estimate, [MI] mi predict, svy: mlogit command, [SVY] svy estimation
[TE] stteffects
Subject index 293
tq() pseudofunction, [D] datetime, [FN] Date and transpose() function, [M-5] transpose( )
time functions transposeonly() function, [M-5] transposeonly( )
trace, transposeonly() function, [M-5] transposeonly( )
ml subcommand, [R] ml transposing data, [D] xpose
query subcommand, [R] query transposing matrices, [P] matrix define
set subcommand, [P] creturn, [P] trace, [R] set transposition, [M-2] op transpose, [M-5] transpose( ),
trace() function, [FN] Matrix functions, [M-5] transposeonly( )
[M-5] trace( ), [P] matrix define treatment effects,
trace of matrix, [M-5] trace( ), [P] matrix define covariate balance, [TE] tebalance, [TE] tebalance
trace option, [R] maximize box, [TE] tebalance density, [TE] tebalance
traceback log, [M-2] errors, [M-5] error( ), overid, [TE] tebalance summarize
[M-6] Glossary doubly robust estimators, [TE] teffects aipw,
tracedepth, set subcommand, [P] creturn, [P] trace, [TE] teffects ipwra
[R] set endogenous, [SEM] example 46g, [TE] eteffects,
traceexpand, set subcommand, [P] creturn, [TE] eteffects postestimation, [TE] etpoisson,
[P] trace, [R] set [TE] etpoisson postestimation, [TE] etregress,
tracehilite, set subcommand, [P] creturn, [TE] etregress postestimation
[P] trace, [R] set glossary, [TE] Glossary
traceindent, set subcommand, [P] creturn, inverse-probability weighting, [TE] stteffects ipw,
[P] trace, [R] set [TE] teffects ipw
tracenumber, set subcommand, [P] creturn, matching estimators, [TE] teffects nnmatch,
[P] trace, [R] set [TE] teffects psmatch
tracesep, set subcommand, [P] creturn, [P] trace, overlap plots, [TE] teffects overlap
[R] set overview, [TE] intro, [TE] treatment effects,
tracing iterative maximization process, [R] maximize [TE] stteffects intro, [TE] teffects, [TE] teffects
trademark symbol, [G-4] text intro, [TE] teffects intro advanced, [TE] teffects
training, [U] 3.6 Conferences and training multivalued, [U] 26.23 Treatment-effect models
transferring data postestimation, [TE] teffects postestimation
copying and pasting, [D] edit power, [PSS] power, [PSS] power twomeans,
from Stata, [D] export [PSS] power pairedmeans, [PSS] power
oneproportion, [PSS] power twoproportions,
into Stata, [D] import, [U] 21 Entering and
[PSS] power pairedproportions, [PSS] power
importing data
oneway, [PSS] power twoway, [PSS] power
transformations, [MV] procrustes repeated, [PSS] power exponential,
log, [R] lnskew0 [PSS] power logrank
modulus, [R] boxcox regression adjustment, [TE] stteffects ra,
power, [R] boxcox, [R] lnskew0 [TE] teffects ra
to achieve normality, [R] boxcox, [R] ladder survey data, [SVY] svy estimation
to achieve zero skewness, [R] lnskew0 survival-time data, [TE] stteffects, [TE] stteffects
transformed coefficients, [MI] mi estimate, [MI] mi intro, [TE] stteffects ipw, [TE] stteffects ipwra,
estimate using, [MI] mi test [TE] stteffects postestimation, [TE] stteffects ra,
translate [TE] stteffects wra
files with Unicode, [D] unicode translate tree, misstable subcommand, [R] misstable
logs, [R] translate trees, [MV] cluster, [MV] cluster dendrogram
translate command, [R] translate trend, [TS] Glossary
translation, file, [D] changeeol, [D] filefilter trend, power subcommand, [PSS] power trend
translator trend test, [PSS] power, [PSS] power trend,
query command, [R] translate [R] epitab, [ST] strate, [ST] sts test
reset command, [R] translate trend, test for, [R] nptrend, [R] symmetry
set command, [R] translate triangle kernel function, [R] kdensity, [R] lpoly,
transmap [R] qreg, [TE] tebalance density, [TE] tebalance
define command, [R] translate overid, [TE] teffects overlap
query command, [R] translate triangular matrix, [M-5] solvelower( ), [M-6] Glossary
transmission-disequilibrium test, [R] symmetry trigamma() function, [FN] Mathematical functions,
transmorphic, [M-2] declarations, [M-6] Glossary [M-5] factorial( )
transpose, [M-6] Glossary, also see conjugate transpose trigonometric functions, [FN] Trigonometric functions,
in place, [M-5] transpose( ) [M-5] sin( )
operator, [M-2] op transpose trunc() function, [FN] Mathematical functions,
[M-5] trunc( )
without conjugation, [M-5] transposeonly( )
Subject index 299
truncated Tukey’s
negative binomial regression, [R] tnbreg, [SVY] svy multiple-comparison adjustment, see multiple
estimation comparisons, Tukey’s method
observations, [R] truncreg, also see censored Studentized range distribution,
observations cumulative, [FN] Statistical functions
Poisson regression, [R] tpoisson, [SVY] svy inverse cumulative, [FN] Statistical functions
estimation tuning constant, [R] rreg
regression, [R] truncreg, [SVY] svy estimation tutorials, [U] 1.2.2 Example datasets
truncating tw() pseudofunction, [D] datetime, [FN] Date and
real numbers, [FN] Mathematical functions time functions
strings, [FN] String functions twithin() function, [FN] Selecting time-span
truncation, [ST] stset, [ST] Glossary, [TE] Glossary, functions
also see imputation, truncated data Twitter, see Stata on Twitter
truncreg command, [R] truncreg, [R] truncreg two-level model, [ME] me, [ME] Glossary
postestimation two-parameter logistic model, [IRT] irt 2pl,
tsappend command, [TS] tsappend [IRT] Glossary
tscale, graph twoway subcommand, [G-2] graph twocorrelations, power subcommand, [PSS] power
twoway tsline twocorrelations
tscale() option, [G-3] axis scale options two-independent-samples test, [PSS] Glossary
tsfill command, [TS] tsfill twomeans, power subcommand, [PSS] power
tsfilter, [TS] tsfilter twomeans
bk command, [TS] tsfilter bk twoproportions, power subcommand, [PSS] power
bw command, [TS] tsfilter bw twoproportions
cf command, [TS] tsfilter cf two-sample
hp command, [TS] tsfilter hp correlations, see correlation, two-sample
tsline command, [TS] tsline means, see means, two-sample
tsline, graph twoway subcommand, [G-2] graph paired test, see paired-sample test
twoway tsline proportions, see proportions, two-sample
tsnorm macro extended function, [P] macro standard deviations, see standard deviations, two-
tsreport command, [TS] tsreport sample
tsrevar command, [TS] tsrevar study, [PSS] power, [PSS] unbalanced designs
tsrline command, [TS] tsline test, [PSS] intro, [PSS] power, [PSS] Glossary
tsrline, graph twoway subcommand, [G-2] graph correlations, [PSS] power twocorrelations
twoway tsline dependent samples, [PSS] power mcc
tsset command, [TS] tsset hazard functions, [PSS] power exponential,
tsset command for mi data, [MI] mi XXXset [PSS] power logrank
tsset, mi subcommand, [MI] mi XXXset independent samples, [PSS] power twomeans,
tssmooth, [TS] tssmooth [PSS] power twoproportions, [PSS] power
dexponential command, [TS] tssmooth twovariances, [PSS] power twocorrelations,
dexponential [PSS] power cmh, [PSS] power exponential,
exponential command, [TS] tssmooth exponential [PSS] power logrank
hwinters command, [TS] tssmooth hwinters log hazards, [PSS] power exponential,
[PSS] power logrank
ma command, [TS] tssmooth ma
log-rank, [PSS] power exponential, [PSS] power
nl command, [TS] tssmooth nl
logrank
shwinters command, [TS] tssmooth shwinters
means, [PSS] power twomeans, [PSS] power
tsunab command, [P] unab pairedmeans, [PSS] unbalanced designs
ttail() function, [FN] Statistical functions, proportions, [PSS] power twoproportions,
[M-5] normal( ) [PSS] power pairedproportions, [PSS] power
ttest and ttesti commands, [R] ttest cmh, [PSS] power mcc
ttest command, [MV] hotelling survivor functions, [PSS] power exponential,
ttick() option, [G-3] axis label options [PSS] power logrank
ttitle() option, [G-3] axis title options variances, [PSS] power twovariances
Tucker–Lewis index, [SEM] estat gof, [SEM] methods variances, see variances, two-sample
and formulas for sem two-sided test, [PSS] power, [PSS] power onemean,
tukeyprob() function, [FN] Statistical functions, [PSS] power twomeans, [PSS] power
[M-5] normal( ) pairedmeans, [PSS] power oneproportion,
[PSS] power twoproportions, [PSS] power
pairedproportions, [PSS] power onevariance,
300 Subject index
xtivreg command, [XT] xtivreg, [XT] xtivreg ym() function, [D] datetime, [FN] Date and time
postestimation functions, [M-5] date( )
xtline command, [XT] xtline ymlabel() option, [G-3] axis label options
xtlogit command, [XT] quadchk, [XT] xtlogit, ymtick() option, [G-3] axis label options
[XT] xtlogit postestimation yofd() function, [D] datetime, [FN] Date and time
xtnbreg command, [XT] xtnbreg, [XT] xtnbreg functions, [M-5] date( )
postestimation YouTube Channel, see Stata YouTube Channel
xtologit command, [XT] quadchk, [XT] xtologit, yq() function, [D] datetime, [FN] Date and time
[XT] xtologit postestimation functions, [M-5] date( )
xtoprobit command, [XT] quadchk, [XT] xtoprobit, yscale() option, [G-3] axis scale options
[XT] xtoprobit postestimation ysize() option, [G-2] graph display,
xtpcse command, [XT] xtpcse, [XT] xtpcse [G-3] region options
postestimation ytick() option, [G-3] axis label options
xtpoisson command, [XT] quadchk, [XT] xtpoisson, ytitle() option, [G-3] axis title options
[XT] xtpoisson postestimation Yule coefficient similarity measure,
xtprobit command, [XT] quadchk, [XT] xtprobit, [MV] measure option
[XT] xtprobit postestimation Yule–Walker equations, [TS] corrgram, [TS] Glossary
xtrc command, [XT] xtrc, [XT] xtrc postestimation yvarformat() option, [G-3] advanced options
xtreg command, [XT] xtreg, [XT] xtreg yvarlabel() option, [G-3] advanced options
postestimation yw() function, [D] datetime, [FN] Date and time
xtregar command, [XT] xtregar, [XT] xtregar functions, [M-5] date( )
postestimation
xtset command, [XT] xtset
xtset command for mi data, [MI] mi XXXset Z
xtset, mi subcommand, [MI] mi XXXset
z test, [PSS] Glossary
xtstreg command, [XT] quadchk, [XT] xtstreg,
Zellner’s
[XT] xtstreg postestimation
g -prior, [BAYES] bayes, [BAYES] bayesmh,
xtsum command, [XT] xtsum
[BAYES] Glossary
xttab command, [XT] xttab
seemingly unrelated regression, [R] sureg, [R] reg3,
xttest0 command, [XT] xtreg postestimation [R] suest
xttobit command, [XT] quadchk, [XT] xttobit, zero matrix, [P] matrix define
[XT] xttobit postestimation
zero-altered, see zero-inflated
xttrans command, [XT] xttab
zero-inflated
xtunitroot
negative binomial regression, [R] zinb, [SVY] svy
breitung command, [XT] xtunitroot estimation
fisher command, [XT] xtunitroot Poisson regression, [R] zip, [SVY] svy estimation
hadri command, [XT] xtunitroot zero-skewness transform, [R] lnskew0
ht command, [XT] xtunitroot zinb command, [R] zinb, [R] zinb postestimation
ips command, [XT] xtunitroot zip command, [R] zip, [R] zip postestimation
llc command, [XT] xtunitroot zipfile command, [D] zipfile
xvarformat() option, [G-3] advanced options zlabel() option, [G-3] axis label options
xvarlabel() option, [G-3] advanced options zmlabel() option, [G-3] axis label options
xxxset, programming, [MI] technical zmtick() option, [G-3] axis label options
zscale() option, [G-3] axis scale options
ztest and ztesti commands, [R] ztest
Y ztick() option, [G-3] axis label options
yaxis() suboption, [G-3] axis choice options ztitle() option, [G-3] axis title options
ycommon option, [G-2] graph combine
year() function, [D] datetime, [FN] Date and time
functions, [M-5] date( ), [U] 24.5 Extracting
components of dates and times
yearly() function, [D] datetime, [D] datetime
translation, [FN] Date and time functions,
[M-5] date( )
yh() function, [D] datetime, [FN] Date and time
functions, [M-5] date( )
ylabel() option, [G-3] axis label options
yline() option, [G-3] added line options