You are on page 1of 283

STATA INDEX

RELEASE 17

A Stata Press Publication


StataCorp LLC
College Station, Texas
®
Copyright c 1985–2021 StataCorp LLC
All rights reserved
Version 17

Published by Stata Press, 4905 Lakeway Drive, College Station, Texas 77845
Typeset in TEX

ISBN-10: 1-59718-335-0
ISBN-13: 978-1-59718-335-2

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.

The suggested citation for this software is


StataCorp. 2021. Stata: Release 17 . Statistical Software. College Station, TX: StataCorp LLC.
Contents

Combined subject table of contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1


Acronym glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
Vignette index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60
Author index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62
Subject index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116

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 datasets in memory
Certifying data Multiple imputation
Utilities
Basic utilities Internet
Error messages Data types and memory
Stored results Advanced utilities
Graphics
Common graphs Smoothing and densities
Distributional graphs Survival-analysis graphs
Item response theory graphs Time-series graphs
Lasso graphs More statistical graphs
Meta-analysis graphs Editing
Multivariate graphs Graph utilities
Quality control Graph schemes
Regression diagnostic plots Graph concepts
ROC analysis
Statistics
ANOVA and related Longitudinal data/panel data
Basic statistics Meta-analysis
Bayesian analysis Mixed models
Binary outcomes Multidimensional scaling and biplots
Categorical outcomes Multilevel mixed-effects models
Censored and truncated regression models Multiple imputation
Choice models Multivariate analysis of variance and
Cluster analysis related techniques
Correspondence analysis Nonlinear regression
Count outcomes Nonparametric statistics
Discriminant analysis Ordinal outcomes
Do-it-yourself generalized method of moments Other statistics
Do-it-yourself maximum likelihood estimation Pharmacokinetic statistics
Dynamic stochastic general equilibrium models Power, precision, and sample size
Endogenous covariates Quality control
Epidemiology and related ROC analysis
Estimation related Rotation
Exact statistics Sample selection models

1
2 Combined subject table of contents

Extended regression models Simulation/resampling


Factor analysis and principal components Spatial autoregressive models
Finite mixture models Standard postestimation tests, tables,
Fractional outcomes and other analyses
Generalized linear models Structural equation modeling
Indicator and categorical variables Survey data
Item response theory Survival analysis
Lasso Time series, multivariate
Latent class models Time series, univariate
Linear regression and related Transforms and normality tests
Logistic and probit regression Treatment effects
Matrix commands
Basics Other
Programming Mata
Programming
Basics Projects
Program control Advanced programming commands
Parsing and program arguments Special-interest programming commands
Console output File formats
Commonly used programming commands Mata
Debugging
Customizable tables and collections
Automated document and report creation
Interface features

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

Data manipulation and management


Basic data commands
[D] Intro . . . . . . . . . . . . . . . . . . . . . . . Introduction to data management reference manual
[D] Data management . . . . . . . . . . . . . . . . . Introduction to data management commands
[D] codebook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe data contents
[D] Data types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quick reference for data types
[D] Datetime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Date and time values and variables
[D] Datetime durations . . . . . . . . . . . . . . . . . . . . . Obtaining and working with durations
[D] Datetime relative dates . . . . . Obtaining dates and date information from other dates
[D] Datetime values from other software Date and time conversion from other software
[D] describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe data in memory or in file
[D] edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Browse or edit data with Data Editor
Combined subject table of contents 3

[D] format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set variables’ output format


[D] frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Data frames
[D] frames intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to frames
[D] insobs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add or insert observations
[D] inspect . . . . . . . . . . . . . . . . . . . . . . . . . . Display simple summary of data’s attributes
[D] label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Manipulate labels
[D] list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List values of variables
[D] Missing values . . . . . . . . . . . . . . . . . . . . . . . . . . . Quick reference for missing values
[D] rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename variable
[D] save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save Stata dataset
[D] sort . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sort data
[D] use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Load Stata dataset
[D] varmanage . . . . . . . . . . . . . . . . Manage variable labels, formats, and other properties

Creating and dropping variables


[D] clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear memory
[D] compress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compress data in memory
[FN] Date and time functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[D] drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop variables or observations
[D] dyngen . . . . . . . . . . . . . . . . . . . . . . . . . Dynamically generate new values of variables
[D] egen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extensions to generate
[D] frame copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Make a copy of a frame
[D] frame drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop frame from memory
[D] frame put . . . . . . . . . . . . . . Copy selected variables or observations to a new frame
[D] frames reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop all frames from memory
[D] generate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create or change contents of variable
[FN] Mathematical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Matrix functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[R] orthog . . . . . . . . . . . . Orthogonalize variables and compute orthogonal polynomials
[FN] Programming functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Random-number functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Selecting time-span functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Statistical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] String functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Trigonometric functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Functions and expressions


[U] Section 12.4.2.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode string functions
[U] Chapter 13 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Functions and expressions
[FN] Date and time functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[D] egen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extensions to generate
[FN] Mathematical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Matrix functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Programming functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Random-number functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Selecting time-span functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Statistical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] String functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[FN] Trigonometric functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4 Combined subject table of contents

Strings
[U] Section 12.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Strings
[U] Section 12.4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Handling Unicode strings
[U] Chapter 24 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Working with strings
[D] Data types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quick reference for data types
[FN] String functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[D] unicode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode utilities

Dates and times


[U] Section 12.5.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Date and time formats
[U] Chapter 25 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Working with dates and times
[D] bcal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Business calendar file manipulation
[D] Datetime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Date and time values and variables
[D] Datetime business calendars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Business calendars
[D] Datetime business calendars creation . . . . . . . . . . . . . . . Business calendars creation
[D] Datetime conversion . . . . . . . . . . . . . . . . . . . . . . . . . Converting strings to Stata dates
[D] Datetime display formats . . . . . . . . . . . . . . . . . . Display formats for dates and times
[D] Datetime durations . . . . . . . . . . . . . . . . . . . . . Obtaining and working with durations
[D] Datetime relative dates . . . . . Obtaining dates and date information from other dates
[D] Datetime values from other software Date and time conversion from other software

Loading, saving, importing, and exporting data


[GS] Chapter 6 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . Using the Data Editor
[U] Chapter 22 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Entering and importing data
[D] edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Browse or edit data with Data Editor
[D] export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Overview of exporting data from Stata
[D] import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Overview of importing data into Stata
[D] import dbase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import and export dBase files
[D] import delimited . . . . . . . . . . . . . . . . . . . . . . . . Import and export delimited text data
[D] import excel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import and export Excel files
[D] import fred . . . . . . . . . . . . . . . . . Import data from Federal Reserve Economic Data
[D] import haver . . . . . . . . . . . . . . . . . . . . . Import data from Haver Analytics databases
[D] import sas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import SAS files
[D] import sasxport5 . . . . . . . Import and export data in SAS XPORT Version 5 format
[D] import sasxport8 . . . . . . . Import and export data in SAS XPORT Version 8 format
[D] import spss . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import SPSS files
[D] infile (fixed format) . . . . . . . . . . . Import text data in fixed format with a dictionary
[D] infile (free format) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import unformatted text data
[D] infix (fixed format) . . . . . . . . . . . . . . . . . . . . . . . . . . Import text data in fixed format
[D] input . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter data from keyboard
[D] jdbc . . . . . . . . . . . . . . . . Load, write, or view data from a database with a Java API
[D] odbc . . . . . . . . . . . . . . . . . . . . . . . . . . Load, write, or view data from ODBC sources
[D] outfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export dataset in text format
[D] save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save Stata dataset
[D] sysuse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Use shipped dataset
[D] use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Load Stata dataset
[D] webuse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Use dataset from Stata website
Combined subject table of contents 5

Combining data
[U] Chapter 23 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Combining datasets
[D] append . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Append datasets
[MI] mi append . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Append mi data
[D] cross . . . . . . . . . . . . . . . . . . . . . . . Form every pairwise combination of two datasets
[D] frget . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy variables from linked frame
[D] frlink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Link frames
[D] joinby . . . . . . . . . . . . . . . . . . . . . . . . . Form all pairwise combinations within groups
[D] merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Merge datasets
[MI] mi merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Merge mi data

Certifying data
[D] assert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Verify truth of claim
[D] assertnested . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Verify variables nested
[D] checksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate checksum of file
[P] datasignature . . . . . . . . . . . . . . . . . . . . . . . . . Determine whether data have changed
[D] datasignature . . . . . . . . . . . . . . . . . . . . . . . . . . Determine whether data have changed
[D] notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Place notes in data
[P] signestimationsample . . . . . . Determine whether the estimation sample has changed

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

Labeling, display formats, and notes


[GS] Chapter 7 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . Using the Variables Manager
[U] Section 12.5 . . . . . . . . . . . . . . . . . . . . . Formats: Controlling how data are displayed
[U] Section 12.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dataset, variable, and value labels
[D] format . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set variables’ output format
[D] label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Manipulate labels
[D] label language . . . . . . . . . . . . Labels for variables and values in multiple languages
[D] labelbook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Label utilities
[D] notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Place notes in data
[D] varmanage . . . . . . . . . . . . . . . . Manage variable labels, formats, and other properties
6 Combined subject table of contents

Changing and renaming variables


[GS] Chapter 7 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . Using the Variables Manager
[U] Chapter 26 . . . . . . . . . . . . . . . . . Working with categorical data and factor variables
[D] clonevar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clone existing variable
[D] destring . . . . . . . . . . . . Convert string variables to numeric variables and vice versa
[D] dyngen . . . . . . . . . . . . . . . . . . . . . . . . . Dynamically generate new values of variables
[D] encode . . . . . . . . . . . . . . . . . . . . . . . . . . . . Encode string into numeric and vice versa
[D] generate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create or change contents of variable
[D] mvencode . . . . . . . . . . . . . Change missing values to numeric values and vice versa
[D] order . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reorder variables in dataset
[D] recode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Recode categorical variables
[D] rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename variable
[D] rename group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename groups of variables
[D] split . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Split string variables into parts
[D] varmanage . . . . . . . . . . . . . . . . Manage variable labels, formats, and other properties

Examining data
[GS] Chapter 6 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . Using the Data Editor
[D] cf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compare two datasets
[CM] cmsummarize . . . . . . . . . . . . . . . . . . . . . Summarize variables by chosen alternatives
[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 . . . . . . . . . . . . . . . . . . . . . . . . . . Compactly list variables with specified properties
[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 intro . Introduction to tables of frequencies, summaries, and command results
[R] table . . . . . . . . . . . . . . . . . . . Table of frequencies, summaries, and command results
[R] table multiway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multiway tables
[R] table oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way tabulation
[R] table regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of regression results
[R] table summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of summary statistics
[R] table twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way tabulation
[R] tabstat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compact table of summary statistics
[R] tabulate oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way table of frequencies
[R] tabulate twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way table of frequencies
Combined subject table of contents 7

[R] tabulate, summarize() . . . . . . . . . . . . One- and two-way tables of summary statistics


[XT] xtdescribe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe pattern of xt data

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

Miscellaneous data commands


[D] corr2data . . . . . . . . . . . . . . . . . . . . Create dataset with specified correlation structure
[D] drawnorm . . . . . . . . . . . . . . . . . . Draw sample from multivariate normal distribution
[R] dydx . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate numeric derivatives and integrals
[D] frame change . . . . . . . . . . . . . . . . . . . . . Change identity of current (working) frame
[D] frame create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a new frame
[D] frame prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The frame prefix command
[D] frame pwf . . . . . . . . . . . . . . . . . . . . . . . . . Display name of current (working) frame
[D] frame rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename existing frame
[D] frames dir . . . . . . . . . . . . . . . . . . . . . . . . . . . Display names of all frames in memory
[D] icd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to ICD commands
[D] icd10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-10 diagnosis codes
[D] icd10cm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-10-CM diagnosis codes
[D] icd10pcs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-10-PCS procedure codes
[D] icd9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-9-CM diagnosis codes
[D] icd9p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-9-CM procedure codes
[D] ipolate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linearly interpolate (extrapolate) values
[D] range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generate numerical range
[D] sample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Draw random sample
[D] splitsample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Split data into random samples

Multiple datasets in memory


[D] frame change . . . . . . . . . . . . . . . . . . . . . Change identity of current (working) frame
[D] frame copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Make a copy of a frame
[D] frame create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a new frame
[D] frame drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop frame from memory
[D] frame prefix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The frame prefix command
[D] frame put . . . . . . . . . . . . . . Copy selected variables or observations to a new frame
[D] frame pwf . . . . . . . . . . . . . . . . . . . . . . . . . Display name of current (working) frame
[D] frame rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename existing frame
[D] frames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Data frames
[D] frames dir . . . . . . . . . . . . . . . . . . . . . . . . . . . Display names of all frames in memory
8 Combined subject table of contents

[D] frames intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to frames


[D] frames reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop all frames from memory
[D] frget . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy variables from linked frame
[D] frlink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Link frames

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
[MI] mi merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Merge mi data
[MI] mi misstable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate pattern of missing values
[MI] mi passive . . . . . . . . . . . . . . . . . . . . . Generate/replace and register passive variables
[MI] mi ptrace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Load parameter-trace file into Stata
[MI] mi rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename variable
[MI] mi replace0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Replace original data
[MI] mi reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reset imputed or passive variables
[MI] mi reshape . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reshape mi data
[MI] mi set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare multiple-imputation data
[MI] mi stsplit . . . . . . . . . . . . . . . . . . . . . . . . Split and join time-span records for mi data
[MI] mi update . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ensure that mi data are consistent
[MI] mi varying . . . . . . . . . . . . . . . . . . . . . Identify variables that vary across imputations
[MI] mi xeq . . . . . . . . . . . . . . . . . . . . . . . . Execute command(s) on individual imputations
[MI] mi XXXset . . . . . . . . . . . . . . . . . . . . . . . . . Declare mi data to be svy, st, ts, xt, etc.
[MI] noupdate option . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The noupdate option
[MI] Styles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dataset styles
[MI] Workflow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Suggested workflow

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
Combined subject table of contents 9

[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

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 selected . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Show selected coefficients
[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 29 . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using the Internet to keep up to date
[R] ado update . . . . . . . . . . . . . . . . . . . . . . . . . Update community-contributed packages
[D] checksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate checksum of file
[D] copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy file from disk or URL
10 Combined subject table of contents

[R] net . . . . . . . . Install and manage community-contributed additions from the Internet
[R] net search . . . . . . . . . . . . . . . . . . . . . . . . Search the Internet for installable packages
[R] netio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Control Internet connections
[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

Data types and memory


[U] Chapter 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Managing memory
[U] Section 12.2.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numeric storage types
[U] Section 12.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Strings
[U] Section 12.4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Handling Unicode strings
[U] Section 13.12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Precision and problems therein
[U] Chapter 24 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Working with strings
[D] compress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compress data in memory
[D] Data types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quick reference for data types
[D] memory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Memory management
[D] Missing values . . . . . . . . . . . . . . . . . . . . . . . . . . . Quick reference for missing values
[D] recast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change storage type of variable

Advanced utilities
[D] assert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Verify truth of claim
[D] assertnested . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Verify variables nested
[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
[R] set iter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Control iteration settings
[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
Combined subject table of contents 11

[R] set rngstream . . . . . . . Specify the stream for the stream random-number generator
[R] set seed . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Specify random-number seed and state
[R] set showbaselevels . . . . . . . . . . . . . . . . . . . . . . Display settings for coefficient tables
[P] set sortmethod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Specify a sort method
[P] set sortrngstate . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set the state of sort’s randomizer
[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
[D] vl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Manage variable lists
[D] vl create . . . . . . . . . . . . . . . . . . . . . . . . Create and modify user-defined variable lists
[D] vl drop . . . . . . . . . . . . . . . . . . . . Drop variable lists or variables from variable lists
[D] vl list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List contents of variable lists
[D] vl rebuild . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rebuild variable lists
[D] vl set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set system-defined variable lists
[R] which . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display location of 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
[G-2] graph copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy graph in memory
[G-2] graph describe . . . . . . . . . . . . . . . Describe contents of graph in memory or on disk
[G-2] graph dir . . . . . . . . . . . . . . . . . . . . . . . List names of graphs in memory and on disk
[G-2] graph display . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display graph stored in memory
[G-2] graph dot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dot charts (summary statistics)
[G-2] graph drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop graphs from memory
[G-2] graph export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export current graph
[G-2] graph manipulation . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph manipulation commands
[G-2] graph matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Matrix graphs
[G-2] graph other . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Other graphics commands
[G-2] graph pie . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pie charts
[G-2] graph play . . . . . . . . . . . . . . . . . . . . . Apply edits from a recording on current graph
[G-2] graph print . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Print a graph
[G-2] graph query . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List available schemes and styles
[G-2] graph rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename graph in memory
[G-2] graph replay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Replay multiple graphs
[G-2] graph save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save graph to disk
[G-2] graph set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set graphics options
[G-2] graph twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway graphs
12 Combined subject table of contents

[G-2] graph twoway area . . . . . . . . . . . . . . . . . . . . . . . Twoway line plot with area shading
[G-2] graph twoway bar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway bar plots
[G-2] graph twoway connected . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway connected plots
[G-2] graph twoway contour . . . . . . . . . . . . . . . . . Twoway contour plot with area shading
[G-2] graph twoway contourline . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway contour-line plot
[G-2] graph twoway dot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway dot plots
[G-2] graph twoway dropline . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway dropped-line plots
[G-2] graph twoway fpfit . . . . . . . . . . . . . . Twoway fractional-polynomial prediction plots
[G-2] graph twoway fpfitci . . . . Twoway fractional-polynomial prediction plots with CIs
[G-2] graph twoway function . . . . . . . . . . . . . . . . . . . . . . . . . Twoway line plot of function
[G-2] graph twoway histogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Histogram plots
[G-2] graph twoway kdensity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Kernel density plots
[G-2] graph twoway lfit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway linear prediction plots
[G-2] graph twoway lfitci . . . . . . . . . . . . . . . . . . . Twoway linear prediction plots with CIs
[G-2] graph twoway line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway line plots
[G-2] graph twoway lowess . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Local linear smooth plots
[G-2] graph twoway lpoly . . . . . . . . . . . . . . . . . . . . . . . . . . Local polynomial smooth plots
[G-2] graph twoway lpolyci . . . . . . . . . . . . . . . . . Local polynomial smooth plots with CIs
[G-2] graph twoway mband . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway median-band plots
[G-2] graph twoway mspline . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway median-spline plots
[G-2] graph twoway pcarrow . . . . . . . . . . . . . . . . . . . . . Paired-coordinate plot with arrows
[G-2] graph twoway pcarrowi . . . . . . . . . . . . Twoway pcarrow with immediate arguments
[G-2] graph twoway pccapsym . . Paired-coordinate plot with spikes and marker symbols
[G-2] graph twoway pci . . . . . . Twoway paired-coordinate plot with immediate arguments
[G-2] graph twoway pcscatter . . . . . . . . . . . . . . . . . . . Paired-coordinate plot with markers
[G-2] graph twoway pcspike . . . . . . . . . . . . . . . . . . . . . . Paired-coordinate plot with spikes
[G-2] graph twoway qfit . . . . . . . . . . . . . . . . . . . . . . . . . Twoway quadratic prediction plots
[G-2] graph twoway qfitci . . . . . . . . . . . . . . . Twoway quadratic prediction plots with CIs
[G-2] graph twoway rarea . . . . . . . . . . . . . . . . . . . . . . . . . . . Range plot with area shading
[G-2] graph twoway rbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Range plot with bars
[G-2] graph twoway rcap . . . . . . . . . . . . . . . . . . . . . . . . . . . Range plot with capped spikes
[G-2] graph twoway rcapsym . . . . . Range plot with spikes capped with marker symbols
[G-2] graph twoway rconnected . . . . . . . . . . . . . . . . . . . . Range plot with connected lines
[G-2] graph twoway rline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Range plot with lines
[G-2] graph twoway rscatter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Range plot with markers
[G-2] graph twoway rspike . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Range plot with spikes
[G-2] graph twoway scatter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway scatterplots
[G-2] graph twoway scatteri . . . . . . . . . . . . . . . . . . . . . . Scatter with immediate arguments
[G-2] graph twoway spike . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway spike plots
[G-2] graph twoway tsline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Twoway line plots
[G-2] graph use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display graph stored on disk
[R] histogram . . . . . . . . . . . . . . . . . Histograms for continuous and categorical variables
[R] marginsplot . . . . . . . . . . . . . . . . . . . . Graph results from margins (profile plots, etc.)
[G-2] palette . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display palettes of available selections

Distributional graphs
[R] cumul . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cumulative distribution
[R] Diagnostic plots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Distributional diagnostic plots
[R] dotplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Comparative distribution dotplots
[R] histogram . . . . . . . . . . . . . . . . . Histograms for continuous and categorical variables
[R] ladder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ladder of powers
Combined subject table of contents 13

[R] spikeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Spike plots and rootograms


[R] sunflower . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Density-distribution sunflower plots

Item response theory graphs


[MV] biplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Biplots
[IRT] irtgraph icc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Item characteristic curve plot
[IRT] irtgraph iif . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Item information function plot
[IRT] irtgraph tcc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test characteristic curve plot
[IRT] irtgraph tif . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test information function plot

Lasso graphs
[LASSO] bicplot . . . . . . . . . . . . . . . . . Plot Bayesian information criterion function after lasso
[LASSO] coefpath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Plot path of coefficients after lasso
[LASSO] cvplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Plot cross-validation function after lasso

Meta-analysis graphs
[META] estat bubbleplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bubble plots after meta regress
[META] meta forestplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Forest plots
[META] meta funnelplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Funnel plots
[META] meta galbraithplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Galbraith plots
[META] meta labbeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . L’Abbé 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 of eigenvalues

Quality control
[R] QC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quality control charts
[R] cusum . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cusum plots and tests for binary variables
[R] serrbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph standard error bar chart

Regression diagnostic plots


[R] regress postestimation diagnostic plots . . . . . . . . . . . Postestimation plots for regress

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
14 Combined subject table of contents

[R] rocfit postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for rocfit


[R] rocregplot . . . . . . . . . Plot marginal and covariate-specific ROC curves after rocreg
[R] roctab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric ROC analysis

Smoothing and densities


[R] kdensity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Univariate kernel density estimation
[R] lowess . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Lowess smoothing
[R] lpoly . . . . . . . . . . . . . . . . . . . . . . . . . . . Kernel-weighted local polynomial smoothing

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 after stcox
[ST] stcurve . . . . . . . . . Plot the survivor or related function after streg, stcox, and others
[ST] stintcox PH-assumption plots Plots of proportional-hazards assumption after stintcox
[ST] strate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate failure rates and rate ratios
[ST] sts graph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph the survivor or related function

Time-series graphs
[BAYES] bayesirf graph Graphs of Bayesian IRFs, dynamic-multiplier functions, and FEVDs
[TS] corrgram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate and graph autocorrelations
[TS] cumsp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph cumulative spectral distribution
[TS] estat acplot . . . . . . . . . Plot parametric autocorrelation and autocovariance functions
[TS] estat aroots . . . . . . . . . . . . . . . . . Check the stability condition of ARIMA estimates
[TS] estat sbcusum . . . . . . . . . . . . . . . . . . . . . Cumulative sum test for parameter stability
[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 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series line plots
[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

More statistical graphs


[BAYES] bayesgraph . . . . . . . . . . . . . . . . . Graphical summaries and convergence diagnostics
[PSS-3] ciwidth, graph . . . . . . . . . . . . . . . . . . . . . . Graph results from the ciwidth command
[R] Epitab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tables for epidemiologists
[R] fp postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for fp
[R] grmeanby . . . . . . . . . . . . . . . . . . Graph means and medians by categorical variables
[R] pkexamine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate pharmacokinetic measures
[R] pksumm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summarize pharmacokinetic data
[PSS-2] power, graph . . . . . . . . . . . . . . . . . . . . . . . . . Graph results from the power command
[R] stem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stem-and-leaf displays
[TE] tebalance box . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Covariate balance box
[TE] teoverlap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Overlap plots
[XT] xtline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data line plots
Combined subject table of contents 15

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 27 . . . . . . . . . . . . . . . . . . . . . . . . . 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 of variables
[D] egen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extensions to generate
[R] esize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Effect size based on mean comparison
[R] icc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Intraclass correlation coefficients
[R] mean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate means
[R] misstable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate missing values
16 Combined subject table of contents

[MV] mvtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate tests


[R] oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way analysis of variance
[R] proportion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate proportions
[R] prtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of proportions
[R] pwmean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pairwise comparisons of means
[R] ranksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equality tests on unmatched data
[R] ratio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate ratios
[R] regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear regression
[R] sdtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Variance-comparison tests
[R] signrank . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equality tests on matched data
[D] statsby . . . . . . . . . . . . . . . . . . . . . . . Collect statistics for a command across a by list
[R] summarize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summary statistics
[R] table intro . Introduction to tables of frequencies, summaries, and command results
[R] table . . . . . . . . . . . . . . . . . . . Table of frequencies, summaries, and command results
[R] table hypothesis tests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of hypothesis tests
[R] table multiway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multiway tables
[R] table oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way tabulation
[R] table regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of regression results
[R] table summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of summary statistics
[R] table twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way tabulation
[R] tabstat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compact table of summary statistics
[R] tabulate oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way table of frequencies
[R] tabulate twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way table of frequencies
[R] tabulate, summarize() . . . . . . . . . . . . One- and two-way tables of summary statistics
[R] total . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate totals
[R] ttest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . t tests (mean-comparison tests)
[R] ztest . . . . . . . . . . . . . . . . . . . . . . . . z tests (mean-comparison tests, known variance)

Bayesian analysis
[U] Section 27.33 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian analysis
[BAYES] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to Bayesian analysis
[BAYES] Bayesian commands . . . . . . . . . . . . Introduction to commands for Bayesian analysis
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[BAYES] Bayesian postestimation . . . . Postestimation tools for bayesmh and the bayes prefix
[BAYES] bayes . . . . . . . . . . . . . . . . . . . . . . Bayesian regression models using the bayes prefix
[BAYES] bayes: betareg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian beta regression
[BAYES] bayes: binreg Bayesian generalized linear models: Extensions to the binomial family
[BAYES] bayes: biprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian bivariate probit regression
[BAYES] bayes: clogit . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian conditional logistic regression
[BAYES] bayes: cloglog . . . . . . . . . . . . . . . . . . . . Bayesian complementary log–log regression
[BAYES] bayes: dsge . . . . . . . Bayesian linear dynamic stochastic general equilibrium models
[BAYES] bayes: dsge postestimation . Postestimation tools for bayes: dsge and bayes: dsgenl
[BAYES] bayes: dsgenl . . Bayesian nonlinear dynamic stochastic general equilibrium models
[BAYES] bayes: fracreg . . . . . . . . . . . . . . . . . . . . . . . . Bayesian fractional response regression
[BAYES] bayes: glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian generalized linear models
[BAYES] bayes: gnbreg . . . . . . . . . . . . . . . Bayesian generalized negative binomial regression
[BAYES] bayes: heckman . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian Heckman selection model
[BAYES] bayes: heckoprobit . . . . . . . . . Bayesian ordered probit model with sample selection
[BAYES] bayes: heckprobit . . . . . . . . . . . . . . . . Bayesian probit model with sample selection
[BAYES] bayes: hetoprobit . . . . . . . . . . . . Bayesian heteroskedastic ordered probit regression
[BAYES] bayes: hetprobit . . . . . . . . . . . . . . . . . . . . Bayesian heteroskedastic probit regression
Combined subject table of contents 17

[BAYES] bayes: hetregress . . . . . . . . . . . . . . . . . . . . Bayesian heteroskedastic linear regression


[BAYES] bayes: intreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian interval regression
[BAYES] bayes: logistic . . . . . . . . . . . . . . . Bayesian logistic regression, reporting odds ratios
[BAYES] bayes: logit . . . . . . . . . . . . . . . . . Bayesian logistic regression, reporting coefficients
[BAYES] bayes: mecloglog . . . . . . . . . Bayesian multilevel complementary log–log regression
[BAYES] bayes: meglm . . . . . . . . . . . . . . . . . . . . Bayesian multilevel generalized linear model
[BAYES] bayes: meintreg . . . . . . . . . . . . . . . . . . . . . . . . Bayesian multilevel interval regression
[BAYES] bayes: melogit . . . . . . . . . . . . . . . . . . . . . . . . Bayesian multilevel logistic regression
[BAYES] bayes: menbreg . . . . . . . . . . . . . . . Bayesian multilevel negative binomial regression
[BAYES] bayes: meologit . . . . . . . . . . . . . . . . Bayesian multilevel ordered logistic regression
[BAYES] bayes: meoprobit . . . . . . . . . . . . . . . . Bayesian multilevel ordered probit regression
[BAYES] bayes: mepoisson . . . . . . . . . . . . . . . . . . . . . . Bayesian multilevel Poisson regression
[BAYES] bayes: meprobit . . . . . . . . . . . . . . . . . . . . . . . . Bayesian multilevel probit regression
[BAYES] bayes: mestreg . . . . . . . . . . . . . . . . . Bayesian multilevel parametric survival models
[BAYES] bayes: metobit . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian multilevel tobit regression
[BAYES] bayes: mixed . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian multilevel linear regression
[BAYES] bayes: mlogit . . . . . . . . . . . . . . . . . . . . . . . Bayesian multinomial logistic regression
[BAYES] bayes: mprobit . . . . . . . . . . . . . . . . . . . . . . . Bayesian multinomial probit regression
[BAYES] bayes: mvreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian multivariate regression
[BAYES] bayes: nbreg . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian negative binomial regression
[BAYES] bayes: ologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian ordered logistic regression
[BAYES] bayes: oprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian ordered probit regression
[BAYES] bayes: poisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian Poisson regression
[BAYES] bayes: probit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian probit regression
[BAYES] bayes: regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian linear regression
[BAYES] bayes: streg . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian parametric survival models
[BAYES] bayes: tnbreg . . . . . . . . . . . . . . . . . . Bayesian truncated negative binomial regression
[BAYES] bayes: tobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian tobit regression
[BAYES] bayes: tpoisson . . . . . . . . . . . . . . . . . . . . . . . . Bayesian truncated Poisson regression
[BAYES] bayes: truncreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian truncated regression
[BAYES] bayes: var . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian vector autoregressive models
[BAYES] bayes: var postestimation . . . . . . . . . . . . . . . . . . . Postestimation tools for bayes: var
[BAYES] bayes: xtlogit . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian random-effects logit model
[BAYES] bayes: xtmlogit . . . . . . . . . . . . . . . Bayesian random-effects multinomial logit model
[BAYES] bayes: xtnbreg . . . . . . . . . . . . . . . . Bayesian random-effects negative binomial model
[BAYES] bayes: xtologit . . . . . . . . . . . . . . . . Bayesian random-effects ordered logistic model
[BAYES] bayes: xtoprobit . . . . . . . . . . . . . . . . Bayesian random-effects ordered probit model
[BAYES] bayes: xtpoisson . . . . . . . . . . . . . . . . . . . . . . Bayesian random-effects Poisson model
[BAYES] bayes: xtprobit . . . . . . . . . . . . . . . . . . . . . . . . Bayesian random-effects probit model
[BAYES] bayes: xtreg . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian random-effects linear model
[BAYES] bayes: zinb . . . . . . . . . . . . . . . . Bayesian zero-inflated negative binomial regression
[BAYES] bayes: ziologit . . . . . . . . . . . . . . . . . Bayesian zero-inflated ordered logit regression
[BAYES] bayes: zioprobit . . . . . . . . . . . . . . . Bayesian zero-inflated ordered probit regression
[BAYES] bayes: zip . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian zero-inflated Poisson regression
[BAYES] bayesfcast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian dynamic forecasts
[BAYES] bayesfcast compute . . . . . . . . . . . . . . . . . . . . . Compute Bayesian dynamic forecasts
[BAYES] bayesfcast graph . . . . . . . . . . . . . . . . . . . . . . . Graphs of Bayesian dynamic forecasts
[BAYES] bayesgraph . . . . . . . . . . . . . . . . . Graphical summaries and convergence diagnostics
[BAYES] bayesirf . . . . . . . . . . . . . . Bayesian IRFs, dynamic-multiplier functions, and FEVDs
[BAYES] bayesirf cgraph . . . . . . . . . . . . . . . . . . . . . Combined graphs of Bayesian IRF results
[BAYES] bayesirf create . . Obtain Bayesian IRFs, dynamic-multiplier functions, and FEVDs
18 Combined subject table of contents

[BAYES] bayesirf ctable . . . . . . . . . . . . . . . . . . . . . . Combined tables of Bayesian IRF results


[BAYES] bayesirf ograph . . . . . . . . . . . . . . . . . . . . . . Overlaid graphs of Bayesian IRF results
[BAYES] bayesirf table . Tables of Bayesian IRFs, dynamic-multiplier functions, and FEVDs
[BAYES] bayesmh . . . . . . . . . . . . . . . . Bayesian models using Metropolis–Hastings algorithm
[BAYES] bayesmh evaluators . . . . . . . . . . . . . . . . . . . . User-defined evaluators with bayesmh
[BAYES] bayespredict . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian predictions
[BAYES] bayesstats . . . . . . . . . . . . . . . . . . . . . . . Bayesian statistics after Bayesian estimation
[BAYES] bayesstats ess . . . . . . . . . . . . . . . . . . . . . Effective sample sizes and related statistics
[BAYES] bayesstats grubin . . . . . . . . . . . . . . . . . . . . . Gelman–Rubin convergence diagnostics
[BAYES] bayesstats ic . . . . . . . . . . . . . . . . . . Bayesian information criteria and Bayes factors
[BAYES] bayesstats ppvalues . . . Bayesian predictive p-values and other predictive summaries
[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
[BAYES] bayesvarstable . . . . . . . . . . Check the stability condition of Bayesian VAR estimates

Binary outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Binary outcomes
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[R] binreg . . . . . . . . . . . . Generalized linear models: Extensions to the binomial family
[R] biprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bivariate probit regression
[R] cloglog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Complementary log–log regression
[LASSO] dslogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso logistic regression
[ERM] eprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended probit regression
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[R] exlogistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact logistic regression
[FMM] fmm estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fitting finite mixture models
[R] glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear models
[R] heckprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit model with sample selection
[R] hetprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heteroskedastic probit model
[IRT] irt 1pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-parameter logistic model
[IRT] irt 2pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-parameter logistic model
[IRT] irt 3pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Three-parameter logistic model
[IRT] irt hybrid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hybrid IRT models
[R] ivprobit . . . . . . . . . . . . . . . . . . Probit model with continuous endogenous covariates
[R] logistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression, reporting odds ratios
[R] logit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression, reporting coefficients
[ME] mecloglog . . . . . . . . . . . Multilevel mixed-effects complementary log–log regression
[ME] melogit . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects logistic regression
[ME] meprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects probit regression
[LASSO] pologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partialing-out lasso logistic regression
[R] probit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit regression
[R] rocfit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric ROC models
[R] rocreg . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) regression
[R] scobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Skewed logistic 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
Combined subject table of contents 19

[TE] teffects psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching


[TE] teffects ra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Regression adjustment
[TE] telasso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effects estimation using lasso
[LASSO] xpologit . . . . . . . . . . . . . . . . . . . . . . . Cross-fit partialing-out lasso logistic regression
[XT] xtcloglog . . . . . . . . . . . . . . Random-effects and population-averaged cloglog models
[XT] xteprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects probit regression
[XT] xtlogit . . . . . . . Fixed-effects, random-effects, and population-averaged logit models
[XT] xtprobit . . . . . . . . . . . . . . . . Random-effects and population-averaged probit models

Categorical outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ordinal outcomes
[U] Section 27.7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Categorical outcomes
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[R] clogit . . . . . . . . . . . . . . . . . . . . . . . . . . . Conditional (fixed-effects) logistic regression
[CM] cmclogit . . . . . . . . . . . . . . . . . . . . . . . Conditional logit (McFadden’s) choice model
[CM] cmmixlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mixed logit choice model
[CM] cmmprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial probit choice model
[CM] cmxtmixlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data mixed logit choice model
[FMM] fmm estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fitting finite mixture models
[IRT] irt nrm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nominal response model
[R] mlogit . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial (polytomous) logistic regression
[R] mprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial probit regression
[CM] nlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nested logit regression
[R] slogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stereotype logistic regression
[XT] xtmlogit . . . . . . . . . . . . . Fixed-effects and random-effects multinomial logit models

Censored and truncated regression models


[R] churdle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cragg hurdle regression
[R] cpoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Censored Poisson regression
[ERM] eintreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended interval regression
[R] heckman . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heckman selection model
[R] heckoprobit . . . . . . . . . . . . . . . . . . . . . . Ordered probit model with sample selection
[R] heckprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit model with sample selection
[R] intreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interval regression
[ME] meintreg . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects interval regression
[ME] mestreg . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects parametric survival models
[ME] metobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects tobit regression
[ST] stintcox . . Cox proportional hazards model for interval-censored survival-time data
[ST] stintreg . . . . . . . . . . . . . Parametric models for interval-censored survival-time data
[ST] streg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric survival models
[TE] stteffects . . . . . . . . Treatment-effects estimation for observational survival-time data
[R] tnbreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated negative binomial regression
[R] tobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tobit regression
[R] tpoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated Poisson regression
[R] truncreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated regression
[XT] xteintreg . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects interval regression
[XT] xtheckman . . . . . . . . . . . . . . . . . . . Random-effects regression with sample selection
[XT] xtintreg . . . . . . . . . . . . . . . . . . . . . . . Random-effects interval-data regression models
[XT] xtstreg . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects parametric survival models
[XT] xttobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects tobit models
20 Combined subject table of contents

Choice models
[U] Section 27.10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Choice models
[CM] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction
[CM] Intro 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interpretation of choice models
[CM] Intro 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Data layout
[CM] Intro 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Descriptive statistics
[CM] Intro 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation commands
[CM] Intro 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Models for discrete choices
[CM] Intro 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Models for rank-ordered alternatives
[CM] Intro 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Models for panel data
[CM] Intro 8 . . . . . . . . . . . . . . . . . . . Random utility models, assumptions, and estimation
[CM] cmchoiceset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate choice sets
[CM] cmclogit . . . . . . . . . . . . . . . . . . . . . . . Conditional logit (McFadden’s) choice model
[CM] cmmixlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mixed logit choice model
[CM] cmmprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial probit choice model
[CM] cmrologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rank-ordered logit choice model
[CM] cmroprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rank-ordered probit choice model
[CM] cmsample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display reasons for sample exclusion
[CM] cmset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be choice model data
[CM] cmsummarize . . . . . . . . . . . . . . . . . . . . . Summarize variables by chosen alternatives
[CM] cmtab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate chosen alternatives
[CM] cmxtmixlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data mixed logit choice model
[CM] margins . . . . . . . . . . . Adjusted predictions, predictive margins, and marginal effects
[CM] nlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nested logit regression

Cluster analysis
[U] Section 27.22 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate analysis
[MV] Multivariate . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to multivariate commands
[MV] cluster . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to cluster-analysis commands
[MV] cluster dendrogram . . . . . . . . . . . . . . . Dendrograms for hierarchical cluster analysis
[MV] cluster generate . . . . . . . . . . . . . Generate 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 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cluster analysis notes
[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

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 27.8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Count outcomes
[U] Section 27.15.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . Discrete outcomes with panel data
Combined subject table of contents 21

[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands


[R] cpoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Censored Poisson regression
[LASSO] dspoisson . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso Poisson regression
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[TE] etpoisson . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[R] expoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact Poisson regression
[FMM] fmm estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fitting finite mixture models
[R] heckpoisson . . . . . . . . . . . . . . . . . . . . . . . . . Poisson regression with sample selection
[ME] menbreg . . . . . . . . . . . . . . . . . Multilevel mixed-effects negative binomial regression
[ME] mepoisson . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects Poisson regression
[R] nbreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Negative binomial regression
[R] poisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Poisson regression
[LASSO] popoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partialing-out lasso 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
[TE] telasso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effects estimation using lasso
[R] tnbreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated negative binomial regression
[R] tpoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated Poisson regression
[LASSO] xpopoisson . . . . . . . . . . . . . . . . . . . Cross-fit partialing-out lasso Poisson regression
[XT] xtnbreg Fixed-effects, random-effects, & population-averaged negative binomial models
[XT] xtpoisson . . Fixed-effects, random-effects, and population-averaged Poisson models
[R] zinb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated negative binomial regression
[R] zip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated Poisson regression

Discriminant analysis
[MV] candisc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Canonical linear discriminant analysis
[MV] discrim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Discriminant analysis
[MV] discrim estat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for discrim
[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 of eigenvalues

Do-it-yourself generalized method of moments


[U] Section 27.23 . . . . . . . . . . . . . . . . . . . . . . . Generalized method of moments (GMM)
[R] gmm . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized method of moments estimation
[P] matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to matrix commands

Do-it-yourself maximum likelihood estimation


[P] matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to matrix commands
[R] ml . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Maximum likelihood estimation
[R] mlexp . . . . . . . . . . . . Maximum likelihood estimation of user-specified expressions
22 Combined subject table of contents

Dynamic stochastic general equilibrium models


[U] Section 27.28 . . . . . . . . . . Dynamic stochastic general equilibrium (DSGE) models
[DSGE] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction
[DSGE] Intro 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to DSGEs
[DSGE] Intro 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Learning the syntax
[DSGE] Intro 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Classic DSGE examples
[DSGE] Intro 3a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . New Keynesian model
[DSGE] Intro 3b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . New Classical model
[DSGE] Intro 3c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Financial frictions model
[DSGE] Intro 3d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear New Keynesian model
[DSGE] Intro 3e . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear New Classical model
[DSGE] Intro 3f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stochastic growth model
[DSGE] Intro 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Writing a DSGE in a solvable form
[DSGE] Intro 4a . . . . . . . . . . . . . . . . . . . . . . . . . . . . Specifying a shock on a control variable
[DSGE] Intro 4b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Including a lag of a control variable
[DSGE] Intro 4c . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Including a lag of a state variable
[DSGE] Intro 4d . . . . . . . . . . Including an expectation dated by more than one period ahead
[DSGE] Intro 4e . . . . . . . . . . . . . . . . . . . . . . . . . . . . Including a second-order lag of a control
[DSGE] Intro 4f . . . . . . . . . . . . . . . . . . . . . . . . . . Including an observed exogenous variable
[DSGE] Intro 4g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Correlated state variables
[DSGE] Intro 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stability conditions
[DSGE] Intro 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Identification
[DSGE] Intro 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convergence problems
[DSGE] Intro 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wald tests vary with nonlinear transforms
[DSGE] Intro 9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation
[DSGE] Intro 9a . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation of a New Keynesian model
[DSGE] Intro 9b . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation of stochastic growth model
[DSGE] dsge . . . . . . . . . . . . . . . . . . . . Linear dynamic stochastic general equilibrium models
[DSGE] dsge postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for dsge
[DSGE] dsgenl . . . . . . . . . . . . . . . Nonlinear dynamic stochastic general equilibrium models
[DSGE] dsgenl postestimation . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for dsgenl
[DSGE] estat covariance . . . . . . . . . . . . . . Display estimated covariances of model variables
[DSGE] estat policy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display policy matrix
[DSGE] estat stable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Check stability of system
[DSGE] estat steady . . . . . . . . . . . . . . . . . . . . Display steady state of nonlinear DSGE model
[DSGE] estat transition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display state transition matrix

Endogenous covariates
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Chapter 27 . . . . . . . . . . . . . . . . . . . . . . . . . Overview of Stata estimation commands
[ERM] eintreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended interval regression
[ERM] eoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended ordered probit regression
[ERM] eprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended probit regression
[ERM] eregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended linear regression
[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
Combined subject table of contents 23

[R] ivregress . . . . . . . . . . . . . . . . . . . . Single-equation instrumental-variables regression


[R] ivtobit . . . . . . . . . . . . . . . . . . . . Tobit model with continuous endogenous covariates
[LASSO] poivregress . . . . . . . . . . . . . . . Partialing-out lasso instrumental-variables regression
[R] reg3 . . . . . . . . . . . . . . Three-stage estimation for systems of simultaneous equations
[LASSO] xpoivregress . . . . . . . Cross-fit partialing-out lasso instrumental-variables regression
[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] xteintreg . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects interval regression
[XT] xteoprobit . . . . . . . . . . . . . . . . . . Extended random-effects ordered probit regression
[XT] xteprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects probit regression
[XT] xteregress . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects linear regression
[XT] xthtaylor . . . . . . . . . . . . . . Hausman–Taylor estimator for error-components models
[XT] xtivreg . . . Instrumental variables and two-stage least squares for panel-data models

Epidemiology and related


[R] binreg . . . . . . . . . . . . Generalized linear models: Extensions to the binomial family
[R] brier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Brier score decomposition
[R] clogit . . . . . . . . . . . . . . . . . . . . . . . . . . . Conditional (fixed-effects) logistic regression
[R] dstdize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Direct and indirect standardization
[R] Epitab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tables for epidemiologists
[R] exlogistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact logistic regression
[R] expoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact Poisson regression
[R] glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear models
[D] icd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to ICD commands
[D] icd10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-10 diagnosis codes
[D] icd10cm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-10-CM diagnosis codes
[D] icd10pcs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-10-PCS procedure codes
[D] icd9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-9-CM diagnosis codes
[D] icd9p . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ICD-9-CM procedure codes
[R] kappa . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interrater agreement
[R] logistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression, reporting odds ratios
[R] nbreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Negative binomial regression
[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
[R] poisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Poisson regression
[R] roc . . . . . . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) analysis
[R] roccomp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of equality of ROC areas
[R] rocfit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric ROC models
[R] rocreg . . . . . . . . . . . . . . . . . . . . . Receiver operating characteristic (ROC) regression
[R] roctab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric ROC analysis
[R] symmetry . . . . . . . . . . . . . . . . . . . . . . . . Symmetry and marginal homogeneity tests
[R] tabulate twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way table of frequencies
Also see Multilevel mixed-effects models, Survival analysis, Structural equation modeling, and
Treatment effects.
24 Combined subject table of contents

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 27.8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Count outcomes
[U] Section 27.11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
[PSS-2] power oneproportion . . . . . . . . . . . Power analysis for a one-sample proportion test
[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

Extended regression models


[ERM] ERM options . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended regression model options
[ERM] Intro 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . An introduction to the ERM commands
[ERM] Intro 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The models that ERMs fit
[ERM] Intro 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous covariates features
[ERM] Intro 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous sample-selection features
[ERM] Intro 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment assignment features
[ERM] Intro 6 . . . . . . . . . . . . . . . . . . . . . . . . . . Panel data and grouped data model features
[ERM] Intro 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Model interpretation
[ERM] Intro 8 . . . . . . . . . . . . . . . . . . . . A Rosetta stone for extended regression commands
[ERM] Intro 9 . . . . . . . . . . . . . . . . . . . . . . . . . . Conceptual introduction via worked example
[ERM] eintreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended interval regression
[ERM] eintreg postestimation . . . . . . . . . . . . . Postestimation tools for eintreg and xteintreg
[ERM] eintreg predict . . . . . . . . . . . . . . . . . . . . . . . . . . . . . predict after eintreg and xteintreg
[ERM] eoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended ordered probit regression
[ERM] eoprobit postestimation . . . . . . . . . Postestimation tools for eoprobit and xteoprobit
[ERM] eoprobit predict . . . . . . . . . . . . . . . . . . . . . . . . . predict after eoprobit and xteoprobit
[ERM] eprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended probit regression
[ERM] eprobit postestimation . . . . . . . . . . . . Postestimation tools for eprobit and xteprobit
Combined subject table of contents 25

[ERM] eprobit predict . . . . . . . . . . . . . . . . . . . . . . . . . . . . predict after eprobit and xteprobit


[ERM] eregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended linear regression
[ERM] eregress postestimation . . . . . . . . . . Postestimation tools for eregress and xteregress
[ERM] eregress predict . . . . . . . . . . . . . . . . . . . . . . . . . . predict after eregress and xteregress
[ERM] estat teffects . . . . . . . . . . Average treatment effects for extended regression models
[ERM] Example 1a . . . . . . . . . . . . Linear regression with continuous endogenous covariate
[ERM] Example 1b . . . . . . . . . . . Interval regression with continuous endogenous covariate
[ERM] Example 1c . . . Interval regression with endogenous covariate and sample selection
[ERM] Example 2a . . . . . . . . . . . . . . . . Linear regression with binary endogenous covariate
[ERM] Example 2b . . . . . . . . . . . . . . . . . . . . . . . Linear regression with exogenous treatment
[ERM] Example 2c . . . . . . . . . . . . . . . . . . . . . . Linear regression with endogenous treatment
[ERM] Example 3a . . . . . . . . . . . . . Probit regression with continuous endogenous covariate
[ERM] Example 3b . . . . . . . . . . Probit regression with endogenous covariate and treatment
[ERM] Example 4a . . . . . . . . . . . . . . . . Probit regression with endogenous sample selection
[ERM] Example 4b . . . . Probit regression with endogenous treatment and sample selection
[ERM] Example 5 . . . . . . . . . . . . . . . . . Probit regression with endogenous ordinal treatment
[ERM] Example 6a . . . . . . . . . . . . . . . Ordered probit regression with endogenous treatment
[ERM] Example 6b Ordered probit regression with endogenous treatment and sample selection
[ERM] Example 7 . . . . . . Random-effects regression with continuous endogenous covariate
[ERM] Example 8a . . . . . . . . . . Random effects in one equation and endogenous covariate
[ERM] Example 8b Random effects, endogenous covariate, and endogenous sample selection
[ERM] Example 9 Ordered probit regression with endogenous treatment and random effects
[ERM] predict advanced . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . predict’s advanced features
[ERM] predict treatment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . predict for treatment statistics
[ERM] Triangularize . . . . . . . . . . . . . . . . . . . . . . How to triangularize a system of equations
[XT] xteintreg . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects interval regression
[XT] xteoprobit . . . . . . . . . . . . . . . . . . Extended random-effects ordered probit regression
[XT] xteprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects probit regression
[XT] xteregress . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects linear regression

Factor analysis and principal components


[MV] alpha . . . . . . . . Compute interitem correlations (covariances) and Cronbach’s alpha
[MV] canon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Canonical correlations
[MV] factor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Factor analysis
[MV] pca . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Principal component analysis
[MV] rotate . . . . . . . . . . . . . . . . . . . . Orthogonal and oblique rotations after factor and pca
[MV] rotatemat . . . . . . . . . . . . . . . . . . . Orthogonal and oblique rotations of a Stata matrix
[MV] scoreplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Score and loading plots
[MV] screeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scree plot of eigenvalues
[R] tetrachoric . . . . . . . . . . . . . . . . . . . . . . . . Tetrachoric correlations for binary variables

Finite mixture models


[U] Section 27.26 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Finite mixture models (FMMs)
[FMM] estat eform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display exponentiated coefficients
[FMM] estat lcmean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class marginal means
[FMM] estat lcprob . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class marginal probabilities
[FMM] Example 1a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mixture of linear regression models
[FMM] Example 1b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Covariates for class membership
[FMM] Example 1c . . . . . . . . . . . . . . . . . . . . . . . . . . Testing coefficients across class models
[FMM] Example 1d . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Component-specific covariates
[FMM] Example 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mixture of Poisson regression models
26 Combined subject table of contents

[FMM] Example 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated models


[FMM] Example 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mixture cure models for survival data
[FMM] fmm . . . . . . . . . . . . . . . . . . . . . . . . . . . . Finite mixture models using the fmm prefix
[FMM] fmm estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fitting finite mixture models
[FMM] fmm intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to finite mixture models
[FMM] fmm postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for fmm
[FMM] fmm: betareg . . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of beta regression models
[FMM] fmm: cloglog . . . . . . Finite mixtures of complementary log–log regression models
[FMM] fmm: glm . . . . . . . . . . . . . . Finite mixtures of generalized linear regression models
[FMM] fmm: intreg . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of interval regression models
[FMM] fmm: ivregress Finite mixtures of linear regression models with endogenous covariates
[FMM] fmm: logit . . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of logistic regression models
[FMM] fmm: mlogit Finite mixtures of multinomial (polytomous) logistic regression models
[FMM] fmm: nbreg . . . . . . . . . . . . . Finite mixtures of negative binomial regression models
[FMM] fmm: ologit . . . . . . . . . . . . . . . Finite mixtures of ordered logistic regression models
[FMM] fmm: oprobit . . . . . . . . . . . . . . . Finite mixtures of ordered probit regression models
[FMM] fmm: pointmass . . . . Finite mixtures models with a density mass at a single point
[FMM] fmm: poisson . . . . . . . . . . . . . . . . . . . Finite mixtures of Poisson regression models
[FMM] fmm: probit . . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of probit regression models
[FMM] fmm: regress . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of linear regression models
[FMM] fmm: streg . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of parametric survival models
[FMM] fmm: tobit . . . . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of tobit regression models
[FMM] fmm: tpoisson . . . . . . . . . . . Finite mixtures of truncated Poisson regression models
[FMM] fmm: truncreg . . . . . . . . . . . . . Finite mixtures of truncated linear regression models

Fractional outcomes
[BAYES] bayes: betareg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian beta regression
[BAYES] bayes: fracreg . . . . . . . . . . . . . . . . . . . . . . . . Bayesian fractional response regression
[R] betareg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Beta regression
[TE] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[FMM] fmm: betareg . . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of beta regression models
[R] fracreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fractional response regression
[TE] teffects ipw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Inverse-probability weighting
[TE] teffects nnmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nearest-neighbor matching
[TE] teffects psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching

Generalized linear models


[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear models
[BAYES] bayes: glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian generalized linear models
[R] binreg . . . . . . . . . . . . Generalized linear models: Extensions to the binomial family
[FMM] fmm: glm . . . . . . . . . . . . . . Finite mixtures of generalized linear regression models
[R] fracreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fractional response regression
[R] glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear models
[XT] xtgee . . . . . . . . . . . . . . . . Fit population-averaged panel-data models by using GEE

Indicator and categorical variables


[U] Section 11.4.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Factor variables
[U] Chapter 26 . . . . . . . . . . . . . . . . . Working with categorical data and factor variables
[R] fvset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare factor-variable settings
Combined subject table of contents 27

Item response theory


[U] Section 27.27 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Item response theory (IRT)
[IRT] Control Panel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . IRT Control Panel
[IRT] DIF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to differential item functioning
[IRT] diflogistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression DIF
[IRT] difmh . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mantel–Haenszel DIF
[IRT] estat greport . . . . . . . . . . . . . . . . . . . . . . . . . Report estimated group IRT parameters
[IRT] estat report . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report estimated IRT parameters
[IRT] irt 1pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-parameter logistic model
[IRT] irt 2pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-parameter logistic model
[IRT] irt 3pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Three-parameter logistic model
[IRT] irt constraints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Specifying constraints
[IRT] irt grm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graded response model
[IRT] irt hybrid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hybrid IRT models
[IRT] irt nrm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nominal response model
[IRT] irt pcm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partial credit model
[IRT] irt rsm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rating scale model
[IRT] irt, group( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . IRT models for multiple groups
[IRT] irtgraph icc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Item characteristic curve plot
[IRT] irtgraph iif . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Item information function plot
[IRT] irtgraph tcc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test characteristic curve plot
[IRT] irtgraph tif . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test information function plot

Lasso
[U] Section 27.29 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Lasso
[LASSO] Collinear covariates . . . . . . . . . . . . . . . . . . . . . . . . . Treatment of collinear covariates
[LASSO] Inference examples . . . . . . . . . . . . . . . . . . . . . . Examples and workflow for inference
[LASSO] Inference requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . Requirements for inference
[LASSO] Lasso inference intro . . . . . . . . . . . . . . . . . . Introduction to inferential lasso models
[LASSO] Lasso intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to lasso
[LASSO] bicplot . . . . . . . . . . . . . . . . . Plot Bayesian information criterion function after lasso
[LASSO] coefpath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Plot path of coefficients after lasso
[LASSO] cvplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Plot cross-validation function after lasso
[LASSO] dslogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso logistic regression
[LASSO] dspoisson . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso Poisson regression
[LASSO] dsregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso linear regression
[LASSO] elasticnet . . . . . . . . . . . . . . . . . . . . . . . Elastic net for prediction and model selection
[LASSO] estimates store . . . . . . . . . . Saving and restoring estimates in memory and on disk
[LASSO] lasso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Lasso for prediction and model selection
[LASSO] lasso examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Examples of lasso for prediction
[LASSO] lasso fitting . . . . . . . . . . . . . . . . . The process (in a nutshell) of fitting lasso models
[LASSO] lasso inference postestimation . . . . Postestimation tools for lasso inferential models
[LASSO] lasso options . . . . . . . . . . . . . . . . . . . . . . . . . . . . Lasso options for inferential models
[LASSO] lasso postestimation . . . . . . . . . . . . . . . Postestimation tools for lasso for prediction
[LASSO] lassocoef . . . . . . . . . . . . . . . . . . . . Display coefficients after lasso estimation results
[LASSO] lassogof . . . . . . . . . . . . . . . . . . . . . . . . . . . . Goodness of fit after lasso for prediction
[LASSO] lassoinfo . . . . . . . . . . . . . . . . . . . Display information about lasso estimation results
[LASSO] lassoknots . . . . . . . . . . . . . . . . . . . . . . . . . . Display knot table after lasso estimation
[LASSO] lassoselect . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Select lambda after lasso
[LASSO] poivregress . . . . . . . . . . . . . . . Partialing-out lasso instrumental-variables regression
[LASSO] pologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partialing-out lasso logistic regression
28 Combined subject table of contents

[LASSO] popoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partialing-out lasso Poisson regression


[LASSO] poregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partialing-out lasso linear regression
[LASSO] sqrtlasso . . . . . . . . . . . . . . . . . Square-root lasso for prediction and model selection
[LASSO] xpoivregress . . . . . . . Cross-fit partialing-out lasso instrumental-variables regression
[LASSO] xpologit . . . . . . . . . . . . . . . . . . . . . . . Cross-fit partialing-out lasso logistic regression
[LASSO] xpopoisson . . . . . . . . . . . . . . . . . . . Cross-fit partialing-out lasso Poisson regression
[LASSO] xporegress . . . . . . . . . . . . . . . . . . . . . . Cross-fit partialing-out lasso linear regression

Latent class models


[U] Section 27.25 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class models
[SEM] estat lcmean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class marginal means
[SEM] estat lcprob . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class marginal probabilities
[SEM] Example 50g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class model
[SEM] Example 52g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent profile model
[SEM] Example 53g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Finite mixture Poisson regression
[SEM] Intro 2 . . . . . . . . . . . Learning the language: Path diagrams and command language
[SEM] Intro 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tour of models

Linear regression and related


[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Chapter 27 . . . . . . . . . . . . . . . . . . . . . . . . . Overview of Stata estimation commands
[R] areg . . . . . . . . . . . . . . . . . . . . . . . Linear regression with a large dummy-variable set
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[R] cnsreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Constrained linear regression
[R] constraint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Define and list constraints
[TE] didregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Difference-in-differences estimation
[LASSO] dsregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso linear regression
[R] eivreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Errors-in-variables regression
[ERM] eregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended linear regression
[TE] etpoisson . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[TE] etregress . . . . . . . . . . . . . . . . . . Linear regression with endogenous treatment effects
[FMM] fmm estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fitting finite mixture models
[R] fp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fractional polynomial regression
[R] frontier . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stochastic frontier models
[R] glm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear models
[R] heckman . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heckman selection model
[R] hetregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heteroskedastic linear regression
[R] ivpoisson . . . . . . . . . . . . . . . . Poisson model with continuous endogenous covariates
[R] ivregress . . . . . . . . . . . . . . . . . . . . Single-equation instrumental-variables regression
[R] ivtobit . . . . . . . . . . . . . . . . . . . . Tobit model with continuous endogenous covariates
[R] lpoly . . . . . . . . . . . . . . . . . . . . . . . . . . . Kernel-weighted local polynomial smoothing
[ME] meglm . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects generalized linear model
[META] meta mvregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate meta-regression
[META] meta regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Meta-analysis regression
[R] mfp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariable fractional polynomial models
[ME] mixed . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects linear regression
[MV] mvreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate regression
[R] nestreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nested model statistics
[TS] newey . . . . . . . . . . . . . . . . . . . . . . . . . Regression with Newey–West standard errors
[LASSO] poivregress . . . . . . . . . . . . . . . Partialing-out lasso instrumental-variables regression
[LASSO] poregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partialing-out lasso linear regression
Combined subject table of contents 29

[TS] prais . . . . . . . . . . . . . . . . . . . . . . . . . Prais – Winsten and Cochrane – Orcutt regression


[R] qreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quantile regression
[R] reg3 . . . . . . . . . . . . . . Three-stage estimation for systems of simultaneous equations
[R] regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear regression
[R] rocfit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric ROC models
[R] rreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Robust regression
[ST] stcox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cox proportional hazards model
[ST] stcrreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Competing-risks regression
[R] stepwise . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stepwise estimation
[ST] stintcox . . Cox proportional hazards model for interval-censored survival-time data
[ST] stintreg . . . . . . . . . . . . . Parametric models for interval-censored survival-time data
[ST] streg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric survival models
[R] sureg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zellner’s seemingly unrelated regression
[R] tnbreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Truncated negative binomial regression
[R] vwls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Variance-weighted least squares
[LASSO] xpoivregress . . . . . . . Cross-fit partialing-out lasso instrumental-variables regression
[LASSO] xporegress . . . . . . . . . . . . . . . . . . . . . . Cross-fit partialing-out lasso linear regression
[XT] xtabond . . . . . . . . . . . . . . . . . . Arellano–Bond linear dynamic panel-data estimation
[XT] xtdidregress . . . . . . . . . . . . . . . . . . . Fixed-effects difference-in-differences estimation
[XT] xtdpd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear dynamic panel-data estimation
[XT] xtdpdsys . . . . Arellano–Bover/Blundell–Bond linear dynamic panel-data estimation
[XT] xteregress . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects linear regression
[XT] xtgee . . . . . . . . . . . . . . . . Fit population-averaged panel-data models by using GEE
[XT] xtgls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fit panel-data models by using GLS
[XT] xtheckman . . . . . . . . . . . . . . . . . . . Random-effects regression with sample selection
[XT] xthtaylor . . . . . . . . . . . . . . Hausman–Taylor estimator for error-components models
[XT] xtivreg . . . Instrumental variables and two-stage least squares for panel-data models
[XT] xtpcse . . . . . . . . . . . . . . . . . . Linear regression with panel-corrected standard errors
[XT] xtrc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-coefficients model
[XT] xtreg Fixed-, between-, and random-effects and population-averaged linear models
[XT] xtregar . . . . . . . Fixed- and random-effects linear models with an AR(1) disturbance
[XT] xtstreg . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects parametric survival models

Logistic and probit regression


[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Chapter 27 . . . . . . . . . . . . . . . . . . . . . . . . . Overview of Stata estimation commands
[R] biprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bivariate probit regression
[R] clogit . . . . . . . . . . . . . . . . . . . . . . . . . . . Conditional (fixed-effects) logistic regression
[R] cloglog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Complementary log–log regression
[CM] cmclogit . . . . . . . . . . . . . . . . . . . . . . . Conditional logit (McFadden’s) choice model
[CM] cmmixlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mixed logit choice model
[CM] cmmprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial probit choice model
[CM] cmrologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rank-ordered logit choice model
[CM] cmroprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rank-ordered probit choice model
[CM] cmxtmixlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data mixed logit choice model
[LASSO] dslogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso logistic regression
[ERM] eoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended ordered probit regression
[ERM] eprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended probit regression
[R] exlogistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact logistic regression
[R] heckoprobit . . . . . . . . . . . . . . . . . . . . . . Ordered probit model with sample selection
[R] heckprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit model with sample selection
30 Combined subject table of contents

[R] hetoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Heteroskedastic ordered probit regression


[R] hetprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heteroskedastic probit model
[IRT] irt 1pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-parameter logistic model
[IRT] irt 2pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-parameter logistic model
[IRT] irt 3pl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Three-parameter logistic model
[IRT] irt grm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graded response model
[IRT] irt hybrid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hybrid IRT models
[IRT] irt nrm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nominal response model
[IRT] irt pcm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partial credit model
[IRT] irt rsm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rating scale model
[R] ivprobit . . . . . . . . . . . . . . . . . . Probit model with continuous endogenous covariates
[R] logistic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression, reporting odds ratios
[R] logit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression, reporting coefficients
[ME] melogit . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects logistic regression
[ME] meologit . . . . . . . . . . . . . . . . . . Multilevel mixed-effects ordered logistic regression
[ME] meoprobit . . . . . . . . . . . . . . . . . . Multilevel mixed-effects ordered probit regression
[ME] meprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects probit regression
[R] mlogit . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial (polytomous) logistic regression
[R] mprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial probit regression
[CM] nlogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nested logit regression
[R] ologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ordered logistic regression
[R] oprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ordered probit regression
[LASSO] pologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Partialing-out lasso logistic regression
[R] probit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit regression
[R] scobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Skewed logistic regression
[R] slogit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stereotype logistic regression
[LASSO] xpologit . . . . . . . . . . . . . . . . . . . . . . . Cross-fit partialing-out lasso logistic regression
[XT] xtcloglog . . . . . . . . . . . . . . Random-effects and population-averaged cloglog models
[XT] xteoprobit . . . . . . . . . . . . . . . . . . Extended random-effects ordered probit regression
[XT] xteprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects probit regression
[XT] xtgee . . . . . . . . . . . . . . . . Fit population-averaged panel-data models by using GEE
[XT] xtlogit . . . . . . . Fixed-effects, random-effects, and population-averaged logit models
[XT] xtmlogit . . . . . . . . . . . . . Fixed-effects and random-effects multinomial logit models
[XT] xtologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered logistic models
[XT] xtoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered probit models
[XT] xtprobit . . . . . . . . . . . . . . . . Random-effects and population-averaged probit models
[R] ziologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated ordered logit regression
[R] zioprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated ordered probit regression

Longitudinal data/panel data


[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.15 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data models
[TE] didregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Difference-in-differences estimation
[ERM] eintreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended interval regression
[ERM] eoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended ordered probit regression
[ERM] eprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended probit regression
[ERM] eregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended linear 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
Combined subject table of contents 31

[ME] mixed . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects linear regression


[XT] quadchk . . . . . . . . . . . . . . . . . . . . . . . Check sensitivity of quadrature approximation
[XT] xt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to xt commands
[XT] xtabond . . . . . . . . . . . . . . . . . . Arellano–Bond linear dynamic panel-data estimation
[XT] xtcloglog . . . . . . . . . . . . . . Random-effects and population-averaged cloglog models
[XT] xtcointtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data cointegration tests
[XT] xtdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Faster specification searches with xt data
[XT] xtdescribe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe pattern of xt data
[XT] xtdidregress . . . . . . . . . . . . . . . . . . . Fixed-effects difference-in-differences estimation
[XT] xtdpd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear dynamic panel-data estimation
[XT] xtdpdsys . . . . Arellano–Bover/Blundell–Bond linear dynamic panel-data estimation
[XT] xteintreg . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects interval regression
[XT] xteoprobit . . . . . . . . . . . . . . . . . . Extended random-effects ordered probit regression
[XT] xteprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects probit regression
[XT] xteregress . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects linear regression
[XT] xtfrontier . . . . . . . . . . . . . . . . . . . . . . . . . . . Stochastic frontier models for panel data
[XT] xtgee . . . . . . . . . . . . . . . . Fit population-averaged panel-data models by using GEE
[XT] xtgls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fit panel-data models by using GLS
[XT] xtheckman . . . . . . . . . . . . . . . . . . . Random-effects regression with sample selection
[XT] xthtaylor . . . . . . . . . . . . . . Hausman–Taylor estimator for error-components models
[XT] xtintreg . . . . . . . . . . . . . . . . . . . . . . . Random-effects interval-data regression models
[XT] xtivreg . . . Instrumental variables and two-stage least squares for panel-data models
[XT] xtline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data line plots
[XT] xtlogit . . . . . . . Fixed-effects, random-effects, and population-averaged logit models
[XT] xtmlogit . . . . . . . . . . . . . Fixed-effects and random-effects multinomial logit models
[XT] xtnbreg Fixed-effects, random-effects, & population-averaged negative binomial models
[XT] xtologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered logistic models
[XT] xtoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered probit models
[XT] xtpcse . . . . . . . . . . . . . . . . . . Linear regression with panel-corrected standard errors
[XT] xtpoisson . . Fixed-effects, random-effects, and population-averaged Poisson models
[XT] xtprobit . . . . . . . . . . . . . . . . Random-effects and population-averaged probit models
[XT] xtrc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-coefficients model
[XT] xtreg Fixed-, between-, and random-effects and population-averaged linear models
[XT] xtregar . . . . . . . Fixed- and random-effects linear models with an AR(1) disturbance
[XT] xtset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be panel data
[XT] xtstreg . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects parametric survival models
[XT] xtsum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summarize xt data
[XT] xttab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate xt data
[XT] xttobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects tobit models
[XT] xtunitroot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Panel-data unit-root tests

Meta-analysis
[U] Section 27.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Meta-analysis
[META] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to meta-analysis
[META] estat bubbleplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bubble plots after meta regress
[META] estat heterogeneity . . . . . . . . . . . . . . . . Compute multivariate heterogeneity statistics
[META] estat recovariance . . . . . . . . . Display estimated random-effects covariance matrices
[META] estat sd . . . . . Display variance components as standard deviations and correlations
[META] meta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to meta
[META] meta bias . . . . . . . . . . . . . . . . . . . . . . . Tests for small-study effects in meta-analysis
[META] meta data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare meta-analysis data
32 Combined subject table of contents

[META] meta esize . . . . . . . . . . . . . . . . Compute effect sizes and declare meta-analysis data
[META] meta forestplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Forest plots
[META] meta funnelplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Funnel plots
[META] meta galbraithplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Galbraith plots
[META] meta labbeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . L’Abbé plots
[META] meta mvregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate meta-regression
[META] meta regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Meta-analysis regression
[META] meta set . . . . . . . . . . . . . . . . . . Declare meta-analysis data using generic effect sizes
[META] meta summarize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summarize meta-analysis data
[META] meta trimfill . . . . . . . . . . . . Nonparametric trim-and-fill analysis of publication bias
[META] meta update . . . . . . . . . . . . . . . . . Update, describe, and clear meta-analysis settings

Mixed models
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects models
[R] anova . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Analysis of variance and covariance
[ME] estat df . . . . . . . . . . . . . . . . . . . . . . . . Calculate degrees of freedom for fixed effects
[ME] estat group . . . . . . . . . . . . . . . . . . Summarize the composition of the nested groups
[ME] estat icc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimate intraclass correlations
[ME] estat recovariance . . . . . . . . . Display estimated random-effects covariance matrices
[ME] estat sd . . . . . Display variance components as standard deviations and correlations
[ME] estat wcorrelation . . . . . Display within-cluster correlations and standard deviations
[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] meintreg . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects interval regression
[ME] melogit . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects logistic regression
[ME] menbreg . . . . . . . . . . . . . . . . . Multilevel mixed-effects negative binomial regression
[ME] menl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear mixed-effects 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] mestreg . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects parametric survival models
[ME] metobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects tobit regression
[ME] mixed . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects linear regression
[XT] xtcloglog . . . . . . . . . . . . . . Random-effects and population-averaged cloglog models
[XT] xtintreg . . . . . . . . . . . . . . . . . . . . . . . Random-effects interval-data regression models
[XT] xtlogit . . . . . . . Fixed-effects, random-effects, and population-averaged logit models
[XT] xtologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered logistic models
[XT] xtoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered probit models
[XT] xtprobit . . . . . . . . . . . . . . . . Random-effects and population-averaged probit models
[XT] xtrc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-coefficients model
[XT] xtreg Fixed-, between-, and random-effects and population-averaged linear models
[XT] xttobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects tobit models

Multidimensional scaling and biplots


[MV] biplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Biplots
[MV] mds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multidimensional scaling for two-way data
Combined subject table of contents 33

[MV] mdslong . . . . . . . . . . . . . Multidimensional scaling of proximity data in long format


[MV] mdsmat . . . . . . . . . . . . . . . . Multidimensional scaling of proximity data in a matrix
[MV] measure option . . . . . . . . . . . . . . . Option for similarity and dissimilarity measures

Multilevel mixed-effects models


[U] Section 27.16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects models
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[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] meintreg . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects interval regression
[ME] melogit . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects logistic regression
[ME] menbreg . . . . . . . . . . . . . . . . . Multilevel mixed-effects negative binomial regression
[ME] menl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear mixed-effects 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] mestreg . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects parametric survival models
[ME] metobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects tobit regression
[ME] mixed . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects linear regression

Multiple imputation
[U] Section 27.31 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multiple imputation
[MI] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to mi
[MI] Intro substantive . . . . . . . . . . . . . . . . . . . Introduction to multiple-imputation analysis
[MI] Estimation . . . . . . . . . . . . . . . . . . . . . Estimation commands for use with mi estimate
[MI] mi estimate . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation using multiple imputations
[MI] mi estimate using . . . . . . . . . . Estimation using previously saved estimation results
[MI] mi estimate postestimation . . . . . . . . . . . . . . . . . Postestimation tools for mi estimate
[MI] mi impute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Impute missing values
[MI] mi impute chained . . . . . . . . . . . . . . Impute missing values using chained equations
[MI] mi impute intreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . Impute using interval regression
[MI] mi impute logit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Impute using logistic regression
[MI] mi impute mlogit . . . . . . . . . . . . . . . . . Impute using multinomial logistic regression
[MI] mi impute monotone . . . . . . . . . . . . . . . . . Impute missing values in monotone data
[MI] mi impute mvn . . . . . . . . . . . . . . . . . . . Impute using multivariate normal regression
[MI] mi impute nbreg . . . . . . . . . . . . . . . . . . . . Impute using negative binomial regression
[MI] mi impute ologit . . . . . . . . . . . . . . . . . . . . . Impute using ordered logistic regression
[MI] mi impute pmm . . . . . . . . . . . . . . . . . . . . . . Impute using predictive mean matching
[MI] mi impute poisson . . . . . . . . . . . . . . . . . . . . . . . . . . Impute using Poisson regression
[MI] mi impute regress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Impute using linear regression
[MI] mi impute truncreg . . . . . . . . . . . . . . . . . . . . . . . . . Impute using truncated regression
[MI] mi impute usermethod . . . . . . . . . . . . . . . . . . . . . . User-defined imputation methods
[MI] mi predict . . . . . . . . . . . . . . . . . . . . . . . . . . . . Obtain multiple-imputation predictions
[MI] mi test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test hypotheses after mi estimate

Multivariate analysis of variance and related techniques


[U] Section 27.22 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate analysis
[MV] canon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Canonical correlations
[MV] hotelling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hotelling’s T 2 generalized means test
34 Combined subject table of contents

[MV] manova . . . . . . . . . . . . . . . . . . . . . . Multivariate analysis of variance and covariance


[MV] mvreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate regression
[MV] mvtest covariances . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate tests of covariances
[MV] mvtest means . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate tests of means

Nonlinear regression
[R] boxcox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Box–Cox regression models
[ME] menl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear mixed-effects regression
[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] npregress intro . . . . . . . . . . . . . . . . . . . . . . Introduction to nonparametric regression
[R] npregress kernel . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric kernel regression
[R] npregress series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric series regression
[R] nptrend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests 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

Ordinal outcomes
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[CM] cmrologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rank-ordered logit choice model
[CM] cmroprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rank-ordered probit choice model
[ERM] eoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended ordered probit regression
[FMM] fmm estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fitting finite mixture models
[R] heckoprobit . . . . . . . . . . . . . . . . . . . . . . Ordered probit model with sample selection
Combined subject table of contents 35

[R] hetoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Heteroskedastic ordered probit regression


[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
[XT] xteoprobit . . . . . . . . . . . . . . . . . . Extended random-effects ordered probit regression
[XT] xtologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered logistic models
[XT] xtoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects ordered probit models
[R] ziologit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated ordered logit regression
[R] zioprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Zero-inflated ordered probit regression

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 27.21 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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

Power, precision, and sample size


[U] Section 27.32 . . . . . . . . . . . . . . . . . . . . . . Power, precision, and sample-size analysis
[PSS-1] Intro . . . . . . . . . . . . . . . . . Introduction to power, precision, and sample-size analysis
[PSS-3] Intro (ciwidth) Introduction to precision and sample-size analysis for confidence intervals
[PSS-2] Intro (power) . . Introduction to power and sample-size analysis for hypothesis tests
[PSS-3] ciwidth . . . . . . . . . . . . . . . . . . . . . . . . . . . Precision and sample-size analysis for CIs
[PSS-3] ciwidth onemean . . . . . . . . . . . . . . . . . . . . . . . Precision analysis for a one-mean CI
[PSS-3] ciwidth onevariance . . . . . . . . . . . . . . . . . . . Precision analysis for a one-variance CI
[PSS-3] ciwidth pairedmeans . . . . . . . . . Precision analysis for a paired-means-difference CI
[PSS-3] ciwidth twomeans . . . . . . . . . . . . . Precision analysis for a two-means-difference CI
[PSS-3] ciwidth usermethod . . . . . . . . . . . Add your own methods to the ciwidth command
[PSS-3] ciwidth, graph . . . . . . . . . . . . . . . . . . . . . . Graph results from the ciwidth command
[PSS-3] ciwidth, table . . . . . . . . . . . . . . Produce table of results from the ciwidth command
[PSS-3] GUI (ciwidth) . . . . . Graphical user interface for precision and sample-size analysis
[PSS-2] GUI (power) . . . . . . . . Graphical user interface for power and sample-size analysis
[PSS-2] power . . . . . . . . . . . . . . . . . . . . Power and sample-size analysis for hypothesis tests
36 Combined subject table of contents

[PSS-2] power cmh . . . . . . . Power and sample size for the Cochran–Mantel–Haenszel test
[PSS-2] power cox . . . . . . . . . . . . . . Power analysis for the Cox proportional hazards model
[PSS-2] power exponential . . . . . . . . . . . . Power analysis for a two-sample exponential test
[PSS-2] power logrank . . . . . . . . . . . . . . . . . . . . . . . . . . . Power analysis for the log-rank test
[PSS-2] power logrank, cluster . . . . . . . . . . . . . . . Power analysis for the log-rank test, CRD
[PSS-2] power mcc . . . . . . . . . . . . . . . . . . Power analysis for matched case–control studies
[PSS-2] power onecorrelation . . . . . . . . . . . Power analysis for a one-sample correlation test
[PSS-2] power onemean . . . . . . . . . . . . . . . . . . . . Power analysis for a one-sample mean test
[PSS-2] power onemean, cluster . . . . . . . . Power analysis for a one-sample mean test, CRD
[PSS-2] power oneproportion . . . . . . . . . . . Power analysis for a one-sample proportion test
[PSS-2] power oneproportion, cluster Power analysis for a one-sample proportion test, CRD
[PSS-2] power oneslope . . . . . . Power analysis for a slope test in a simple linear regression
[PSS-2] power onevariance . . . . . . . . . . . . . . . Power analysis for a one-sample variance test
[PSS-2] power oneway . . . . . . . . . . . . . . . . . Power analysis for one-way analysis of variance
[PSS-2] power pairedmeans . . . . . . . . . . . Power analysis for a two-sample paired-means test
[PSS-2] power pairedproportions . . . Power analysis for a two-sample paired-proportions test
[PSS-2] power pcorr Power analysis for a partial-correlation test in a multiple linear regression
[PSS-2] power repeated . . . . . . . . Power analysis for repeated-measures analysis of variance
[PSS-2] power rsquared . . . . . . Power analysis for an R2 test in a multiple linear regression
[PSS-2] power trend . . . . . . . . . . . . . . . Power analysis for the Cochran–Armitage trend test
[PSS-2] power twocorrelations . . . . . . . . . Power analysis for a two-sample correlations test
[PSS-2] power twomeans . . . . . . . . . . . . . . . . . . Power analysis for a two-sample means test
[PSS-2] power twomeans, cluster . . . . . . Power analysis for a two-sample means test, CRD
[PSS-2] power twoproportions . . . . . . . . . . Power analysis for a two-sample proportions test
[PSS-2] power twoproportions, cluster Power analysis for a two-sample proportions test, CRD
[PSS-2] power twovariances . . . . . . . . . . . . . Power analysis for a two-sample variances test
[PSS-2] power twoway . . . . . . . . . . . . . . . . . Power analysis for two-way analysis of variance
[PSS-2] power usermethod . . . . . . . . . . . . . Add your own methods to the power command
[PSS-2] power, graph . . . . . . . . . . . . . . . . . . . . . . . . . Graph results from the power command
[PSS-2] power, table . . . . . . . . . . . . . . . . Produce table of results from the power command
[PSS-4] Unbalanced designs . . . . . . . . . . . . . . . . . . . . . Specifications for unbalanced designs

Quality control
[R] QC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quality control charts
[R] cusum . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cusum plots and tests for binary variables
[R] serrbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph standard error bar chart

ROC analysis
[U] Section 27.4.3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
Combined subject table of contents 37

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

Sample selection models


[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.13 . . . . . . . . . . . . . . . . . . . . . . Models with endogenous sample selection
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[ERM] eintreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended interval regression
[ERM] eoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended ordered probit regression
[ERM] eprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended probit regression
[ERM] eregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended linear regression
[TE] etpoisson . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[TE] etregress . . . . . . . . . . . . . . . . . . Linear regression with endogenous treatment effects
[R] heckman . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heckman selection model
[R] heckoprobit . . . . . . . . . . . . . . . . . . . . . . Ordered probit model with sample selection
[R] heckpoisson . . . . . . . . . . . . . . . . . . . . . . . . . Poisson regression with sample selection
[R] heckprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Probit model with sample selection
[XT] xteintreg . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects interval regression
[XT] xteoprobit . . . . . . . . . . . . . . . . . . Extended random-effects ordered probit regression
[XT] xteprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects probit regression
[XT] xteregress . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects linear regression
[XT] xtheckman . . . . . . . . . . . . . . . . . . . Random-effects regression with sample selection

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

Spatial autoregressive models


[U] Section 27.19 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Spatial autoregressive models
[SP] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to spatial data and SAR models
[SP] Intro 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A brief introduction to SAR models
[SP] Intro 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The W matrix
[SP] Intro 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preparing data for analysis
[SP] Intro 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preparing data: Data with shapefiles
[SP] Intro 5 . . . . . . . . . . . . . . . . Preparing data: Data containing locations (no shapefiles)
[SP] Intro 6 . . . . . . . . . . . . . . . . . . . . Preparing data: Data without shapefiles or locations
[SP] Intro 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Example from start to finish
[SP] Intro 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The Sp estimation commands
[SP] estat moran . . . . . . . . . . . Moran’s test of residual correlation with nearby residuals
[SP] grmap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph choropleth maps
[SP] spbalance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Make panel data strongly balanced
[SP] spcompress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compress Stata-format shapefile
[SP] spdistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculator for distance between places
[SP] spgenerate . . . . . . . . . . . . . . . . . . . . . . . . . Generate variables containing spatial lags
[SP] spivregress . . . . . . . . . . . . Spatial autoregressive models with endogenous covariates
38 Combined subject table of contents

[SP] spmatrix . . . . . . . . . . . . . . . . . . . . . . . . Categorical guide to the spmatrix command


[SP] spmatrix copy . . . . . . . . . . . . . . . . Copy spatial weighting matrix stored in memory
[SP] spmatrix create . . . . . . . . . . . . . . . . . . . . . . . . . . . Create standard weighting matrices
[SP] spmatrix drop . . . . . . . . . . . . . List and delete weighting matrices stored in memory
[SP] spmatrix export . . . . . . . . . . . . . . . . . . . . . . . . . . Export weighting matrix to text file
[SP] spmatrix fromdata . . . . . . . . . . . . . . . . . Create custom weighting matrix from data
[SP] spmatrix import . . . . . . . . . . . . . . . . . . . . . . . Import weighting matrix from text file
[SP] spmatrix matafromsp . . . . . . . . . . . . . . . . . . . . . . . . Copy weighting matrix to Mata
[SP] spmatrix normalize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Normalize weighting matrix
[SP] spmatrix note . . . . . . . . . . . . . . . . . . . . . Put note on weighting matrix, or display it
[SP] spmatrix save . . . . . . . . . . . . . . . . . . . . . . . . . . . Save spatial weighting matrix to file
[SP] spmatrix spfrommata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy Mata matrix to Sp
[SP] spmatrix summarize . . . . . . . . . . . . Summarize weighting matrix stored in memory
[SP] spmatrix use . . . . . . . . . . . . . . . . . . . . . . . . . Load spatial weighting matrix from file
[SP] spmatrix userdefined . . . . . . . . . . . . . . . . . . . . . . . . Create custom weighting matrix
[SP] spregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Spatial autoregressive models
[SP] spset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be Sp spatial data
[SP] spshape2dta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate shapefile to Stata format
[SP] spxtregress . . . . . . . . . . . . . . . . . . . . . . Spatial autoregressive models for panel data

Standard postestimation tests, tables, and other analyses


[U] Section 13.5 . . . . . . . . . . . . . . . . . . . . . . . Accessing coefficients and standard errors
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[R] contrast . . . . . . . . . . . . . . . . . . Contrasts and linear hypothesis tests after estimation
[R] correlate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Correlations of variables
[R] estat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation statistics
[R] estat ic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display information criteria
[R] estat summarize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summarize estimation sample
[R] estat vce . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display covariance matrix estimates
[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 selected . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Show selected coefficients
[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
[TS] forecast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Econometric model forecasting
[TS] forecast adjust . . . . . . . . . . . . . . . . . Adjust variables to produce alternative forecasts
[TS] forecast clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear current model from memory
[TS] forecast coefvector . . . . . . . . . . . . . . . . . Specify an equation via a coefficient vector
[TS] forecast create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a new forecast model
[TS] forecast describe . . . . . . . . . . . . . . . . . . . . . . Describe features of the forecast model
[TS] forecast drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop forecast variables
[TS] forecast estimates . . . . . . . . . . . . . . . . . . Add estimation results to a forecast model
[TS] forecast exogenous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare exogenous variables
[TS] forecast identity . . . . . . . . . . . . . . . . . . . . . . . . . Add an identity to a forecast model
[TS] forecast list . . . . . . . . . . . . . . . . . List forecast commands composing current model
Combined subject table of contents 39

[TS] forecast query . . . . . . . . . . . . . . . . Check whether a forecast model has been started
[TS] forecast solve . . . . . . . . . . . . . . . . . . . . . . . . . . . Obtain static and dynamic forecasts
[R] hausman . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hausman specification test
[R] lincom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear combinations of parameters
[R] linktest . . . . . . . . . . . . . . . . . . . . . . Specification link test for single-equation models
[R] lrtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Likelihood-ratio test after estimation
[R] margins, contrast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Contrasts of margins
[R] margins, pwcompare . . . . . . . . . . . . . . . . . . . . . . . Pairwise comparisons of margins
[CM] margins . . . . . . . . . . . Adjusted predictions, predictive margins, and marginal effects
[R] marginsplot . . . . . . . . . . . . . . . . . . . . Graph results from margins (profile plots, etc.)
[R] margins . . . . . . . . . . . . . . Marginal means, predictive margins, and marginal effects
[MV] mvtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate tests
[R] nlcom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear combinations of estimators
[R] postest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation Selector
[R] predict . . . . . . . . . . . . . . . . . . . . . Obtain predictions, residuals, etc., after estimation
[R] predictnl . . . . . . Obtain nonlinear predictions, standard errors, etc., after estimation
[R] pwcompare . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pairwise comparisons
[R] suest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Seemingly unrelated estimation
[R] test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test linear hypotheses after estimation
[R] testnl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test nonlinear hypotheses after estimation

Structural equation modeling


[U] Section 27.24 . . . . . . . . . . . . . . . . . . . . . . . . . . . Structural equation modeling (SEM)
[SEM] Builder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SEM Builder
[SEM] Builder, generalized . . . . . . . . . . . . . . . . . . . . . SEM Builder for generalized models
[SEM] Intro 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction
[SEM] Intro 2 . . . . . . . . . . . Learning the language: Path diagrams and command language
[SEM] Intro 3 . . . . . . . . . . . . . Learning the language: Factor-variable notation (gsem only)
[SEM] Intro 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Substantive concepts
[SEM] Intro 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tour of models
[SEM] Intro 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Comparing groups
[SEM] Intro 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tests and predictions
[SEM] Intro 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Robust and clustered standard errors
[SEM] Intro 9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Standard errors, the full story
[SEM] Intro 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fitting models with survey data
[SEM] Intro 11 . . . . . . . . . . . . . . . . Fitting models with summary statistics data (sem only)
[SEM] Intro 12 . . . . . . . . . . . . . . . . . . . . . . . Convergence problems and how to solve them
[SEM] estat eform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display exponentiated coefficients
[SEM] estat eqgof . . . . . . . . . . . . . . . . . . . . . . . . . . Equation-level goodness-of-fit statistics
[SEM] estat eqtest . . . . . . . . . . . . . . . . . . . Equation-level tests that all coefficients are zero
[SEM] estat framework . . . . . . . . . . . . . Display estimation results in modeling framework
[SEM] estat ggof . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Group-level goodness-of-fit statistics
[SEM] estat ginvariant . . . . . . . . . . . . . . . . Tests for invariance of parameters across groups
[SEM] estat gof . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Goodness-of-fit statistics
[SEM] estat lcgof . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class goodness-of-fit statistics
[SEM] estat lcmean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class marginal means
[SEM] estat lcprob . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class marginal probabilities
[SEM] estat mindices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modification indices
[SEM] estat residuals . . . . . . . . . . . . . . . . . . . . . . . . . Display mean and covariance residuals
[SEM] estat scoretests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Score tests
[SEM] estat sd . . . . . Display variance components as standard deviations and correlations
40 Combined subject table of contents

[SEM] estat stable . . . . . . . . . . . . . . . . . . . . . . . . . . . Check stability of nonrecursive system


[SEM] estat stdize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test standardized parameters
[SEM] estat summarize . . . . . . . . . . . . . . . Report summary statistics for estimation sample
[SEM] estat teffects . . . . . . . . . . . . Decomposition of effects into total, direct, and indirect
[SEM] Example 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Single-factor measurement model
[SEM] Example 2 . . . . . . . . . . . . . . . . . . . . . . Creating a dataset from published covariances
[SEM] Example 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-factor measurement model
[SEM] Example 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Goodness-of-fit statistics
[SEM] Example 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modification indices
[SEM] Example 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear regression
[SEM] Example 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonrecursive structural model
[SEM] Example 8 . . . . . . . . . . . . Testing that coefficients are equal, and constraining them
[SEM] Example 9 . . . . . . . . . . . . . . . . . . . . . Structural model with measurement component
[SEM] Example 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MIMIC model
[SEM] Example 11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . estat framework
[SEM] Example 12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Seemingly unrelated regression
[SEM] Example 13 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Equation-level Wald test
[SEM] Example 14 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Predicted values
[SEM] Example 15 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Higher-order CFA
[SEM] Example 16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Correlation
[SEM] Example 17 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Correlated uniqueness model
[SEM] Example 18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent growth model
[SEM] Example 19 . . . . . . . . . . . . . . . . . . . Creating multiple-group summary statistics data
[SEM] Example 20 . . . . . . . . . . . . . . . . . . . . . . . . . Two-factor measurement model by group
[SEM] Example 21 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Group-level goodness of fit
[SEM] Example 22 . . . . . . . . . . . . . . . . . . . . . . . . . Testing parameter equality across groups
[SEM] Example 23 . . . . . . . . . . . . . . . . . . . . Specifying parameter constraints across groups
[SEM] Example 24 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reliability
[SEM] Example 25 . . . . . . . . . . . . . . . . . . . Creating summary statistics data from raw data
[SEM] Example 26 . . . . . . . . . . . . . . . . . . . . . . Fitting a model with data missing at random
[SEM] Example 27g . . . . . . . . . . . Single-factor measurement model (generalized response)
[SEM] Example 28g . . . . . . . . . . . . . . . . . . . . . . One-parameter logistic IRT (Rasch) model
[SEM] Example 29g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-parameter logistic IRT model
[SEM] Example 30g . . . . Two-level measurement model (multilevel, generalized response)
[SEM] Example 31g . . . . . . . . . . . . . Two-factor measurement model (generalized response)
[SEM] Example 32g . . . . . . . . . . . . . . Full structural equation model (generalized response)
[SEM] Example 33g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Logistic regression
[SEM] Example 34g . . . . . . . . . . . . . . . . . . . . . . . Combined models (generalized responses)
[SEM] Example 35g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ordered probit and ordered logit
[SEM] Example 36g . . . . . . . . . . . . . . . . . . . . . . . . . . . MIMIC model (generalized response)
[SEM] Example 37g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multinomial logistic regression
[SEM] Example 38g . . . . . . . . . . . Random-intercept and random-slope models (multilevel)
[SEM] Example 39g . . . . . . . . . . . . . . Three-level model (multilevel, generalized response)
[SEM] Example 40g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Crossed models (multilevel)
[SEM] Example 41g . . . . . . . . . . . . . Two-level multinomial logistic regression (multilevel)
[SEM] Example 42g . . . . . . . . . . . . . . . . One- and two-level mediation models (multilevel)
[SEM] Example 43g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tobit regression
[SEM] Example 44g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interval regression
[SEM] Example 45g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Heckman selection model
[SEM] Example 46g . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects model
[SEM] Example 47g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exponential survival model
Combined subject table of contents 41

[SEM] Example 48g . . . . . . . . Loglogistic survival model with censored and truncated data
[SEM] Example 49g . . . . . . . . . . . . . . . . . . . . . . . . . . Multiple-group Weibull survival model
[SEM] Example 50g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class model
[SEM] Example 51g . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent class goodness-of-fit statistics
[SEM] Example 52g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Latent profile model
[SEM] Example 53g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Finite mixture Poisson regression
[SEM] Example 54g . . . . . . . . . . . . . . Finite mixture Poisson regression, multiple responses
[SEM] gsem . . . . . . . . . . . . . . . Generalized structural equation model estimation command
[SEM] gsem estimation options . . . . . . . . . . . . . . . . . . . . . . . . . Options affecting estimation
[SEM] gsem family-and-link options . . . . . . . . . . . . . . . . . . . . . . . . Family-and-link options
[SEM] gsem group options . . . . . . . . . . . . . . . . . . . . . . . Fitting models on different groups
[SEM] gsem lclass options . . . . . . . . . . . . . . . . . . . . . . . . Fitting models with latent classes
[SEM] gsem model description options . . . . . . . . . . . . . . . . . . . . Model description options
[SEM] gsem path notation extensions . . . . . . . . . . . . . . Command syntax for path diagrams
[SEM] gsem postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for gsem
[SEM] gsem reporting options . . . . . . . . . . . . . . . . . . . Options affecting reporting of results
[SEM] lincom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear combinations of parameters
[SEM] lrtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Likelihood-ratio test of linear hypothesis
[SEM] Methods and formulas for gsem . . . . . . . . . . . . . . . Methods and formulas for gsem
[SEM] Methods and formulas for sem . . . . . . . . . . . . . . . . . Methods and formulas for sem
[SEM] nlcom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear combinations of parameters
[SEM] predict after gsem . . . . . . . . . . . . . . . . . . . . . . . . . Generalized linear predictions, etc.
[SEM] predict after sem . . . . . . . . . . . . . . . . . . . . . . . . Factor scores, linear predictions, etc.
[SEM] sem . . . . . . . . . . . . . . . . . . . . . . . . . . Structural equation model estimation command
[SEM] sem and gsem option constraints( ) . . . . . . . . . . . . . . . . . . . . . . Specifying constraints
[SEM] sem and gsem option covstructure( ) . . . . . . . . . . . Specifying covariance restrictions
[SEM] sem and gsem option from( ) . . . . . . . . . . . . . . . . . . . . . . . Specifying starting values
[SEM] sem and gsem option reliability( ) Fraction of variance not due to measurement error
[SEM] sem and gsem path notation . . . . . . . . . . . . . . . Command syntax for path diagrams
[SEM] sem and gsem syntax options . . . . . . . . . . Options affecting interpretation of syntax
[SEM] sem estimation options . . . . . . . . . . . . . . . . . . . . . . . . . . Options affecting estimation
[SEM] sem group options . . . . . . . . . . . . . . . . . . . . . . . . Fitting models on different groups
[SEM] sem model description options . . . . . . . . . . . . . . . . . . . . . Model description options
[SEM] sem option method( ) . . . . . . . . . . . . . . . Specifying method and calculation of VCE
[SEM] sem option noxconditional Computing means, etc., of observed exogenous variables
[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 27.30 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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] Calibration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calibration for survey data
42 Combined subject table of contents

[SVY] Direct standardization . . . . Direct standardization of means, proportions, and ratios


[SVY] estat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation statistics for survey data
[TABLES] Example 7 . . . . . . . . . . . . . . . . . . . . . . . Table of regression results using 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 27.15.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival models with panel data
[U] Section 27.17 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival analysis models
[U] Section 27.20 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effects models
[U] Section 27.32 . . . . . . . . . . . . . . . . . . . . . . Power, precision, and sample-size analysis
[ST] Survival analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to survival analysis
[ST] adjustfor option Adjust survivor and related functions for covariates at specific values
[BAYES] bayes: streg . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian parametric survival models
[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
[FMM] fmm: streg . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of parametric survival models
[ST] ltable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Life tables for survival data
[ME] mestreg . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects parametric survival models
[ST] snapspan . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert snapshot data to time-span data
[ST] st . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Survival-time data
[ST] st is . . . . . . . . . . . . . . . . . . . . . . . . . . Survival analysis subroutines for programmers
[ST] stbase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Form baseline dataset
[ST] stci . . . . . . . . . . . . . Confidence intervals for means and percentiles of survival time
[ST] stcox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cox proportional hazards model
[ST] stcox PH-assumption tests . . . . Tests of proportional-hazards assumption after stcox
[ST] stcrreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Competing-risks regression
[ST] stcurve . . . . . . . . . Plot the survivor or related function after streg, stcox, and others
[ST] stdescribe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe survival-time data
[R] stepwise . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stepwise estimation
Combined subject table of contents 43

[ST] stfill . . . . . . . . . . . . . . . . . . . . . . . . . Fill in by carrying forward values of covariates


[ST] stgen . . . . . . . . . . . . . . . . . . . . . . . . . . . Generate variables reflecting entire histories
[ST] stintcox . . Cox proportional hazards model for interval-censored survival-time data
[ST] stintcox PH-assumption plots Plots of proportional-hazards assumption after stintcox
[ST] stintreg . . . . . . . . . . . . . Parametric models for interval-censored survival-time data
[ST] stir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report incidence-rate comparison
[ST] stptime . . . . . . . . . . . . . . . . . . . . . . Calculate person-time, incidence rates, and SMR
[ST] strate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate failure rates and rate ratios
[ST] streg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parametric survival models
[ST] sts . . . . . . . . . . . . . Generate, graph, list, and test the survivor and related functions
[ST] sts generate . . . . . . . . . . . Create variables containing survivor and related functions
[ST] sts graph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph the survivor or related function
[ST] sts list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List the survivor or related function
[ST] sts test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Test equality of survivor functions
[ST] stset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be survival-time data
[MI] mi XXXset . . . . . . . . . . . . . . . . . . . . . . . . . Declare mi data to be svy, st, ts, xt, etc.
[ST] stsplit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Split and join time-span records
[MI] mi stsplit . . . . . . . . . . . . . . . . . . . . . . . . Split and join time-span records for mi data
[ST] stsum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Summarize 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
[ST] sttocc . . . . . . . . . . . . . . . . . . . . . . . . Convert survival-time data to case–control data
[ST] sttoct . . . . . . . . . . . . . . . . . . . . . . . . . . Convert survival-time data to count-time data
[ST] stvary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report variables that vary over time
[XT] xtstreg . . . . . . . . . . . . . . . . . . . . . . . . . . . Random-effects parametric survival models
Also see Power, precision, and sample size.

Time series, multivariate


[U] Section 11.4.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series varlists
[U] Section 13.10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series operators
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.14 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series models
[TS] Time series . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to time-series commands
[BAYES] bayesirf graph Graphs of Bayesian IRFs, dynamic-multiplier functions, and FEVDs
[TS] dfactor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dynamic-factor models
[TS] fcast compute . . . . . . . . . . . . . . . Compute dynamic forecasts after var, svar, or vec
[TS] fcast graph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph forecasts after fcast compute
[TS] forecast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Econometric model forecasting
[TS] forecast adjust . . . . . . . . . . . . . . . . . Adjust variables to produce alternative forecasts
[TS] forecast clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear current model from memory
[TS] forecast coefvector . . . . . . . . . . . . . . . . . Specify an equation via a coefficient vector
[TS] forecast create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a new forecast model
[TS] forecast describe . . . . . . . . . . . . . . . . . . . . . . Describe features of the forecast model
[TS] forecast drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop forecast variables
[TS] forecast estimates . . . . . . . . . . . . . . . . . . Add estimation results to a forecast model
[TS] forecast exogenous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare exogenous variables
[TS] forecast identity . . . . . . . . . . . . . . . . . . . . . . . . . Add an identity to a forecast model
[TS] forecast list . . . . . . . . . . . . . . . . . List forecast commands composing current model
[TS] forecast query . . . . . . . . . . . . . . . . Check whether a forecast model has been started
44 Combined subject table of contents

[TS] forecast solve . . . . . . . . . . . . . . . . . . . . . . . . . . . Obtain static and dynamic forecasts


[TS] irf . . . . . . . . . . . Create and analyze IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf add . . . . . . . . . . . . . . . . . . . . . Add results from an IRF file to the active IRF file
[TS] irf cgraph . . Combined graphs of IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf create . . . . . . . . . . . . . . . Obtain IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf ctable . . . . Combined tables of IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe an IRF file
[TS] irf drop . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop IRF results from the active IRF file
[TS] irf graph . . . . . . . . . . . . Graphs of IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf ograph . . . . Overlaid graphs of IRFs, dynamic-multiplier functions, and FEVDs
[TS] irf rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename an IRF result in an IRF file
[TS] irf set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set the active IRF file
[TS] irf table . . . . . . . . . . . . . . Tables of IRFs, dynamic-multiplier functions, and FEVDs
[TS] mgarch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate GARCH models
[TS] mgarch ccc . . . . . . . . Constant conditional correlation multivariate GARCH models
[TS] mgarch dcc . . . . . . . . Dynamic conditional correlation multivariate GARCH models
[TS] mgarch dvech . . . . . . . . . . . . . . . . . . . . Diagonal vech multivariate GARCH models
[TS] mgarch vcc . . . . . . . . . Varying conditional correlation multivariate GARCH models
[TS] rolling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rolling-window and recursive estimation
[TS] sspace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . State-space models
[TS] tsappend . . . . . . . . . . . . . . . . . . . . . . . . . . . Add observations to a time-series dataset
[TS] tsfill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fill in gaps in time variable
[TS] tsline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series line plots
[TS] tsreport . . . . . . . . . . . . Report time-series aspects of a dataset or estimation sample
[TS] tsrevar . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series operator programming command
[TS] tsset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be time-series data
[TS] var intro . . . . . . . . . . . . . . . . . . . . . . . . Introduction to vector autoregressive models
[TS] var svar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Structural vector autoregressive models
[TS] var . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Vector autoregressive models
[TS] varbasic . . . . . . . . . . . . . . . . . . . . . . . . Fit a simple VAR and graph IRFs or FEVDs
[TS] vargranger . . . . . . . . . . . . . . . . . . . Pairwise Granger causality tests after var or svar
[TS] varlmar . . . . . . . . . . . . . . . . . . LM test for residual autocorrelation after var or svar
[TS] varnorm . . . . . . . . . . . . . Test for normally distributed disturbances after var or svar
[TS] varsoc . . . . . . . . . . . . . . Obtain lag-order selection statistics for VARs and VECMs
[TS] varstable . . . . . . . . . . . . . Check the stability condition of VAR or SVAR estimates
[TS] varwle . . . . . . . . . . . . . . . . . . . Obtain Wald lag-exclusion statistics after var or svar
[TS] vec intro . . . . . . . . . . . . . . . . . . . . . . . Introduction to vector error-correction models
[TS] vec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Vector error-correction models
[TS] veclmar . . . . . . . . . . . . . . . . . . . . . . . . LM test for residual autocorrelation after vec
[TS] vecnorm . . . . . . . . . . . . . . . . . . Test for normally distributed disturbances after vec
[TS] vecrank . . . . . . . . . . . . . . . . . . . . . . . . . Estimate the cointegrating rank of a VECM
[TS] vecstable . . . . . . . . . . . . . . . . . . . . Check the stability condition of VECM estimates
[TS] xcorr . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cross-correlogram for bivariate time series

Time series, univariate


[U] Section 11.4.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series varlists
[U] Section 13.10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series operators
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.14 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series models
[TS] Time series . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to time-series commands
[TS] arch . . . Autoregressive conditional heteroskedasticity (ARCH) family of estimators
Combined subject table of contents 45

[TS] arfima . . . . . . . . . . . . Autoregressive fractionally integrated moving-average models


[TS] arima . . . . . . . . . . . . . . . . ARIMA, ARMAX, and other dynamic regression models
[TS] corrgram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tabulate and graph autocorrelations
[TS] cumsp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph cumulative spectral distribution
[TS] dfgls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DF-GLS unit-root test
[TS] dfuller . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Augmented Dickey–Fuller unit-root test
[TS] estat acplot . . . . . . . . . Plot parametric autocorrelation and autocovariance functions
[TS] estat aroots . . . . . . . . . . . . . . . . . Check the stability condition of ARIMA estimates
[TS] estat sbcusum . . . . . . . . . . . . . . . . . . . . . Cumulative sum test for parameter stability
[TS] estat sbknown . . . . . . . . . . . . . . Test for a structural break with a known break date
[TS] estat sbsingle . . . . . . . . . . . Test for a structural break with an unknown break date
[TS] forecast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Econometric model forecasting
[TS] forecast adjust . . . . . . . . . . . . . . . . . Adjust variables to produce alternative forecasts
[TS] forecast clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear current model from memory
[TS] forecast coefvector . . . . . . . . . . . . . . . . . Specify an equation via a coefficient vector
[TS] forecast create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a new forecast model
[TS] forecast describe . . . . . . . . . . . . . . . . . . . . . . Describe features of the forecast model
[TS] forecast drop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Drop forecast variables
[TS] forecast estimates . . . . . . . . . . . . . . . . . . Add estimation results to a forecast model
[TS] forecast exogenous . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare exogenous variables
[TS] forecast identity . . . . . . . . . . . . . . . . . . . . . . . . . Add an identity to a forecast model
[TS] forecast list . . . . . . . . . . . . . . . . . List forecast commands composing current model
[TS] forecast query . . . . . . . . . . . . . . . . Check whether a forecast model has been started
[TS] forecast solve . . . . . . . . . . . . . . . . . . . . . . . . . . . Obtain static and dynamic forecasts
[TS] mswitch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Markov-switching regression models
[TS] newey . . . . . . . . . . . . . . . . . . . . . . . . . Regression with Newey–West standard errors
[TS] pergram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Periodogram
[TS] pperron . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Phillips–Perron unit-root test
[TS] prais . . . . . . . . . . . . . . . . . . . . . . . . . Prais – Winsten and Cochrane – Orcutt regression
[TS] psdensity . . . . . Parametric spectral density estimation after arima, arfima, and ucm
[R] regress postestimation time series . Postestimation tools for regress with time series
[TS] rolling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rolling-window and recursive estimation
[TS] sspace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . State-space models
[TS] threshold . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Threshold regression
[TS] tsappend . . . . . . . . . . . . . . . . . . . . . . . . . . . Add observations to a time-series dataset
[TS] tsfill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fill in gaps in time variable
[TS] tsfilter . . . . . . . . . . . . . . . . . . . . . . . . . . . Filter a time series for cyclical components
[TS] tsfilter bk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Baxter–King time-series filter
[TS] tsfilter bw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Butterworth time-series filter
[TS] tsfilter cf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Christiano–Fitzgerald time-series filter
[TS] tsfilter hp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Hodrick–Prescott time-series filter
[TS] tsline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series line plots
[TS] tsreport . . . . . . . . . . . . Report time-series aspects of a dataset or estimation sample
[TS] tsrevar . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series operator programming command
[TS] tsset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Declare data to be time-series data
[TS] tssmooth . . . . . . . . . . . . . . . . . . . . . Smooth and forecast univariate time-series data
[TS] tssmooth dexponential . . . . . . . . . . . . . . . . . . . . . . . . . Double-exponential smoothing
[TS] tssmooth exponential . . . . . . . . . . . . . . . . . . . . . . . . . . Single-exponential smoothing
[TS] tssmooth hwinters . . . . . . . . . . . . . . . . . . . . . . . Holt–Winters nonseasonal smoothing
[TS] tssmooth ma . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Moving-average filter
[TS] tssmooth nl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonlinear filter
46 Combined subject table of contents

[TS] tssmooth shwinters . . . . . . . . . . . . . . . . . . . . . . . . . Holt–Winters seasonal smoothing


[TS] ucm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unobserved-components model
[TS] wntestb . . . . . . . . . . . . . . . . . . . . . Bartlett’s periodogram-based test for white noise
[TS] wntestq . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Portmanteau (Q) test for white noise
[TS] xcorr . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cross-correlogram for bivariate time series

Transforms and normality tests


[R] boxcox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Box–Cox regression models
[R] fp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fractional polynomial regression
[R] ladder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Ladder of powers
[R] lnskew0 . . . . . . . . . . . . . . . . . . . . . . . Find zero-skewness log or Box – Cox transform
[R] mfp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariable fractional polynomial models
[MV] mvtest normality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multivariate normality tests
[R] sktest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Skewness and kurtosis tests for normality
[R] swilk . . . . . . . . . . . . . . . . . . Shapiro – Wilk and Shapiro – Francia tests for normality

Treatment effects
[U] Section 27.20 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effects models
[TE] DID intro . . . . . . . . . . . . . . . . . . Introduction to difference-in-differences estimation
[TE] Treatment effects . . . . . . . . . . . . . . . . . . Introduction to treatment-effects commands
[TE] didregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Difference-in-differences estimation
[ERM] eintreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended interval regression
[ERM] eoprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended ordered probit regression
[ERM] eprobit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended probit regression
[ERM] eregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Extended linear regression
[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 psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching
[TE] teffects ra . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Regression adjustment
[TE] telasso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Treatment-effects estimation using lasso
[TE] teoverlap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Overlap plots
Combined subject table of contents 47

[XT] xtdidregress . . . . . . . . . . . . . . . . . . . Fixed-effects difference-in-differences estimation


[XT] xteintreg . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects interval regression
[XT] xteoprobit . . . . . . . . . . . . . . . . . . Extended random-effects ordered probit regression
[XT] xteprobit . . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects probit regression
[XT] xteregress . . . . . . . . . . . . . . . . . . . . . . . . . Extended random-effects linear regression

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 rowjoinbyname . . . . . . . . . . . . . Join rows while matching on column names
[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
48 Combined subject table of contents

Program control
[U] Section 18.11.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Version
[P] capture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Capture return code
[P] continue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Break out of loops
[P] error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display generic error message and exit
[P] foreach . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Loop over items
[P] forvalues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Loop over consecutive values
[P] if . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . if programming command
[P] version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Version control
[P] while . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Looping

Parsing and program arguments


[U] Section 18.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Program arguments
[P] confirm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Argument verification
[P] gettoken . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Low-level parsing
[P] levelsof . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Distinct levels of a variable
[P] numlist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parse numeric lists
[P] syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Parse Stata syntax
[P] tokenize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Divide strings into tokens

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

Commonly used programming commands


[P] byable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Make programs byable
[P] #delimit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change delimiter
[P] exit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exit from a program or do-file
[R] fvrevar . . . . . . . . . . . . . . . . . . . . . . Factor-variables operator programming command
[P] mark . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mark observations for inclusion
[P] matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to matrix commands
[P] more . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pause until key is pressed
[P] nopreserve option . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . nopreserve option
[P] preserve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preserve and restore data
[P] quietly . . . . . . . . . . . . . . . . . . . . . . . . . . Quietly and noisily perform Stata command
[P] scalar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scalar variables
[P] smcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Markup and Control Language
[P] sortpreserve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sort within programs
[P] timer . . . . . . . . . . . . . Time sections of code by recording and reporting time spent
[TS] tsrevar . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series operator programming command

Debugging
[P] pause . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Program debugging command
[P] timer . . . . . . . . . . . . . Time sections of code by recording and reporting time spent
[P] trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Debug Stata programs
Combined subject table of contents 49

Advanced programming commands


[U] Section 12.4.2.5 . . . . . . . . . . . . . . . . . Sorting strings containing Unicode characters
[RPT] Appendix for putdocx . . . . . . . . . . . . . . . . . . . . . . . . . Appendix for putdocx entries
[RPT] Appendix for putpdf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Appendix for putpdf entries
[P] Automation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Automation
[P] break . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Suppress Break key
[P] char . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Characteristics
[M-2] class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object-oriented programming (classes)
[P] class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Class programming
[P] class exit . . . . . . . . . . . . . . . . . . . . . . . . Exit class-member program and return result
[P] classutil . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Class programming utility
[M-5] docx*( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generate Office Open XML (.docx) file
[RPT] docx2pdf . . . . . . . . . . . . . . . . . . . . . Convert a Word (.docx) document to a PDF file
[RPT] Dynamic documents intro . . . . . . . . . . . . . . . . . Introduction to dynamic documents
[RPT] Dynamic tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dynamic tags for text files
[RPT] dyndoc Convert dynamic Markdown document to HTML or Word (.docx) document
[RPT] dyntext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Process Stata dynamic tags in text file
[P] estat programming . . . . . . Controlling estat after community-contributed commands
[P] estimates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Manage estimation results
[P] Estimation command . . . . . . . . . . . . . . . . . How to program an estimation command
[P] file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Read and write text and binary files
[P] findfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Find file in path
[P] frame post . . . . . . . . . . . . . . . . . . . . . . . . . . . Post results to dataset in another frame
[P] H2O intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to integration with H2O
[RPT] html2docx . . . . . . . . . . . . . . . . . Convert an HTML file to a Word (.docx) document
[P] include . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Include commands from file
[P] Java integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Java integration for Stata
[P] Java intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to Java in Stata
[P] Java plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to Java plugins
[P] Java utilities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Java utilities
[P] javacall . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Call a Java plugin
[M-5] LinearProgram( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Linear programming
[P] macro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Macro definition and manipulation
[P] macro lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Manipulate lists
[RPT] markdown . Convert Markdown document to HTML file or Word (.docx) document
[R] ml . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Maximum likelihood estimation
[M-5] moptimize( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Model optimization
[M-5] optimize( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Function optimization
[M-5] Pdf*( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a PDF file
[P] plugin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Load a plugin
[P] postfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Post results in Stata dataset
[P] predict Obtain predictions, residuals, etc., after estimation programming command
[P] program properties . . . . . . . . . . . . . . . . . . . . . . . Properties of user-defined programs
[RPT] putdocx begin . . . . . . . . . . . . . . . . . . . . . . . Create an Office Open XML (.docx) file
[RPT] putdocx collect . Add a table from a collection to an Office Open XML (.docx) file
[RPT] putdocx intro . . . . . . . . . Introduction to generating Office Open XML (.docx) files
[RPT] putdocx pagebreak . . . . . . . . . . . . . Add breaks to an Office Open XML (.docx) file
[RPT] putdocx paragraph . . . . . . Add text or images to an Office Open XML (.docx) file
[RPT] putdocx table . . . . . . . . . . . . . . . . . Add tables to an Office Open XML (.docx) file
[RPT] putexcel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export results to an Excel file
[RPT] putexcel advanced . . . . . . . . Export results to an Excel file using advanced syntax
50 Combined subject table of contents

[D] putmata . . . . . . . . . . . . . . . . . . . . . . . . . Put Stata variables into Mata and vice versa
[RPT] putpdf begin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a PDF file
[RPT] putpdf collect . . . . . . . . . . . . . . . . . . . . Add a table from a collection to a PDF file
[RPT] putpdf intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to generating PDF files
[RPT] putpdf pagebreak . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add breaks to a PDF file
[RPT] putpdf paragraph . . . . . . . . . . . . . . . . . . . . . . . . . . Add text or images to a PDF file
[RPT] putpdf table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add tables to a PDF file
[P] PyStata intro . . . . . . . . . . . . . . . . . . Introduction to using Python and Stata together
[P] PyStata integration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Call Python from Stata
[P] PyStata module . . . . . . . . . . . . . . . Python package pystata to call Stata from Python
[M-5] Quadrature( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numerical integration
[P] return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preserve stored results
[P] rmcoll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Remove collinear variables
[P] robust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Robust variance estimates
[P] serset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create and manipulate sersets
[D] snapshot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save and restore data snapshots
[P] unab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unabbreviate variable list
[P] unabcmd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unabbreviate command name
[D] unicode collator . . . . . . . . . . . . . . . . . . . . . . . . . Language-specific Unicode collators
[D] unicode convertfile . . . . . . . . . . . . . . . . Low-level file conversion between encodings
[P] varabbrev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Control variable abbreviation
[P] viewsource . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . View source code
[M-5] xl( ) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Excel file I/O class

Special-interest programming commands


[R] bstat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Report bootstrap results
[MV] cluster programming subroutines . . . . . . . . . . . . . . . . . . Add cluster-analysis routines
[MV] cluster programming utilities . . . . . . . . . . . . . Cluster-analysis programming utilities
[R] fvrevar . . . . . . . . . . . . . . . . . . . . . . Factor-variables operator programming command
[P] matrix dissimilarity . . . . . . . . . . . . . . . Compute similarity or dissimilarity measures
[MI] mi select . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Programmer’s alternative to mi extract
[ST] st is . . . . . . . . . . . . . . . . . . . . . . . . . . Survival analysis subroutines for programmers
[SVY] svymarkout . Mark observations for exclusion on the basis of survey characteristics
[MI] Technical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Details for programmers
[TS] tsrevar . . . . . . . . . . . . . . . . . . . . . . . . . . Time-series operator programming command

Projects
[P] Project Manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Organize Stata files

File formats
[P] File formats .dta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Description of .dta file format
[D] unicode convertfile . . . . . . . . . . . . . . . . Low-level file conversion between encodings
[D] unicode translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate files to Unicode

Mata
[M] Mata Reference Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Customizable tables and collections


[TABLES] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction
[TABLES] Intro 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . How to read this manual
Combined subject table of contents 51

[TABLES] Intro 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . A tour of concepts and commands


[TABLES] Intro 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Workflow outline
[TABLES] Intro 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Overview of commands
[TABLES] Intro 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Other tabulation commands
[TABLES] Appendix for collect style cell . . . . . . . . . . . . . . . . . Appendix for collect style cell
[TABLES] collect clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear all collections in memory
[TABLES] collect combine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Combine collections
[TABLES] collect copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy a collection
[TABLES] collect create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a new collection
[TABLES] collect dims . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List dimensions in a collection
[TABLES] collect dir . . . . . . . . . . . . . . . . . . . . . . . Display names of all collections in memory
[TABLES] collect export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export table from a collection
[TABLES] collect get . . . . . . . . . . . . . . . . . . . . . . . . . . . . Collect results from a Stata command
[TABLES] collect label . . . . . . . . . . . . . . . . . . . . . . . . . . . Manage custom labels in a collection
[TABLES] collect layout . . . . . . . . . . . . . . . . . . . Specify table layout for the current collection
[TABLES] collect levelsof . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . List levels of a dimension
[TABLES] collect preview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preview the table in a collection
[TABLES] collect recode . . . . . . . . . . . . . . . . . . . . . . . . Recode dimension levels in a collection
[TABLES] collect remap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Remap tags in a collection
[TABLES] collect rename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Rename a collection
[TABLES] collect save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save a collection to disk
[TABLES] collect set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set the current (active) collection
[TABLES] collect stars . . . . . . . . . . . . . . . . . . . . Add stars for significant results in a collection
[TABLES] collect style cons . . . . . . . . . . . . . . . . . . . . . Collection styles for intercept position
[TABLES] collect style autolevels . . . . . . . . . . Collection styles for automatic dimension levels
[TABLES] collect style cell . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Collection styles for cells
[TABLES] collect style clear . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear all collection styles
[TABLES] collect style column . . . . . . . . . . . . . . . . . . . . . Collection styles for column headers
[TABLES] collect style header . . . Collection styles for hiding and showing header components
[TABLES] collect style html . . . . . . . . . . . . . . . . . . . . . . . . . . Collection styles for HTML files
[TABLES] collect style putdocx . . . . . . . . . . . . . . . . . . . . . . . . . . . Collection styles for putdocx
[TABLES] collect style putpdf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Collection styles for putpdf
[TABLES] collect style row . . . . . . . . . . . . . . . . . . . . . . . . . . . Collection styles for row headers
[TABLES] collect style save . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Save collection styles to disk
[TABLES] collect style showbase . . . . . . . . . . . . . . Collection styles for displaying base levels
[TABLES] collect style showempty . . . . . . . . . . . . . Collection styles for displaying empty cells
[TABLES] collect style showomit . . . . . . . Collection styles for displaying omitted coefficients
[TABLES] collect style table . . . . . . . . . . . . . . . . . . . . . . . . . Collection styles for table headers
[TABLES] collect style use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Use collection styles from disk
[TABLES] collect use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Use a collection from disk
[TABLES] Collection principles . . . . Tags, dimensions, levels, and layout from first principles
[TABLES] Example 1 . . . . . . . . . . . . . . . . Table of means, standard deviations, and correlations
[TABLES] Example 2 . . . . . . . . . . . . . . . . . . . . . . . . Table of medians and rank-sum test results
[TABLES] Example 3 . . . . . . . . . . . . . . . . . . . . . . . . . . Table of comparative summary statistics
[TABLES] Example 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of t test results
[TABLES] Example 5 . . . . . . . . . . . . . Table of regression coefficients and confidence intervals
[TABLES] Example 6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table comparing regression results
[TABLES] Example 7 . . . . . . . . . . . . . . . . . . . . . . . Table of regression results using survey data
[TABLES] Predefined styles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Predefined collection styles
[TABLES] set collect double . . . . . . . . . . . . . . . . . . . . . . . . Storage type settings for collections
[TABLES] set collect label . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Label settings for collections
52 Combined subject table of contents

[TABLES] set collect style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Style settings for collections


[TABLES] set collect warn . . . . . . . . . . . . . . . . . . . . . . . . . . . . Warning settings for collections
[TABLES] set table style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Default style settings for table
[R] table intro . Introduction to tables of frequencies, summaries, and command results
[R] table . . . . . . . . . . . . . . . . . . . Table of frequencies, summaries, and command results
[R] table hypothesis tests . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of hypothesis tests
[R] table multiway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Multiway tables
[R] table oneway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . One-way tabulation
[R] table regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of regression results
[R] table summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of summary statistics
[R] table twoway . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Two-way tabulation

Automated document and report creation


[U] Chapter 21 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Creating reports
[RPT] Appendix for putdocx . . . . . . . . . . . . . . . . . . . . . . . . . Appendix for putdocx entries
[RPT] Appendix for putpdf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Appendix for putpdf entries
[RPT] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to reporting manual
[RPT] docx2pdf . . . . . . . . . . . . . . . . . . . . . Convert a Word (.docx) document to a PDF file
[RPT] Dynamic documents intro . . . . . . . . . . . . . . . . . Introduction to dynamic documents
[RPT] Dynamic tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dynamic tags for text files
[RPT] dyndoc Convert dynamic Markdown document to HTML or Word (.docx) document
[RPT] dyntext . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Process Stata dynamic tags in text file
[RPT] html2docx . . . . . . . . . . . . . . . . . Convert an HTML file to a Word (.docx) document
[RPT] markdown . Convert Markdown document to HTML file or Word (.docx) document
[RPT] putdocx begin . . . . . . . . . . . . . . . . . . . . . . . Create an Office Open XML (.docx) file
[RPT] putdocx collect . Add a table from a collection to an Office Open XML (.docx) file
[RPT] putdocx intro . . . . . . . . . Introduction to generating Office Open XML (.docx) files
[RPT] putdocx pagebreak . . . . . . . . . . . . . Add breaks to an Office Open XML (.docx) file
[RPT] putdocx paragraph . . . . . . Add text or images to an Office Open XML (.docx) file
[RPT] putdocx table . . . . . . . . . . . . . . . . . Add tables to an Office Open XML (.docx) file
[RPT] putexcel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export results to an Excel file
[RPT] putexcel advanced . . . . . . . . Export results to an Excel file using advanced syntax
[RPT] putpdf begin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a PDF file
[RPT] putpdf collect . . . . . . . . . . . . . . . . . . . . Add a table from a collection to a PDF file
[RPT] putpdf intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to generating PDF files
[RPT] putpdf pagebreak . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add breaks to a PDF file
[RPT] putpdf paragraph . . . . . . . . . . . . . . . . . . . . . . . . . . Add text or images to a PDF file
[RPT] putpdf table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add tables to a PDF file
[RPT] set docx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Format settings for blocks of text

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
Combined subject table of contents 53

[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 History window
[P] window stopbox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display message box
Acronym glossary
2SIV two-step instrumental variables
2SLS two-stage least squares
3SLS three-stage least squares

ADF asymptotic distribution free


AFE attributable fraction among the exposed
AFP attributable fraction for the population
AFT accelerated failure time
AIC Akaike information criterion
AIDS almost-ideal demand system
AIPW augmented inverse-probability weights
ANCOVA analysis of covariance
ANOVA analysis of variance
APE average partial effects
API application programming interface
AR autoregressive
AR(1) first-order autoregressive
ARCH autoregressive conditional heteroskedasticity
ARFIMA autoregressive fractionally integrated moving average
ARIMA autoregressive integrated moving average
ARMA autoregressive moving average
ARMAX autoregressive moving-average exogenous
ASCII American Standard Code for Information Interchange
ASE asymptotic standard error
ASF average structural function
ASL achieved significance level
ASM average structural mean
ASP average structural probability
ATE average treatment effect
ATET average treatment effect on the treated
AUC area under the time–concentration curve

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

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
CMA cumulative meta-analysis

54
Acronym glossary 55

CMI conditional mean independence


CMLE conditional maximum likelihood estimates
CMYK cyan, magenta, yellow, and key
CRD cluster randomized design
ct count time
cusum cumulative sum
CV coefficient of variation
CV cross-validation

DA data augmentation
DDD difference in difference in differences
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
DIC deviance information criterion
DID difference in differences
DLL dynamic-link library
DML double machine learning
DPD dynamic panel data
DSGE dynamic stochastic general equilibrium

EBCDIC extended binary coded decimal interchange code


EGARCH exponential GARCH
EGLS estimated generalized least squares
EIM expected information matrix
EM expectation maximization
EPS Encapsulated PostScript
ERM extended regression model
ESS effective sample size
ESS error sum of squares

FCS fully conditional specification


FD first-differenced estimator
FDA Food and Drug Administration
FE fixed effects
FEVD forecast-error variance decomposition
FGLS feasible generalized least squares
FGNLS feasible generalized nonlinear least squares
FIML full information maximum likelihood
FIVE estimator full-information instrumental-variables efficient estimator
flong full long
flongsep full long and separate
FMI fraction of missing information
FMM finite mixture model
FP fractional polynomial
FPC finite population correction

GARCH generalized autoregressive conditional heteroskedasticity


GEE generalized estimating equations
GEV generalized extreme value
GHK Geweke–Hajivassiliou–Keane
GHQ Gauss–Hermite quadrature
GIF Graphics Interchange Format
GLIM generalized linear interactive modeling
GLLAMM generalized linear latent and mixed models
56 Acronym glossary

GLM generalized linear models


GLS generalized least squares
GMM generalized method of moments
GPCM generalized partial credit model
GRM graded response model
GS2SLS generalized spatial two-stage least squares
GSEM generalized structural equation modeling/model
GUI graphical user interface

HAC heteroskedasticity- and autocorrelation-consistent


HPD highest posterior density
HR hazard ratio
HSB hue, saturation, and brightness
HSL hue, saturation, and luminance
HSV hue, saturation, and value
HTML hypertext markup language

IC information criteria
ICC item characteristic curve
ICD-9 International Classification of Diseases, Ninth Revision
ICD-10 International Classification of Diseases, Tenth Revision
ICD-10-CM International Classification of Diseases, Tenth Revision, Clinical Modification
ICD-10-PCS International Classification of Diseases, Tenth Revision, Procedure Coding System
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

JAR Java Archive file


JCA joint correspondence analysis
JDBC Java Database Connectivity
JPEG Joint Photographic Experts Group
JRE Java Runtime Environment
JVM Java Virtual Machine

LAPACK linear algebra package


LASSO least absolute shrinkage and selection operator
LAV least absolute value
LCA latent class analysis
LDA linear discriminant analysis
LIML limited-information maximum likelihood
LM Lagrange multiplier
LOO leave one out
LOWESS locally weighted scatterplot smoothing
LR likelihood ratio
LSB least-significant byte

MA moving average
MAD median absolute deviation
MANCOVA multivariate analysis of covariance
MANOVA multivariate analysis of variance
MAR missing at random
Acronym glossary 57

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
MEFF misspecification effect
MEFT misspecification effect (standard deviation metric)
MFP multivariable fractional polynomial
MI / mi multiple imputation
midp mid-p-value
MIMIC multiple indicators and multiple causes
MINQUE minimum norm quadratic unbiased estimation
MIVQUE minimum variance quadratic unbiased estimation
ML maximum likelihood
MLE maximum likelihood estimate
MLMV maximum likelihood with missing values
mlong marginal long
MM method of moments
MNAR missing not at random
MNL multinomial logit
MNP multinomial probit
MPL modified profile likelihood
MS mean square
MSAR Markov-switching autoregression
MSB most-significant byte
MSDR Markov-switching dynamic regression
MSE mean squared error
MSL maximum simulated likelihood
MSS model sum of squares
MUE median unbiased estimates
MVAGHQ mean–variance adaptive Gauss–Hermite quadrature
MVN multivariate normal
MVREG multivariate regression

NARCH nonlinear ARCH


NHANES National Health and Nutrition Examination Survey
NLS nonlinear least squares
NPARCH nonlinear power ARCH
NPMLE nonparametric maximum-likelihood estimation
NR Newton–Raphson
NRM nominal response model

ODBC Open DataBase Connectivity


OIM observed information matrix
OIRF orthogonalized impulse–response function
OLE Object Linking and Embedding (Microsoft product)
OLS ordinary least squares
OPG outer product of the gradient
OR odds ratio

PA population averaged
PARCH power ARCH
PCA principal component analysis
PCM partial credit model
PCSE panel-corrected standard error
PDF Portable Document Format
p.d.f. probability density function
PFE prevented fraction among the exposed
58 Acronym glossary

PFP prevented fraction for the population


PH proportional hazards
pk pharmacokinetic data
p.m.f. probability mass function
PMM predictive mean matching
PNG Portable Network Graphics
POM potential-outcome means
PPP posterior predictive p-value
PSS power (precision) and sample size
PSU primary sampling unit

QDA quadratic discriminant analysis


QML quasimaximum likelihood

RA regression adjustment
rc return code
RCT randomized controlled trial
RE random effects
REML restricted (or residual) maximum likelihood
RESET regression specification-error test
RGB red, green, and blue
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 model
RVI relative variance increase

SAARCH simple asymmetric ARCH


SAR spatial autoregressive, simultaneous autoregressive, or
spatial or simultaneous autoregression, depending on context
SARAR spatial autoregressive model with spatial autoregressive disturbances
SARIMA seasonal ARIMA
s.d. standard deviation
SE / s.e. standard error
SEM structural equation modeling/model
SF static factor
SFAR static factors with vector autoregressive errors
SIR standardized incidence ratio
SJ Stata Journal
SMCL Stata Markup and Control Language
SMR standardized mortality/morbidity ratio
SMSA standard metropolitan statistical area
SOR standardized odds ratio
SQL Structured Query Language
SRD standardized rate difference
SRMR standardized root mean squared residual
SRR standardized risk ratio
SRS simple random sample/sampling
SRSWR SRS with replacement
SSC Statistical Software Components
SSCP sum of squares and cross products
SSD summary statistics data
SSU secondary sampling unit
st survival time
STB Stata Technical Bulletin
Acronym glossary 59

STS structural time series


SUR seemingly unrelated regression
SURE seemingly unrelated regression estimation
SUTVA stable unit treatment value assumption
SVAR structural vector autoregressive model
SVD singular value decomposition
SVG scalable vector graphics

TACC treatment-arm continuity correction


TAR target acceptance rate
TARCH threshold ARCH
TCC test characteristic curve
TDT transmission/disequilibrium test
TIF test information function
TIFF tagged image file format
TLI Tucker–Lewis index
TSS total sum of squares

UCA Unicode Collation Algorithm


UCM unobserved-components model
UI user interface
UTF-8 Universal character set + Transformation Format—8-bit

VAR vector autoregressive model


VAR(1) first-order vector autoregressive
VARMA vector autoregressive moving average
VARMA(1,1) first-order vector autoregressive moving average
VCE variance–covariance estimate
VECM vector error-correction model
VIF variance inflation factor

WLC worst linear combination


WLF worst linear function
WLS weighted least squares
WNLS weighted nonlinear least squares
wrt with respect to

XML Extensible Markup Language

ZINB zero-inflated negative binomial


ZIOL zero-inflated ordered logit
ZIOP zero-inflated ordered probit
ZIP zero-inflated Poisson
ZTNB zero-truncated negative binomial
ZTP zero-truncated Poisson
Vignette index Godfrey, L. G. (1946– ), [R] regress postestimation
time series
Aalen, O. O. (1947– ), [ST] sts Gompertz, B. (1779–1865), [ST] streg
Agnesi, M. G. (1718–1799), [R] dydx Gosset, W. S. (1876–1937), [R] ttest
Aitken, A. C. (1895–1967), [R] reg3 Gower, J. C. (1930–2019), [MV] measure option
Akaike, H. (1927–2009), [R] estat ic Granger, C. W. J. (1934–2009), [TS] vargranger
Arellano, M. (1957– ), [XT] xtabond Graunt, J. (1620–1674), [ST] ltable
Greenwood, M. (1880–1949), [ST] sts
Bartlett, M. S. (1910–2002), [TS] wntestb Hadamard, J. S. (1865–1963), [FN] Matrix functions
Bayarri, M. J. (1956–2014), [BAYES] bayesstats Haenszel, W. M. (1910–1998), [ST] strate
ppvalues Halley, E. (1656–1742), [ST] ltable
Bayes, T. (1701(?)–1761), [BAYES] Intro Halton, J. H. (1931– ), [M-5] halton( )
Berkson, J. (1899–1982), [R] logit Hammersley, J. M. (1920–2004), [M-5] halton( )
Birnbaum, A. (1923–1976), [IRT] irt Hartley, H. O. (1912–1980), [MI] mi impute
Blackwell, D. H. (1919–2010), [BAYES] Intro Harvey, A. C. (1947– ), [TS] ucm
Bliss, C. I. (1899–1979), [R] probit Hastings, W. K. (1930–2016), [BAYES] bayesmh
Bond, S. R. (1963–2020), [XT] xtabond Hausman, J. A. (1946– ), [R] hausman
Bonferroni, C. E. (1892–1960), [R] correlate Hays, W. L. (1926–1995), [R] esize
Box, G. E. P. (1919–2013), [TS] arima Heckman, J. J. (1944– ), [R] heckman
Breusch, T. S. (1953– ), [R] regress postestimation Henderson, C. R. (1911–1989), [ME] mixed
time series
Hermite, C. (1822–1901), [M-5] issymmetric( )
Brier, G. W. (1913–1998), [R] brier
Hesse, L. O. (1811–1874), [M-5] moptimize( )
Hessenberg, K. A. (1904–1959), [M-5] hessenbergd( )
Casella, G. (1951–2012), [ME] me Hilbert, D. (1862–1943), [M-5] Hilbert( )
Cauchy, A.-L. (1789–1857), [FN] Statistical functions Hopper, G. M. (1906–1992), [P] trace
Cholesky, A.-L. (1875–1918), [M-5] cholesky( ) Hotelling, H. (1895–1973), [MV] hotelling
Cleveland, W. S. (1943– ), [R] lowess Householder, A. S. (1904–1993), [M-5] qrd( )
Cochran, W. G. (1909–1980), [SVY] Survey Huber, P. J. (1934– ), [U] 20 Estimation and
Cochrane, D. (1917–1983), [TS] prais postestimation commands
Cohen, J. (1923–1998), [R] kappa
Cornfield, J. (1912–1979), [R] Epitab Jaccard, P. (1868–1944), [MV] measure option
Cox, D. R. (1924– ), [ST] stcox Jacobi, C. G. J. (1804–1851), [M-5] deriv( )
Cox, G. M. (1900–1978), [R] anova Jeffreys, H. (1891–1989), [BAYES] bayesmh
Cronbach, L. J. (1916–2001), [MV] alpha Jenkins, G. M. (1933–1982), [TS] arima
Cunliffe, S. (1917–2012), [R] ttest Johansen, S. (1939– ), [TS] vecrank

Kaiser, H. F. (1927–1992), [MV] rotate


David, F. N. (1909–1993), [R] correlate
Kaplan, E. L. (1920–2006), [ST] sts
de Finetti, B. (1906–1985), [BAYES] Intro
Kendall, M. G. (1907–1983), [R] spearman
dendrogram, [MV] cluster dendrogram
Kerlinger, F. N. (1910–1991), [R] esize
Dickey, D. A. (1945– ), [TS] dfuller
King, A. A. (1815–1852), [M-2] Intro
Dunn, O. J. (1915–2008), [R] correlate
Kish, L. (1910–2000), [SVY] Survey
Dunnett, C. W. (1921–2007), [FN] Statistical functions
Kolmogorov, A. N. (1903–1987), [R] ksmirnov
Durbin, J. (1923–2012), [R] regress postestimation time
series Kronecker, L. (1823–1891), [M-2] op kronecker
Kruskal, J. B. (1928–2010), [MV] mds
Kruskal, W. H. (1919–2005), [R] kwallis
Efron, B. (1938– ), [R] bootstrap
Kublanovskaya, V. N. (1920–2012), [M-5] qrd( )
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
Linsley, E. G. (1910–2000), [MV] cluster dendrogram
Gabriel, K. R. (1929–2003), [MV] biplot Lord, F. M. (1912–2000), [IRT] irt
Galton, F. (1822–1911), [R] regress Lorenz, M. O. (1876–1959), [R] Inequality
Gauss, J. C. F. (1777–1855), [R] regress Loutit, I. (1909–2009), [R] QC
Gnanadesikan, R. (1932–2015), [R] Diagnostic plots Lovelace, A. (1815–1852), [M-2] Intro

60
Vignette index 61

Mahalanobis, P. C. (1893–1972), [MV] hotelling Theil, H. (1924–2000), [R] reg3


Mann, H. B. (1905–2000), [R] ranksum Thiele, T. N. (1838–1910), [R] summarize
Mantel, N. (1919–2002), [ST] strate Tobin, J. (1918–2002), [R] tobit
Markov, A. (1856–1922), [BAYES] Intro Toeplitz, O. (1881–1940), [M-5] Toeplitz( )
Marquardt, D. W. (1929–1997), [M-5] moptimize( ) Tukey, J. W. (1915–2000), [R] jackknife
Martin, M. E. (1912–2012), [SVY] svy: tabulate oneway
martingale, [ST] stcox postestimation Usinger, R. L. (1912–1968), [MV] cluster dendrogram
Mayr, E. W. (1904–2005), [MV] cluster dendrogram
McFadden, D. L. (1937– ), [CM] cmclogit
Vandermonde, A.-T. (1735–1796),
McNemar, Q. (1900–1986), [R] Epitab [M-5] Vandermonde( )
Meier, P. (1924–2011), [ST] sts
Metropolis, N. C. (1915–1999), [BAYES] bayesmh
Wald, A. (1902–1950), [TS] varwle
Moore, E. H. (1862–1932), [M-5] pinv( )
Wallis, W. A. (1912–1998), [R] kwallis
Murrill, W. A. (1867–1957), [MV] discrim knn
Ward, J. H., Jr. (1926–2011), [MV] cluster linkage
Watson, G. S. (1921–1998), [R] regress postestimation
Nelder, J. A. (1924–2010), [R] glm time series
Nelson, W. B. (1936– ), [ST] sts Wedderburn, R. W. M. (1947–1975), [R] glm
Newey, W. K. (1954– ), [TS] newey Weibull, E. H. W. (1887–1979), [ST] streg
Newton, I. (1643–1727), [M-5] optimize( ) West, K. D. (1953– ), [TS] newey
Neyman, J. (1894–1981), [R] ci White, H. L., Jr. (1950–2012), [U] 20 Estimation and
Nightingale, F. (1820–1910), [G-2] graph pie postestimation commands
Norwood, J. L. (1923–2015), [R] Intro Whitney, D. R. (1915–2007), [R] ranksum
Wilcoxon, F. (1892–1965), [R] signrank
Orcutt, G. H. (1917–2006), [TS] prais Wilk, M. B. (1922–2013), [R] Diagnostic plots
Wilks, S. S. (1906–1964), [MV] manova
Pearson, K. (1857–1936), [R] correlate Wilson, E. B. (1879–1964), [R] ci
Penrose, R. (1931– ), [M-5] pinv( ) Winsten, C. B. (1923–2005), [TS] prais
Perron, P. (1959– ), [TS] pperron Wishart, J. (1898–1956), [FN] Statistical functions
Phillips, P. C. B. (1948– ), [TS] pperron Woolf, B. (1902–1983), [R] Epitab
Playfair, W. (1759–1823), [G-2] graph pie Wright, B. D. (1926–2015), [IRT] irt
Poisson, S.-D. (1781–1840), [R] poisson
Prais, S. J. (1928–2014), [TS] prais Zellner, A. (1927–2010), [R] sureg

Raphson, J. (1648–1715), [M-5] optimize( )


Rubin, D. B. (1943– ), [MI] Intro substantive

Sargan, J. D. (1924–1996), [R] ivregress postestimation


Scheffé, H. (1907–1977), [R] oneway
Schur, I. (1875–1941), [M-5] schurd( )
Schwarz, G. E. (1933–2007), [R] estat ic
Scott, E. L. (1917–1988), [R] Intro
scree, [MV] screeplot
Searle, S. R. (1928–2013), [ME] me
Shapiro, S. S. (1930– ), [R] swilk
Shepard, R. N. (1929– ), [MV] mds postestimation
plots
Shewhart, W. A. (1891–1967), [R] QC
Šidák, Z. (1933–1999), [R] correlate
Simpson, T. (1710–1761), [M-5] optimize( )
singular value decompositions, [M-5] svd( )
Smirnov, N. V. (1900–1966), [R] ksmirnov
Sneath, P. H. A. (1923–2011), [MV] measure option
Snow, J. (1813–1858), [R] Epitab
Sokal, R. R. (1926–2012), [MV] measure option
Spearman, C. E. (1863–1945), [R] spearman
Author index Ahn, S. K., [TS] vec intro
Ahrens, A., [LASSO] Lasso intro
A B C D E F G H I J K L M Ahrens, J. H., [FN] Random-number functions
Aielli, G. P., [TS] mgarch, [TS] mgarch dcc
N O P Q R S T U V W X Y Z Aigner, D. J., [R] frontier, [XT] xtfrontier
Aiken, L. S., [R] pcorr
Aisbett, C. W., [ST] stcox, [ST] streg
A Aitchison, J., [BAYES] Intro, [R] hetoprobit,
[R] ologit, [R] oprobit
Aalen, O. O., [ST] stcrreg postestimation, [ST] sts Aitken, A. C., [R] reg3
Abadie, A., [TE] DID intro, [TE] didregress, Aitkin, M. A., [MV] mvtest correlations
[TE] teffects intro advanced, [TE] teffects
Aivazian, S. A., [R] ksmirnov
multivalued, [TE] teffects nnmatch,
Aizen, M. A., [META] Intro
[TE] teffects psmatch
Akaike, H., [MV] factor postestimation, [R] BIC
Abayomi, K. A., [MI] Intro substantive, [MI] mi
note, [R] estat ic, [R] glm, [SEM] estat gof,
impute
[SEM] estat lcgof, [SEM] Methods and
Abe, M., [CM] cmmixlogit, [CM] cmxtmixlogit
formulas for sem, [ST] streg, [TS] varsoc
Abraham, B., [TS] tssmooth, [TS] tssmooth
Akhtar-Danesh, N., [MV] factor, [MV] rotate
dexponential, [TS] tssmooth exponential,
Akman, V. E., [BAYES] bayesmh
[TS] tssmooth hwinters, [TS] tssmooth
shwinters Albert, A., [MI] mi impute, [MV] discrim,
[MV] discrim logistic
Abraira, V., [R] logit postestimation
Albert, P. S., [XT] xtgee
Abrami, P. C., [META] Intro
Aldenderfer, M. S., [MV] cluster
Abramowitz, M., [FN] Mathematical functions,
[R] contrast, [R] orthog Alderman, M. H., [PSS-2] power repeated
Abramowitz, S. K., [R] anova, [R] oneway, [R] ttest Aldrich, J. H., [R] logit, [R] probit
Abrams, K. R., [META] Intro, [META] meta Alejo, J., [R] QC, [R] sktest, [TE] teffects psmatch,
funnelplot, [META] meta bias, [META] meta [XT] xtreg, [XT] xtreg postestimation
trimfill, [META] meta mvregress, [ST] streg Alexander, J. T., [R] mlexp
Abramson, M. J., [META] meta data Alf, E., Jr., [R] rocfit, [R] rocreg
Abrevaya, J., [R] boxcox postestimation Alfani, G., [R] Inequality, [R] roctab
Abrigo, M. R. M., [TS] var Alfaro, R., [MI] Intro
Achana, F., [D] icd Algina, J., [R] esize
Achen, C. H., [R] scobit Alldredge, J. R., [R] pk, [R] pkcross
Achenback, T. M., [MV] mvtest Allen, M. J., [MV] alpha
Acock, A. C., [MV] alpha, [R] anova, [R] correlate, ALLHAT Officers and Coordinators for the ALLHAT
[R] nestreg, [R] oneway, [R] prtest, Collaborative Research Group, [PSS-2] power
[R] ranksum, [R] ttest, [SEM] Intro 4, repeated
[SEM] Intro 5, [SEM] Intro 6, [SEM] Intro 11, Allison, M. J., [MV] manova
[SEM] Example 1, [SEM] Example 3, Allison, P. D., [CM] cmrologit, [MI] Intro substantive,
[SEM] Example 7, [SEM] Example 9, [MI] mi impute, [R] hetoprobit, [R] testnl,
[SEM] Example 18, [SEM] Example 20 [ST] Discrete, [ST] stcox PH-assumption tests,
Ades, A. E., [META] meta mvregress [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys,
Adkins, L. C., [R] heckman, [R] regress, [R] regress [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
postestimation, [TS] arch [XT] xtpoisson, [XT] xtreg
Afifi, A. A., [MV] canon, [MV] discrim, [MV] factor, Almås, I., [R] Inequality
[MV] pca, [R] anova, [R] stepwise, Aloisio, K. M., [MI] mi estimate, [MI] mi impute,
[U] 20.26 References [XT] xtgee
Agnesi, M. G., [R] dydx Alonzo, T. A., [R] rocreg, [R] rocreg postestimation,
Agresti, A., [ME] me, [PSS-2] power oneproportion, [R] rocregplot
[PSS-2] power twoproportions, [PSS-2] power Altman, D. G., [META] Intro, [META] Intro,
pairedproportions, [PSS-2] power trend, [META] meta, [META] meta forestplot,
[R] ci, [R] Epitab, [R] expoisson, [R] nptrend, [META] meta summarize, [META] meta
[R] tabulate twoway, [XT] xtmlogit regress, [META] meta funnelplot, [META] meta
Aguilar, R., [META] Intro bias, [META] meta trimfill, [META] meta
Ahn, C., [PSS-2] power onemean, cluster, mvregress, [META] Glossary, [R] anova, [R] fp,
[PSS-2] power twomeans, cluster, [R] kappa, [R] kwallis, [R] mfp, [R] nptrend,
[PSS-2] power oneproportion, cluster, [R] oneway
[PSS-2] power twoproportions, cluster, Alvarez, J., [XT] xtabond
[R] prtest, [R] ztest Alvarez, R. M., [R] hetoprobit

62
Author index 63

Alvarez-Pedrerol, M., [LASSO] Lasso Angrist, J. D., [ERM] eintreg, [ERM] eprobit,
intro, [LASSO] Inference examples, [R] ivregress, [R] ivregress postestimation,
[M-5] LinearProgram( ) [R] qreg, [R] regress, [TE] DID intro,
Alwin, D. F., [SEM] Example 9 [TE] didregress, [TE] stteffects ipw,
Ambler, G., [R] mfp [TE] stteffects ipwra, [TE] stteffects
Amemiya, T., [CM] nlogit, [ERM] eintreg, postestimation, [TE] stteffects ra, [TE] stteffects
[ERM] eoprobit, [ERM] eprobit, wra, [TE] teffects intro advanced,
[ERM] eregress, [R] ivprobit, [R] tobit, [U] 20.26 References
[TS] varsoc, [XT] xtheckman, [XT] xthtaylor, Anscombe, F. J., [R] binreg postestimation, [R] glm,
[XT] xtivreg [R] glm postestimation
Amisano, G., [TS] irf create, [TS] var intro, [TS] var Anselin, L., [SP] Intro, [SP] estat moran,
svar, [TS] vargranger, [TS] varwle [SP] spregress, [SP] spxtregress
Ampe, B., [ME] meintreg Ansley, C. F., [TS] arima
An, S., [TS] arfima Antczak-Bouckoms, A., [META] meta, [META] meta
Anatolyev, S., [R] ivregress mvregress
Anderberg, M. R., [MV] cluster, Antes, G., [META] Intro
[MV] measure option Antman, E. M., [META] Intro, [META] meta,
Andersen, A., [MI] mi impute chained [META] meta summarize, [META] meta regress
Andersen, E. B., [R] clogit, [XT] xtmlogit Anzures-Cabrera, J., [META] meta forestplot,
Andersen, E. D., [M-5] LinearProgram( ) [META] meta galbraithplot, [META] meta
labbeplot
Andersen, K. D., [M-5] LinearProgram( )
Aragon, J., [ST] stintcox, [ST] stintreg
Andersen, P. K., [R] glm, [ST] stcox, [ST] stcrreg
Arbuthnott, J., [R] signrank
Anderson, B. D. O., [TS] sspace
Archer, K. J., [R] estat gof, [R] logistic, [R] logit,
Anderson, E., [M-1] LAPACK, [M-5] lapack( ),
[SVY] estat
[MV] clustermat, [MV] discrim estat,
[MV] discrim lda, [MV] discrim lda Archibald, J. D., [MV] cluster dendrogram
postestimation, [MV] mvtest, [MV] mvtest Arellano, M., [R] areg postestimation, [R] gmm,
normality, [P] matrix eigenvalues [XT] xtabond, [XT] xtcloglog, [XT] xtdpd,
Anderson, J. A., [MI] mi impute, [R] ologit, [R] slogit [XT] xtdpd postestimation, [XT] xtdpdsys,
[XT] xtdpdsys postestimation, [XT] xtivreg,
Anderson, K. M., [ST] stintcox, [ST] stintreg
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Anderson, M. L., [ST] stcrreg [XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
Anderson, R. E., [CM] Intro 6, [CM] cmrologit [XT] xtstreg
Anderson, R. L., [R] anova Arends, L. R., [META] meta mvregress
Anderson, S., [R] pkequiv Arendt, J. N., [ERM] eprobit
Anderson, S. J., [R] ziologit, [R] ziologit Arminger, G., [R] suest
postestimation, [R] zioprobit Armitage, P., [META] meta esize, [META] meta
Anderson, T. W., [MI] Intro substantive, summarize, [PSS-2] power twomeans,
[MV] discrim, [MV] manova, [MV] pca, [PSS-2] power pairedmeans, [PSS-2] power
[PSS-2] power onecorrelation, [PSS-2] power cmh, [PSS-2] power trend, [R] ameans,
twocorrelations, [R] ivregress postestimation, [R] expoisson, [R] nptrend, [R] pkcross,
[TS] vec, [TS] vecrank, [XT] xtabond, [R] sdtest
[XT] xtdpd, [XT] xtdpdsys, [XT] xtivreg Armstrong, B., [META] meta mvregress
Andersson, T. M.-L., [ST] stcox Armstrong, R. D., [R] qreg
Andresen, M. E., [TE] Intro Arnold, B. C., [MI] Intro substantive, [MI] mi impute
Andreß, H.-J., [XT] xt chained
Andrews, D. F., [D] egen, [MV] discrim lda Arnold, S. F., [MV] manova
postestimation, [MV] discrim qda, Arnqvist, G., [META] Intro
[MV] discrim qda postestimation,
Aronow, W. S., [ME] mestreg
[MV] manova, [R] rreg, [SEM] Example 52g
Arora, S. S., [XT] xtivreg, [XT] xtreg
Andrews, D. W. K., [R] gmm, [R] Inequality,
[R] ivregress, [TS] estat sbsingle Arraiz, I., [SP] Intro, [SP] spivregress, [SP] spregress
Andrews, M. J., [ME] meglm, [ME] melogit, Arseven, E., [MV] discrim lda
[ME] meoprobit, [ME] mepoisson, Arthur, M., [R] symmetry
[ME] mestreg, [ME] mixed, [XT] xtreg Asali, M., [TS] var intro
Andrich, D., [IRT] irt rsm, [SEM] Example 28g Assaad, H., [ME] menl
Andrieu, C., [BAYES] Intro, [BAYES] bayesmh Atchadé, Y. F., [BAYES] Intro, [BAYES] bayesmh
Ängquist, L., [G-2] graph combine, [R] bootstrap, Atella, V., [M-5] LinearProgram( ), [R] frontier,
[R] permute [XT] xtfrontier
Aten, B., [XT] xtunitroot
64 Author index

Atkinson, A. C., [FN] Random-number functions, Baltagi, B. H., [ERM] eregress, [ME] mixed,
[R] boxcox, [R] nl [R] hausman, [SP] Intro, [SP] spxtregress,
Austin, P. C., [TE] tebalance [XT] xt, [XT] xtabond, [XT] xtdpd,
Azen, S. P., [R] anova, [U] 20.26 References [XT] xtdpdsys, [XT] xthtaylor, [XT] xthtaylor
Aznar, A., [TS] vecrank postestimation, [XT] xtivreg, [XT] xtpoisson,
[XT] xtprobit, [XT] xtreg, [XT] xtreg
postestimation, [XT] xtregar, [XT] xtunitroot
B Bamber, D., [R] rocfit, [R] rocregplot, [R] roctab
Bańbura, M., [BAYES] bayes: var
Babiker, A. G., [PSS-2] Intro (power), [PSS-2] power
Bancroft, T. A., [R] stepwise
cox, [R] Epitab, [ST] sts test
Banerjee, A., [XT] xtunitroot
Babin, B. J., [CM] Intro 6, [CM] cmrologit
Bang, H., [TE] teffects intro advanced
Babu, A. J. G., [FN] Random-number functions
Barbin, É., [M-5] cholesky( )
Badinger, H., [SP] Intro, [SP] spivregress,
[SP] spmatrix spfrommata, [SP] spregress Barlow, R. E., [BAYES] Intro
Badunenko, O., [M-5] LinearProgram( ), [R] frontier Barnard, G. A., [R] spearman, [R] ttest
Baetschmann, G., [R] ologit, [XT] xtologit Barnard, J., [MI] Intro substantive, [MI] mi estimate,
[MI] mi estimate using, [MI] mi predict,
Bago D’Uva, T., [FMM] fmm intro
[MI] mi test
Bagozzi, B. E., [R] zioprobit
Barnett, A. G., [R] glm
Bai, X., [TE] stteffects intro, [TE] stteffects
Barnow, B. S., [TE] etregress
ipw, [TE] stteffects ipwra, [TE] stteffects
postestimation, [TE] stteffects ra, [TE] stteffects Baron, R. M., [SEM] Example 42g
wra Barrett, J. H., [PSS-2] Intro (power)
Bai, Z., [M-1] LAPACK, [M-5] lapack( ), [P] matrix Barrick, M. R., [META] Intro
eigenvalues Barrison, I. G., [R] binreg
Bailey, W. C., [META] meta mvregress Barthel, F. M.-S., [PSS-2] Intro (power),
Baillie, R. T., [TS] arfima [PSS-2] power cox, [ST] stcox PH-assumption
Baker, F. B., [IRT] irt, [IRT] irt nrm tests
Baker, M. J., [BAYES] Bayesian commands Bartlett, J. W., [MI] mi impute, [MI] mi impute
chained
Baker, R. D., [R] signrank
Bartlett, M. S., [MV] factor, [MV] factor
Baker, R. J., [R] glm
postestimation, [MV] Glossary, [R] oneway,
Baker, R. M., [R] ivregress postestimation [TS] wntestb
Bakker, A., [R] mean Barton, C. N., [PSS-2] power repeated
Balaam, L. N., [R] pkcross Bartus, T., [ERM] eintreg, [ERM] eoprobit,
Balakrishnan, N., [FN] Statistical functions [ERM] eprobit, [ERM] eregress, [R] margins,
Baldus, W. P., [ST] stcrreg [SEM] Intro 5, [SEM] gsem, [XT] xtheckman
Baldwin, S., [ME] mixed, [ME] mixed postestimation, Basagaña, X., [LASSO] Lasso intro,
[MV] factor, [MV] factor postestimation, [LASSO] Inference examples,
[R] anova, [R] contrast, [R] esize, [M-5] LinearProgram( )
[R] marginsplot, [R] pwcompare, [SEM] estat Basford, K. E., [G-2] graph matrix, [ME] me,
ginvariant, [SEM] estat gof, [SEM] sem, [ME] melogit, [ME] meoprobit,
[SEM] sem postestimation [ME] mepoisson, [ME] mestreg
Balestra, P., [XT] xtivreg Basilevsky, A. T., [MV] factor, [MV] pca
Balia, S., [FMM] fmm intro Basmann, R. L., [R] ivregress, [R] ivregress
Ballantyne, A., [R] ologit, [XT] xtologit postestimation
Baller, R. D., [SP] estat moran, [SP] spregress, Bassett, G., Jr., [M-5] LinearProgram( )
[SP] spxtregress Basu, A., [R] betareg, [R] glm, [TE] eteffects
Ballintijn, J. F., [M-5] LinearProgram( ) Bataille, E., [IRT] irt
Balov, N., Bates, D. M., [ME] me, [ME] meglm, [ME] menl,
[BAYES] Bayesian commands, [BAYES] bayes, [ME] menl postestimation, [ME] mixed,
[BAYES] bayesmh, [BAYES] bayesstats grubin, [ME] mixed, [ME] mixed postestimation,
[BAYES] bayes: logistic, [BAYES] bayes: logit, [ME] Glossary, [META] meta mvregress
[IRT] irt, [IRT] irt 1pl, [IRT] irt 2pl, [IRT] irt Batistatou, E., [PSS-2] power
3pl
Battese, G. E., [XT] xtfrontier
Bauldry, S., [R] ivregress, [R] ologit, [R] oprobit,
[SEM] Intro 5
Author index 65

Baum, C. F., [D] cross, [D] fillin, [D] icd, [D] joinby, Belsley, D. A., [R] regress postestimation,
[D] reshape, [D] separate, [D] stack, [D] xpose, [R] regress postestimation diagnostic plots,
[M-0] Intro, [M-1] Intro, [MV] mvtest, [U] 18.14 References
[MV] mvtest normality, [P] Intro, [P] levelsof, Beltrami, E., [M-5] svd( )
[R] gmm, [R] heckman, [R] heckoprobit, Ben-Akiva, M., [CM] cmmixlogit, [CM] cmxtmixlogit
[R] heckprobit, [R] ivregress, [R] ivregress Bendel, R. B., [R] stepwise
postestimation, [R] margins, [R] regress Bender, R., [META] Intro, [META] meta esize,
postestimation, [R] regress postestimation [META] meta set, [META] meta summarize
time series, [R] ssc, [SP] spmatrix,
Benedetti, J. K., [R] tetrachoric
[SP] spregress, [TS] Time series, [TS] arch,
[TS] arfima, [TS] arima, [TS] dfgls, Beniger, J. R., [G-2] graph bar, [G-2] graph pie,
[TS] dfuller, [TS] forecast, [TS] mgarch, [G-2] graph twoway histogram, [R] cumul
[TS] mswitch, [TS] pperron, [TS] rolling, Bennett, K. J., [R] nbreg, [R] poisson
[TS] sspace, [TS] threshold, [TS] tsfilter, Bentham, G., [ME] menbreg, [ME] mepoisson,
[TS] ucm, [TS] var, [TS] var svar, [TS] vec, [SEM] Example 39g
[U] 11.7 References, [U] 16.5 References, Bentler, P. M., [MV] rotate, [MV] rotatemat,
[U] 18.14 References, [U] 20.26 References, [MV] Glossary, [SEM] Intro 4, [SEM] Intro 7,
[XT] xtgls, [XT] xtreg, [XT] xtunitroot [SEM] Intro 9, [SEM] estat eqgof, [SEM] estat
Bauman, A., [META] meta data framework, [SEM] estat gof, [SEM] estat
Bauwens, L., [TS] mgarch stable, [SEM] Example 1, [SEM] Example 3,
Baxter, M., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter [SEM] Methods and formulas for sem,
cf [SEM] Glossary
Bayarri, M. J., [BAYES] bayesstats ppvalues Bera, A. K., [R] QC, [R] sktest, [TS] arch,
[TS] varnorm, [TS] vecnorm, [XT] xtreg
Bayart, D., [R] QC
postestimation, [XT] xtregar
Bayes, T., [BAYES] Intro
Beran, J., [TS] arfima, [TS] arfima postestimation
Beal, S. L., [ME] menl
Beran, R. J., [R] regress postestimation time series
Beale, E. M. L., [R] stepwise, [R] test
Berger, J. O., [BAYES] Intro, [BAYES] bayesstats
Beall, G., [MV] mvtest, [MV] mvtest covariances ppvalues
Bean, J. A., [PSS-2] power cmh Berger, M. P. F., [PSS-2] power onemean,
Beaton, A. E., [R] rreg cluster, [PSS-2] power twomeans, cluster,
Beck, N. L., [XT] xtgls, [XT] xtpcse [PSS-2] power oneproportion, cluster,
Becker, B. J., [META] Intro, [META] meta funnelplot, [PSS-2] power twoproportions, cluster
[META] meta mvregress Berger, R. L., [DSGE] Intro 8, [PSS-2] Intro (power),
Becker, R. A., [G-2] graph matrix [R] ci
Becker, S. O., [TE] teffects intro advanced Berglund, P. A., [SVY] Survey, [SVY] Subpopulation
Becketti, S., [R] regress, [R] runtest, [R] spearman, estimation
[TS] Time series, [TS] arch, [TS] arima, Berk, K. N., [R] stepwise
[TS] corrgram, [TS] dfuller, [TS] irf, Berk, R., [LASSO] Lasso intro, [R] rreg
[TS] prais, [TS] tssmooth, [TS] var intro, Berkes, I., [TS] mgarch
[TS] var svar, [TS] vec intro, [TS] vec Berkey, C. S., [META] Intro, [META] meta,
Beerstecher, E., [MV] manova [META] meta data, [META] meta esize,
Begg, C. B., [META] Intro, [META] meta bias, [META] meta set, [META] meta forestplot,
[META] meta trimfill, [META] Glossary [META] meta summarize, [META] meta
Beggs, S., [CM] Intro 6, [CM] cmrologit regress, [META] meta regress postestimation,
Belanger, A. J., [R] sktest, [R] swilk [META] estat bubbleplot, [META] meta
Bell, R. M., [TE] DID intro, [TE] didregress mvregress
Bellman, R. E., [MV] Glossary Berkson, J., [R] logit, [R] probit
Bello-Gomez, R. A., [TE] DID intro, [TE] didregress Berkvens, D., [ME] meintreg
Bellocco, R., [R] Epitab, [R] glm, [R] logit, [XT] xtgee Berlin, J. A., [META] Intro, [META] meta esize,
Belloni, A., [LASSO] Lasso intro, [LASSO] Lasso [META] meta regress
inference intro, [LASSO] dslogit, Berliner, L. M., [BAYES] Intro
[LASSO] dspoisson, [LASSO] dsregress, Berman, N. G., [META] meta summarize
[LASSO] lasso, [LASSO] lasso postestimation, Bern, P. H., [R] nestreg
[LASSO] pologit, [LASSO] popoisson, Bernaards, C. A., [MV] rotatemat
[LASSO] poregress, [LASSO] sqrtlasso Bernard, R. M., [META] Intro
Belotti, F., [M-5] LinearProgram( ), [R] churdle, Bernardo, J. M., [BAYES] Intro
[R] frontier, [R] jackknife, [R] tobit, [SP] Intro, Bernasco, W., [R] tetrachoric
[XT] xtfrontier
Berndt, E. K., [M-5] optimize( ), [R] glm, [TS] arch,
[TS] arima
66 Author index

Berndt, E. R., [R] truncreg Blenkinsop, A., [PSS-2] Intro (power)


Bernstein, I. H., [MV] alpha Blevins, J. R., [R] hetprobit
Berry, D. A., [BAYES] Intro, [BAYES] Intro Bliese, P. D., [R] icc
Berry, G., [PSS-2] power twomeans, [PSS-2] power Bliss, C. I., [R] probit
pairedmeans, [PSS-2] power cmh, [R] ameans, Bloch, D. A., [R] brier
[R] expoisson, [R] sdtest Bloomfield, P., [R] qreg, [TS] arfima
Berry, K. J., [R] ranksum Blossfeld, H.-P., [ME] mestreg
Bertolini, G., [R] estat gof Blum, A. L., [PSS-2] power cmh
Bertrand, J., [ME] menl Blundell, R. W., [ERM] Intro 7, [ERM] eregress
Bertrand, M., [TE] DID intro, [TE] didregress predict, [ERM] Glossary, [R] gmm,
Besag, J., [BAYES] Intro [R] ivprobit, [R] ivprobit postestimation,
Best, D. J., [FN] Random-number functions [R] ivtobit postestimation, [TE] DID intro,
Best, N. G., [BAYES] bayesstats ic [TE] didregress, [TE] teffects intro advanced,
Bester, C. A., [TE] DID intro [TE] teffects multivalued, [XT] xtdpd,
Betensky, R. A., [ST] stintcox [XT] xtdpdsys
Bewley, R., [R] reg3 BMDP, [R] symmetry
Beyer, W. H., [R] QC Boardley, D., [IRT] irt
Beyersman, J., [ST] stcrreg Bobee, B., [BAYES] Intro
Bhargava, A., [XT] xtregar Bock, R. D., [IRT] irt nrm
Bianchi, G., [TS] tsfilter, [TS] tsfilter bw Böckenholt, U., [CM] cmmixlogit, [CM] cmxtmixlogit
Bibby, J. M., [MI] mi impute mvn, [MV] discrim, Bodnar, A., [TS] dfgls, [TS] dfuller
[MV] discrim lda, [MV] factor, [MV] manova, Boeckmann, A. J., [ME] menl
[MV] matrix dissimilarity, [MV] mds, Boffelli, S., [TS] Time series, [TS] arch, [TS] arima,
[MV] mds postestimation, [MV] mdslong, [TS] mgarch, [TS] tsline
[MV] mdsmat, [MV] mvtest, [MV] mvtest Bofinger, E., [R] qreg
means, [MV] mvtest normality, [MV] pca, Boggess, M. M., [ST] stcrreg, [ST] stcrreg
[MV] procrustes, [P] matrix dissimilarity postestimation
Bickeböller, H., [R] symmetry Bohlius, J., [META] meta data
Bickel, P. J., [D] egen, [LASSO] Lasso inference intro, Böhning, D., [FMM] fmm intro
[LASSO] lasso, [R] rreg Boice, J. D., Jr., [R] Epitab
Binder, D. A., [MI] Intro substantive, [P] robust, Boland, P. J., [R] ttest
[SVY] svy estimation, [SVY] Variance Boldea, O., [LASSO] Lasso intro
estimation, [U] 20.26 References Bolduc, D., [CM] cmmixlogit, [CM] cmmprobit,
Birdsall, T. G., [R] lroc [CM] cmxtmixlogit
Birnbaum, A., [BAYES] bayesmh, [IRT] irt, [IRT] irt Bollen, K. A., [MV] factor postestimation, [R] regress
2pl, [IRT] irt 3pl, [IRT] irtgraph iif postestimation, [SEM] Intro 4, [SEM] Intro 5,
Bischof, C., [M-1] LAPACK, [M-5] lapack( ), [SEM] estat residuals, [SEM] estat teffects,
[P] matrix eigenvalues [SEM] Example 10, [SEM] Example 15,
Bischof, D., [G-4] Schemes intro [SEM] Methods and formulas for sem,
Bishai, D., [R] betareg [SEM] predict after sem, [SEM] sem reporting
Bishop, D. T., [PSS-2] Intro (power) options
Bjärkefur, K., [D] codebook, [D] duplicates, [D] label Bollerslev, T., [TS] arch, [TS] arima, [TS] mgarch,
Black, F. S., [TS] arch [TS] mgarch ccc, [TS] mgarch dvech
Black, H. R., [PSS-2] power repeated Bond, S., [R] gmm, [XT] xtabond, [XT] xtdpd,
Black, W. C., [CM] Intro 6, [CM] cmrologit [XT] xtdpd postestimation, [XT] xtdpdsys,
[XT] xtdpdsys postestimation, [XT] xtivreg
Blackburne, E. F., III, [XT] xtabond, [XT] xtdpd,
[XT] xtdpdsys Bond, T. G., [IRT] irt, [SEM] Example 28g
Blackford, S., [M-1] LAPACK, [M-5] lapack( ), Bonett, D. G., [R] ci
[P] matrix eigenvalues Bonferroni, C. E., [R] correlate
Blackwell, J. L., III, [R] areg, [XT] xtgls, [XT] xtpcse, Bonneti, M., [R] Inequality, [R] roctab
[XT] xtreg Bontempi, M. E., [MV] pca
Blackwell, D. H., [BAYES] Intro Boore, D. M., [ME] menl
Bland, M., [R] ranksum, [R] sdtest, [R] signrank, Boos, D. D., [R] eivreg, [TE] teffects aipw
[R] spearman Borenstein, M., [META] Intro, [META] Intro,
Blangiardo, M., [META] meta mvregress [META] meta, [META] meta esize,
Blashfield, R. K., [MV] cluster [META] meta summarize, [META] meta
Blasius, J., [MV] ca, [MV] mca regress, [META] meta trimfill
Blasnik, M., [D] clonevar, [D] split, [D] statsby Borg, I., [MV] mds, [MV] mds postestimation,
[MV] mdslong, [MV] mdsmat
Author index 67

Borgan, Ø., [ST] stcrreg Brehm, J., [R] hetoprobit


Bornhorst, F., [XT] xtunitroot Breitung, J., [XT] xtcointtest, [XT] xtunitroot
Borokhovski, E., [META] Intro Brent, R. P., [MV] mdsmat, [MV] mvtest means
Borowczyk, J., [M-5] cholesky( ) Breslow, N. E., [IRT] difmh, [ME] me,
Börsch-Supan, A., [XT] xtmlogit [ME] meglm, [ME] melogit, [ME] meoprobit,
Bos, J. M., [R] betareg [ME] mepoisson, [ME] mestreg, [META] meta
Boshuizen, H. C., [MI] Intro substantive, [MI] mi esize, [META] meta summarize,
impute, [MI] mi impute chained, [MI] mi [META] Glossary, [PSS-2] power mcc,
impute monotone [R] clogit, [R] dstdize, [R] Epitab,
Bossuyt, P. M. M., [META] meta mvregress [R] symmetry, [ST] stcox, [ST] stcox PH-
assumption tests, [ST] sts, [ST] sts test
Boswell, T. M., [ST] streg postestimation
Breusch, T. S., [MV] mvreg, [R] hetregress,
Boswijk, H. P., [TS] vec
[R] regress postestimation, [R] regress
Botezat, A., [ERM] eoprobit postestimation time series, [R] regress
Bottai, M., [PSS-2] Intro (power), [R] Epitab, postestimation time series, [R] sureg,
[R] esize, [R] glm, [R] qreg, [ST] streg, [TS] Glossary, [XT] xtreg postestimation
[XT] xtreg Brewer, T. F., [META] meta, [META] meta data,
Bound, J., [R] ivregress postestimation [META] meta forestplot, [META] meta regress,
Bover, O., [XT] xtdpd, [XT] xtdpdsys [META] meta regress postestimation
Bowden, J., [META] Intro, [META] meta esize, Brier, G. W., [R] brier
[META] meta set, [META] meta summarize Brillinger, D. R., [R] jackknife
Bower, H., [ST] stcox, [ST] streg Britt, C. L., [SP] estat moran, [SP] spregress,
Bowerman, B. L., [TS] tssmooth, [TS] tssmooth [SP] spxtregress
dexponential, [TS] tssmooth exponential, Brockwell, P. J., [TS] corrgram, [TS] sspace
[TS] tssmooth hwinters, [TS] tssmooth Brody, H., [R] Epitab
shwinters
Brook, R. H., [R] brier
Bowker, A. H., [R] symmetry
Brooks, S. P., [BAYES] Intro, [BAYES] bayesstats
Box, G. E. P., [BAYES] bayesstats ppvalues, grubin, [BAYES] bayesstats summary
[MV] manova, [MV] mvtest covariances,
Brophy, T. S. L., [SP] Intro
[R] anova, [R] boxcox, [R] lnskew0,
[TS] arfima, [TS] arima, [TS] corrgram, Brown, B. W., [ST] sts graph
[TS] cumsp, [TS] dfuller, [TS] estat acplot, Brown, C. C., [R] Epitab
[TS] pergram, [TS] pperron, [TS] psdensity, Brown, D. R., [ME] mixed, [PSS-2] power repeated,
[TS] wntestq, [TS] xcorr [R] anova, [R] contrast, [R] loneway,
Box, J. F., [R] anova [R] oneway, [R] pwcompare
Box-Steffensmeier, J. M., [ST] stcox, [ST] streg, Brown, G. K., [TE] etregress, [TE] teffects intro
[TS] Time series, [TS] arima, [TS] forecast, advanced
[TS] irf, [TS] var, [TS] vec Brown, H., [ME] mixed
Boyd, N. F., [R] kappa Brown, J. D., [MV] manova
Boyle, J. M., [P] matrix symeigen Brown, L. B., [R] prtest
Boyle, P., [ME] menbreg, [ME] mepoisson, Brown, L. D., [LASSO] Lasso intro, [R] ci
[SEM] Example 39g Brown, M. B., [R] sdtest, [R] tetrachoric
Bozzette, S. A., [IRT] irt Brown, R. L., [TS] estat sbcusum
Brackstone, G. J., [R] Diagnostic plots, [R] swilk Brown, S. E., [R] symmetry
Bradburn, M. J., [META] meta, [META] meta esize, Brown, T. A., [SEM] Intro 4
[META] meta forestplot, [META] meta Brown, W., [R] icc
summarize Browne, M. W., [MV] procrustes, [SEM] estat gof,
Bradley, R. A., [R] signrank [SEM] Methods and formulas for sem
Brady, A. R., [PSS-2] Intro (power), [R] spikeplot Brownstone, D., [CM] cmmixlogit, [CM] cmxtmixlogit
Brand, J. P. L., [MI] Intro substantive, [MI] mi impute Broyden, C. G., [TS] forecast solve
chained Bru, B., [R] poisson
Brännäs, K., [R] cpoisson Brückner, E., [ME] mestreg
Brannon, B. R., [ME] me, [ME] meglm, Bruno, G. S. F., [TS] forecast, [XT] xtabond,
[ME] meologit, [ME] meoprobit, [XT] xtologit, [XT] xtdpd, [XT] xtdpdsys, [XT] xtreg
[XT] xtoprobit Bruno, R. L., [XT] xtreg
Brant, R., [R] ologit Bruun, N. H., [R] margins, [R] marginsplot
Brave, S., [TE] etregress Bryk, A. S., [ME] me, [ME] meglm, [ME] mepoisson,
Bray, R. J., [MV] clustermat [ME] mestreg, [ME] mixed, [META] meta
Bray, T. A., [FN] Random-number functions forestplot, [META] meta summarize,
Brearley, A. L., [M-5] LinearProgram( ) [META] meta bias
68 Author index

Brzezinski, M., [R] swilk Cameron, A. C., continued


Brzinsky-Fay, C., [G-2] graph twoway rbar [R] logit, [R] mprobit, [R] nbreg, [R] ologit,
Buchholz, A., [ST] stcrreg [R] oprobit, [R] poisson, [R] probit, [R] qreg,
Buchner, D. M., [R] ladder [R] regress, [R] regress postestimation,
Bühlmann, P., [LASSO] Lasso intro, [LASSO] lasso [R] simulate, [R] sureg, [R] tnbreg,
[R] tobit, [R] tpoisson, [R] zinb, [R] zinb
Buis, M. L., [FN] Random-number functions,
postestimation, [R] zip, [R] zip postestimation,
[G-3] by option, [P] macro, [R] betareg,
[SEM] Example 53g, [SEM] Example 54g,
[R] constraint, [R] eform option, [R] logistic,
[TE] DID intro, [TE] didregress, [TE] etregress,
[R] logit, [R] margins, [U] 11.7 References
[TE] stteffects intro, [TE] stteffects ipw,
Buja, A., [LASSO] Lasso intro, [U] 20.26 References [TE] stteffects ipwra, [TE] stteffects
Bult, J. R., [FMM] Example 3 postestimation, [TE] stteffects ra, [TE] stteffects
Bunch, D. S., [CM] cmmprobit wra, [TE] teffects intro advanced, [TE] teffects
Buonaccorsi, J. P., [R] eivreg aipw, [TE] teffects ra, [TS] forecast estimates,
Buot, M.-L. G., [MV] mvtest means [XT] xt, [XT] xtnbreg, [XT] xtpoisson
Burden, A. M., [M-5] solvenl( ) Camilla Tulloch, J. F., [META] meta, [META] meta
Burden, R. L., [M-5] solvenl( ) mvregress
Burden Study Group, [D] icd10 Camilli, G., [IRT] DIF
Burdick, E., [META] meta, [META] meta data, Campbell, D. T., [SEM] Example 17
[META] meta forestplot, [META] meta Campbell, M. J., [PSS-2] Intro (power),
regress, [META] meta regress postestimation, [PSS-2] power, [PSS-2] power onemean,
[META] meta mvregress cluster, [PSS-2] power twomeans, cluster,
Burke, W. J., [R] tobit [PSS-2] power oneproportion, cluster,
Burket, G. R., [IRT] irt 3pl [PSS-2] power twoproportions, cluster,
Burkhauser, R. V., [MI] Intro substantive [PSS-2] power cox, [PSS-2] power logrank,
Burnam, M. A., [R] lincom, [R] mlogit, [R] mprobit, [R] ci, [R] kappa, [R] tabulate twoway,
[R] mprobit postestimation, [R] predictnl, [R] ztest
[R] slogit Canavire-Bacarreza, G., [R] gmm
Burns, A. F., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter Candel, M. J. J. M., [PSS-2] power onemean,
bw, [TS] tsfilter cf, [TS] tsfilter hp, [TS] ucm cluster, [PSS-2] power twomeans, cluster,
Burns, J. C., [ME] mixed [PSS-2] power oneproportion, cluster,
Burr, I. W., [R] QC [PSS-2] power twoproportions, cluster
Burwell, D. T., [ME] mestreg Candes, E., [M-5] LinearProgram( )
Buskens, V., [R] tabstat Canette, I., [D] drawnorm, [D] merge, [ME] meglm,
[ME] mixed, [P] foreach, [PSS-2] power
Busso, M., [TE] stteffects ipwra, [TE] teoverlap
logrank, cluster, [R] intreg, [R] jackknife,
Butterworth, S., [TS] tsfilter, [TS] tsfilter bw [R] nl, [R] nlsur, [R] oprobit, [R] suest,
[R] test, [R] tobit, [R] truncreg, [SEM] gsem
C Canner, J., [D] icd10, [D] icd10cm, [D] icd10pcs
Canova, F., [DSGE] Intro 1, [DSGE] Intro 5
Cabanillas, O. B., [XT] xtgee, [XT] xtreg Cantrell, R. A., [R] zioprobit
Caffo, B. S., [BAYES] bayesstats summary, Cappellari, L., [CM] cmmprobit, [D] corr2data,
[XT] xtmlogit [D] egen
Cai, T., [R] rocreg, [R] zinb, [R] zioprobit, [R] zip, Card, D., [META] Intro
[ST] stintcox
Cardell, S., [CM] Intro 6, [CM] cmrologit
Cai, T. T., [R] ci
Cardoso de Andrade, L., [D] codebook, [D] duplicates,
Cailliez, F., [MV] mdsmat [D] label
Cain, G. G., [TE] etregress Carey, R. B., [D] icd10
Caines, P. E., [TS] sspace Caria, M. P., [XT] xtgee
Caliendo, M., [TE] teffects intro advanced Carle, A. C., [ME] mixed
Califf, R. M., [ST] stcox postestimation Carlile, T., [R] kappa
Caliński, T., [MV] cluster, [MV] cluster stop Carlin, B. P., [BAYES] Intro, [BAYES] bayesmh,
Cameron, A. C., [CM] Intro 8, [CM] cmclogit, [BAYES] bayesstats ic
[CM] cmmixlogit, [CM] cmmprobit, Carlin, J. B., [BAYES] Intro, [BAYES] bayesmh,
[CM] cmxtmixlogit, [ERM] Intro 9, [BAYES] bayesstats ic, [BAYES] bayesstats
[ERM] eintreg, [FMM] Example 1a, ppvalues, [BAYES] bayesstats
[FMM] Example 2, [ME] meglm, [ME] mixed, summary, [BAYES] bayespredict,
[R] betareg, [R] bootstrap, [R] cpoisson, [BAYES] bayes: xtnbreg, [BAYES] Glossary,
[R] gmm, [R] heckman, [R] heckoprobit, [MI] Intro substantive, [MI] Intro, [MI] mi
[R] heckpoisson, [R] intreg, [R] ivpoisson, estimate, [MI] mi impute, [MI] mi impute mvn,
[R] ivregress, [R] ivregress postestimation,
Author index 69

Carlin, J. B., continued Centers for Disease Control and Prevention, [D] icd,
[MI] mi impute regress, [R] ameans [D] icd9, [D] icd10cm
Carnes, B. A., [ST] streg Cerulli, G., [TE] eteffects, [TE] etpoisson,
Carpenter, B., [BAYES] bayesmh [TE] etregress, [TE] teffects intro, [TE] teffects
Carpenter, J. R., [ME] me, [ME] meglm, [ME] melogit, intro advanced, [TE] teffects ipw
[ME] meprobit, [META] Intro, [META] meta Chabert, J.-L., [M-5] cholesky( )
summarize, [META] meta funnelplot, Chadwick, J., [R] poisson
[META] meta bias, [MI] Intro substantive, Chakraborti, S., [R] ksmirnov
[MI] Intro, [MI] mi impute, [R] bootstrap, Challet-Bouju, G., [IRT] irt pcm
[R] bstat Chalmers, I., [META] Intro, [META] Intro
Carroll, D., [META] meta Chalmers, T. C., [META] Intro, [META] meta,
Carroll, J. B., [MV] rotatemat [META] meta summarize
Carroll, R. J., [BAYES] bayesmh, [ME] me, Chaloner, K., [BAYES] Intro
[ME] meglm, [ME] menl, [ME] mixed, Chamberlain, G., [R] clogit, [R] gmm, [R] qreg,
[ME] mixed, [R] boxcox, [R] rreg, [R] sdtest [XT] xtmlogit
Carson, R. T., [R] tnbreg, [R] tpoisson Chambers, J. M., [G-2] graph box, [G-2] graph
Carter, R. L., [ME] menl matrix, [G-3] by option, [R] Diagnostic plots,
Carter, S. L., [CM] cmmixlogit, [ME] me, [R] grmeanby, [R] lowess, [U] 1.4 References
[ME] melogit, [ME] meoprobit, Chang, I., [R] prtest
[ME] mepoisson, [ME] mestreg, [R] frontier, Chang, I.-M., [R] margins
[R] lrtest, [R] nbreg, [ST] stcox, [ST] streg, Chang, Y., [TS] sspace
[XT] xt
Chang, Y.-J., [XT] xtivreg, [XT] xtreg
Casagrande, J. T., [PSS-2] power twoproportions
Channon, C., [MV] cluster dendrogram
Casals, J., [TS] sspace
Chao, E. C., [ME] me, [ME] meglm, [ME] melogit,
Casella, G., [BAYES] Intro, [DSGE] Intro 8, [ME] me, [ME] mepoisson
[ME] meglm, [ME] mixed, [PSS-2] Intro
Charlett, A., [R] fp
(power), [R] ci
Chatfield, C., [TS] arima, [TS] corrgram,
Castellani, M., [R] betareg
[TS] pergram, [TS] tssmooth, [TS] tssmooth
Castellano, K. E., [R] hetoprobit dexponential, [TS] tssmooth exponential,
Castillo, E., [MI] Intro substantive, [MI] mi impute [TS] tssmooth hwinters, [TS] tssmooth ma,
chained [TS] tssmooth shwinters, [TS] Glossary
Castro, L. M., [IRT] irt 3pl Chatfield, M. D., [D] append, [D] merge,
Cattaneo, M. D., [PSS-2] power, [R] gmm, [G-2] graph twoway, [R] anova, [R] signrank,
[R] npregress intro, [R] npregress kernel, [RPT] putdocx intro, [XT] xtline
[R] npregress kernel postestimation, Chatterjee, S., [R] poisson, [R] regress, [R] regress
[R] npregress series postestimation, postestimation, [R] regress postestimation
[ST] stcox postestimation, [TE] DID intro, diagnostic plots
[TE] didregress, [TE] eteffects, [TE] stteffects Chávez Juárez, F. W., [R] Inequality
intro, [TE] stteffects ipw, [TE] stteffects ipwra,
Chen, D., [LASSO] Lasso inference intro,
[TE] stteffects postestimation, [TE] stteffects
[LASSO] lasso, [LASSO] lasso postestimation,
ra, [TE] stteffects wra, [TE] tebalance,
[LASSO] poregress
[TE] tebalance box, [TE] tebalance density,
[TE] tebalance overid, [TE] tebalance Chen, H., [TS] mswitch
summarize, [TE] teffects intro, [TE] teffects Chen, M., [D] drawnorm, [META] Intro
intro advanced, [TE] teffects aipw, [TE] teffects Chen, M.-H., [BAYES] Intro, [BAYES] bayesstats
ipw, [TE] teffects ipwra, [TE] teffects summary
multivalued, [TE] teffects nnmatch, Chen, X., [ME] mixed, [PSS-2] power oneproportion,
[TE] teffects psmatch, [TE] teffects ra [PSS-2] power twoproportions, [R] logistic,
Cattelan, A. M., [R] betareg [R] logistic postestimation, [R] logit,
Cattell, R. B., [MV] factor postestimation, [R] npregress intro, [R] npregress series
[MV] pca postestimation, [MV] procrustes, Chernick, M. R., [PSS-2] power oneproportion,
[MV] screeplot [PSS-2] power twoproportions
Cauchy, A.-L., [FN] Statistical functions Chernozhukov, V., [BAYES] Intro, [LASSO] Lasso
Caudill, S. B., [R] frontier, [XT] xtfrontier intro, [LASSO] Lasso inference intro,
Caulcutt, R., [R] QC [LASSO] dslogit, [LASSO] dspoisson,
[LASSO] dsregress, [LASSO] lasso,
Cefalu, M. S., [ST] stcox postestimation, [ST] stcurve,
[LASSO] lasso postestimation,
[ST] sts graph
[LASSO] poivregress, [LASSO] pologit,
Center for Human Resource Research, [LASSO] popoisson, [LASSO] poregress,
[ERM] Example 7, [SEM] Example 38g, [LASSO] sqrtlasso, [LASSO] xpologit,
[SEM] Example 46g, [XT] xt
70 Author index

Chernozhukov, V., continued Clarke, R. D., [R] poisson


[LASSO] xpopoisson, [LASSO] xporegress, Clarke-Pearson, D. L., [R] roccomp, [R] rocreg,
[R] intreg, [R] qreg, [R] tobit, [TE] telasso [R] roctab
Chetverikov, D., [LASSO] Lasso intro, Clarkson, D. B., [R] tabulate twoway
[LASSO] Lasso inference intro, [LASSO] lasso, Clarotti, C. A., [BAYES] Intro
[LASSO] poregress, [LASSO] xpologit, Clayton, D. G., [D] egen, [ME] me, [ME] meglm,
[LASSO] xpopoisson, [LASSO] xporegress, [ME] mepoisson, [R] Epitab, [R] Epitab,
[R] lpoly, [R] npregress kernel, [R] npregress [SEM] Example 48g, [ST] stptime, [ST] strate,
series, [TE] telasso [ST] stsplit, [ST] sttocc
Cheung, Y. B., [ST] stcox Cleland, J., [BAYES] bayesmh, [ME] me,
Cheung, Y.-W., [TS] dfgls [ME] meglm, [ME] melogit, [ME] meprobit
Chiang, C. L., [ST] ltable Clementi, W. A., [ME] menl
Chib, S., [BAYES] Intro Clerc-Urmès, I., [ST] sts
Chiburis, R., [R] heckman, [R] heckoprobit, Clerget-Darpoux, F., [R] symmetry
[R] heckprobit, [R] oprobit Cleveland, W. S., [G-1] Graph intro, [G-2] graph
Chinchilli, V. M., [ME] me, [ME] menl box, [G-2] graph dot, [G-2] graph matrix,
Choi, B. C. K., [R] rocfit, [R] rocreg postestimation, [G-2] graph twoway lowess, [G-3] by option,
[R] rocregplot, [R] roctab [R] Diagnostic plots, [R] lowess, [R] lpoly,
Choi, I., [XT] xtunitroot [R] sunflower, [U] 1.4 References
Choi, J., [R] ivregress Cleves, M. A., [ME] mestreg, [MI] mi estimate,
Choi, M.-D., [M-5] Hilbert( ) [PSS-2] power exponential, [PSS-2] power
Choi, S. C., [MV] discrim knn logrank, [R] roccomp, [R] rocreg, [R] roctab,
Cholesky, A.-L., [M-5] cholesky( ) [R] symmetry, [ST] Survival analysis,
Choodari-Oskooei, B., [PSS-2] Intro (power), [R] ssc [ST] stcox, [ST] stcrreg, [ST] stcrreg
postestimation, [ST] stdescribe, [ST] streg,
Chou, R. Y., [TS] arch
[ST] stset, [ST] stsplit, [ST] stvary,
Chow, G. C., [R] contrast, [TS] estat sbknown [TE] stteffects intro, [XT] xtstreg
Chow, S.-C., [PSS-2] Intro (power), [PSS-2] power Cliff, A. D., [SP] Intro, [SP] spregress
onemean, [PSS-2] power twomeans,
Cliff, N., [MV] canon postestimation
[PSS-2] power pairedmeans, [PSS-2] power
oneproportion, [PSS-2] power exponential, Clogg, C. C., [R] suest
[PSS-3] Intro (ciwidth), [PSS-3] ciwidth Clopper, C. J., [R] ci
onemean, [PSS-3] ciwidth twomeans, [R] pk, Cobb, G. W., [R] anova
[R] pkcross, [R] pkequiv, [R] pkexamine, Cochran, W. G., [P] levelsof, [PSS-2] power
[R] pkshape cmh, [PSS-2] power trend, [R] ameans,
Christakis, N., [CM] cmrologit [R] anova, [R] correlate, [R] dstdize,
Christensen, W. F., [MV] biplot, [MV] ca, [R] mean, [R] nptrend, [R] oneway,
[MV] candisc, [MV] canon, [MV] canon [R] poisson, [R] probit, [R] proportion,
postestimation, [MV] cluster, [MV] discrim, [R] ranksum, [R] ratio, [R] signrank,
[MV] discrim estat, [MV] discrim knn, [R] total, [SVY] Survey, [SVY] estat,
[MV] discrim lda, [MV] discrim lda [SVY] Subpopulation estimation, [SVY] svyset,
postestimation, [MV] discrim logistic, [SVY] Variance estimation
[MV] discrim qda, [MV] discrim qda Cochrane, D., [TS] prais
postestimation, [MV] factor, [MV] manova, Coelli, T. J., [R] frontier, [XT] xtfrontier
[MV] mca, [MV] mvtest, [MV] mvtest Coffey, C., [MI] Intro substantive
correlations, [MV] mvtest covariances, Cohen, J., [META] meta esize, [META] Glossary,
[MV] mvtest means, [MV] mvtest normality, [PSS-2] Intro (power), [PSS-2] power oneway,
[MV] pca, [MV] screeplot [PSS-2] power twoway, [PSS-2] power
Christiano, L. J., [TS] irf create, [TS] tsfilter, rsquared, [PSS-2] power pcorr, [R] esize,
[TS] tsfilter cf, [TS] var svar [R] kappa, [R] pcorr
Christodoulou, D., [G-2] graph twoway line, Cohen, P., [R] pcorr
[R] cnsreg, [XT] xtreg Cohen, S. J., [META] meta mvregress
Chu, C.-S. J., [XT] xtcointtest, [XT] xtunitroot Colditz, G. A., [META] Intro, [META] meta,
Chu-Chun-Lin, S., [TS] sspace [META] meta data, [META] meta esize,
Chyi, H., [ERM] eoprobit [META] meta set, [META] meta forestplot,
Clark, V. A., [MV] canon, [MV] discrim, [MV] factor, [META] meta summarize, [META] meta
[MV] pca, [R] stepwise, [ST] ltable regress, [META] meta regress postestimation,
Clarke, D., [R] gmm, [R] ivregress, [R] test [META] estat bubbleplot, [META] meta
Clarke, M., [META] meta forestplot mvregress
Clarke, M. R. B., [MV] factor Coleman, J. S., [R] poisson
Author index 71

Collett, D., [PSS-2] power logrank, [R] clogit, Cox, D. R., [META] meta esize, [META] meta
[R] logistic postestimation, [ST] stci, [ST] stcox summarize, [MV] measure option,
postestimation, [ST] stcrreg postestimation, [PSS-2] power cox, [R] boxcox, [R] exlogistic,
[ST] streg postestimation, [ST] sts test, [R] expoisson, [R] lnskew0, [ST] ltable,
[ST] stsplit [ST] stcox, [ST] stcox PH-assumption tests,
Collins, E., [SVY] Survey, [SVY] svy estimation [ST] stcrreg, [ST] stintcox, [ST] streg,
Collins, R., [META] meta esize, [META] meta [ST] streg postestimation, [ST] sts
summarize Cox, G. M., [P] levelsof, [R] anova
Compostella, F. A., [R] betareg Cox, M. A. A., [MV] biplot, [MV] ca, [MV] mds,
Comrey, A. L., [MV] rotate, [MV] rotatemat, [MV] mds postestimation, [MV] mdsmat,
[MV] Glossary [MV] procrustes, [MV] Glossary
Comstock, T. J., [BAYES] bayesmh Cox, N. J., [D] by, [D] clonevar, [D] codebook,
Comte, F., [TS] mgarch [D] contract, [D] count, [D] Datetime,
Comulada, W. S., [MI] mi estimate [D] describe, [D] destring, [D] ds,
[D] duplicates, [D] egen, [D] encode,
Cone-Wesson, B., [R] rocreg, [R] rocreg
[D] expand, [D] fillin, [D] format, [D] icd,
postestimation, [R] rocregplot
[D] list, [D] lookfor, [D] Missing values,
Conejo, N. M., [ME] mixed [D] rename, [D] reshape, [D] separate,
Conesa, D., [TS] mswitch [D] split, [D] statsby, [FN] Intro, [FN] Date
Cong, R., [R] tobit and time functions, [FN] Mathematical
Congdon, P. D., [BAYES] bayesstats ppvalues functions, [FN] Programming functions,
Conley, T. G., [TE] DID intro [FN] String functions, [G-1] Graph
Connor, R. J., [PSS-2] power pairedproportions intro, [G-2] graph bar, [G-2] graph box,
Conover, W. J., [R] centile, [R] ksmirnov, [R] kwallis, [G-2] graph combine, [G-2] graph dot,
[R] nptrend, [R] sdtest, [R] spearman, [G-2] graph twoway, [G-2] graph twoway dot,
[R] tabulate twoway [G-2] graph twoway function, [G-2] graph
Conroy, R. M., [R] intreg, [R] ranksum twoway histogram, [G-2] graph twoway
Consonni, D., [R] dstdize kdensity, [G-2] graph twoway lowess,
Contador, I., [R] rocreg, [R] rocregplot [G-2] graph twoway lpoly, [G-2] graph
twoway pcarrow, [G-2] graph twoway pcspike,
Conway, M. R., [ERM] eprobit, [XT] xtlogit,
[G-2] graph twoway rbar, [G-2] graph
[XT] xtologit, [XT] xtoprobit, [XT] xtprobit
twoway scatter, [G-3] added line options,
Cook, A., [R] ci [G-3] added text options,
Cook, I. T., [U] 1.4 References [G-3] aspect option, [G-3] axis label options,
Cook, J. A., [R] roc [G-3] axis scale options, [G-3] by option,
Cook, N. R., [R] rocreg [G-3] title options, [G-4] linestyle,
Cook, R. D., [P] predict, [R] boxcox, [R] regress [MV] mvtest, [MV] mvtest normality,
postestimation [P] foreach, [P] forvalues, [P] levelsof,
Cooper, H., [META] Intro [P] macro, [P] unab, [R] betareg, [R] ci,
Cooper, M. C., [MV] cluster, [MV] cluster [R] cumul, [R] Diagnostic plots, [R] grmeanby,
programming subroutines, [MV] cluster stop [R] histogram, [R] Inequality, [R] kappa,
Cooper, W. W., [M-5] LinearProgram( ) [R] kdensity, [R] ladder, [R] lowess, [R] lpoly,
Cornelius, P. L., [ME] mixed [R] lv, [R] npregress kernel, [R] regress
postestimation, [R] regress postestimation
Cornell, J. E., [META] meta summarize
diagnostic plots, [R] search, [R] serrbar,
Cornfield, J., [R] Epitab [R] sktest, [R] smooth, [R] spikeplot, [R] ssc,
Corral, P., [R] logit [R] stem, [R] summarize, [R] sunflower,
Correia, S., [XT] xtpoisson [R] tabulate oneway, [R] tabulate twoway,
Corten, R., [MV] mds [TS] tsline, [TS] tsset, [TS] tssmooth hwinters,
Coster, D., [R] contrast [TS] tssmooth shwinters, [U] 3.9 References,
Coull, B. A., [R] ci [U] 11.7 References, [U] 12.11 References,
Cousens, S. N., [TE] teffects intro advanced [U] 13.13 References, [U] 17.10 References,
Coviello, V., [ST] stcrreg, [ST] stcrreg postestimation, [U] 24.5 References, [U] 25.8 References,
[ST] sts [U] 26.3 References, [XT] xtdescribe
Cowles, M. K., [BAYES] Intro Cox, T. F., [MV] biplot, [MV] ca, [MV] mds,
Cox, C., [SEM] Example 2 [MV] mds postestimation, [MV] mdsmat,
[MV] procrustes, [MV] Glossary
Cox, C. S., [SVY] Survey, [SVY] svy estimation
Cozad, J. B., [MV] discrim lda
72 Author index

Cragg, J. G., [R] churdle, [R] ivregress postestimation Daidone, S., [M-5] LinearProgram( ), [R] frontier,
Craig, A. S., [D] icd10 [XT] xtfrontier
Cramer, E. M., [MV] procrustes Dalhuisen, J. M., [META] Intro
Cramér, H., [R] tabulate twoway Danahy, D. T., [ME] mestreg
Cramer, J. S., [R] logit Daniel, C., [R] Diagnostic plots, [R] oneway
Crawford, C. B., [MV] rotate, [MV] rotatemat, Daniel, R. M., [MI] Intro substantive, [MI] mi impute,
[MV] Glossary [MI] mi impute chained, [MI] mi impute
Creel, M. D., [R] cpoisson monotone, [TE] teffects intro advanced
Cressie, N., [SP] Intro, [SP] spregress Daniels, B., [D] codebook, [D] duplicates, [D] label
Cribari-Neto, F., [R] betareg Daniels, L., [U] 11.7 References, [U] 12.11 References,
Critchley, F., [MV] mdsmat [U] 20.26 References
Cro, S., [MI] Intro substantive Daniels, R. C., [SP] Intro
Cronbach, L. J., [MV] alpha, [R] icc Danuso, F., [R] nl
Cronin, A., [ST] stcox Dardanoni, V., [MI] Intro substantive
Crouchley, R., [ME] mestreg Darmofal, D., [SP] Intro, [SP] spregress
Croux, C., [R] rreg Das, S., [XT] xtunitroot
Crow, K., [D] import, [D] import excel, [D] jdbc, DasGupta, A., [R] ci
[D] odbc, [P] Java plugin, [P] return, Daubechies, I., [LASSO] lasso
[RPT] putexcel, [RPT] putexcel advanced, Dave, C., [DSGE] Intro 1, [DSGE] Intro 3d,
[U] 13.13 References [DSGE] Intro 5
Crowder, M. J., [BAYES] bayesmh, [ME] menl, Davey, C., [PSS-2] power
[ST] stcrreg, [ST] streg Davey, P. G., [D] icd10
Crowe, P. R., [G-2] graph box Davey Smith, G., [META] Intro, [META] meta bias,
Crowley, J., [ST] stcox, [ST] stcrreg, [ST] stset [META] Glossary
Crowther, M. J., [ME] mestreg, [PSS-2] Intro (power), David, F. N., [R] correlate
[SEM] Intro 4, [SEM] gsem, [ST] stcox, David, H. A., [D] egen, [R] spearman, [R] summarize
[ST] streg David, J. S., [TS] arima
Cruz-Gonzalez, M., [XT] xtlogit, [XT] xtprobit Davidian, M., [ME] me, [ME] menl
Cudeck, R., [SEM] estat gof, [SEM] Methods and Davidon, W. C., [M-5] optimize( )
formulas for sem Davidson, J., [TS] mswitch postestimation
Cui, J., [ST] stcox, [ST] streg, [XT] xtgee Davidson, R., [DSGE] Glossary, [R] boxcox,
Cullen, F. T., [META] Intro [R] cnsreg, [R] gmm, [R] intreg, [R] ivregress,
Cumming, G., [R] esize, [R] regress postestimation [R] ivregress postestimation, [R] mlogit, [R] nl,
Cummings, P., [R] binreg, [R] Epitab, [R] glm, [R] nlsur, [R] reg3, [R] regress, [R] regress
[R] margins, [XT] xtpoisson postestimation time series, [R] truncreg,
Cummings, T. H., [R] nbreg, [R] poisson, [R] zinb, [TS] arch, [TS] arima, [TS] prais, [TS] sspace,
[R] zip [TS] varlmar, [TS] Glossary, [XT] xtgls,
Cunliffe, S., [R] ttest [XT] xtpcse
Curtis, J. T., [MV] clustermat Davies, R. B., [TS] estat sbsingle
Curtis, P. S., [META] Intro Davis, B. R., [PSS-2] power repeated
Curts-Garcı́a, J., [R] smooth Davis, G., [TS] arima
Cushman, W. C., [PSS-2] power repeated Davis, P. J., [M-5] Quadrature( )
Cutler, J. A., [PSS-2] power repeated Davis, R. A., [TS] corrgram, [TS] sspace
Cutler, S. J., [ST] ltable Davison, A. C., [R] bootstrap
Cutuli, G., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, Dawson, R. J. M., [BAYES] bayespredict
[XT] xtprobit Day, N. E., [PSS-2] power mcc, [R] clogit, [R] dstdize,
Cuzick, J., [R] kappa, [R] nptrend [R] Epitab, [R] symmetry
Czekanowski, J., [MV] measure option Day, W. H. E., [MV] cluster
Czyzyk, J., [M-5] LinearProgram( ) de Ayala, R. J., [IRT] irt, [IRT] irt nrm, [IRT] irt pcm,
[IRT] irt hybrid
De Backer, M., [ME] melogit postestimation
D De Boeck, P., [BAYES] bayesmh, [IRT] irt,
[IRT] Control Panel, [IRT] irt 1pl, [IRT] irt
D’Agostino, R. B., [MV] mvtest normality, [R] sktest, 2pl, [IRT] irt 3pl, [IRT] irt hybrid, [IRT] irt,
[R] swilk, [ST] stintcox, [ST] stintreg group( ), [IRT] irtgraph icc, [IRT] diflogistic,
D’Agostino, R. B., Jr., [R] sktest, [R] swilk [IRT] difmh, [ME] me
D’Haultfœuille, X., [R] heckman, [R] ivregress, de Boor, C., [R] npregress intro, [R] npregress series
[XT] xtmlogit de Finetti, B., [BAYES] Intro
Dagne, G. A., [R] zioprobit
Author index 73

de Groot, H. L. F., [META] Intro Dempster, A. P., [ME] me, [ME] mixed, [MI] Intro
De Hoyos, R. E., [XT] xtreg substantive, [MI] mi impute mvn
de Jong, J. J., [M-5] LinearProgram( ) Denis, D., [G-2] graph twoway scatter
De Jong, P., [TS] dfactor, [TS] sspace, [TS] sspace DerSimonian, R., [META] Intro, [META] meta esize,
postestimation, [TS] ucm [META] meta set, [META] meta summarize,
De Keyser, P., [ME] melogit postestimation [META] Glossary
de Kraker, M. E. A., [D] icd10 DeSarbo, W. S., [FMM] fmm intro, [FMM] Example 3
de Leeuw, J., [MV] ca postestimation Desbordes, R., [R] ivregress
De Luca, G., [ERM] eoprobit, [MI] Intro substantive, Desmarais, B. A., [R] zinb, [R] zip
[R] biprobit, [R] heckoprobit, [R] heckprobit, Desu, M. M., [PSS-2] power exponential
[R] oprobit, [R] probit Detsky, A. S., [META] meta labbeplot
De Stavola, B. L., [TE] teffects intro advanced Deutekom, M., [META] meta mvregress
De Vos, I., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys Dever, J., [SVY] Calibration
De Vroey, C., [ME] melogit postestimation Deville, J.-C., [SVY] Calibration, [SVY] Direct
de Wolf, I., [CM] cmrologit standardization, [SVY] Poststratification,
Deady, S., [R] betareg [SVY] Variance estimation
Dean, N., [R] proportion Devroye, L., [FN] Random-number functions
Deane, G., [SP] estat moran, [SP] spregress, Dewey, M. E., [R] correlate
[SP] spxtregress Dey, D. D., [BAYES] Intro
Dearden, L., [TE] teffects intro advanced, [TE] teffects Dey, D. K., [BAYES] Intro
multivalued Dezeure, R., [LASSO] Lasso intro
Deaton, A. S., [R] nlsur, [U] 20.26 References Dhaene, G., [XT] xt
Deb, P., [FMM] fmm intro, [FMM] Example 2, Dias, M. C., [TE] DID intro, [TE] didregress
[FMM] Example 3, [R] churdle, [R] ivregress, Dice, L. R., [MV] measure option
[R] nbreg, [R] poisson, [R] qreg, Dickens, R., [TS] prais
[R] regress, [R] tobit, [SEM] Example 53g, Dickersin, K., [META] Intro
[SEM] Example 54g, [TE] teffects intro Dickey, D. A., [TS] dfgls, [TS] dfuller, [TS] pperron,
advanced [TS] Glossary, [XT] xtcointtest
Debarsy, N., [R] lpoly, [R] npregress kernel Dickman, P. W., [ST] sts
Debreu, G., [M-5] LinearProgram( ) Dickson, E. R., [ST] stcrreg
Deeks, J. J., [META] Intro, [META] Intro, Dicle, M. F., [D] import, [TS] arch, [TS] arima,
[META] meta, [META] meta esize, [TS] tsline
[META] meta forestplot, [META] meta
Didelez, V., [R] ivregress
summarize, [META] meta regress,
[META] meta funnelplot, [META] meta bias, Diebold, F. X., [TS] arch
[META] meta trimfill, [META] meta mvregress, Dieppe, A., [BAYES] bayes: var
[META] Glossary Dieter, U., [FN] Random-number functions
Defrise, M., [LASSO] lasso Dietz, E., [FMM] fmm intro
DeGroot, M. H., [BAYES] Intro, [TS] arima Dietz, T., [D] describe, [R] anova, [R] test
Dehon, C., [R] correlate, [R] rreg Digby, P. G. N., [R] tetrachoric
Deistler, M., [TS] sspace Diggle, P. J., [BAYES] bayesmh, [ME] me,
DeJong, D. N., [DSGE] Intro 1, [DSGE] Intro 3d, [ME] meglm, [ME] mixed, [TS] arima,
[DSGE] Intro 5 [TS] wntestq
del Barrio Castro, T., [TS] dfgls, [TS] dfuller Dijksterhuis, G. B., [MV] procrustes
del Rio, A., [TS] tsfilter hp DiNardo, J., [TE] stteffects ipwra, [TE] teoverlap,
DeLong, D. M., [R] roccomp, [R] rocreg, [R] roctab [XT] xtrc
DeLong, E. R., [R] roccomp, [R] rocreg, [R] roctab Ding, Z., [TS] arch
DeMaris, A., [R] hetregress, [R] regress Dinno, A., [MV] factor, [MV] pca, [R] kwallis,
postestimation [R] pwcompare
Demidenko, E., [ME] me, [ME] menl Dippel, C., [R] ivregress
Demirer, M., [LASSO] Lasso inference intro, Discacciati, A., [R] glm
[LASSO] lasso, [LASSO] poregress, Ditzen, J., [XT] xtcointtest, [XT] xtunitroot
[LASSO] xpologit, [LASSO] xpopoisson, Dixon, W. J., [PSS-2] power twomeans, [PSS-2] power
[LASSO] xporegress, [TE] telasso pairedmeans, [PSS-2] power onevariance,
Demmel, J., [M-1] LAPACK, [M-5] lapack( ), [PSS-2] power twovariances, [PSS-3] Intro
[P] matrix eigenvalues (ciwidth), [PSS-3] ciwidth onemean,
Demnati, A., [SVY] Direct standardization, [PSS-3] ciwidth twomeans, [PSS-3] ciwidth
[SVY] Poststratification, [SVY] Variance pairedmeans, [PSS-3] ciwidth onevariance,
estimation [R] ttest, [R] ztest
74 Author index

Doan, T., [BAYES] bayes: var Dubes, R. C., [MV] cluster


Dobbin, K., [PSS-2] power Duchateau, L., [ME] meintreg
Dobson, A. J., [R] glm Duda, R. O., [MV] cluster, [MV] cluster stop
Dodd, L. E., [R] rocreg Duflo, E., [LASSO] Lasso inference intro,
Dohoo, I., [ME] meintreg, [R] Epitab, [R] regress [LASSO] lasso, [LASSO] poregress,
Doll, R., [R] Epitab, [R] poisson [LASSO] xpologit, [LASSO] xpopoisson,
Donald, S. G., [R] ivregress postestimation, [TE] DID [LASSO] xporegress, [TE] DID intro,
intro, [TE] didregress, [XT] xtdidregress [TE] didregress, [TE] telasso
Donath, S., [R] tabstat, [R] tabulate oneway, Dufour, S., [ME] meintreg
[R] tabulate twoway DuMouchel, W. H., [META] meta regress
de Doncker-Kapenga, E., [M-5] Quadrature( ) Dumyati, G., [D] icd10
Dongarra, J. J., [M-1] LAPACK, [M-5] lapack( ), Duncan, A. J., [R] QC
[P] matrix eigenvalues, [P] matrix symeigen Duncan, O. D., [SEM] Example 7
Donn, S. M., [ME] menl Dunlop, D. D., [PSS-2] power onemean,
Donner, A., [R] loneway [PSS-2] power onemean, cluster, [R] ztest
Donoho, D. L., [R] lpoly Dunn, G., [MV] discrim, [MV] discrim qda
Doornik, J. A., [MV] mvtest, [MV] mvtest normality, postestimation, [MV] mca, [R] kappa,
[TS] arfima, [TS] vec [TE] teffects multivalued
Doran, J. E., [MV] cluster dendrogram Dunn, O. J., [R] correlate
Dore, C. J., [R] fp Dunnett, C. W., [FN] Statistical functions,
Dorfman, D. D., [R] rocfit, [R] rocreg [R] mprobit, [R] pwcompare
Dorfman, S. F., [META] meta mvregress Dunnington, G. W., [R] regress
Doris, A., [R] gmm, [R] Inequality Dunsmore, I. R., [BAYES] Intro
Downward, P., [R] zioprobit Dunson, D. B., [BAYES] Intro, [BAYES] bayesmh,
[BAYES] bayesstats ic, [BAYES] bayesstats
Draper, N., [ME] me, [ME] menl, [R] eivreg,
ppvalues, [BAYES] bayesstats
[R] oneway, [R] stepwise
summary, [BAYES] bayespredict,
Drezner, Z., [ERM] eprobit, [M-5] mvnormal( ) [BAYES] bayes: xtnbreg, [BAYES] Glossary,
Driver, H. E., [MV] measure option [MI] Intro substantive, [MI] mi impute mvn,
Drukker, D. M., [CM] cmmixlogit, [CM] cmmprobit, [MI] mi impute regress
[CM] cmxtmixlogit, [D] import fred, Dupont, W. D., [PSS-2] power oneslope,
[ERM] eregress, [LASSO] Lasso [PSS-2] power mcc, [R] Epitab, [R] Epitab,
intro, [LASSO] Lasso inference intro, [R] logistic, [R] mkspline, [R] sunflower,
[ME] me, [ME] melogit, [ME] meoprobit, [ST] stcox, [ST] stir, [ST] sts
[ME] mepoisson, [ME] mestreg, [P] Estimation Durbin, J., [R] ivregress postestimation, [R] regress
command, [P] forvalues, [P] Java plugin, postestimation time series, [TS] estat sbcusum,
[P] plugin, [P] postfile, [R] boxcox, [R] frontier, [TS] prais, [TS] ucm, [TS] Glossary
[R] gmm, [R] logit, [R] lrtest, [R] margins,
Duren, P., [R] regress
[R] mlexp, [R] nbreg, [R] npregress kernel,
[R] oprobit, [R] predictnl, [R] qreg, [R] set Durlauf, S. N., [TS] vec intro, [TS] vec, [TS] vecrank
rngstream, [R] tobit, [SEM] Example 46g, Duval, R. D., [R] bootstrap, [R] jackknife, [R] rocreg,
[SP] Intro, [SP] estat moran, [SP] spivregress, [R] rocregplot
[SP] spivregress postestimation, [SP] spregress, Duval, S., [META] Intro, [META] Intro,
[SP] spregress postestimation, [ST] stcox, [META] meta, [META] meta funnelplot,
[ST] streg, [TE] eteffects, [TE] stteffects intro, [META] meta bias, [META] meta trimfill
[TE] stteffects ipw, [TE] stteffects ipwra, Dwyer, J. H., [XT] xtreg
[TE] stteffects postestimation, [TE] stteffects
ra, [TE] stteffects wra, [TE] teffects intro,
[TE] teffects intro advanced, [TE] teffects aipw, E
[TE] teffects ipw, [TE] teffects multivalued,
Earnest, A., [PSS-2] power, [R] ci, [R] ttest,
[TE] teffects nnmatch, [TE] teffects ra,
[ST] stcox, [XT] xtgee
[TS] sspace, [TS] vec, [U] 18.14 References,
[XT] xt, [XT] xtregar Eaves, R. C., [SEM] Example 2
Du Croz, J., [M-1] LAPACK, [M-5] lapack( ), Eberhardt, M., [XT] xtrc
[P] matrix eigenvalues Eberly, L. E., [BAYES] Intro
Du, K., [R] ivregress, [TS] vec intro, [TS] vec, Ecob, R., [MI] mi estimate
[TS] vecrank, [XT] xtivreg Eddings, W. D., [MI] mi impute
Du, Z., [TS] wntestq Edelsbrunner, H., [MV] cluster
Duan, N., [R] boxcox postestimation, [R] heckman, Ederer, F., [ST] ltable
[TS] forecast estimates Edgington, E. S., [R] runtest
Edwards, A. L., [R] anova
Author index 75

Edwards, A. W. F., [R] tetrachoric Engle, R. F., [R] regress postestimation time
Edwards, B. C., [G-1] Graph Editor, [R] logit, series, [TS] arch, [TS] arima, [TS] dfactor,
[R] regress, [R] summarize [TS] mgarch, [TS] mgarch dcc, [TS] mgarch
Edwards, J. H., [R] tetrachoric dvech, [TS] mgarch vcc, [TS] vec intro,
Efron, B., [R] bootstrap, [R] qreg [TS] vec, [TS] vecrank, [XT] xtcointtest
Efroymson, M. A., [R] stepwise Erdreich, L. S., [R] roccomp, [R] rocfit, [R] roctab
Egger, M., [META] Intro, [META] meta, Erickson, T., [R] eivreg, [R] gmm
[META] meta funnelplot, [META] meta bias, Escanciano, J. C., [TS] wntestq
[META] Glossary Escobar, L. A., [PSS-3] Intro (ciwidth),
Egger, P. H., [SP] Intro, [SP] spivregress, [PSS-3] ciwidth onemean
[SP] spmatrix spfrommata, [SP] spregress Eubank, R. L., [R] lpoly, [R] npregress intro,
Eichenbaum, M., [TS] irf create, [TS] var svar [R] npregress kernel, [R] npregress series
Eigenbrode, S., [ERM] eregress Evans, C. L., [TS] irf create, [TS] var svar
Eisenhart, C., [R] correlate, [R] runtest Evans, J. M., [TS] estat sbcusum
Elashoff, J. D., [ME] mixed Evans, M. A., [R] pk, [R] pkcross
Elbakidze, L., [ERM] eregress Everaert, G., [XT] xtabond, [XT] xtdpd,
Elghafghuf, A., [ME] meintreg [XT] xtdpdsys
Ellenberg, S. S., [BAYES] bayesmh Everitt, B. S., [MV] cluster, [MV] cluster
Elliott, G. R., [TS] dfgls, [TS] Glossary dendrogram, [MV] cluster stop, [MV] discrim,
[MV] discrim qda postestimation, [MV] mca,
Ellis, C. D., [R] poisson
[R] glm, [U] 1.4 References
Ellis, P. D., [R] esize, [R] regress postestimation
Everson, H. T., [IRT] DIF
Ellis, S. H., [META] Intro, [META] meta forestplot
Ewens, W. J., [R] symmetry
Elston, D. A., [ME] mixed
Ezekiel, M., [R] regress postestimation diagnostic
Eltinge, J. L., [R] test, [SVY] Survey, [SVY] estat, plots
[SVY] svy postestimation, [SVY] svydescribe,
Ezzati-Rice, T. M., [MI] Intro substantive, [MI] Intro
[SVY] Variance estimation
substantive
Embretson, S. E., [IRT] irt, [SEM] Example 28g,
[SEM] Example 29g
Emerson, J. D., [META] meta summarize, [R] lv, F
[R] stem
Facchin, C., [R] betareg
Emsley, R., [TE] teffects multivalued
Fagerland, M. W., [R] Epitab, [R] estat gof,
Enas, G. G., [MV] discrim knn
[R] mlogit postestimation, [R] ologit, [R] ologit
Ender, P. B., [MV] canon, [R] marginsplot postestimation
Enders, W., [TS] arch, [TS] arima, [TS] arima Fai, A. H.-T., [ME] mixed
postestimation, [TS] corrgram, [TS] estat
Fair, R. C., [TS] forecast solve
sbcusum
Faires, D. J., [M-5] solvenl( )
Engel, A., [R] boxcox, [R] marginsplot, [R] table
oneway, [R] table twoway, [R] table multiway, Falcaro, M., [MV] cluster dendrogram
[R] table summary, [R] table hypothesis Fan, J., [R] lpoly, [R] npregress intro, [R] npregress
tests, [R] table regression, [RPT] putdocx kernel
collect, [RPT] putdocx table, [RPT] putpdf Fan, X., [META] Intro
collect, [RPT] putpdf table, [SVY] Survey, Fan, Y.-A., [R] tabulate twoway
[SVY] estat, [SVY] Subpopulation estimation, Fang, K.-T., [CM] cmmprobit
[SVY] svy, [SVY] svy brr, [SVY] svy Farbmacher, H., [R] churdle, [R] cpoisson,
estimation, [SVY] svy jackknife, [SVY] svy [R] tpoisson
postestimation, [SVY] svy: tabulate Färe, R., [M-5] LinearProgram( )
oneway, [SVY] svy: tabulate twoway, Farrell, M. H., [TE] telasso
[SVY] svydescribe, [TABLES] collect label, Farrell, M. J., [M-5] LinearProgram( )
[TABLES] collect recode, [TABLES] collect
Farrington, C. P., [ST] stintcox postestimation,
remap, [TABLES] collect use, [TABLES] collect
[ST] stintreg postestimation
layout, [TABLES] collect style column,
Fay, R. E., [SVY] Survey, [SVY] svy sdr,
[TABLES] collect style cons, [TABLES] collect
[SVY] Variance estimation
style row, [TABLES] collect style showbase,
[TABLES] collect style showempty, Fé, E., [R] frontier, [XT] xtfrontier
[TABLES] collect style table, [TABLES] collect Feinleib, M., [XT] xtreg
style use, [TABLES] Example 1, Feiveson, A. H., [PSS-2] Intro (power), [R] nlcom,
[TABLES] Example 2, [TABLES] Example 3, [R] ranksum
[TABLES] Example 4, [TABLES] Example 5, Feldman, J. J., [SVY] Survey, [SVY] svy estimation
[TABLES] Example 6, [TABLES] Example 7 Feldt, L. S., [PSS-2] power repeated, [R] anova
Engel, C., [R] churdle, [TS] mswitch Feller, W., [TS] wntestb
76 Author index

Fellingham, G. W., [ME] mixed Fisher, N. I., [R] regress postestimation time series
Feng, S., [MI] Intro substantive Fisher, R. A., [MV] clustermat, [MV] discrim,
Ferguson, E., [META] meta summarize [MV] discrim estat, [MV] discrim lda,
Ferguson, G. A., [MV] rotate, [MV] rotatemat, [MV] Glossary, [P] levelsof, [PSS-2] power
[MV] Glossary twoproportions, [PSS-2] power onecorrelation,
Fernández, P., [ME] mixed [PSS-2] power twocorrelations, [R] anova,
Fernandez-Cornejo, J., [ERM] eintreg [R] anova, [R] esize, [R] ranksum,
[R] signrank, [R] tabulate twoway, [ST] streg
Fernández-Val, I., [R] intreg, [R] qreg, [R] tobit,
[XT] xtlogit, [XT] xtprobit Fiske, D. W., [SEM] Example 17
Fernández-Villaverde, J., [DSGE] Intro 1, Fitzgerald, T. J., [TS] tsfilter, [TS] tsfilter cf
[DSGE] dsgenl Fitzmaurice, G. M., [ME] me, [ME] menl, [ME] mixed
Ferrara, A., [R] ivregress Fix, E., [MV] discrim knn
Ferrari, S. L. P., [R] betareg Flaaen, A., [D] merge
Ferri, H. A., [R] kappa Flannery, B. P., [FN] Statistical functions, [G-2] graph
Festinger, L., [R] ranksum twoway contour, [M-5] solvenl( ), [P] matrix
symeigen, [R] dydx
Fibrinogen Studies Collaboration, [ST] stcox
postestimation Flay, B. R., [ME] me, [ME] meglm, [ME] meologit,
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Fidell, L. S., [MV] discrim, [MV] discrim lda
Flegal, J. M., [BAYES] bayesstats summary
Fiedler, J., [P] PyStata integration
Fleiss, J. L., [META] Intro, [META] meta esize,
Field, A., [MI] mi estimate, [MI] mi impute,
[PSS-2] power oneproportion, [PSS-2] power
[XT] xtgee
twoproportions, [R] dstdize, [R] Epitab, [R] icc,
Field, C. A., [R] bootstrap [R] kappa
Fielding, K., [PSS-2] power Fleming, T. R., [ST] stcox, [ST] sts test
Fieller, E. C., [R] pkequiv Fletcher, K., [R] rocreg, [R] rocreg postestimation,
Fienberg, S. E., [BAYES] Intro, [R] kwallis, [R] rocregplot
[R] tabulate twoway Fletcher, R., [M-5] optimize( )
Filon, L. N. G., [R] correlate Flood, S., [R] mlexp
Filoso, V., [R] regress Florax, R. J. G. M., [META] Intro
Finazzi, S., [R] estat gof Flynn, Z. L., [R] gmm
Finch, S., [R] esize Folsom, R. C., [R] rocreg, [R] rocreg postestimation,
Findley, D. F., [R] estat ic [R] rocregplot
Findley, T. W., [R] ladder Fontenay, S., [D] import
Fine, J. P., [ST] stcrreg Ford, C. E., [PSS-2] power repeated
Fineberg, H. V., [META] meta, [META] meta data, Ford, J. M., [R] frontier, [XT] xtfrontier
[META] meta forestplot, [META] meta regress, Forns, J., [LASSO] Lasso intro, [LASSO] Inference
[META] meta regress postestimation examples, [M-5] LinearProgram( )
Finkelstein, D. M., [ST] stintcox, [ST] stintreg Forsythe, A. B., [R] sdtest
Finlay, K., [R] ivprobit, [R] ivregress, [R] ivtobit Forthofer, R. N., [R] dstdize
Finney, D. J., [IRT] irt 3pl, [R] probit, [R] tabulate Fosheim, G. E., [D] icd10
twoway
Foster, A., [R] regress
Fiocco, M., [ST] stcrreg, [ST] stcrreg postestimation
Fouladi, R. T., [R] esize
Fiore, M. C., [META] meta mvregress
Foulkes, M. A., [PSS-2] power cox, [PSS-2] power
Fiorentini, G., [TS] mgarch exponential
Fiorio, C. V., [R] kdensity Fourier, J. B. J., [R] cumul
Fischer, G. H., [IRT] irt, [SEM] Example 28g Fox, C. M., [IRT] irt, [SEM] Example 28g
Fiser, D. H., [R] estat gof Fox, J., [R] kdensity, [R] lv
Fiset, M., [META] Intro Fox, W. C., [R] lroc
Fishell, E., [R] kappa Francia, R. S., [R] swilk
Fisher, D. J., [META] meta, [META] meta forestplot, Francis, C., [PSS-2] power repeated
[META] meta summarize
Frank, M. W., [XT] xtabond, [XT] xtdpd,
Fisher, L. D., [MV] factor, [MV] pca, [PSS-2] power [XT] xtdpdsys
twomeans, [PSS-2] power oneway,
Frankel, M. R., [P] robust, [SVY] Variance
[PSS-2] power twoway, [R] anova, [R] dstdize,
estimation, [U] 20.26 References
[R] oneway
Franklin, C. H., [D] cross
Fisher, M. R., [XT] xtcloglog, [XT] xtgee,
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, Franzese, R. J., Jr., [XT] xtpcse
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit Franzini, L., [XT] xtregar
Author index 77

Fraser, M. W., [TE] stteffects intro, [TE] stteffects Gałecki, A. T., [ME] estat wcorrelation, [ME] mixed
ipw, [TE] stteffects ipwra, [TE] stteffects Gali, J., [TS] estat sbsingle
postestimation, [TE] stteffects ra, [TE] stteffects Galiani, S., [TE] teffects intro, [TE] teffects intro
wra, [TE] tebalance advanced
Freedman, L. S., [PSS-2] Intro (power), [PSS-2] power Gall, J.-R. L., [R] estat gof, [R] logistic
cox, [PSS-2] power exponential, [PSS-2] power Gallacher, D., [D] icd
logrank Gallant, A. R., [R] ivregress, [R] nl
Freeman, D. H., Jr., [SVY] svy: tabulate twoway Gallis, J. A., [PSS-2] power onemean, cluster,
Freeman, E. H., [SEM] estat stable [PSS-2] power twomeans, cluster,
Freeman, J. L., [R] Epitab, [SVY] svy: tabulate [PSS-2] power oneproportion, cluster,
twoway [PSS-2] power twoproportions, cluster,
Freeman, J. R., [TS] Time series, [TS] arima, [PSS-2] power logrank, cluster, [R] permute,
[TS] forecast, [TS] irf, [TS] var, [TS] vec [XT] xtgee
Frees, E. W., [XT] xt Gallup, J. L., [D] egen, [M-5] docx*( ), [R] estimates
Freese, J., [CM] Intro 6, [CM] cmroprobit, [R] clogit, table, [R] regress postestimation diagnostic
[R] cloglog, [R] hetoprobit, [R] logistic, plots, [RPT] putexcel, [RPT] putexcel advanced,
[R] logit, [R] mlogit, [R] mprobit, [R] nbreg, [XT] xtline
[R] ologit, [R] oprobit, [R] poisson, [R] probit, Galton, F., [R] correlate, [R] cumul, [R] regress,
[R] tnbreg, [R] tpoisson, [R] zinb, [R] zioprobit, [R] summarize
[R] zip Galvao, A., [R] QC, [R] sktest, [XT] xtreg, [XT] xtreg
Fridkin, S. K., [D] icd10 postestimation
Friedman, J. H., [LASSO] lasso, [LASSO] lassoknots, Galvao, A. F., [TE] teffects psmatch
[LASSO] sqrtlasso, [M-5] LinearProgram( ), Gamerman, D., [BAYES] Intro
[MV] discrim knn Gan, F. F., [R] Diagnostic plots
Friedman, M., [TS] arima Gander, W., [M-5] Quadrature( )
Friendly, M., [G-2] graph twoway scatter Gange, S. J., [XT] xtcloglog, [XT] xtgee,
Frölich, M., [R] qreg, [TE] teffects multivalued [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
Frome, E. L., [R] qreg [XT] xtoprobit, [XT] xtprobit, [XT] xttobit
Frühwirth-Schnatter, S., [FMM] fmm intro, Ganguly, I., [R] zioprobit
[TS] mswitch Gani, J., [TS] wntestb
Frydenberg, M., [R] dstdize, [R] roccomp, [R] roctab Gao, F., [ST] stintcox
Fu, V. K., [R] ologit Gao, M., [R] npregress series, [TS] arima
Fu, W. J., [LASSO] lasso Garbow, B. S., [P] matrix symeigen
Fuller, W. A., [MV] factor, [P] robust, [R] eivreg, Garcı́a, B., [R] churdle
[R] regress, [R] spearman, [SVY] svy: tabulate Garcia, R., [TS] mswitch
twoway, [SVY] Variance estimation, [TS] dfgls, Garcı́a-Esteban, R., [LASSO] Lasso intro,
[TS] dfuller, [TS] pperron, [TS] psdensity, [LASSO] Inference examples,
[TS] tsfilter, [TS] tsfilter bk, [TS] ucm, [M-5] LinearProgram( )
[TS] Glossary, [U] 20.26 References,
Gardiner, J. S., [TS] tssmooth, [TS] tssmooth
[XT] xtcointtest
dexponential, [TS] tssmooth exponential,
Fullerton, A. S., [R] ologit, [R] oprobit [TS] tssmooth hwinters, [TS] tssmooth
Funkhouser, H. G., [G-2] graph pie shwinters
Furberg, C. D., [PSS-2] power repeated Gardner, E. S., Jr., [TS] tssmooth dexponential,
Furr, D. C., [BAYES] bayesmh [TS] tssmooth hwinters
Futuyma, D. J., [MV] measure option Garnett, W. R., [BAYES] bayesmh
Fyler, D. C., [R] Epitab Garrett, J. M., [ST] stcox PH-assumption tests
Fyles, A., [ST] stcrreg, [ST] stcrreg postestimation Garsd, A., [R] exlogistic
Gart, J. J., [META] meta esize, [R] Epitab
Gasparrini, A., [META] meta mvregress
G Gasser, T., [R] lpoly
Gabriel, K. R., [MV] biplot Gastwirth, J. L., [R] sdtest
Gail, M. H., [P] robust, [PSS-2] power exponential, Gates, R., [CM] cmmixlogit, [CM] cmmprobit,
[R] rocreg, [R] rocreg postestimation, [CM] cmxtmixlogit
[ST] stcrreg, [ST] strate, [U] 20.26 References Gauss, J. C. F., [R] regress
Galanti, M. R., [XT] xtgee Gautschi, W., [M-5] Quadrature( )
Galati, J. C., [MI] Intro substantive, [MI] Intro, Gauvreau, K., [R] dstdize, [R] logistic, [ST] ltable,
[MI] mi estimate [ST] sts
Galbraith, R. F., [META] meta, [META] meta Gavaghan, D., [META] Intro, [META] meta,
galbraithplot [META] meta funnelplot, [META] meta bias
78 Author index

Gavin, M. D., [ME] me, [ME] meglm, [ME] meologit, Gill, R. D., [ST] stcrreg
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit Gillham, N. W., [R] regress
Gay, D. M., [M-5] LinearProgram( ) Gillispie, C. C., [R] regress
Gehan, E. A., [ST] sts test Gillman, M. S., [RPT] dyndoc, [RPT] dyntext
Geisser, S., [PSS-2] power repeated, [R] anova Giltinan, D. M., [ME] me, [ME] menl
Gel, Y. R., [R] sdtest Gini, C., [SP] estat moran, [SP] spregress,
Gelade, W., [R] summarize [SP] spxtregress
Gelbach, J. B., [R] ivprobit, [R] ivtobit, [TE] DID Gini, R., [R] Epitab, [R] vwls
intro, [TE] didregress Ginther, O. J., [ME] menl, [ME] mixed
Gelfand, A. E., [BAYES] Intro, [BAYES] bayesmh, Giordani, P., [BAYES] Intro, [BAYES] bayesmh
[MI] mi impute chained Girshick, M. A., [MV] pca
Gelman, A., [BAYES] Intro, Givens, G. H., [META] Intro
[BAYES] bayesmh, [BAYES] bayesstats grubin, Glas, A. S., [META] meta mvregress
[BAYES] bayesstats ic, [BAYES] bayesstats Glass, G. V., [META] Intro, [META] meta esize,
ppvalues, [BAYES] bayesstats [META] Glossary, [R] esize
summary, [BAYES] bayespredict,
Glass, R. I., [R] Epitab
[BAYES] bayes: xtnbreg, [BAYES] Glossary,
[ME] me, [MI] Intro substantive, [MI] mi Gleason, J. R., [FN] Random-number functions,
impute, [MI] mi impute mvn, [MI] mi impute [R] loneway, [R] summarize
regress Gleason, L. R., [ME] me, [ME] meglm, [ME] meologit,
Gelman, R., [R] margins [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Geman, D., [BAYES] Intro, [MI] mi impute chained Gleick, J., [M-5] optimize( )
Geman, S., [BAYES] Intro, [MI] mi impute chained Gleser, G., [MV] alpha
Genadek, K., [R] mlexp Gleser, L. J., [META] meta mvregress
Gendreau, P., [META] Intro Glidden, D. V., [R] logistic, [ST] stcox, [TE] stteffects
intro, [TE] stteffects ipw, [TE] stteffects ipwra,
Genest, C., [R] Diagnostic plots, [R] swilk
[TE] stteffects postestimation, [TE] stteffects ra,
Gentle, J. E., [FN] Random-number functions, [TE] stteffects wra, [TE] teffects intro advanced
[R] anova, [R] nl
Gloeckler, L. A., [ST] Discrete
Genton, M. G., [R] sktest
Glosten, L. R., [TS] arch
Genz, A., [CM] cmmprobit
Glowacz, K. M., [ME] me, [ME] meglm,
George, S. L., [PSS-2] power exponential [ME] meologit, [ME] meoprobit, [XT] xtologit,
Gerkins, V. R., [R] symmetry [XT] xtoprobit
Gerow, K. G., [SVY] Survey Gnanadesikan, R., [MV] manova, [R] cumul,
Gershman, K., [D] icd10 [R] Diagnostic plots
Gertler, M., [TS] estat sbsingle Godambe, V. P., [SVY] Variance estimation
Geskus, R. B., [ST] stcrreg, [ST] stcrreg Godfrey, L. G., [R] regress postestimation time series
postestimation Godsill, S. J., [BAYES] Intro
Geweke, J., [BAYES] Intro, [BAYES] bayesmh, Goeden, G. B., [R] kdensity
[CM] cmmprobit, [TS] dfactor Goerg, S. J., [R] ksmirnov
Geyer, C. J., [BAYES] bayesmh Goethals, K., [ME] meintreg
Ghosh, S. K., [BAYES] Intro Goggin, C., [META] Intro
Giannini, C., [TS] irf create, [TS] var intro, [TS] var Golbe, D. L., [D] label language, [D] merge,
svar, [TS] vargranger, [TS] varwle [U] 23.1 References
Giannone, D., [BAYES] bayes: var Goldberger, A. S., [R] intreg, [R] tobit, [TE] etregress
Gibaldi, M., [ME] menl Goldblatt, A., [R] Epitab
Gibbons, J. D., [R] ksmirnov, [R] spearman Golden, C. D., [SVY] Survey, [SVY] svy estimation
Gibbons, R. D., [ME] me, [ME] meglm Goldfarb, D., [M-5] optimize( )
Gibson, P., [META] meta data Goldfeld, S. M., [TS] mswitch
Gichangi, A., [ST] stcrreg Goldman, N., [ME] me
Giesbrecht, F. G., [ME] mixed Goldstein, H., [ME] me, [ME] meglm, [ME] melogit,
Giesen, D., [R] tetrachoric [ME] mepoisson, [ME] meprobit, [ME] mestreg,
Gifi, A., [MV] mds [ME] mixed
Gigliarano, C., [R] Inequality, [R] roctab Goldstein, M. G., [META] meta mvregress
Gijbels, I., [R] lpoly, [R] npregress intro, Goldstein, R., [D] ds, [R] brier, [R] Inequality, [R] nl,
[R] npregress kernel [R] regress postestimation, [XT] xtreg
Gilbert, G. K., [MV] measure option Golsch, K., [ME] mestreg, [XT] xt
Giles, D. E. A., [TS] prais Golub, G. H., [M-5] svd( ), [R] orthog, [R] tetrachoric,
Gilks, W. R., [BAYES] Intro, [BAYES] bayesmh [TS] arfima, [TS] arfima postestimation
Author index 79

Gómez de la Cámara, A., [R] rocreg, [R] rocregplot Gould, W. W., continued
Gómez, V., [TS] tsfilter, [TS] tsfilter hp [R] regress, [R] rreg, [R] sktest, [R] smooth,
Gompertz, B., [ST] streg [R] swilk, [SP] spmatrix spfrommata,
Gondzio, J., [M-5] LinearProgram( ) [ST] Survival analysis, [ST] stcox, [ST] stcrreg,
Gönen, M., [ST] stcox postestimation [ST] stcrreg postestimation, [ST] stdescribe,
[ST] streg, [ST] stset, [ST] stsplit, [ST] stvary,
Gonnet, P., [M-5] Quadrature( )
[SVY] Survey, [SVY] ml for svy, [TE] stteffects
Gonzalez, J. F., Jr., [SVY] estat, [SVY] Subpopulation intro, [U] 1.4 References, [U] 13.13 References,
estimation, [SVY] svy bootstrap, [SVY] svy [U] 18.14 References, [U] 23.1 References,
estimation [U] 27.34 Reference, [XT] xtfrontier,
Gonzalo, J., [TS] threshold, [TS] vec intro, [XT] xtstreg
[TS] vecrank Gourieroux, C. S., [R] hausman, [R] suest, [R] test,
Good, P. I., [G-1] Graph intro, [R] permute, [TS] arima, [TS] mgarch ccc, [TS] mgarch dcc,
[R] symmetry, [R] tabulate twoway [TS] mgarch vcc
Goodall, C., [R] lowess, [R] rreg Gower, J. C., [MV] biplot, [MV] ca, [MV] mca,
Goodman, L. A., [R] tabulate twoway, [MV] measure option, [MV] procrustes
[SEM] estat lcgof, [SEM] Example 50g, Gracik, L., [R] betareg
[SEM] Example 51g, [SEM] Methods and Graham, J. W., [MI] Intro substantive, [MI] Intro
formulas for gsem substantive, [MI] mi impute
Goodman, M. S., [R] anova Grambsch, P. M., [ME] mestreg, [ST] stcox, [ST] stcox
Goodman, S. N., [META] meta summarize PH-assumption tests, [ST] stcox postestimation,
Gooley, T. A., [ST] stcrreg [ST] stcrreg
Gopal, K., [FN] Random-number functions Granger, C. W. J., [TS] arch, [TS] arfima,
Gopinath, D., [CM] cmmixlogit, [CM] cmxtmixlogit [TS] vargranger, [TS] vec intro, [TS] vec,
Gordon, A. D., [MV] biplot, [MV] cluster, [TS] vecrank, [XT] xtcointtest
[MV] cluster dendrogram, [MV] cluster stop, Grant, R. L., [BAYES] bayesmh
[MV] measure option Grasela, T. H., Jr., [ME] menl
Gordon, D. J., [PSS-2] power repeated Grasman, R. P. P. P., [TS] mswitch
Gordon, M. G., [R] binreg Graubard, B. I., [ME] mixed, [PSS-2] power trend,
Gordon, N. J., [BAYES] Intro [R] margins, [R] ml, [R] test, [SVY] Survey,
Gorga, M. P., [R] rocreg, [R] rocreg postestimation, [SVY] Direct standardization, [SVY] estat,
[R] rocregplot [SVY] svy, [SVY] svy estimation, [SVY] svy
Gorman, J. W., [R] stepwise postestimation, [SVY] svy: tabulate twoway,
Gorst-Rasmussen, A., [MV] pca [SVY] Variance estimation
Gorsuch, R. L., [MV] factor, [MV] rotate, Graunt, J., [ST] ltable
[MV] rotatemat Gray, L. A., [FMM] fmm: betareg, [R] betareg,
Gosset [Student, pseud.], W. S., [R] ttest [R] churdle, [R] fracreg, [R] truncreg
Gosset, W. S., [R] ttest Gray, R. J., [ST] stcrreg
Gotway, C. A., [SP] Intro, [SP] spregress Graybill, F. A., [PSS-2] power onecorrelation,
Gould, W. W., [D] assert, [D] datasignature, [PSS-2] power twocorrelations, [R] centile
[D] Datetime values from other software, Grayling, M. J., [FN] Random-number functions,
[D] destring, [D] drawnorm, [D] ds, [PSS-2] power repeated, [PSS-2] power
[D] format, [D] merge, [D] putmata, oneslope
[D] sample, [ERM] Intro 1, [ERM] Intro 9, Green, B. F., [MV] discrim lda, [MV] procrustes
[FN] Random-number functions, [M-0] Intro, Green, D. M., [R] lroc
[M-1] Intro, [M-1] How, [M-1] Interactive, Green, P. E., [MV] cluster
[M-2] class, [M-2] exp, [M-2] goto, Green, P. J., [BAYES] Intro
[M-2] pointers, [M-2] struct, [M-2] Subscripts, Green, S., [META] Intro
[M-2] Syntax, [M-4] IO, [M-4] Stata, Greenacre, M. J., [MV] ca, [MV] mca, [MV] mca
[M-5] deriv( ), [M-5] eigensystem( ), postestimation, [SEM] Example 35g,
[M-5] geigensystem( ), [M-5] inbase( ), [SEM] Example 36g
[M-5] moptimize( ), [M-5] runiform( ),
Greenbaum, A., [M-1] LAPACK, [M-5] lapack( ),
[M-5] st addvar( ), [M-5] st global( ),
[P] matrix eigenvalues
[M-5] st local( ), [M-5] st view( ),
[ME] mestreg, [MI] mi estimate, [P] Intro, Greenberg, E., [BAYES] Intro
[P] datasignature, [P] matrix, [P] matrix Greene, W. H., [CM] cmclogit, [CM] cmmprobit,
eigenvalues, [P] matrix mkmat, [P] robust, [CM] nlogit, [P] matrix accum, [R] biprobit,
[PSS-2] power exponential, [PSS-2] power [R] clogit, [R] cnsreg, [R] frontier, [R] gmm,
logrank, [R] bsample, [R] dydx, [R] frontier, [R] heckman, [R] heckpoisson, [R] hetprobit,
[R] gmm, [R] logistic, [R] margins, [R] hetregress, [R] ivregress, [R] lrtest,
[R] Maximize, [R] ml, [R] poisson, [R] qreg, [R] margins, [R] mlexp, [R] mlogit, [R] nlsur,
80 Author index

Greene, W. H., continued Grzebyk, M., [ST] sts


[R] pcorr, [R] reg3, [R] sureg, [R] testnl, Gu, A., [P] robust
[R] truncreg, [R] zioprobit, [TE] etregress, Guallar, E., [META] meta summarize
[TS] arima, [TS] corrgram, [TS] var, [XT] xt, Guan, W., [R] bootstrap
[XT] xtgls, [XT] xthtaylor postestimation, Guenther, W. C., [PSS-2] power onecorrelation
[XT] xtpcse, [XT] xtrc
Guerry, A.-M., [G-2] graph twoway histogram
Greenfield, S., [MV] alpha, [MV] factor, [MV] factor
Guidolin, M., [TS] mswitch
postestimation, [R] lincom, [R] mlogit,
[R] mprobit, [R] mprobit postestimation, Guilkey, D. K., [XT] xtprobit
[R] predictnl, [R] slogit, [SEM] Example 37g Guillemot, M., [M-5] cholesky( )
Greenhouse, J. B., [META] Intro, [R] Epitab Guimarães, P., [XT] xtnbreg, [XT] xtpoisson
Greenhouse, S. W., [PSS-2] power repeated, Guo, S., [TE] stteffects intro, [TE] stteffects
[R] anova, [R] Epitab ipw, [TE] stteffects ipwra, [TE] stteffects
Greenland, S., [BAYES] Intro, [IRT] difmh, postestimation, [TE] stteffects ra, [TE] stteffects
[META] Intro, [META] meta summarize, wra, [TE] tebalance
[META] meta regress, [META] meta trimfill, Gurevitch, J., [META] Intro
[META] Glossary, [R] ci, [R] Epitab, Gurmu, S., [R] cpoisson, [R] zioprobit
[R] mkspline, [R] ologit, [R] poisson Gutierrez, R. G., [CM] cmmixlogit, [ME] me,
Greenwood, M., [ST] ltable, [ST] sts [ME] melogit, [ME] meoprobit,
Greenwood, P., [MI] Intro substantive [ME] mepoisson, [ME] mestreg, [R] frontier,
Gregoire, A., [R] kappa [R] lpoly, [R] lrtest, [R] nbreg, [R] npregress
kernel, [ST] stcox, [ST] streg, [ST] streg
Gregory, A. W., [DSGE] Intro 8
postestimation, [XT] xt
Gregory, C. A., [ERM] eoprobit
Greil, R., [META] meta data
Grieve, R., [R] bootstrap, [R] bstat H
Griffin, S., [R] ztest
Haaland, J.-A., [G-1] Graph intro
Griffith, J. L., [R] brier
Haan, P., [CM] cmmprobit, [R] mlogit, [R] mprobit
Griffith, R., [R] gmm
Haario, H., [BAYES] Intro, [BAYES] bayesmh
Griffiths, W. E., [R] cnsreg, [R] estat ic,
[R] hetregress, [R] ivregress, [R] ivregress Haas, K., [M-5] moptimize( )
postestimation, [R] logit, [R] probit, Haas, R. W., [FN] Random-number functions
[R] regress, [R] regress postestimation, [R] test, Hackell, J., [R] prtest
[TS] arch, [TS] prais, [XT] xtgls, [XT] xtpcse, Hadamard, J. S., [FN] Matrix functions
[XT] xtrc, [XT] xtreg Hadi, A. S., [R] poisson, [R] regress, [R] regress
Griliches, Z., [ME] me, [R] hetoprobit, [XT] xtgls, postestimation, [R] regress postestimation
[XT] xtnbreg, [XT] xtpcse, [XT] xtpoisson, diagnostic plots
[XT] xtrc Hadorn, D. C., [R] brier
Grilli, L., [XT] xtmlogit Hadri, K., [XT] xtunitroot
Grimes, J. M., [ST] stintreg Haenszel, W., [IRT] difmh, [META] Intro,
Grimm, R. H., [PSS-2] power repeated [META] meta summarize, [META] Glossary,
Grimmett, G., [M-5] halton( ) [PSS-2] power cmh, [R] Epitab, [ST] strate,
Grisetti, R., [R] betareg [ST] sts test
Grissom, R. J., [R] esize, [R] regress postestimation Hafner, K. B., [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
Gritz, E. R., [META] meta mvregress onemean, [PSS-3] ciwidth twomeans,
[PSS-3] ciwidth onevariance
Grizzle, J. E., [R] vwls
Haghish, E. F., [RPT] markdown, [U] 3.9 References,
Groenen, P. J. F., [MV] mds, [MV] mds
[U] 18.14 References
postestimation, [MV] mdslong, [MV] mdsmat
Hahn, G. J., [M-5] moptimize( ), [PSS-3] Intro
Grogger, J. T., [R] tnbreg, [R] tpoisson
(ciwidth), [PSS-3] ciwidth onemean
Gronau, R., [R] heckman, [SEM] Example 45g
Hahn, J., [R] ivregress postestimation
Groothuis-Oudshoorn, C. G. M., [MI] Intro
Hair, J. F., Jr., [CM] Intro 6, [CM] cmrologit
substantive, [MI] mi impute chained
Hajian-Tilaki, K. O., [R] rocreg
Gropper, D. M., [R] frontier, [XT] xtfrontier
Hajivassiliou, V. A., [CM] cmmprobit
Gross, A. J., [ST] ltable
Hakkio, C. S., [D] egen
Grosskopf, R. F. S., [M-5] LinearProgram( )
Halbmeier, C., [ME] mixed
Grotti, R., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys,
[XT] xtprobit Hald, A., [R] qreg, [R] regress, [R] signrank,
[R] summarize
Grundmann, H., [D] icd10
Haldane, J. B. S., [R] Epitab, [R] ranksum
Grunfeld, Y., [XT] xtgls, [XT] xtpcse, [XT] xtrc
Hall, A. D., [R] frontier
Author index 81

Hall, A. R., [R] gmm, [R] gmm postestimation, Hanley, J. A., [R] roccomp, [R] rocfit, [R] rocreg,
[R] ivpoisson, [R] ivpoisson postestimation, [R] rocreg postestimation, [R] rocregplot,
[R] ivregress, [R] ivregress postestimation, [R] roctab
[XT] xtcointtest Hannachi, A., [MV] pca
Hall, B. H., [M-5] optimize( ), [ME] me, [R] glm, Hannan, E. J., [TS] sspace
[TS] arch, [TS] arima, [XT] xtnbreg, Hansen, B. E., [R] npregress intro, [R] npregress
[XT] xtpoisson kernel, [R] npregress series, [TS] estat sbsingle,
Hall, N. S., [R] anova [TS] threshold
Hall, P., [R] bootstrap, [R] qreg, [R] regress Hansen, C. B., [LASSO] Lasso intro, [LASSO] Lasso
postestimation time series inference intro, [LASSO] dsregress,
Hall, R. E., [M-5] optimize( ), [R] glm, [TS] arch, [LASSO] lasso, [LASSO] lasso postestimation,
[TS] arima [LASSO] poivregress, [LASSO] poregress,
Hall, W. J., [MV] biplot, [R] roccomp, [R] rocfit, [LASSO] xpologit, [LASSO] xpopoisson,
[R] roctab [LASSO] xporegress, [TE] DID intro,
Haller, A. O., [SEM] Example 7 [TE] telasso
Halley, E., [ST] ltable Hansen, H., [MV] mvtest, [MV] mvtest normality
Hallock, K., [M-5] LinearProgram( ), [R] qreg Hansen, L. P., [R] gmm, [R] ivregress, [R] ivregress
Halpin, B., [MI] mi impute postestimation, [XT] xtabond, [XT] xtdpd,
Halton, J. H., [M-5] halton( ) [XT] xtdpdsys
Halvorsen, K. T., [R] tabulate twoway Hansen, M. R., [R] log
Hamaker, E. L., [TS] mswitch Hansen, W. B., [ME] me, [ME] meglm, [ME] meologit,
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Hamann, U., [MV] measure option
Hao, L., [R] qreg
Hambleton, R. K., [IRT] irt, [SEM] Example 28g,
[SEM] Example 29g Harabasz, J., [MV] cluster, [MV] cluster stop
Hamel, J.-F., [IRT] irt pcm Haramoto, H., [FN] Random-number functions,
[R] set rngstream
Hamer, R. M., [MV] mds, [MV] mdslong,
[MV] mdsmat Haran, M., [BAYES] bayesstats summary
Hamerle, A., [R] clogit Harbord, R. M., [ME] melogit, [ME] meoprobit,
[META] Intro, [META] meta, [META] meta
Hamilton, J. D., [BAYES] bayesvarstable, [P] matrix
forestplot, [META] meta regress, [META] meta
eigenvalues, [R] gmm, [TS] Time series,
funnelplot, [META] meta bias, [META] meta
[TS] arch, [TS] arfima, [TS] arima,
mvregress, [R] roccomp, [R] roctab
[TS] corrgram, [TS] dfuller, [TS] estat
aroots, [TS] fcast compute, [TS] forecast Harden, J. J., [R] zinb, [R] zip
solve, [TS] irf, [TS] irf create, [TS] mswitch, Hardin, J. W., [G-1] Graph intro, [ME] meglm
[TS] mswitch postestimation, [TS] pergram, postestimation, [R] estat ic, [R] glm, [R] glm
[TS] pperron, [TS] psdensity, [TS] sspace, postestimation, [R] lroc, [R] nbreg, [R] poisson,
[TS] sspace postestimation, [TS] tsfilter, [R] ranksum, [R] signrank, [R] tnbreg,
[TS] ucm, [TS] var intro, [TS] var, [TS] var [R] tpoisson, [R] zinb, [R] zip, [XT] xtgee,
svar, [TS] vargranger, [TS] varnorm, [XT] xtpoisson
[TS] varsoc, [TS] varstable, [TS] varwle, Hardouin, J.-B., [IRT] irt, [IRT] irt pcm
[TS] vec intro, [TS] vec, [TS] vecnorm, Hardy, R. J., [META] Intro, [META] meta esize,
[TS] vecrank, [TS] vecstable, [TS] xcorr, [META] meta set, [META] meta summarize,
[TS] Glossary [META] meta regress
Hamilton, L. C., [G-1] Graph intro, [MV] factor, Harel, O., [MI] mi estimate
[MV] screeplot, [R] ladder, [R] lv, [R] regress, Hargreaves, J., [PSS-2] power
[R] regress postestimation, [R] regress Haritou, A., [R] suest
postestimation diagnostic plots, [R] rreg, Harkness, J., [R] ivprobit, [R] ivtobit
[R] ttest Harley, J. B., [PSS-2] power cox
Hammarling, S., [M-1] LAPACK, [M-5] lapack( ), Harman, H. H., [MV] factor, [MV] factor
[P] matrix eigenvalues postestimation, [MV] rotate, [MV] rotatemat
Hammersley, J. M., [M-5] halton( ) Harrell, F. E., Jr., [R] mkspline, [R] ologit, [ST] stcox
Hampel, F. R., [D] egen, [R] rreg, postestimation
[U] 20.26 References Harring, J. R., [ME] menl
Han, S., [R] intreg, [R] qreg, [R] tobit Harrington, D. P., [ST] stcox, [ST] sts test
Hand, D. J., [BAYES] bayesmh, [ME] menl, Harris, E. K., [MV] discrim, [MV] discrim logistic
[MV] biplot, [MV] ca, [MV] discrim, [MV] mca Harris, J. E., [META] meta regress
Handscomb, D. C., [M-5] halton( ) Harris, M. N., [R] zioprobit
Hanji, M. B., [META] Intro Harris, R. D. F., [XT] xtunitroot
Hankey, B., [ST] strate
82 Author index

Harris, R. J., [META] Intro, [META] meta, Hawkins, D. F., [SP] estat moran, [SP] spregress,
[META] meta forestplot, [META] meta bias, [SP] spxtregress
[MV] canon postestimation Hay, D. C., [META] Intro
Harris, R. L., [R] QC Hayashi, F., [R] gmm, [R] ivpoisson, [R] ivregress,
Harris, S. C., [ME] menl [R] ivregress postestimation
Harris, T., [R] nbreg, [R] poisson, [R] qreg, Hayes, R. J., [PSS-2] power, [R] permute, [R] prtest
[R] ranksum, [R] signrank, [R] zinb Hayes, T. L., [META] Intro
Harrison, D. A., [D] list, [G-2] graph twoway Hays, R. D., [IRT] irt, [R] lincom, [R] mlogit,
histogram, [PSS-2] Intro (power), [R] mprobit, [R] mprobit postestimation,
[R] histogram, [R] tabulate oneway, [R] predictnl, [R] slogit
[R] tabulate twoway Hays, W. L., [R] esize
Harrison, J., [BAYES] Intro Hayter, A. J., [ERM] eprobit, [M-5] mvnormal( )
Harrison, J. A., [R] dstdize Haywood, P., [META] meta data
Harrison, J. M., [ST] stcrreg He, X., [ST] stcox PH-assumption tests
Harrison, L. H., [D] icd10 Heafner, T., [META] meta forestplot
Hart, P. E., [MV] cluster, [MV] cluster stop Heagerty, P. J., [BAYES] bayesmh, [ME] me,
Harter, J. K., [META] Intro [ME] meglm, [ME] mixed, [MV] factor,
Hartigan, J. A., [G-2] graph matrix, [MV] cluster [MV] pca, [PSS-2] power twomeans,
dendrogram [PSS-2] power oneway, [PSS-2] power twoway,
Hartley, H. O., [MI] Intro substantive, [MI] mi impute [R] anova, [R] dstdize, [R] oneway
Hartmann, D. P., [R] icc Heblich, S., [R] ivregress
Hartung, J., [META] Intro, [META] meta summarize, Heckman, J., [ERM] eintreg, [ERM] eoprobit,
[META] meta regress, [META] meta bias, [ERM] eprobit, [ERM] eregress, [R] biprobit,
[META] meta mvregress [R] heckman, [R] heckman postestimation,
Hartzel, J., [XT] xtmlogit [R] heckoprobit, [R] heckprobit,
Harvey, A. C., [R] hetoprobit, [R] hetprobit, [SEM] Example 45g, [TE] etregress,
[R] hetregress, [TS] arch, [TS] arima, [TE] stteffects intro, [TE] teffects intro
[TS] prais, [TS] psdensity, [TS] sspace, advanced, [XT] xtheckman
[TS] sspace postestimation, [TS] tsfilter, Hedeker, D., [ME] me, [ME] meglm
[TS] tsfilter hp, [TS] tssmooth hwinters, Hédelin, G., [ST] sts
[TS] ucm, [TS] var svar Hedges, L. V., [META] Intro, [META] meta,
Harville, D. A., [ME] meglm, [ME] mixed [META] meta data, [META] meta esize,
Hasebe, T., [TE] etpoisson [META] meta set, [META] meta summarize,
Hassell, J. F., [ST] sts [META] meta regress, [META] meta mvregress,
Hassink, W. H. J., [MV] cluster [META] Glossary, [R] esize
Hassler, U., [TS] irf create Hedley, D., [ST] stcrreg, [ST] stcrreg postestimation
Hastie, T. J., [LASSO] Lasso intro, Heeringa, S. G., [SVY] Survey, [SVY] Subpopulation
[LASSO] elasticnet, [LASSO] lasso, estimation
[LASSO] lassogof, [LASSO] lassoknots, Heidelberger, P., [BAYES] Intro
[LASSO] lasso options, [LASSO] sqrtlasso, Heinecke, K., [P] matrix mkmat
[M-5] LinearProgram( ), [MV] discrim knn, Heinonen, O. P., [R] Epitab
[R] grmeanby, [R] slogit Heiss, F., [CM] nlogit
Hastings, W. K., [BAYES] Intro, [BAYES] bayesmh Heitjan, D. F., [MI] Intro substantive, [MI] mi impute
Hastorf, A. H., [R] Epitab Heller, G., [ST] stcox postestimation
Hauck, W. W., [R] pkequiv, [XT] xtcloglog, Hemming, K., [PSS-2] Intro (power)
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit, Hempel, S., [R] Epitab
[XT] xtprobit Henderson, B. E., [R] symmetry
Haughton, J. H., [R] Inequality Henderson, C. R., [ME] me, [ME] mixed
Hauser, M. A., [TS] arfima Henderson, D. J., [R] npregress kernel
Hausman, J. A., [CM] Intro 6, [CM] cmrologit, Henderson, M. J., [SVY] Calibration
[CM] nlogit, [M-5] optimize( ), [ME] me, Hendrickson, A. E., [MV] rotate, [MV] rotatemat,
[R] glm, [R] hausman, [R] ivregress [MV] Glossary
postestimation, [R] suest, [SEM] estat Hennevogl, W., [ME] me
residuals, [SEM] Methods and formulas for
Henry-Amar, M., [ST] ltable
sem, [TS] arch, [TS] arima, [XT] xthtaylor,
[XT] xtnbreg, [XT] xtpoisson, [XT] xtreg Hensher, D. A., [CM] nlogit, [R] zioprobit
postestimation Hensley, M. J., [META] meta data
Havnes, T., [R] Inequality Henze, N., [MV] mvtest, [MV] mvtest normality
Hawkins, C. M., [PSS-2] power repeated
Author index 83

Heo, M., [PSS-2] power onemean, cluster, Hill, I. D., [R] ranksum
[PSS-2] power twomeans, cluster, Hill, J., [ME] me
[PSS-2] power oneproportion, cluster, Hill, R. C., [R] cnsreg, [R] estat ic, [R] heckman,
[PSS-2] power twoproportions, cluster, [R] hetregress, [R] ivregress, [R] ivregress
[R] prtest, [R] ztest postestimation, [R] logit, [R] probit,
Hermite, C., [M-5] issymmetric( ) [R] regress, [R] regress postestimation, [R] test,
Hernández-Alava, M., [FMM] fmm: betareg, [TS] arch, [TS] prais, [XT] xtgls, [XT] xtpcse,
[R] betareg, [R] biprobit, [R] churdle, [XT] xtrc, [XT] xtreg
[R] fracreg, [R] truncreg Hill, R. P., [ST] stcrreg, [ST] stcrreg postestimation
Herr, J. L., [TE] teffects intro advanced, [TE] teffects Hill, W. G., [R] Epitab
nnmatch Hills, M., [D] egen, [R] Epitab, [R] Epitab,
Herrero, F. J., [ME] mixed [ST] stptime, [ST] strate, [ST] stsplit,
Herrin, J., [U] 18.14 References [ST] sttocc
Herriot, J. G., [M-5] spline3( ) Hills, S. E., [BAYES] Intro, [BAYES] bayesmh
Hertz, S., [ST] stsplit Hinchliffe, S. R., [ST] stcox, [ST] stcrreg
Herwartz, H., [XT] xtcointtest, [XT] xtgls Hinkley, D. V., [R] bootstrap
Herzberg, A. M., [MV] discrim lda postestimation, Hipel, K. W., [TS] arima, [TS] ucm
[MV] discrim qda, [MV] discrim Hirano, K., [TE] stteffects intro, [TE] stteffects
qda postestimation, [MV] manova, ipw, [TE] stteffects ipwra, [TE] teffects intro
[SEM] Example 52g advanced
Hess, K. R., [ST] stcox PH-assumption tests, Hirji, K. F., [R] exlogistic, [R] expoisson
[ST] stintcox PH-assumption plots, [ST] sts Hitt, M. P., [TS] Time series, [TS] arima,
graph [TS] forecast, [TS] irf, [TS] var, [TS] vec
Heß, S., [TE] teffects intro, [TE] teffects intro Hlouskova, J., [XT] xtunitroot
advanced Ho, A. D., [R] hetoprobit
Hesse, L. O., [M-5] moptimize( ) Hoaglin, D. C., [META] Intro, [META] meta,
Hessenberg, K. A., [M-5] hessenbergd( ) [META] meta esize, [META] meta set,
Heston, A., [XT] xtunitroot [META] meta summarize, [META] meta
Hetherington, J., [META] Intro regress, [META] estat bubbleplot, [META] meta
Heyde, C. C., [U] 1.4 References mvregress, [R] Diagnostic plots, [R] lv,
Heyman, R. B., [META] meta mvregress [R] regress postestimation, [R] regress
Hickam, D. H., [R] brier postestimation diagnostic plots, [R] smooth,
Higbee, K. T., [D] clonevar, [D] ds [R] stem
Higdon, D., [BAYES] Intro Hobert, J. P., [BAYES] Intro
Higgins, J. E., [R] anova Hocevar, D., [SEM] Example 19
Higgins, J. P. T., [META] Intro, [META] meta, Hochberg, Y., [R] oneway
[META] meta esize, [META] meta set, Hocking, R. R., [ME] meglm, [ME] mixed, [MI] Intro
[META] meta forestplot, [META] meta substantive, [R] stepwise
summarize, [META] meta galbraithplot, Hodges, J. L., [MV] discrim knn
[META] meta labbeplot, [META] meta regress, Hodrick, R. J., [TS] tsfilter, [TS] tsfilter hp
[META] estat bubbleplot, [META] meta Hodson, F. R., [MV] cluster dendrogram
funnelplot, [META] meta bias, [META] meta Hoechle, D., [XT] xtgls, [XT] xtpcse, [XT] xtreg,
trimfill, [META] meta mvregress, [META] estat [XT] xtregar
heterogeneity, [META] Glossary Hoel, D. G., [ST] stintreg
Higgins, M. L., [TS] arch Hoel, P. G., [R] bitest, [R] ttest, [R] ztest
Hilbe, J. M., [FN] Random-number Hoff, P. D., [BAYES] Intro, [BAYES] Bayesian
functions, [ME] meglm postestimation, commands, [BAYES] bayesmh,
[MV] measure option, [R] cloglog, [R] estat [BAYES] bayespredict
ic, [R] glm, [R] glm postestimation, [R] logistic, Hoffmann, J. P., [D] Data management, [G-1] Graph
[R] logit, [R] lroc, [R] nbreg, [R] poisson, intro, [R] glm
[R] simulate, [R] tnbreg, [R] tpoisson, [R] zinb, Hofler, R., [R] frontier, [XT] xtfrontier
[XT] xtgee, [XT] xtpoisson
Höfling, H., [LASSO] lasso, [LASSO] sqrtlasso
Hilbert, D., [M-5] Hilbert( )
Hofman, A. F., [ST] stcrreg
Hildreth, C., [TS] prais
Hogben, L. T., [ST] sts
Hilferty, M. M., [MV] mvtest normality
Holan, S. H., [TS] arima
Hilgard, E. R., [R] Epitab
Holbrook, J., [META] meta mvregress
Hill, A. B., [R] Epitab, [R] poisson
Hole, A. R., [CM] cmmixlogit, [CM] cmmprobit,
Hill, D. W., Jr, [R] zioprobit [R] clogit, [R] mlogit, [R] mprobit
84 Author index

Holland, A. D., [TE] stteffects intro, [TE] stteffects Howell, D. C., [PSS-2] power pairedmeans,
ipw, [TE] stteffects ipwra, [TE] stteffects [PSS-3] ciwidth pairedmeans
postestimation, [TE] stteffects ra, [TE] stteffects Hsiao, C., [XT] xt, [XT] xtabond, [XT] xtdpd,
wra, [TE] teffects intro advanced, [TE] teffects [XT] xtdpdsys, [XT] xtivreg
aipw, [TE] teffects multivalued Hsieh, F. Y., [PSS-2] power cox, [PSS-2] power
Holland, P. W., [IRT] irt 3pl, [IRT] DIF, [IRT] difmh, logrank
[TE] stteffects intro, [TE] teffects intro Hu, D., [R] prtest
advanced Hu, M., [ST] stcox, [ST] stset
Holloway, L., [R] brier Hua, L., [ST] stintcox
Holm, A., [ERM] eprobit Huang, B., [META] Intro
Holm, S., [R] test Huang, C., [R] sunflower
Holmes, D. J., [ME] mixed Huang, D. S., [R] nlsur, [R] sureg
Holmes, S., [R] bootstrap Huang, J., [ST] stintcox, [ST] stintreg
Holmgren, J., [R] Epitab Huang, X., [M-5] LinearProgram( )
Holt, C. C., [TS] tssmooth, [TS] tssmooth Hubálek, Z., [MV] measure option
dexponential, [TS] tssmooth exponential, Hubben, G. A. A., [R] betareg
[TS] tssmooth hwinters, [TS] tssmooth
Huber, C., [BAYES] bayesmh, [BAYES] bayesgraph,
shwinters
[BAYES] bayestest interval, [D] by,
Holt, D., [SVY] Survey, [SVY] estat [D] drawnorm, [D] egen, [D] expand,
Holtz-Eakin, D., [XT] xtabond, [XT] xtdpd, [D] frames intro, [D] reshape, [D] shell,
[XT] xtdpdsys [FN] Random-number functions, [G-2] graph
Hong, H., [BAYES] Intro export, [G-2] graph twoway, [ME] mixed,
Hong, L., [R] Inequality, [R] roctab [P] forvalues, [P] PyStata integration,
Honoré, B. E., [XT] xtheckman [PSS-2] Intro (power), [PSS-2] power,
Hood, W. C., [R] ivregress [PSS-2] power usermethod, [PSS-3] ciwidth
Hooker, P. F., [ST] streg usermethod, [R] anova, [R] bootstrap,
Hooper, R., [PSS-2] Intro (power) [R] esize, [R] predict, [R] regress
Hopper, G. M., [P] trace postestimation, [R] ttest, [RPT] putexcel,
[RPT] putexcel advanced, [SEM] Builder,
Horncastle, A. P., [R] frontier, [XT] xtfrontier
[SEM] Builder, generalized, [TE] teffects
Horst, P., [MV] factor postestimation, [MV] rotate, aipw, [TE] teffects ipw, [TE] teffects ipwra,
[MV] rotatemat [TE] teffects nnmatch, [TE] teffects psmatch,
Horton, N. J., [ME] meglm, [ME] mixed, [MI] Intro [TE] teffects ra
substantive, [MI] mi estimate, [MI] mi impute, Huber, P. J., [D] egen, [P] robust, [R] qreg, [R] rreg,
[XT] xtgee [R] suest, [U] 20.26 References
Horváth, L., [TS] mgarch Hubert, P., [BAYES] Intro
Horvitz, D. G., [TE] teffects intro advanced Huberty, C. J., [MV] candisc, [MV] discrim,
Hosking, J. R. M., [TS] arfima [MV] discrim estat, [MV] discrim lda,
Hosmer, D. W., Jr., [PSS-2] power mcc, [PSS-2] power [MV] discrim lda postestimation, [MV] discrim
cox, [R] clogit, [R] clogit postestimation, qda
[R] estat classification, [R] estat gof, Hubrich, K., [TS] vec intro, [TS] vecrank
[R] glm, [R] lincom, [R] logistic, [R] logistic Hudgens, M. G., [ST] stintcox
postestimation, [R] logit, [R] logit
Hughes, G., [SP] Intro
postestimation, [R] lroc, [R] lrtest, [R] lsens,
[R] mlogit, [R] mlogit postestimation, Hughes, J. B., [MV] manova
[R] ologit postestimation, [R] predictnl, Hughes, R. A., [XT] xtreg
[R] stepwise, [RPT] dyndoc, [RPT] putdocx Hujoel, P. P., [PSS-2] power oneproportion, cluster,
intro, [RPT] set docx, [SEM] Example 33g, [R] prtest
[SEM] Example 34g, [ST] stcox, [ST] streg, Hull, D. L., [MV] cluster dendrogram
[XT] xtgee Hunter, D. R., [R] qreg
Hossain, K. M., [R] Epitab Hunter, J. E., [META] Intro, [META] meta esize,
Hoşten, S., [MV] mvtest means [META] meta set, [META] meta summarize,
Hotelling, H., [MV] canon, [MV] hotelling, [META] meta regress
[MV] manova, [MV] pca, [R] roccomp, Huq, M. I., [R] Epitab
[R] rocfit, [R] roctab Huq, N. M., [BAYES] bayesmh, [ME] me,
Hougaard, P., [ST] streg [ME] meglm, [ME] melogit, [ME] meprobit
Householder, A. S., [M-5] qrd( ), [MV] mds, Hurd, M., [R] intreg, [R] tobit
[MV] mdslong, [MV] mdsmat Hurley, J. R., [MV] procrustes
Howard, S. V., [META] meta esize, [META] meta
summarize
Author index 85

Hurn, S., [SP] spmatrix, [SP] spregress, [TS] arch, Jaeger, D. A., [R] ivregress postestimation
[TS] arfima, [TS] arima, [TS] dfgls, Jaen, C. R., [META] meta mvregress
[TS] dfuller, [TS] forecast, [TS] mgarch, Jagannathan, R., [TS] arch
[TS] mswitch, [TS] pperron, [TS] sspace, Jain, A. K., [MV] cluster
[TS] threshold, [TS] ucm, [TS] var, [TS] var Jakobsen, T. G., [MV] manova, [R] anova, [R] logistic,
svar, [TS] vec [R] regress, [R] test, [R] ttest
Hurst, H. E., [TS] arfima Jakubowski, M., [D] import, [RPT] dyndoc
Hurvich, C. M., [R] npregress intro, [R] npregress James, B. R., [R] rocreg, [R] rocreg postestimation
kernel
James, G. S., [MV] mvtest, [MV] mvtest means
Hussey, J. R., [R] nbreg, [R] poisson
James, I. M., [M-2] op kronecker, [M-5] deriv( ),
Hutto, C., [R] exlogistic [M-5] issymmetric( ), [M-5] pinv( )
Huynh, H., [PSS-2] power repeated, [R] anova James, K. L., [R] rocreg, [R] rocreg postestimation
Janes, H., [R] rocfit, [R] rocreg, [R] rocreg
I postestimation, [R] rocregplot
Jang, D. S., [SVY] Variance estimation
Iaria, A., [XT] xtmlogit Jann, B., [G-2] graph twoway, [G-2] graph
Ibrahim, J. G., [BAYES] Intro twoway bar, [G-2] palette, [G-2] set scheme,
Ickstadt, K., [BAYES] Intro [G-3] addplot option, [G-4] colorstyle,
Iglewicz, B., [R] lv [G-4] Schemes intro, [P] mark, [R] estimates
Ikebe, Y., [P] matrix symeigen store, [R] Inequality, [R] ksmirnov,
Ilardi, G., [M-5] LinearProgram( ), [R] frontier, [R] marginsplot, [R] rreg, [R] Stored
[XT] xtfrontier results, [R] tabulate twoway, [RPT] dyndoc,
Im, K. S., [XT] xtunitroot [RPT] dyntext, [RPT] markdown,
Imai, K., [TE] tebalance, [TE] tebalance overid [RPT] putdocx intro, [RPT] putpdf begin,
[SVY] svy: tabulate twoway
Imbens, G. W., [ERM] Intro 7, [ERM] eoprobit
postestimation, [ERM] eprobit postestimation, Jansen, B., [M-5] LinearProgram( )
[ERM] eregress postestimation, [TE] DID Janssen, P., [ME] meintreg
intro, [TE] didregress, [TE] stteffects intro, Jansson, M., [R] npregress intro, [R] npregress
[TE] stteffects ipw, [TE] stteffects ipwra, kernel, [R] npregress kernel postestimation,
[TE] stteffects postestimation, [TE] stteffects [R] npregress series postestimation
ra, [TE] stteffects wra, [TE] teffects intro Jardine, N., [MV] cluster dendrogram
advanced, [TE] teffects multivalued, Jarque, C. M., [R] sktest, [TS] varnorm, [TS] vecnorm
[TE] teffects nnmatch, [TE] teffects psmatch Jarrett, R. G., [BAYES] bayesmh
Ioannidis, J. P. A., [META] Intro, [META] meta Javanmard, A., [LASSO] Lasso intro
funnelplot, [META] meta bias Jeantheau, T., [TS] mgarch
Irwig, L., [META] meta regress Jeanty, P. W., [D] destring, [D] import excel,
Irwin, J. O., [PSS-2] power twoproportions [D] reshape, [FN] String functions
Isaacs, D., [R] fp Jeffreys, H., [BAYES] Intro, [BAYES] bayesmh,
Ishiguro, M., [R] BIC note [BAYES] bayesmh, [BAYES] bayesstats ic,
Iskrev, N., [DSGE] Intro 6 [R] ci, [R] spearman
ISSP, [MV] ca, [MV] mca, [MV] mca postestimation Jenkins, B., [M-5] hash1( )
Iversen, E., Jr, [BAYES] Intro Jenkins, G. M., [TS] arfima, [TS] arima,
Iyengar, S., [META] Intro [TS] corrgram, [TS] cumsp, [TS] dfuller,
Izenman, A. J., [FMM] fmm intro [TS] estat acplot, [TS] pergram, [TS] pperron,
[TS] psdensity, [TS] xcorr
Jenkins, S. P., [CM] cmmprobit, [D] corr2data,
J [D] egen, [D] rename, [MI] Intro substantive,
[R] betareg, [R] do, [R] Inequality,
Jaccard, P., [MV] measure option
[ST] Discrete
Jackman, R. W., [R] regress postestimation
Jennrich, R. I., [MV] mvtest, [MV] mvtest
Jackson, D., [META] Intro, [META] meta esize,
correlations, [MV] rotate, [MV] rotatemat,
[META] meta set, [META] meta summarize,
[MV] Glossary
[META] meta mvregress, [META] estat
Jensen, A. R., [MV] rotate
heterogeneity, [META] Glossary
Jensen, D. R., [MV] mvtest, [MV] mvtest means
Jackson, J. E., [MV] pca, [MV] pca postestimation
Jerez, M., [TS] sspace
Jacobi, C. G. J., [M-5] deriv( )
Jewell, N. P., [R] Epitab
Jacobs, K. B., [R] symmetry
Jick, H., [R] Epitab
Jacobson, L., [META] meta
Jimenez-Silva, J., [META] Intro, [META] meta,
Jacoby, W. G., [MV] biplot
[META] meta summarize
Jaeger, A., [TS] tsfilter, [TS] tsfilter hp
86 Author index

Jochmans, K., [R] poisson Joyce, T., [MV] cluster dendrogram


Joe, H., [ME] melogit, [ME] meoprobit, Joyeux, R., [TS] arfima
[ME] mepoisson, [ME] mestreg, [R] tabulate Joyner, W. B., [ME] menl
twoway Judge, G. G., [R] estat ic, [R] ivregress, [R] ivregress
Johansen, S., [TS] irf create, [TS] varlmar, [TS] vec postestimation, [R] logit, [R] probit, [R] regress
intro, [TS] vec, [TS] veclmar, [TS] vecnorm, postestimation, [R] test, [TS] arch, [TS] prais,
[TS] vecrank, [TS] vecstable [XT] xtgls, [XT] xtpcse, [XT] xtrc, [XT] xtreg
John, O. P., [META] meta summarize Judkins, D. R., [SVY] svy brr, [SVY] svyset,
Johnson, C. A., [ME] me, [ME] meglm, [SVY] Variance estimation
[ME] meologit, [ME] meoprobit, [XT] xtologit, Judson, R. A., [TS] forecast
[XT] xtoprobit Julious, S. A., [PSS-2] Intro (power)
Johnson, D. E., [MV] manova, [R] anova, [R] contrast, Jung, B. C., [ME] mixed
[R] pwcompare Juul, S., [R] dstdize, [R] roccomp, [R] roctab
Johnson, L. A., [TS] tssmooth, [TS] tssmooth
dexponential, [TS] tssmooth exponential,
[TS] tssmooth hwinters, [TS] tssmooth K
shwinters Kachitvichyanukul, V., [FN] Random-number
Johnson, M. E., [R] sdtest functions
Johnson, M. M., [R] sdtest Kackar, R. N., [ME] mixed
Johnson, N. L., [FN] Statistical functions, Kadane, J. B., [BAYES] Intro, [ME] me
[R] ksmirnov, [R] nbreg, [R] poisson, Kadiyala, K. R., [BAYES] bayes: var
[U] 1.4 References
Kaganove, J. J., [M-5] Quadrature( )
Johnson, R. A., [MV] canon, [MV] discrim,
Kahaner, D. K., [M-5] Quadrature( )
[MV] discrim estat, [MV] discrim lda,
Kahn, H. A., [R] dstdize, [R] Epitab, [ST] ltable,
[MV] discrim lda postestimation, [MV] mvtest,
[ST] stcox
[MV] mvtest correlations, [MV] mvtest
covariances, [MV] mvtest means Kaiser, H. F., [MV] factor postestimation, [MV] pca
postestimation, [MV] rotate, [MV] rotatemat,
Johnson, S., [R] Epitab
[MV] Glossary
Johnson, V. E., [BAYES] Intro
Kaiser, J., [R] ksmirnov, [R] permute, [R] signrank
Johnson, W., [MI] Intro substantive, [SVY] Survey
Kalaian, H., [META] Intro, [META] meta mvregress
Johnston, J., [XT] xtrc
Kalbfleisch, J. D., [ST] ltable, [ST] stcox, [ST] stcox
Johnston, J. E., [R] ranksum
PH-assumption tests, [ST] stcox postestimation,
Jolliffe, D., [R] Inequality, [R] regress [ST] stintcox PH-assumption plots,
Jolliffe, I. T., [MV] biplot, [MV] pca, [R] brier [ST] stintreg, [ST] streg, [ST] sts, [ST] sts test,
Jonckheere, A. R., [R] nptrend [ST] stset, [TE] stteffects intro, [TE] stteffects
Jones, A. M., [FMM] fmm intro, [R] heckman, ra, [XT] xtcloglog, [XT] xtlogit, [XT] xtologit,
[R] logit, [R] probit [XT] xtoprobit, [XT] xtprobit
Jones, B. D., [TS] mswitch Kalman, R. E., [TS] arima
Jones, B. S., [ST] stcox, [ST] streg Kalmijn, M., [R] tetrachoric
Jones, B. T., [ST] stcox postestimation Kalof, L., [D] describe, [R] anova, [R] test
Jones, D. R., [META] Intro, [META] meta funnelplot, Kamphuis, J. H., [TS] mswitch
[META] meta bias, [META] meta trimfill Kang, J. D. Y., [TE] teffects intro advanced
Jones, G. L., [BAYES] Intro, [BAYES] bayesstats Kantor, D., [D] cf, [FN] Programming functions
summary Kao, C., [XT] xtcointtest
Jones, M. C., [R] kdensity, [R] lpoly, [R] npregress Kaplan, D. M., [R] ksmirnov, [R] ttest
kernel Kaplan, E. L., [ST] stcrreg, [ST] stcrreg
Jones, M. H., [META] Intro postestimation, [ST] sts
Jones, P. S., [M-5] Vandermonde( ) Kapoor, M., [SP] Intro 8, [SP] spxtregress
Jonkman, J. N., [META] Intro, [META] meta esize, Karakaplan, M. U., [M-5] LinearProgram( ),
[META] meta set, [META] meta summarize, [R] frontier, [XT] xtfrontier
[META] meta regress, [META] meta bias Karim, M. R., [ME] meglm
Jordan, C., [M-5] svd( ) Karlin, S., [TS] mswitch
Jordan, S., [TS] vec, [TS] vecrank Karlsson, M. O., [ME] menl
Jöreskog, K. G., [MV] factor postestimation, Karlsson, S., [BAYES] bayes: var, [BAYES] bayesfcast
[SEM] estat residuals compute
Jorgensen, M., [FMM] fmm intro Karrison, T. G., [ST] sts test
Jorgensen, R. A., [ST] stcrreg Karymshakov, K., [ERM] eprobit
Jorner, U., [G-1] Graph intro Kass, R. E., [BAYES] Intro, [BAYES] Bayesian
Joshipura, K., [META] meta, [META] meta mvregress commands, [BAYES] bayesstats ic
Author index 87

Kasza, J., [R] logistic postestimation Kiernan, M., [R] kappa


Kato, K., [LASSO] poregress Kieser, M., [PSS-2] Intro (power)
Katti, S. K., [R] ranksum, [R] signrank Kilian, L., [TS] forecast solve
Katz, J. N., [XT] xtgls, [XT] xtpcse Kim, C.-J., [TS] mswitch, [TS] mswitch postestimation
Kaufman, J., [D] ds Kim, D., [R] lpoly, [R] npregress kernel,
Kaufman, L., [R] npregress series
[MV] cluster, [MV] clustermat, [MV] matrix Kim, H.-J., [TS] estat sbsingle
dissimilarity, [MV] measure option, [P] matrix Kim, I.-M., [TS] vec intro, [TS] vec, [TS] vecrank
dissimilarity Kim, J. J., [R] esize, [R] regress postestimation
Kaufman, R. L., [U] 20.26 References Kim, J. O., [MV] factor
Keane, M. P., [CM] cmmprobit, [XT] xtdpd, Kim, S., [BAYES] Intro, [TS] threshold,
[XT] xtdpdsys [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys
Keeler, E. B., [R] brier Kim, S.-H., [IRT] irt, [IRT] irt nrm
Keiding, N., [ST] stcrreg, [ST] stsplit Kim, W., [R] gmm, [R] Inequality
Kelejian, H. H., [SP] Intro, [SP] Intro 8, [SP] estat Kim, Y., [TS] threshold, [XT] xtabond, [XT] xtdpd,
moran, [SP] spivregress, [SP] spivregress [XT] xtdpdsys
postestimation, [SP] spregress, [SP] spregress Kimber, A. C., [ST] streg
postestimation, [SP] spxtregress Kimbrough, J. W., [MV] discrim knn
Kelley, K., [R] esize, [R] regress postestimation Kinderman, A. J., [FN] Random-number functions
Kelley, M. E., [R] ziologit, [R] ziologit postestimation, King, A. A., [M-2] Intro
[R] zioprobit
King, J., [IRT] irt
Kelly, S., [IRT] irt
King, M., [R] mlexp
Kemp, A. W., [FN] Random-number functions,
King, M. L., [TS] prais
[R] nbreg, [R] poisson
King, R. G., [DSGE] Intro 3b, [DSGE] Intro 3e,
Kemp, C. D., [FN] Random-number functions
[DSGE] Intro 3f, [TS] tsfilter, [TS] tsfilter bk,
Kempthorne, P. J., [R] regress postestimation [TS] tsfilter cf, [TS] tsfilter hp, [TS] vecrank
Kendall, D. G., [MV] mds Kinmonth, A. L., [R] ztest
Kendall, M. G., [MV] measure option, [R] centile, Kirk, R. E., [R] esize, [R] regress postestimation
[R] spearman, [R] tabulate twoway
Kirkwood, B. R., [R] dstdize, [R] summarize
Kennedy, W. J., Jr., [P] robust, [R] anova, [R] nl,
Kish, L., [P] robust, [R] loneway, [SVY] Survey,
[R] regress, [R] stepwise, [SVY] svy: tabulate
[SVY] estat, [SVY] Variance estimation,
twoway
[U] 20.26 References
Kenny, D. A., [SEM] Intro 4, [SEM] Example 42g
Kitagawa, G., [R] BIC note
Kent, J. T., [MI] mi impute mvn, [MV] discrim,
Kiviet, J. F., [XT] xtabond
[MV] discrim lda, [MV] factor, [MV] manova,
[MV] matrix dissimilarity, [MV] mds, Klar, J., [R] estat gof
[MV] mds postestimation, [MV] mdslong, Klecka, W. R., [MV] discrim, [MV] discrim lda
[MV] mdsmat, [MV] mvtest, [MV] mvtest Kleiber, C., [R] Inequality
means, [MV] mvtest normality, [MV] pca, Klein, D., [D] label, [R] kappa
[MV] procrustes, [P] matrix dissimilarity, Klein, J. P., [PSS-2] power cox, [ST] stci, [ST] stcox,
[P] robust, [U] 20.26 References [ST] stcox postestimation, [ST] stcrreg,
Kenward, M. G., [ME] mixed, [ME] Glossary, [ST] streg, [ST] sts, [ST] sts graph, [ST] sts
[MI] Intro substantive, [MI] mi impute, test
[XT] xtreg Klein, L. R., [R] reg3, [R] reg3 postestimation,
Kerlinger, F. N., [R] esize, [R] regress postestimation [R] regress postestimation time series,
Keselman, H. J., [R] esize [TS] forecast, [TS] forecast adjust, [TS] forecast
Keshk, O. M. G., [ERM] eregress describe, [TS] forecast estimates, [TS] forecast
Kettenring, J. R., [R] Diagnostic plots list, [TS] forecast solve
Keynes, J. M., [R] ameans Klein, M., [R] binreg, [R] logistic
Khan, M. R., [R] Epitab Klein, P., [DSGE] Intro 3f, [DSGE] Intro 5,
[DSGE] dsge, [DSGE] estat stable
Khan, S., [R] hetprobit
Kleinbaum, D. G., [R] binreg, [R] Epitab, [R] logistic
Khandker, S. R., [R] Inequality
Kleiner, B., [G-2] graph box, [G-2] graph matrix,
Khanti-Akom, S., [XT] xthtaylor
[G-3] by option, [R] Diagnostic plots,
Khare, M., [MI] Intro substantive, [MI] Intro [R] lowess, [U] 1.4 References
substantive
Kleinman, K. P., [MI] Intro substantive
Khuri, A. I., [ME] mixed
Klema, V. C., [P] matrix symeigen
Kicinski, M., [META] Intro
Klevens, R. M., [D] icd10
88 Author index

Kline, R. B., [META] meta esize, [R] esize, Kottke, T. E., [META] meta mvregress
[R] regress postestimation, [SEM] Intro 4, Kotz, S., [CM] nlogit, [FN] Statistical functions,
[SEM] Example 3, [SEM] Example 4, [R] Inequality, [R] ksmirnov, [R] nbreg,
[SEM] Example 5 [R] poisson, [U] 1.4 References
Kluve, J., [META] Intro Kowalski, A., [R] intreg, [R] qreg, [R] tobit
Kmenta, J., [R] eivreg, [R] ivregress, [TS] arch, Kozbur, D., [LASSO] Lasso intro
[TS] prais, [TS] rolling, [XT] xtpcse Krakauer, H., [ST] ltable
Knapp, G., [META] Intro, [META] Intro, Krakovsky, M., [META] Intro
[META] meta esize, [META] meta set, Krall, J. M., [PSS-2] power cox
[META] meta summarize, [META] meta Kramer, C. Y., [MV] mvtest, [MV] mvtest means,
summarize, [META] meta regress, [R] pwcompare
[META] meta bias, [META] meta mvregress
Krämer, W., [TS] estat sbcusum
Knechel, W. R., [META] Intro
Krauss, N., [SVY] estat, [SVY] Subpopulation
Knook, D. L., [MI] Intro substantive, [MI] mi impute, estimation, [SVY] svy bootstrap, [SVY] svy
[MI] mi impute chained, [MI] mi impute estimation
monotone
Kreidberg, M. B., [R] Epitab
Knox Lovell, C. A., [M-5] LinearProgram( )
Kreuter, F., [R] estat classification, [R] kdensity,
Knuth, D. E., [FN] Random-number functions [R] regress, [R] regress postestimation,
Koch, B., [TE] telasso [R] regress postestimation diagnostic plots,
Koch, G. G., [R] anova, [R] kappa, [R] vwls, [SVY] Survey
[SVY] svy: tabulate twoway Kreutzmann, A., [ME] mixed
Koebel, C. T., [R] zioprobit Kripfganz, S., [XT] xtabond, [XT] xtdpd,
Koehler, A. B., [TS] tssmooth, [TS] tssmooth [XT] xtdpdsys
dexponential, [TS] tssmooth exponential, Krishnaiah, P. R., [MV] mvtest
[TS] tssmooth hwinters, [TS] tssmooth Krishnamoorthy, K., [MV] mvtest, [MV] mvtest
shwinters means, [PSS-2] power oneproportion
Koehler, K. J., [R] Diagnostic plots Kroeber, A. L., [MV] measure option
Koenker, R., [M-5] LinearProgram( ), [R] qreg, Krolzig, H.-M., [TS] mswitch
[R] regress postestimation
Kronecker, L., [M-2] op kronecker
Kohberger, R., [R] prtest
Kroner, K. F., [TS] arch
Kohler, U., [D] egen, [D] input, [G-2] graph twoway
Krull, J. L., [SEM] Example 42g
rbar, [MV] biplot, [R] estat classification,
[R] kdensity, [R] regress, [R] regress Krus, D. J., [MV] canon postestimation
postestimation, [R] regress postestimation Krushelnytskyy, B., [R] Inequality
diagnostic plots Kruskal, J. B., [MV] mds, [MV] mds postestimation,
Kohn, R. J., [BAYES] Intro, [BAYES] bayesmh, [MV] mdslong, [MV] mdsmat, [MV] Glossary
[TS] arima Kruskal, W. H., [R] kwallis, [R] ranksum,
Kokoszka, P., [TS] irf create [R] spearman, [R] tabulate twoway
Kolenikov, S., [MV] factor, [SVY] svy bootstrap, Kshirsagar, A. M., [MV] discrim lda, [MV] pca
[SVY] Variance estimation Kublanovskaya, V. N., [M-5] qrd( )
Kolesár, M., [TE] DID intro Kuehl, R. O., [BAYES] Bayesian commands, [ME] me,
Kolev, G. I., [P] scalar, [U] 11.7 References [R] icc, [R] oneway
Kolmogorov, A. N., [R] ksmirnov Kuersteiner, G. M., [SP] spxtregress
Konstantopoulos, S., [META] meta regress Kugler, K. C., [FMM] Example 3
Kontopantelis, E., [META] Intro, [META] meta, Kuh, E., [R] regress postestimation, [R] regress
[META] meta summarize postestimation diagnostic plots,
Koop, G., [BAYES] bayesstats ppvalues [U] 18.14 References
Koopman, S. J., [R] regress postestimation time series, Kulczyński, S., [MV] measure option
[TS] ucm Kumar, G., [R] prtest
Koopmans, T. C., [M-5] LinearProgram( ), Kumbhakar, S. C., [R] frontier, [R] frontier
[R] ivregress postestimation, [XT] xtfrontier
Koplenig, A., [FN] String functions Kung, D. S., [R] qreg
Korin, B. P., [MV] mvtest Künsch, H. R., [U] 20.26 References
Korn, E. L., [ME] mixed, [PSS-2] power trend, Kunz, C. U., [PSS-2] Intro (power)
[R] margins, [R] ml, [R] test, [SVY] Survey, Kupelnick, B., [META] Intro, [META] meta,
[SVY] Direct standardization, [SVY] estat, [META] meta summarize
[SVY] svy, [SVY] svy estimation, [SVY] svy Kupper, L. L., [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
postestimation, [SVY] svy: tabulate twoway, onemean, [PSS-3] ciwidth twomeans,
[SVY] Variance estimation [PSS-3] ciwidth onevariance, [R] Epitab
Author index 89

Kuriki, S., [ERM] eprobit, [M-5] mvnormal( ) Lang, K., [TE] DID intro, [TE] didregress,
Kurth, K. H., [META] meta mvregress [XT] xtdidregress
Kuss, O., [META] Intro, [META] meta esize, Langan, D., [META] Intro, [META] meta esize,
[META] meta set, [META] meta summarize [META] meta set, [META] meta summarize
Kutner, M. H., [PSS-2] power oneway, [R] pkcross, Lange, K., [R] qreg
[R] pkequiv, [R] pkshape, [R] regress, Lange, S. M., [ST] stcrreg
[R] regress postestimation Langford, I. H., [ME] menbreg, [ME] mepoisson,
Kwiatkowski, D., [XT] xtunitroot [SEM] Example 39g
Kyriazidou, E., [XT] xtheckman Langholz, B., [ST] sttocc
Lanza, S. T., [FMM] Example 3
Laplace, P.-S., [R] regress
L LaRosa, J., [PSS-2] power repeated
Larrimore, J., [MI] Intro substantive
L’Abbé, K. A., [META] meta labbeplot Larsen, W. A., [R] regress postestimation diagnostic
L’Ecuyer, P., [FN] Random-number functions, [R] set plots
rngstream Lash, T. L., [R] ci, [R] Epitab, [R] poisson
Lachenbruch, P. A., [MV] discrim, [MV] discrim estat, Latouche, A., [ST] stcrreg
[MV] discrim lda, [R] Diagnostic plots Lau, J., [META] Intro, [META] meta, [META] meta
Lachin, J. M., [PSS-2] Intro (power), [PSS-2] power, summarize, [META] meta funnelplot,
[PSS-2] power pairedproportions, [META] meta bias
[PSS-2] power onecorrelation, [PSS-2] power Laurent, S., [TS] mgarch
cmh, [PSS-2] power trend, [PSS-2] power cox, Lauritsen, J. M., [D] labelbook
[PSS-2] power exponential Lauritzen, S. L., [R] summarize
Lacy, M. G., [R] ologit, [R] oprobit, [R] permute LaVange, L. M., [PSS-2] power repeated
Laevens, H., [ME] meintreg Lavori, P. W., [PSS-2] power cox
Lafontaine, F., [R] boxcox Lawless, J. F., [PSS-2] Intro (power), [ST] ltable
Lagakos, S. W., [ST] stintreg, [ST] stintreg Lawley, D. N., [MV] canon, [MV] factor, [MV] factor
postestimation postestimation, [MV] manova, [MV] mvtest,
Lahiri, K., [R] tobit, [XT] xtgls [MV] mvtest correlations, [MV] pca
Lai, K. S., [TS] dfgls Lawlor, D. A., [ME] mixed
Lai, S., [R] exlogistic Layard, R., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys,
Laird, N. M., [ME] me, [ME] meglm, [ME] melogit, [XT] xtivreg
[ME] meoprobit, [ME] mepoisson, Lazar, N. A., [U] 20.26 References
[ME] mestreg, [ME] mixed, [META] Intro, Le, C. T., [PSS-2] power logrank, cluster
[META] meta esize, [META] meta set, LeBuhn, G., [META] Intro
[META] meta summarize, [META] Glossary, Lechner, M., [TE] DID intro, [TE] didregress
[MI] Intro substantive, [MI] mi impute mvn,
Ledermann, W., [M-5] schurd( )
[R] expoisson
Ledolter, J., [TS] tssmooth, [TS] tssmooth
Lakatos, E., [PSS-2] power exponential, [PSS-2] power
dexponential, [TS] tssmooth exponential,
logrank
[TS] tssmooth hwinters, [TS] tssmooth
Lal, R., [FN] Random-number functions shwinters
Lalanne, C., [R] anova, [R] logistic Lee, A. J., [META] meta regress, [META] meta
Lambert, D., [R] ziologit, [R] zioprobit, [R] zip mvregress
Lambert, P. C., [FMM] Example 4, [META] meta data, Lee, C. H., [MV] cluster
[META] meta esize, [META] meta mvregress, Lee, E. S., [R] dstdize
[PSS-2] Intro (power), [R] poisson, [ST] stcox,
Lee, E. T., [R] roccomp, [R] rocfit, [R] roctab,
[ST] stcrreg, [ST] stptime, [ST] streg
[ST] streg
LaMotte, L. R., [ME] me, [ME] meglm, [ME] mixed
Lee, H. B., [R] esize, [R] regress postestimation
Lan, K. K. G., [PSS-2] power exponential,
Lee, J. C., [MV] mvtest
[PSS-2] power logrank
Lee, J. D., [LASSO] Lasso intro
Lancaster, T., [XT] xtmlogit
Lee, J. W., [ME] me
Lance, G. N., [MV] cluster
Lee, K. J., [MI] Intro substantive, [MI] mi impute
Landau, S., [MV] cluster, [MV] cluster stop
Lee, K. L., [ST] stcox postestimation
Landesman Ramey, S., [PSS-2] power repeated
Lee, L.-F., [ERM] eintreg, [ERM] eoprobit,
Landis, J. R., [R] kappa
[ERM] eprobit, [ERM] eregress, [SP] Intro,
Lando, H. A., [META] meta mvregress [SP] spregress, [SP] spxtregress,
Lane, M. A., [SVY] Survey, [SVY] svy estimation [XT] xtheckman, [XT] xtreg
Lane, P. W., [R] margins, [TE] teffects intro advanced Lee, P., [ST] streg
Lane-Claypon, J. E., [R] Epitab
90 Author index

Lee, S., [D] drawnorm, [FN] Random-number Levy, M., [MI] Intro substantive, [MI] mi impute
functions Levy, P. S., [SVY] Survey, [SVY] Poststratification
Lee, T.-C., [R] estat ic, [R] ivregress, [R] ivregress Lewbel, A., [R] ivregress
postestimation, [R] logit, [R] probit, [R] regress Lewis, D., [MI] mi estimate
postestimation, [R] test, [TS] arch, [TS] prais, Lewis, H. G., [R] heckman, [SEM] Example 45g
[XT] xtgls, [XT] xtpcse, [XT] xtrc, [XT] xtreg Lewis, I. G., [R] binreg
Lee, W. C., [R] roctab Lewis, J., [META] meta esize, [META] meta
Lee, Y. J., [R] eivreg summarize
Leeb, H., [LASSO] Lasso intro, [LASSO] Lasso Lewis, J. A., [META] Intro, [META] meta forestplot
inference intro, [LASSO] lasso, [TE] telasso Lewis, J. D., [R] fp
Leese, M., [MV] cluster, [MV] cluster stop Lewis, S., [META] meta forestplot
Legendre, A.-M., [R] regress Lewis, S. M., [BAYES] Intro, [BAYES] bayesstats ic
Legrand, R., [BAYES] bayes: var Lexis, W. H., [ST] stsplit
Lehmann, E. L., [R] oneway Leyland, A. H., [ME] mepoisson, [ME] mestreg
Lei-Gomez, Q., [TE] teffects intro advanced Li, C., [MI] Intro substantive, [SEM] Intro 4
Leisenring, W., [ST] stcrreg Li, F., [MI] Intro substantive, [PSS-2] power
Lemeshow, S. A., [PSS-2] power mcc, [PSS-2] power onemean, cluster, [PSS-2] power twomeans,
cox, [R] clogit, [R] clogit postestimation, cluster, [PSS-2] power oneproportion, cluster,
[R] estat classification, [R] estat gof, [PSS-2] power twoproportions, cluster,
[R] glm, [R] lincom, [R] logistic, [R] logistic [PSS-2] power logrank, cluster, [R] permute,
postestimation, [R] logit, [R] logit [XT] xtgee
postestimation, [R] lroc, [R] lrtest, [R] lsens, Li, G., [R] rreg
[R] mlogit, [R] predictnl, [R] stepwise,
Li, J., [R] npregress series, [ST] stintcox,
[RPT] dyndoc, [RPT] putdocx intro,
[ST] stintreg, [TS] arima
[RPT] set docx, [SEM] Example 33g,
[SEM] Example 34g, [ST] stcox, Li, K.-H., [MI] Intro substantive, [MI] mi estimate,
[ST] streg, [SVY] Survey, [SVY] estat, [MI] mi impute mvn, [MI] mi test
[SVY] Poststratification, [XT] xtgee Li, N., [MI] Intro substantive
Lenth, R. V., [PSS-2] Intro (power) Li, Q., [R] npregress intro, [R] npregress kernel,
Lenzi, J., [XT] xtgee [R] npregress series, [XT] xtivreg, [XT] xtreg
postestimation, [XT] xtregar
Leonard, M., [XT] xtgee
Li, R., [LASSO] lasso, [LASSO] lassoknots
Lepkowski, J. M., [MI] Intro substantive, [MI] mi
impute, [MI] mi impute chained, [MI] mi Li, W., [PSS-2] power oneway, [R] pkcross,
impute logit, [MI] mi impute mlogit, [MI] mi [R] pkequiv, [R] pkshape, [R] regress
impute monotone, [MI] mi impute ologit, Li, X., [R] npregress kernel
[MI] mi impute poisson, [MI] mi impute Liang, K.-Y., [BAYES] bayesmh, [ME] me,
truncreg [ME] meglm, [ME] melogit, [ME] meoprobit,
Lera-Lopez, F., [R] zioprobit [ME] mepoisson, [ME] mestreg, [ME] mixed,
Leroy, A. M., [R] qreg, [R] regress postestimation, [XT] xtcloglog, [XT] xtgee, [XT] xtlogit,
[R] rreg [XT] xtnbreg, [XT] xtologit, [XT] xtoprobit,
[XT] xtpoisson, [XT] xtprobit
Lesaffre, E., [ME] me, [ME] melogit postestimation,
[MV] discrim logistic Liao, Z., [LASSO] lasso, [R] npregress series,
[TS] arima
LeSage, G., [ST] stcrreg
Libois, F., [R] fp, [XT] xtreg
LeSage, J., [SP] Intro, [SP] spivregress postestimation,
[SP] spregress, [SP] spregress postestimation, Lichman, M., [BAYES] bayesmh
[SP] spxtregress postestimation Lieberman, O., [TS] mgarch
Leser, C. E. V., [TS] tsfilter, [TS] tsfilter hp Ligges, U., [BAYES] bayesmh
Leuven, E., [TE] teffects intro advanced Light, R. J., [META] Intro, [META] meta,
Levendis, J. D., [D] import, [TS] arch, [TS] arima, [META] meta funnelplot
[TS] tsline Likert, R. A., [MV] alpha
Levene, H., [R] sdtest Lilien, D. M., [TS] arch
Levin, A., [XT] xtcointtest, [XT] xtunitroot Lilienfeld, D. E., [R] Epitab
Levin, B., [META] Intro, [META] meta esize, Lim, G. C., [R] cnsreg, [R] hetregress, [R] regress,
[PSS-2] power oneproportion, [PSS-2] power [R] regress postestimation, [TS] arch
twoproportions, [R] dstdize, [R] Epitab, Lima, M., [MV] cluster dendrogram
[R] kappa Lin, C.-F., [XT] xtcointtest, [XT] xtunitroot
Levin, W., [ST] stcrreg, [ST] stcrreg postestimation Lin, D. Y., [P] robust, [ST] stcox, [ST] stcrreg,
Levinsohn, J. A., [R] frontier [ST] stintcox, [SVY] svy estimation,
Levy, D. E., [R] sunflower [TE] stteffects ipwra, [U] 20.26 References
Author index 91

Lin, X., [ME] me, [ME] meglm, [ME] melogit, Loesche, W. J., [PSS-2] power oneproportion, cluster,
[ME] menl, [ME] meoprobit, [ME] mepoisson, [R] prtest
[ME] mestreg, [SP] spregress Loftsgaarden, D. O., [MV] discrim knn
Lincoff, G. H., [MV] discrim knn Lokhnygina, Y., [PSS-2] Intro (power), [PSS-2] power
Lindelow, M., [SVY] svy estimation, [SVY] svyset onemean, [PSS-2] power twomeans,
Linden, A., [R] Epitab, [TS] estat sbknown, [PSS-2] power pairedmeans, [PSS-2] power
[TS] mswitch, [TS] threshold oneproportion, [PSS-2] power exponential,
Lindgren, B. R., [PSS-2] power logrank, cluster [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
Lindley, D. V., [R] ci onemean, [PSS-3] ciwidth twomeans
Lindor, K. D., [ST] stcrreg Lokshin, M., [R] biprobit, [R] heckman,
Lindsay, K., [TS] arfima [R] heckoprobit, [R] heckprobit, [R] oprobit
Lindsey, C., [D] drawnorm, [R] boxcox, [R] gmm, Long, J. S., [CM] Intro 6, [CM] cmroprobit,
[R] gmm postestimation, [R] lowess, [D] codebook, [D] label, [D] notes, [R] clogit,
[R] margins, [R] marginsplot, [R] mlexp, [R] cloglog, [R] fracreg, [R] hetoprobit,
[R] nestreg, [R] regress postestimation, [R] intreg, [R] logistic, [R] logit, [R] mlogit,
[R] regress postestimation diagnostic plots, [R] mprobit, [R] nbreg, [R] ologit,
[R] stepwise, [SEM] gsem [R] oprobit, [R] poisson, [R] probit,
[R] regress postestimation, [R] regress
Lindsey, J. C., [ST] stintcox, [ST] stintreg
postestimation, [R] testnl, [R] tnbreg, [R] tobit,
Lindsey, J. K., [ST] stintcox, [ST] stintreg [R] tpoisson, [R] zinb, [R] zioprobit, [R] zip,
Lindstrom, M. J., [ME] me, [ME] menl, [U] 12.11 References, [U] 16.5 References
[ME] Glossary, [XT] xtcloglog, [XT] xtgee, Longest, K. C., [R] tabulate twoway,
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, [U] 12.11 References
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit
Longley, J. D., [R] kappa
Ling, S., [TS] mgarch
Longton, G. M., [R] rocfit, [R] rocreg, [R] rocreg
Lingoes, J. C., [MV] mds, [MV] mdslong, postestimation, [R] rocregplot
[MV] mdsmat
Loomis, J. B., [R] cpoisson
Linhart, J. M., [D] ds, [D] format, [M-5] mindouble( ),
Lopes, H. F., [BAYES] Intro
[R] lpoly, [R] npregress kernel, [ST] sts,
[U] 13.13 References Lopez, L., [TS] vargranger
Linsley, E. G., [MV] cluster dendrogram López-de-Ullibarri, I., [R] kdensity
Lipset, S. M., [R] histogram López-Feldman, A., [R] Inequality
Lipsitz, S. R., [MI] Intro substantive López-López, J. A., [META] Intro, [META] meta
summarize, [META] meta regress
Littell, R. C., [ME] me
López-Maside, A., [TS] mswitch
Litterman, R. B., [BAYES] bayes: var
López-Quilez, A., [TS] mswitch
Little, R. J. A., [MI] Intro substantive, [MI] mi impute
mvn, [MI] mi impute pmm Lora, D., [R] rocreg, [R] rocregplot
Little, T., [META] Intro Lord, F. M., [IRT] irt, [IRT] irt 2pl
Liu, C. Y., [PSS-2] power oneproportion, Lorenz, M. O., [R] Inequality
[PSS-2] power twoproportions Lou, Y., [META] Intro
Liu, D., [LASSO] Lasso intro, [LASSO] Lasso Louis, T. A., [BAYES] Intro, [R] tabulate twoway
inference intro, [SP] Intro 2, [SP] spivregress Loutit, I., [R] QC
postestimation, [SP] spregress postestimation Love, I., [TS] var
Liu, J., [ME] menl Lovelace, L., [M-2] Intro
Liu, J.-P., [PSS-2] Intro (power), [R] pk, [R] pkcross, Lovell, C. A. K., [R] frontier, [R] frontier
[R] pkequiv, [R] pkexamine, [R] pkshape postestimation, [XT] xtfrontier
Liu, L., [SP] spxtregress Lovie, A. D., [R] spearman
Liu, Q., [ME] me Lovie, P., [R] spearman
Liu, T.-P., [SVY] svy bootstrap, [SVY] Variance Lu, G., [META] meta mvregress
estimation Lu, H.-M., [TS] mswitch
Liu, W., [ERM] eprobit, [M-5] mvnormal( ) Lu, J. Y., [TS] prais
Liu, X., [R] ologit, [SP] spregress Lu, L., [ERM] eregress
Ljung, G. M., [TS] wntestq Lu, X., [R] npregress kernel
Ljungqvist, L., [DSGE] Intro 1, [DSGE] Intro 5 Lucas, H. L., [R] pkcross
Lo Magno, G. L., [M-5] docx*( ) Luce, R. D., [CM] cmrologit
Lo, S.-H., [ST] sts Luckman, B., [MV] screeplot
Localio, A. R., [META] meta esize, [META] meta Ludden, T. M., [ME] menl
summarize Ludwig, J., [ST] stcrreg
Locke, C. S., [R] pkequiv Luedicke, J., [CM] cmmprobit, [R] gmm
Lockwood, J. R., [R] areg, [R] eivreg, [XT] xtreg
92 Author index

Lukácsy, K., [FN] Random-number functions MacKinnon, J. G., continued


Lumley, T. S., [META] Intro, [META] meta, [TS] sspace, [TS] varlmar, [TS] Glossary,
[META] meta summarize, [MV] factor, [U] 20.26 References, [XT] xtgls, [XT] xtpcse
[MV] pca, [PSS-2] power twomeans, MacLaren, M. D., [FN] Random-number functions
[PSS-2] power oneway, [PSS-2] power MacMahon, B., [R] Epitab
twoway, [R] anova, [R] dstdize, [R] oneway, MacRae, K. D., [R] binreg
[U] 20.26 References MaCurdy, T. E., [XT] xthtaylor
Lund, R., [TS] arima Madans, J. H., [SVY] Survey, [SVY] svy estimation
Luniak, M. M., [MV] biplot Madansky, A., [R] runtest
Lunn, M., [ST] stcrreg Maddala, G. S., [CM] nlogit, [ERM] eintreg,
Lunt, M., [R] slogit, [TE] teffects multivalued [ERM] eoprobit, [ERM] eprobit,
Luque-Fernandez, M. A., [R] roc [ERM] eregress, [R] tobit, [TE] etregress,
Lurie, M. B., [MV] manova [TS] vec intro, [TS] vec, [TS] vecrank,
Lustig, I. J., [M-5] LinearProgram( ) [XT] xtgls, [XT] xtheckman, [XT] xtunitroot
Lütkepohl, H., [BAYES] bayes: var, Madigan, D., [ST] sts
[BAYES] bayesvarstable, [M-5] Dmatrix( ), Magazzini, L., [XT] xtreg
[M-5] Kmatrix( ), [M-5] Lmatrix( ), [R] estat Magnus, J. R., [TS] var svar
ic, [R] ivregress, [R] ivregress postestimation, Magnusson, L. M., [R] gmm, [R] ivprobit,
[R] logit, [R] probit, [R] regress postestimation, [R] ivregress, [R] ivtobit
[R] test, [TS] Time series, [TS] arch, Maguire, B. A., [BAYES] bayesmh
[TS] dfactor, [TS] fcast compute, [TS] irf, Mahalanobis, P. C., [MV] discrim lda, [MV] hotelling,
[TS] irf create, [TS] mgarch dvech, [TS] prais, [MV] Glossary
[TS] sspace, [TS] sspace postestimation,
Mair, C. S., [ME] menbreg, [ME] mepoisson,
[TS] var intro, [TS] var, [TS] var svar,
[SEM] Example 39g
[TS] varbasic, [TS] vargranger, [TS] varnorm,
[TS] varsoc, [TS] varstable, [TS] varwle, Mairesse, J., [ERM] eintreg
[TS] vec intro, [TS] vecnorm, [TS] vecrank, Maitra, C., [ERM] eregress
[TS] vecstable, [XT] xtgls, [XT] xtpcse, Makles, A., [MV] cluster kmeans and kmedians
[XT] xtrc, [XT] xtreg Malighetti, P., [ST] stcox postestimation
Lyness, J. N., [M-5] Quadrature( ) Malitz, F., [IRT] irt
Lynfield, R., [D] icd10 Mallick, B. K., [BAYES] Intro
Lyubomirsky, S., [META] Intro Mallows, C. L., [R] regress postestimation diagnostic
plots
Maloney, A., [ME] menl
M Mammi, I., [MV] pca
Manca, A., [R] betareg
Ma, G., [R] roccomp, [R] rocfit, [R] roctab Manchul, L., [ST] stcrreg, [ST] stcrreg postestimation
Ma, S., [FMM] Example 4 Mandel, J., [META] Intro, [META] meta esize,
Ma, X., [R] npregress intro [META] meta set, [META] meta summarize,
[META] meta regress
Maas, B., [BAYES] bayesmh
Mandelbrot, B. B., [TS] arch
Macaskill, P., [META] Intro, [META] meta regress,
[META] meta funnelplot, [META] meta bias Mander, A. P., [FN] Random-number functions,
[LASSO] Lasso intro, [PSS-2] power
MacDonald, K., [G-4] Schemes intro, [R] margins,
repeated, [PSS-2] power oneslope, [R] anova,
[R] marginsplot, [R] npregress kernel
[R] signrank
postestimation, [SEM] estat ginvariant,
[SEM] sem Manderscheid, R. W., [SVY] Calibration
Macdonald-Wallis, C. M., [ME] mixed Mangel, M., [TS] varwle
Machin, D., [PSS-2] Intro (power), [PSS-2] power, Manjón, M., [R] nbreg postestimation, [R] poisson
[PSS-2] power cox, [PSS-2] power logrank, postestimation, [R] zinb postestimation, [R] zip
[R] ci, [R] kappa, [R] tabulate twoway postestimation
Mack, T. M., [R] symmetry Manjunath, B. G., [ERM] eprobit postestimation
MacKinnon, D. P., [SEM] Example 42g Manly, B. F. J., [MV] discrim qda postestimation
MacKinnon, J. G., [DSGE] Glossary, [P] robust, Mann, H. B., [R] kwallis, [R] ranksum
[R] bootstrap, [R] boxcox, [R] cnsreg, Manning, W. G., [R] churdle, [R] heckman,
[R] gmm, [R] intreg, [R] ivregress, [R] ivregress [R] ivregress, [R] nbreg, [R] poisson, [R] qreg,
postestimation, [R] mlogit, [R] nl, [R] nlsur, [R] regress, [R] tobit, [TE] teffects intro
[R] reg3, [R] regress, [R] regress postestimation advanced
time series, [R] truncreg, [TE] DID intro, Manski, C. F., [R] gmm, [R] mean
[TE] didregress, [TS] arch, [TS] arima, Mansuy, R., [ST] stcox postestimation
[TS] dfuller, [TS] pperron, [TS] prais,
Author index 93

Mantel, H., [SVY] svy bootstrap, [SVY] Variance Mascher, K., [R] rocreg, [R] rocreg postestimation,
estimation [R] rocregplot
Mantel, N., [IRT] difmh, [META] Intro, Massey, F. J., Jr., [PSS-2] power twomeans,
[META] meta esize, [META] meta summarize, [PSS-2] power pairedmeans, [PSS-2] power
[META] Glossary, [PSS-2] power cmh, onevariance, [PSS-2] power twovariances,
[R] Epitab, [R] stepwise, [ST] strate, [ST] sts [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
test onemean, [PSS-3] ciwidth twomeans,
Mao, L., [ST] stintcox [PSS-3] ciwidth pairedmeans, [PSS-3] ciwidth
Mao, S., [ERM] eoprobit onevariance, [R] ttest, [R] ztest
Maravall, A., [TS] tsfilter hp Massey, J. T., [R] boxcox, [R] marginsplot, [R] table
Marcellino, M., [XT] xtunitroot oneway, [R] table twoway, [R] table multiway,
Marchenko, Y. V., [BAYES] bayesmh, [R] table summary, [R] table hypothesis
[BAYES] bayesmh evaluators, [ME] me, tests, [R] table regression, [RPT] putdocx
[ME] meglm, [ME] melogit, [ME] meoprobit, collect, [RPT] putdocx table, [RPT] putpdf
[ME] mepoisson, [ME] mestreg, [ME] mixed, collect, [RPT] putpdf table, [SVY] Survey,
[MI] Intro substantive, [MI] mi estimate, [SVY] estat, [SVY] Subpopulation estimation,
[MI] mi impute, [PSS-2] power exponential, [SVY] svy, [SVY] svy brr, [SVY] svy
[PSS-2] power logrank, [R] anova, [R] churdle, estimation, [SVY] svy jackknife, [SVY] svy
[R] loneway, [R] oneway, [R] sktest, postestimation, [SVY] svy: tabulate
[ST] Survival analysis, [ST] stcox, [ST] stcrreg, oneway, [SVY] svy: tabulate twoway,
[ST] stcrreg postestimation, [ST] stdescribe, [SVY] svydescribe, [TABLES] collect label,
[ST] streg, [ST] stset, [ST] stsplit, [ST] stvary, [TABLES] collect recode, [TABLES] collect
[TE] stteffects intro, [XT] xtstreg remap, [TABLES] collect use, [TABLES] collect
layout, [TABLES] collect style column,
Marcoulides, G. A., [IRT] irt
[TABLES] collect style cons, [TABLES] collect
Marden, J. I., [CM] Intro 6, [CM] cmrologit style row, [TABLES] collect style showbase,
Mardia, K. V., [MI] mi impute mvn, [MV] discrim, [TABLES] collect style showempty,
[MV] discrim lda, [MV] factor, [MV] manova, [TABLES] collect style table, [TABLES] collect
[MV] matrix dissimilarity, [MV] mds, style use, [TABLES] Example 1,
[MV] mds postestimation, [MV] mdslong, [TABLES] Example 2, [TABLES] Example 3,
[MV] mdsmat, [MV] mvtest, [MV] mvtest [TABLES] Example 4, [TABLES] Example 5,
means, [MV] mvtest normality, [MV] pca, [TABLES] Example 6, [TABLES] Example 7
[MV] procrustes, [P] matrix dissimilarity Master, I. M., [R] exlogistic
Marı́n-Martı́nez, F., [META] Intro, [META] meta Masters, G. N., [IRT] irt pcm
summarize, [META] meta regress
Mastrucci, M. T., [R] exlogistic
Maringe, C., [R] roc
Masyn, K. E., [SEM] Example 52g, [SEM] Methods
Maris, G., [IRT] irt 3pl and formulas for gsem
Mark, D. B., [ST] stcox postestimation Mathew, T., [ME] mixed
Markel, H., [R] Epitab Mathews, P., [PSS-2] power twovariances
Markov, A., [BAYES] Intro Mathur, C., [FMM] Example 3
Markowski, C. A., [R] sdtest Matsumoto, M., [FN] Random-number functions,
Markowski, E. P., [R] sdtest [R] set rng, [R] set rngstream, [R] set seed
Marks, H. M., [ST] sts Matta, B., [R] gmm, [R] ivregress
Marquardt, D. W., [M-5] moptimize( ), Matthews, J. N. S., [PSS-2] power twomeans,
[M-5] optimize( ) [PSS-2] power pairedmeans, [PSS-2] power
Marr, J. W., [SEM] Example 48g, [ST] stsplit cmh, [R] ameans, [R] expoisson, [R] sdtest
Marsaglia, G., [FN] Random-number functions Mátyás, L., [R] gmm
Marschak, J., [R] ivregress Maurel, A., [R] heckman, [R] ivregress
Marsh, H. W., [SEM] Example 19 Maurer, K., [R] boxcox, [R] marginsplot, [R] table
Marsh, J., [PSS-2] Intro (power) oneway, [R] table twoway, [R] table multiway,
Marsten, R. E., [M-5] LinearProgram( ) [R] table summary, [R] table hypothesis
Martin, M. E., [SVY] svy: tabulate oneway tests, [R] table regression, [RPT] putdocx
Martin, W., [R] Epitab, [R] regress collect, [RPT] putdocx table, [RPT] putpdf
Martı́nez, M. N., [R] Epitab collect, [RPT] putpdf table, [SVY] Survey,
Martı́nez, O., [R] nbreg postestimation, [R] poisson [SVY] estat, [SVY] Subpopulation estimation,
postestimation, [R] zinb postestimation, [R] zip [SVY] svy, [SVY] svy brr, [SVY] svy
postestimation estimation, [SVY] svy jackknife, [SVY] svy
postestimation, [SVY] svy: tabulate
Martinez-Beneito, M. A., [TS] mswitch
oneway, [SVY] svy: tabulate twoway,
Marubini, E., [PSS-2] power logrank, [ST] stcrreg,
[SVY] svydescribe, [TABLES] collect label,
[ST] sts test
94 Author index

Maurer, K., continued McDowell, A., continued


[TABLES] collect recode, [TABLES] collect [R] table summary, [R] table hypothesis
remap, [TABLES] collect use, [TABLES] collect tests, [R] table regression, [RPT] putdocx
layout, [TABLES] collect style column, collect, [RPT] putdocx table, [RPT] putpdf
[TABLES] collect style cons, [TABLES] collect collect, [RPT] putpdf table, [SVY] Survey,
style row, [TABLES] collect style showbase, [SVY] estat, [SVY] Subpopulation estimation,
[TABLES] collect style showempty, [SVY] svy, [SVY] svy brr, [SVY] svy
[TABLES] collect style table, [TABLES] collect estimation, [SVY] svy jackknife, [SVY] svy
style use, [TABLES] Example 1, postestimation, [SVY] svy: tabulate
[TABLES] Example 2, [TABLES] Example 3, oneway, [SVY] svy: tabulate twoway,
[TABLES] Example 4, [TABLES] Example 5, [SVY] svydescribe, [TABLES] collect label,
[TABLES] Example 6, [TABLES] Example 7 [TABLES] collect recode, [TABLES] collect
Maxand, S., [XT] xtcointtest, [XT] xtgls remap, [TABLES] collect use, [TABLES] collect
Maxwell, A. E., [MV] factor, [MV] factor layout, [TABLES] collect style column,
postestimation, [R] symmetry [TABLES] collect style cons, [TABLES] collect
May, S., [MV] canon, [MV] discrim, [MV] factor, style row, [TABLES] collect style showbase,
[MV] pca, [PSS-2] power cox, [R] stepwise, [TABLES] collect style showempty,
[ST] stcox, [ST] streg [TABLES] collect style table, [TABLES] collect
Mayer, A., [R] ologit, [R] oprobit style use, [TABLES] Example 1,
[TABLES] Example 2, [TABLES] Example 3,
Mayer, K. U., [ME] mestreg
[TABLES] Example 4, [TABLES] Example 5,
Mayr, E., [MV] cluster dendrogram [TABLES] Example 6, [TABLES] Example 7
Mazliak, L., [ST] stcox postestimation McDowell, A. W., [R] sureg, [TS] arima
Mazumdar, M., [META] Intro, [META] meta bias, McFadden, D. L., [CM] Intro 5, [CM] Intro 8,
[META] Glossary [CM] cmclogit, [CM] cmmixlogit,
Mazýa, V. G., [FN] Matrix functions [CM] cmmprobit, [CM] cmxtmixlogit,
McAleer, M., [TS] mgarch, [U] 20.26 References [CM] nlogit, [R] clogit, [R] hausman,
McBride, J. B., [ME] mixed [R] Maximize, [R] suest, [TE] etregress,
McCabe, S. E., [SVY] estat [TE] stteffects ipwra, [TE] teffects aipw
McCaffrey, D. F., [R] areg, [R] eivreg, [TE] DID intro, McGilchrist, C. A., [ST] stcox, [ST] streg
[TE] didregress, [XT] xtreg McGill, R., [R] sunflower
McCarthy, P. J., [SVY] Survey, [SVY] svy bootstrap, McGinnis, R. E., [R] symmetry
[SVY] svy brr, [SVY] Variance estimation McGraw, K. O., [R] icc
McCathie, A., [MV] pca, [R] rreg McKelvey, R. D., [R] ologit
McCleary, S. J., [R] regress postestimation diagnostic McKenney, A., [M-1] LAPACK, [M-5] lapack( ),
plots [P] matrix eigenvalues
McClish, D. K., [R] rocreg McLachlan, G. J., [FMM] fmm intro,
McCrary, J., [TE] stteffects ipwra, [TE] teoverlap [FMM] Example 1a, [ME] me, [ME] melogit,
McCullagh, P., [CM] cmrologit, [LASSO] lassogof, [ME] meoprobit, [ME] mepoisson,
[ME] meglm postestimation, [R] binreg, [ME] mestreg, [MV] discrim, [MV] discrim
[R] binreg postestimation, [R] glm, [R] glm estat, [MV] discrim knn, [MV] discrim lda
postestimation, [R] hetoprobit, [R] ologit, McLain, A. C., [R] nbreg, [R] poisson
[XT] vce options, [XT] xtgee, [XT] xtpoisson McLeod, A. I., [TS] arima, [TS] ucm
McCulloch, C. E., [ME] me, [ME] meglm, McMahan, C. S., [ST] stintcox
[ME] melogit, [ME] meoprobit, McNeil, B. J., [R] roccomp, [R] rocfit, [R] rocreg,
[ME] mepoisson, [ME] mestreg, [ME] mixed, [R] rocreg postestimation, [R] rocregplot,
[R] logistic, [ST] stcox, [TE] stteffects intro, [R] roctab
[TE] stteffects ipw, [TE] stteffects ipwra, McNeil, D., [R] poisson, [ST] stcrreg
[TE] stteffects postestimation, [TE] stteffects ra,
McNemar, Q., [PSS-2] power pairedproportions,
[TE] stteffects wra, [TE] teffects intro advanced
[R] Epitab
McCullough, B. D., [TS] corrgram
McPherson, K., [META] meta esize, [META] meta
McDonald, A., [ME] menbreg, [ME] mepoisson, summarize
[SEM] Example 39g
McQuay, H. J., [META] meta
McDonald, J. A., [R] sunflower
Mead, R., [M-5] optimize( )
McDonald, J. F., [R] tobit, [R] tobit postestimation
Mealli, F., [MI] Intro substantive
McDonald, R. P., [IRT] irt
Mecklenburg, R., [META] meta mvregress
McDougal, L. K., [D] icd10
Meeker, W. Q., [PSS-3] Intro (ciwidth),
McDowell, A., [R] boxcox, [R] marginsplot, [R] table [PSS-3] ciwidth onemean
oneway, [R] table twoway, [R] table multiway,
Meekes, J., [MV] cluster
Author index 95

Meeusen, W., [R] frontier, [XT] xtfrontier Miller, R. G., Jr., [FN] Statistical functions,
Mehmetoglu, M., [MV] manova, [R] anova, [R] ci, [R] Diagnostic plots, [R] oneway,
[R] logistic, [R] regress, [R] test, [R] ttest [R] pwcompare
Mehrotra, S., [M-5] LinearProgram( ) Milliff, R. F., [BAYES] Intro
Mehta, C. R., [R] exlogistic, [R] exlogistic Milligan, G. W., [MV] cluster, [MV] cluster
postestimation, [R] expoisson, [R] tabulate programming subroutines, [MV] cluster stop
twoway Milliken, G. A., [ME] me, [MV] manova, [R] anova,
Mehta, P. D., [SEM] Example 30g [R] contrast, [R] margins, [R] pwcompare
Meibohm, A. R., [META] meta summarize Milosevic, M., [ST] stcrreg, [ST] stcrreg
Meier, P., [ST] stcrreg, [ST] stcrreg postestimation, postestimation
[ST] sts Min, C.-K., [BAYES] Intro
Meijering, E., [D] ipolate Minder, C., [META] Intro, [META] meta bias,
Meinert, C. L., [META] Intro [META] Glossary
Meiselman, D., [TS] arima Minot, N., [U] 11.7 References, [U] 12.11 References,
Melly, B., [R] qreg, [TE] teffects multivalued [U] 20.26 References
Mendenhall, W., III, [SVY] Survey Miquel, J., [BAYES] Intro
Meng, X.-L., [BAYES] Intro, [BAYES] bayesstats Miranda, A., [R] gllamm, [R] heckoprobit,
ppvalues, [BAYES] bayespredict, [MI] Intro [R] heckprobit, [R] ivprobit, [R] ivtobit,
substantive, [MI] mi estimate, [MI] mi impute, [R] logistic, [R] logit, [R] nbreg, [R] ologit,
[MI] mi test [R] oprobit, [R] poisson, [R] probit
Mensing, R. W., [R] anova postestimation Mitchell, C., [R] exlogistic
Mentré, F., [ME] menl Mitchell, M. N., [D] Data management, [D] by,
Mergoupis, T., [TE] etregress, [TE] teffects intro [D] egen, [D] import excel, [D] reshape,
advanced [G-1] Graph intro, [ME] mixed postestimation,
[R] anova, [R] anova postestimation,
Merryman, S., [XT] xtunitroot
[R] contrast, [R] logistic, [R] logistic
Mesbah, M., [R] anova, [R] logistic postestimation, [R] logit, [R] margins,
Messner, S. F., [SP] estat moran, [SP] spregress, [R] marginsplot, [R] pwcompare, [R] regress,
[SP] spxtregress [U] 11.7 References, [U] 12.11 References,
Mészáros, C., [M-5] LinearProgram( ) [U] 13.13 References, [U] 20.26 References,
Metropolis, N., [BAYES] Intro, [BAYES] bayesmh [U] 23.1 References
Metz, C. E., [R] lroc Mitchell, W. C., [TS] tsfilter, [TS] tsfilter bk,
Metzger, S. K., [ST] stcox postestimation [TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp,
Meulders, M., [MI] Intro substantive, [MI] mi impute [TS] ucm
Meyer, B. D., [ST] Discrete Mitra, G., [M-5] LinearProgram( )
Miao, W., [R] sdtest Miura, H., [U] 14.11 Reference
Micali, N., [MI] mi estimate, [MI] mi impute, Miwa, T., [ERM] eprobit, [M-5] mvnormal( )
[XT] xtgee Modica, S., [MI] Intro substantive
Michael, J. R., [FN] Random-number functions Moeschberger, M. L., [PSS-2] power cox, [ST] stci,
Michel-Pajus, A., [M-5] cholesky( ) [ST] stcox, [ST] stcox postestimation,
Michels, K. M., [ME] mixed, [PSS-2] power [ST] stcrreg, [ST] streg, [ST] sts, [ST] sts
repeated, [R] anova, [R] contrast, [R] loneway, graph, [ST] sts test
[R] oneway, [R] pwcompare Moffatt, P. G., [R] churdle
Michener, C. D., [MV] measure option Moffitt, R. A., [R] tobit, [R] tobit postestimation
Michler, J. D., [XT] xtgee, [XT] xtreg Mogstad, M., [R] Inequality
Michuda, A., [XT] xtgee, [XT] xtreg Moher, D., [META] Intro, [META] meta forestplot,
Mickey, M. R., [MV] discrim estat [META] meta funnelplot, [META] meta bias
Midthune, D., [SVY] estat, [SVY] svy estimation Mol, C. D., [LASSO] lasso
Mielke, P. W., Jr., [R] brier, [R] ranksum Molenaar, I. W., [IRT] irt, [SEM] Example 28g
Miettinen, O. S., [R] Epitab Molenberghs, G., [ME] me, [ME] me, [ME] meglm,
Mihaly, K., [R] areg, [XT] xtreg [ME] menl, [ME] mixed, [XT] xtreg
Milan, L., [MV] ca, [MV] factor, [MV] mca, postestimation
[MV] pca Moler, C. B., [P] matrix symeigen
Miller, A. B., [R] kappa Mollisi, V., [XT] xtfrontier
Miller, D. J., [PSS-2] Intro (power), [R] esize Molloy, G. J., [META] meta summarize
Miller, D. L., [TE] DID intro, [TE] didregress Monahan, J. F., [FN] Random-number functions
Miller, H. W., [SVY] Survey, [SVY] svy estimation Monfort, A., [R] hausman, [R] suest, [R] test,
Miller, J. I., [TS] sspace [TS] arima, [TS] mgarch ccc, [TS] mgarch dcc,
Miller, R. G., [SEM] Example 52g [TS] mgarch vcc
96 Author index

Monshouwer, K., [MV] mvtest Mosteller, F., continued


Monson, R. R., [R] Epitab [META] meta regress postestimation,
Montanari, A., [LASSO] Lasso intro [META] estat bubbleplot, [META] meta
Montes-Rojas, G., [R] QC, [R] sktest, [XT] xtreg, mvregress
[XT] xtreg postestimation Moulines, É., [BAYES] Intro, [BAYES] bayesmh
Montes-Rojas, G., [TE] teffects psmatch Moulton, L. H., [PSS-2] power oneproportion, cluster,
Montgomery, D. C., [TS] tssmooth, [TS] tssmooth [R] permute, [R] prtest
dexponential, [TS] tssmooth exponential, Mount, M. K., [META] Intro
[TS] tssmooth hwinters, [TS] tssmooth Mozharovskyi, P., [M-5] LinearProgram( ),
shwinters [R] frontier
Montoya, D., [R] rocreg, [R] rocreg postestimation, Mozumder, S. I., [ST] stcrreg
[R] rocregplot Mroz, T. A., [LASSO] Inference examples, [R] tobit
Mood, A. M., [R] centile Muellbauer, J., [R] nlsur
Mooi, E., [MV] cluster, [MV] pca, [R] anova, Mueller, C. W., [MV] factor
[R] regress Mueller, R. O., [MV] discrim lda
Mooi-Reci, I., [MV] cluster, [MV] pca, [R] anova, Muirhead, R. J., [MV] pca
[R] regress Mukherjee, B., [R] zioprobit
Moon, H. R., [XT] xtcointtest, [XT] xtunitroot Mulaik, S. A., [MV] factor, [MV] rotate
Mooney, C. Z., [R] bootstrap, [R] jackknife, Mulkay, B., [ERM] eprobit
[R] rocreg, [R] rocregplot Mullahy, J., [R] biprobit, [R] gmm, [R] ivpoisson,
Moore, E. H., [M-5] pinv( ) [R] zinb, [R] zip
Moore, J. B., [TS] sspace Mullainathan, S., [TE] DID intro, [TE] didregress
Moore, R. A., [META] meta Mullen, P. D., [META] meta mvregress
Moore, R. J., [FN] Statistical functions Müller, D., [SP] Intro
Moore, W. H., [R] zioprobit Müller, H.-G., [R] lpoly, [ST] sts graph
Moral-Benito, E., [XT] xtabond, [XT] xtdpd, Muller, K. E., [PSS-2] power oneway, [PSS-2] power
[XT] xtdpdsys repeated
Moran, J. L., [R] dstdize Müller, P., [BAYES] Intro
Moran, P. A. P., [SP] estat moran Mulrow, C. D., [META] meta summarize
Moreno, S. G., [META] meta, [META] meta Mundlak, Y., [XT] xtivreg, [XT] xtregar
funnelplot, [META] meta bias Muniz, J. O., [ST] ltable
Moreno-Gorrin, C., [ST] stcox Munnell, A. H., [ME] mixed
Morgenstern, H., [R] Epitab, [R] Epitab Muñoz, J., [R] exlogistic
Mori, M., [ST] stcrreg Muraki, E., [IRT] irt pcm
Morikawa, T., [CM] cmmixlogit, [CM] cmxtmixlogit Muro, J., [R] heckoprobit, [R] heckprobit
Morris, C. N., [META] meta summarize, Murphy, A. H., [R] brier
[META] meta regress, [R] bootstrap Murphy, J. L., [XT] xtprobit
Morris, J. N., [SEM] Example 48g, [ST] stsplit Murphy, R. S., [SVY] Survey, [SVY] svy estimation
Morris, N. F., [R] binreg Murphy, S. A., [ST] stintcox
Morris, T. P., [G-4] colorstyle, [MI] Intro substantive, Murray, R. M., [ME] mecloglog, [ME] melogit,
[MI] mi impute, [MI] mi impute pmm, [R] ssc [ME] meprobit
Morrison, D. F., [MV] clustermat, [MV] discrim lda, Murray-Lyon, I. M., [R] binreg
[MV] discrim logistic, [MV] discrim logistic
Murrill, W. A., [MV] discrim knn
postestimation, [MV] manova
Murtaugh, P. A., [ST] stcrreg
Morrison, M. A., [D] icd10
Musau, A., [G-2] graph twoway scatter
Morrow, A., [R] Epitab
Mussolino, M. E., [SVY] Survey, [SVY] svy
Mortimore, P., [MI] mi estimate
estimation
Moser, P., [TE] didregress
Musundwa, S., [SP] Intro
Mosier, C. I., [MV] procrustes
Muthén, B., [SEM] Example 9
Moskowitz, M., [R] kappa
Mykland, P., [BAYES] Intro, [BAYES] bayesgraph
Mosteller, C. F., [R] jackknife, [R] regress
Myland, J. C., [FN] Mathematical functions,
postestimation diagnostic plots, [R] rreg
[FN] Trigonometric functions
Mosteller, F., [META] Intro, [META] Intro,
[META] meta, [META] meta data,
[META] meta esize, [META] meta set, N
[META] meta forestplot, [META] meta
summarize, [META] meta regress, Nachtsheim, C. J., [PSS-2] power oneway, [R] pkcross,
[R] pkequiv, [R] pkshape, [R] regress,
[R] regress postestimation
Author index 97

Nadarajah, S., [CM] nlogit Nevels, K., [MV] procrustes


Nadaraya, E. A., [R] lpoly, [R] npregress kernel Newbold, P., [TS] arima, [TS] vec intro
Nadle, J., [D] icd10 Newcomb, S., [BAYES] bayespredict
Nagel, R. W., [MV] discrim lda Newey, W. K., [ERM] Intro 7, [ERM] eintreg,
Nagler, J., [R] scobit [ERM] eoprobit postestimation, [ERM] eprobit,
Naiman, D. Q., [R] qreg [ERM] eprobit postestimation, [ERM] eregress
Nam, J., [PSS-2] power cmh, [PSS-2] power trend postestimation, [LASSO] Lasso inference
Nannicini, T., [TE] etregress intro, [LASSO] lasso, [LASSO] poregress,
[LASSO] xpologit, [LASSO] xpopoisson,
Nardi, G., [R] Epitab
[LASSO] xporegress, [R] glm, [R] gmm,
Narendranathan, W., [XT] xtregar [R] ivpoisson, [R] ivprobit, [R] ivregress,
Narula, S. C., [R] qreg [R] ivtobit, [R] npregress intro, [R] npregress
National Center for Health Statistics, [D] icd, [D] icd9, series, [TE] etregress, [TE] stteffects ipwra,
[D] icd9p [TE] teffects aipw, [TE] telasso, [TS] newey,
National Research Council, [META] meta trimfill [TS] pperron, [XT] xtabond, [XT] xtcointtest,
Nattino, G., [R] estat gof [XT] xtdpd, [XT] xtdpdsys, [XT] xtunitroot
Navarro-Lozano, S., [TE] teffects intro advanced Newman, S. C., [R] Epitab, [R] poisson, [ST] stcox,
Naylor, J. C., [ERM] eprobit, [XT] xtcloglog, [ST] sts
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, Newson, R. B., [D] contract, [D] generate, [D] statsby,
[XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit, [P] capture, [PSS-2] Intro (power), [R] glm,
[XT] xttobit [R] glm postestimation, [R] Inequality,
Neal, R. M., [BAYES] Intro [R] kwallis, [R] logistic postestimation, [R] logit
Neal, T., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, postestimation, [R] margins, [R] mkspline,
[XT] xtunitroot [R] signrank, [R] spearman, [R] tabulate
Neale, M. C., [SEM] Example 30g twoway, [ST] stcox postestimation
Neath, R., [BAYES] bayesstats summary Newton, H. J., [R] kdensity, [TS] arima,
Nee, J. C. M., [R] kappa [TS] corrgram, [TS] pergram, [TS] wntestb,
Neely, S. T., [R] rocreg, [R] rocreg postestimation, [U] 3.9 References, [XT] xtgee
[R] rocregplot Newton, I., [M-5] optimize( )
Neff, R. K., [R] Epitab Newton, M. A., [XT] xtcloglog, [XT] xtgee,
Neimann, H., [MV] mdsmat [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit
Nel, D. G., [MV] mvtest, [MV] mvtest means
Neyman, J., [R] ci
Nelder, J. A., [LASSO] lasso, [LASSO] lassogof,
[M-5] optimize( ), [ME] meglm postestimation, Ng, E. S.-W., [ME] me, [ME] meglm, [ME] melogit,
[R] binreg, [R] binreg postestimation, [R] glm, [ME] meprobit, [R] bootstrap, [R] bstat
[R] glm postestimation, [R] margins, [R] ologit, Ng, S., [TS] dfgls
[TE] teffects intro advanced, [XT] vce options, Nguyen, J. T., [PSS-2] Intro (power), [R] esize
[XT] xtgee, [XT] xtpoisson Nicewander, W. A., [R] correlate
Nelson, C. R., [R] ivregress postestimation, Nichols, A., [ME] meglm, [ME] mixed, [R] ivregress,
[TS] mswitch [R] reg3, [TE] etregress, [TE] teffects intro
Nelson, D. B., [TS] arch, [TS] arima, [TS] mgarch advanced, [XT] xtrc, [XT] xtreg
Nelson, E. C., [MV] alpha, [MV] factor, [MV] factor Nickell, S. J., [R] gmm, [TS] forecast, [XT] xtabond,
postestimation, [R] lincom, [R] mlogit, [XT] xtdpd, [XT] xtdpdsys, [XT] xtivreg,
[R] mprobit, [R] mprobit postestimation, [XT] xtunitroot
[R] predictnl, [R] slogit, [SEM] Example 37g Nielsen, B., [TS] varsoc, [TS] vec intro
Nelson, F. D., [R] logit, [R] probit Nielsen, M. O., [R] bootstrap, [TE] DID intro,
Nelson, W., [ST] stcrreg postestimation, [ST] sts [TE] didregress
Nelson, W. C., [MV] mvtest correlations Nightingale, F, [G-2] graph pie
Neter, J., [PSS-2] power oneway, [R] pkcross, Nijkamp, P., [META] Intro
[R] pkequiv, [R] pkshape, [R] regress, Nishimura, T., [FN] Random-number functions,
[R] regress postestimation [R] set rng, [R] set rngstream, [R] set seed
Netlib, [M-5] LinearProgram( ) Nocedal, J., [M-5] LinearProgram( )
Nett, L. M., [META] meta mvregress Nogueras, G. M., [ST] stcox
Neudecker, H., [TS] var svar Nolan, D., [R] Diagnostic plots
Neuhaus, J. M., [ME] me, [ME] meglm, [ME] melogit, Nordlund, D. J., [MV] discrim lda
[ME] meoprobit, [ME] mepoisson, Norton, E. C., [R] churdle, [R] ivregress, [R] nbreg,
[ME] mestreg, [ME] mixed, [XT] xtcloglog, [R] poisson, [R] qreg, [R] regress, [R] tobit,
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, [TE] teffects intro advanced
[XT] xtoprobit, [XT] xtprobit Norton, S. J., [R] rocreg, [R] rocreg postestimation,
Neumayer, E., [SP] Intro [R] rocregplot
98 Author index

Norwood, J. L., [R] Intro Osterwald-Lenum, M. G., [TS] vecrank


Nunnally, J. C., [MV] alpha Ostle, B., [R] anova postestimation
Nyquist, H., [LASSO] elasticnet Otero, J., [TS] dfgls, [TS] dfuller, [TS] pperron
Ott, R. L., [SVY] Survey
Ouliaris, S., [XT] xtcointtest
O Over, M., [R] regress, [XT] xtivreg
Overgaard, M., [ST] stcox
O’Brien, K. L., [R] prtest Owen, A. L., [TS] forecast
O’Brien, R. G., [PSS-2] power oneway
O’Brien, S. M., [TE] stteffects intro, [TE] stteffects
ipw, [TE] stteffects ipwra, [TE] stteffects P
postestimation, [TE] stteffects ra, [TE] stteffects
wra Pace, R. K., [SP] Intro, [SP] spivregress
O’Carroll, R. E., [META] meta summarize postestimation, [SP] spregress, [SP] spregress
O’Connell, P. G. J., [XT] xtunitroot postestimation, [SP] spxtregress postestimation
O’Connell, R. T., [TS] tssmooth, [TS] tssmooth Pacheco, J. M., [R] dstdize
dexponential, [TS] tssmooth exponential, Pacifico, D., [R] roctab
[TS] tssmooth hwinters, [TS] tssmooth Pagan, A. R., [MV] mvreg, [R] frontier,
shwinters [R] hetregress, [R] regress postestimation,
O’Donnell, C. J., [XT] xtfrontier [R] sureg, [TS] Glossary, [XT] xtreg
O’Donnell, O., [R] Inequality, [SVY] svy estimation, postestimation
[SVY] svyset Pagano, M., [R] dstdize, [R] logistic, [R] margins,
O’Fallon, W. M., [R] logit [R] proportion, [R] tabulate twoway,
[ST] ltable, [ST] sts
O’Hara, B., [BAYES] bayesmh
Paik, M. C., [META] Intro, [META] meta esize,
O’Neill, D., [R] gmm, [R] Inequality
[PSS-2] power oneproportion, [PSS-2] power
O’Neill, S., [R] Inequality twoproportions, [R] dstdize, [R] Epitab,
O’Rourke, K., [META] meta labbeplot [R] kappa
Oakes, D., [ST] ltable, [ST] stcox, [ST] stcox PH- Pall, G., [META] meta data
assumption tests, [ST] streg, [ST] sts Palma, W., [TS] arfima, [TS] arfima postestimation,
Obstfeld, M., [XT] xtunitroot [TS] estat acplot
Ochiai, A., [MV] measure option Palmer, T. M., [ME] mixed, [META] Intro,
Odell, P. M., [ST] stintcox, [ST] stintreg [META] meta, [META] meta funnelplot,
Odum, E. P., [MV] clustermat [R] ivregress, [SEM] Intro 5
Oehlert, G. W., [R] nlcom, [R] rocreg postestimation, Palta, M., [XT] xtcloglog, [XT] xtgee, [XT] xtintreg,
[R] rocregplot [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Oh, K.-Y., [XT] xtunitroot [XT] xtprobit, [XT] xttobit
Oldham, K. B., [FN] Mathematical functions, Pampel, F. C., [R] logistic, [R] logit, [R] probit
[FN] Trigonometric functions Paneth, N., [R] Epitab
Oliveira, A. G., [ST] ltable, [ST] sts Panneton, F., [FN] Random-number functions, [R] set
Olivier, D., [R] expoisson rngstream
Olkin, I., [META] Intro, [META] meta data, Pantazis, N., [ME] meglm, [ME] mixed
[META] meta esize, [META] meta summarize, Paolino, P., [R] betareg
[META] meta mvregress, [MV] hotelling, Papke, L. E., [R] fracreg
[R] kwallis, [TS] wntestb Parent, E., [BAYES] Intro
Olsen, M. K., [MI] Intro substantive Parham, R., [R] eivreg, [R] gmm
Olshansky, S. J., [ST] streg Park, H. J., [P] robust, [R] regress,
Olson, J. M., [R] symmetry [SVY] svy: tabulate twoway
Omar, R. Z., [ME] me Park, J. Y., [DSGE] Intro 8, [R] boxcox, [R] margins,
Ooms, M., [TS] arfima [R] nlcom, [R] predictnl, [R] rocreg
Oparil, S., [PSS-2] power repeated postestimation, [R] rocregplot, [R] testnl,
Orcutt, G. H., [TS] prais [TS] sspace, [TS] vec intro, [TS] vec,
Ord, J. K., [R] centile, [R] mean, [R] proportion, [TS] vecrank
[R] qreg, [R] ratio, [R] summarize, [R] total, Parker, R. A., [META] meta summarize
[SP] Intro, [SP] spregress Parkinson, A., [R] prtest
Orsini, N., [R] Epitab, [R] glm, [R] logit, Parks, W. P., [R] exlogistic
[R] mkspline, [R] qreg, [ST] streg, [XT] xtreg Parmar, M. K. B., [PSS-2] Intro (power),
Osbat, C., [XT] xtunitroot [PSS-2] power cox, [ST] stcox, [ST] streg
Oski, J., [R] prtest Parmeter, C. F., [R] npregress kernel
Osterlind, S. J., [IRT] DIF Parmigiani, G., [BAYES] Intro
Author index 99

Parner, E. T., [R] glm, [ST] stcox Perrot, B., [IRT] irt
Parzen, E., [R] estat ic, [R] kdensity Perry, H. M., [PSS-2] power repeated
Pasquini, J., [R] Epitab, [R] vwls Persson, R., [G-1] Graph intro
Patel, N. R., [R] exlogistic, [R] exlogistic Pesaran, M. H., [XT] xtunitroot
postestimation, [R] expoisson, [R] tabulate Pesarin, F., [R] tabulate twoway
twoway Peters, J. L., [META] Intro, [META] meta,
Paterson, L., [ME] melogit [META] meta funnelplot, [META] meta bias,
Patterson, H. D., [R] pkcross [META] meta trimfill
Patterson, K., [XT] xtunitroot Petersen, I., [MI] mi impute chained
Pattitoni, P., [R] betareg Peterson, B., [R] ologit
Paule, R. C., [META] Intro, [META] meta esize, Peterson, W. W., [R] lroc
[META] meta set, [META] meta summarize, Petit, S., [D] icd10
[META] meta regress Petitclerc, M., [R] kappa
Paulsen, J., [TS] varsoc, [TS] vec intro Petitti, D. B., [META] meta summarize
Pawitan, Y., [TE] teffects ra Petkova, E., [R] suest
Pearl, J., [BAYES] Intro Peto, J., [META] meta esize, [META] meta
Pearson, E. S., [BAYES] bayesmh, [R] ci, [R] ttest summarize, [ST] sts test
Pearson, K., Peto, R., [META] meta esize, [META] meta
[G-2] graph twoway histogram, [META] Intro, summarize, [R] ranksum, [ST] stcox,
[MV] mds, [MV] measure option, [MV] pca, [ST] streg, [ST] sts test
[R] correlate, [R] esize, [R] tabulate twoway Petrin, A. K., [R] frontier
Pechlivanoglou, P., [R] betareg Pettigrew, H. M., [META] meta esize
Péclat, M., [SP] spdistance Pevalin, D., [ME] mixed
Pedace, R., [R] logit, [R] probit, [R] regress, Pevehouse, J. C. W., [TS] Time series, [TS] arima,
[R] regress postestimation diagnostic plots, [TS] forecast, [TS] irf, [TS] var, [TS] vec
[U] 20.26 References Pfeffer, R. I., [R] symmetry
Pedroni, P., [XT] xtcointtest Pfeffermann, D., [ME] mixed
Peel, D., [FMM] fmm intro, [FMM] Example 1a Pfeiffer, F., [ERM] eoprobit
Peen, C., [MV] procrustes Pflueger, C. E., [R] ivregress postestimation
Pellock, I. M., [BAYES] bayesmh Pforr, K., [XT] xtmlogit
Pendergast, J. F., [XT] xtcloglog, [XT] xtgee, Philips, A. Q., [TS] vec, [TS] vecrank, [XT] xtstreg
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, Phillips, A., [IRT] difmh
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit
Phillips, A. N., [META] meta bias
Penfield, R. D., [IRT] DIF, [R] esize
Phillips, G., [R] estat gof
Peng, H., [SP] Intro
Phillips, P. C. B., [DSGE] Intro 8, [R] boxcox,
Peng, J., [PSS-2] power oneproportion [R] margins, [R] nlcom, [R] predictnl,
Peng, M., [R] pwcompare [R] regress postestimation time series,
Penrose, R., [M-5] pinv( ) [R] rocreg postestimation, [R] rocregplot,
Pepe, M. S., [R] roc, [R] roccomp, [R] rocfit, [R] testnl, [TS] pperron, [TS] vargranger,
[R] rocreg, [R] rocreg postestimation, [TS] vec intro, [TS] vec, [TS] vecrank,
[R] rocregplot, [R] roctab, [ST] stcrreg [TS] Glossary, [XT] xtcointtest, [XT] xtunitroot
Peracchi, F., [MI] Intro substantive, [R] jackknife, Piano Mortari, A., [SP] Intro
[R] regress, [R] regress postestimation Piantadosi, S., [P] robust, [U] 20.26 References
Perales, F., [ME] meglm Pickles, A., [ME] me, [ME] mepoisson, [ME] mestreg,
Pérez, C. M., [R] Epitab, [ST] stcox [MV] cluster dendrogram, [R] gllamm,
Pérez-Amaral, T., [U] 20.26 References [R] glm, [SEM] Acknowledgments,
Pérez-Hernández, M. A., [R] kdensity [SEM] Intro 2, [SEM] Example 29g,
Pérez-Regadera, J. F., [R] rocreg, [R] rocregplot [SEM] Methods and formulas for gsem,
Pericchi, L. R., [BAYES] Intro [TE] teffects multivalued, [XT] xtgee,
Perotti, V., [ERM] eoprobit, [R] heckoprobit, [XT] xtheckman
[R] heckprobit, [R] oprobit Pickup, M., [TS] Time series, [TS] arch, [TS] arima,
Perrier, D., [ME] menl [TS] vec
Perrin, E., [MV] alpha, [MV] factor, [MV] factor Pierce, D. A., [ME] me, [TS] wntestq
postestimation, [R] lincom, [R] mlogit, Pierce, G. S., [M-5] LinearProgram( )
[R] mprobit, [R] mprobit postestimation, Pierson, R. A., [ME] menl, [ME] mixed
[R] predictnl, [R] slogit, [SEM] Example 37g Piessens, R., [M-5] Quadrature( )
Perron, P., [TS] dfgls, [TS] estat sbsingle, Piet, L., [FMM] fmm intro
[TS] mswitch, [TS] pperron, [TS] Glossary Pietsch, T. W., [MV] cluster dendrogram
100 Author index

Pigott, T. D., [META] meta summarize, [META] meta Pokropek, A., [D] import, [RPT] dyndoc
mvregress Pole, A., [BAYES] Intro
Pike, M. C., [META] meta esize, [META] meta Pollard, W. E., [BAYES] Intro
summarize, [PSS-2] power twoproportions, Pollock, D. S. G., [TS] tsfilter, [TS] tsfilter bk,
[R] symmetry, [ST] ltable, [ST] streg [TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp
Pildava, S., [XT] xtgee Pollock, P. H., III, [G-1] Graph Editor, [R] histogram,
Pillai, K. C. S., [MV] canon, [MV] manova [R] logit, [R] regress, [R] summarize
Pillemer, D. B., [META] Intro, [META] meta, Ponce de Leon, A., [R] roccomp, [R] roctab
[META] meta funnelplot Poole, C., [META] meta trimfill
Pindyck, R. S., [ERM] eprobit, [R] biprobit, Porter, T. M., [R] correlate
[R] heckprobit Portes, A., [SEM] Example 7
Pinheiro, J. C., [ME] me, [ME] meglm, [ME] melogit, Posten, H. O., [FN] Statistical functions
[ME] menl, [ME] menl postestimation, Postma, M. J., [R] betareg
[ME] mepoisson, [ME] mixed, [ME] mixed,
Poterba, J. M., [TE] telasso
[ME] mixed postestimation, [META] meta
mvregress Pötscher, B. M., [LASSO] Lasso intro, [LASSO] Lasso
inference intro, [LASSO] lasso, [TE] telasso
Pintilie, M., [ST] stcrreg, [ST] stcrreg postestimation
Powell, H., [META] meta data
Pinzon, E., [D] egen, [P] postfile, [R] gmm,
[R] ivregress, [R] margins, [R] marginsplot, Powell, J. L., [ERM] Intro 7, [ERM] eregress predict,
[R] mlexp, [R] npregress intro, [R] npregress [ERM] Glossary, [R] ivprobit postestimation,
kernel, [R] probit, [SEM] gsem, [R] ivtobit postestimation, [R] npregress kernel,
[U] 1.4 References, [XT] xtabond, [XT] xtheckman
[XT] xtabond postestimation, [XT] xtreg Powell, M. J. D., [M-5] optimize( ), [TS] forecast solve
Pisati, M., [SP] Intro, [SP] grmap Powers, D. A., [R] logistic postestimation, [R] logit,
Pischke, J.-S., [R] ivregress, [R] ivregress [R] logit postestimation, [R] probit
postestimation, [R] qreg, [R] regress, Prais, S. J., [TS] prais
[TE] DID intro, [TE] didregress, [TE] stteffects Prakash, R., [ME] mestreg
ipw, [TE] stteffects ipwra, [TE] stteffects Pratt, J. W., [R] signrank
postestimation, [TE] stteffects ra, [TE] stteffects Pratt, T. C., [META] Intro
wra, [TE] teffects intro advanced, Preacher, K. J., [R] esize, [R] regress postestimation,
[U] 20.26 References [SEM] Example 42g
Pitarakis, J.-Y., [TS] threshold, [TS] vecrank Preece, D. A., [R] ttest
Pitblado, J. S., [M-5] deriv( ), [M-5] moptimize( ), Pregibon, D., [R] glm, [R] linktest, [R] logistic,
[P] Intro, [P] robust, [R] frontier, [R] gmm, [R] logistic postestimation, [R] logit, [R] logit
[R] lpoly, [R] Maximize, [R] ml, [R] npregress postestimation
kernel, [ST] sts, [SVY] Survey, [SVY] ml for Prentice, R. L., [ST] Discrete, [ST] ltable, [ST] stcox,
svy, [XT] xtfrontier [ST] stcox PH-assumption tests, [ST] stcox
Plackett, R. L., [CM] cmrologit, [M-5] mvnormal( ), postestimation, [ST] stintcox PH-assumption
[R] ameans, [R] regress, [R] summarize, plots, [ST] stintreg, [ST] streg, [ST] sts,
[R] ttest [ST] sts test, [ST] stset, [TE] stteffects intro,
Plan, E. L., [ME] menl [TE] stteffects ra, [XT] xtgee
Playfair, W. H., [G-2] graph bar, [G-2] graph pie Prescott, E. C., [TS] tsfilter, [TS] tsfilter hp
Ploberger, W., [TS] estat sbcusum, [TS] estat sbsingle Prescott, R. J., [ME] mixed
Plosser, C. I., [TS] vecrank Press, W. H., [FN] Statistical functions, [G-2] graph
Plum, A., [XT] xtprobit twoway contour, [M-5] solvenl( ), [P] matrix
Plummer, W. D., Jr., [PSS-2] power oneslope, symeigen, [R] dydx
[R] Epitab, [R] sunflower Pressel, S., [PSS-2] power repeated
Plümper, T., [SP] Intro Priestley, M. B., [TS] psdensity, [TS] tsfilter, [TS] ucm
Poege, F., [R] roctab Primont, D., [M-5] LinearProgram( )
Poi, B. P., [M-5] deriv( ), [M-5] moptimize( ), Propp, J. G., [BAYES] Intro
[P] Intro, [P] robust, [R] bootstrap, Proschan, M., [PSS-2] power repeated
[R] bstat, [R] frontier, [R] gmm, Prosser, R., [ME] mixed
[R] ivregress, [R] ivregress postestimation, Prucha, I. R., [SP] Intro, [SP] Intro 8, [SP] estat
[R] Maximize, [R] ml, [R] nl, [R] nlsur, moran, [SP] spivregress, [SP] spivregress
[R] reg3, [SVY] Survey, [SVY] ml for svy, postestimation, [SP] spregress, [SP] spregress
[XT] xtfrontier, [XT] xtrc postestimation, [SP] spxtregress
Poirier, D. J., [BAYES] Intro, [R] biprobit Pryor, D. B., [ST] stcox postestimation
Poisson, S. D., [R] poisson Pudney, S., [R] biprobit, [R] intreg
Pokhrel, A., [ST] sts Pujol, J., [LASSO] Lasso intro, [LASSO] Inference
examples, [M-5] LinearProgram( )
Author index 101

Punj, G. N., [CM] Intro 6, [CM] cmrologit Raghunathan, T. E., [MI] Intro substantive, [MI] mi
Putter, H., [ST] stcrreg, [ST] stcrreg postestimation estimate, [MI] mi impute, [MI] mi impute
chained, [MI] mi impute logit, [MI] mi impute
mlogit, [MI] mi impute monotone, [MI] mi
Q impute ologit, [MI] mi impute poisson, [MI] mi
Qaqish, B., [XT] xtgee impute truncreg, [MI] mi test
Qiu, X., [R] heckman, [R] ivregress Rajbhandari, A., [D] bcal, [D] Datetime conversion,
Quandt, R. E., [LASSO] lasso, [TS] estat sbsingle, [FN] Date and time functions, [P] postfile,
[TS] mswitch [R] gmm, [R] mlexp, [R] roc, [TS] arima,
Querol, X., [LASSO] Lasso intro, [LASSO] Inference [TS] dfgls, [TS] dfuller, [TS] irf, [TS] pperron,
examples, [M-5] LinearProgram( ) [TS] rolling, [TS] var
Quesenberry, C. P., [MV] discrim knn Ramadas, V., [R] roc
Quintó, L., [M-5] docx*( ), [RPT] putexcel, Ramalheira, C., [R] ameans
[RPT] putexcel advanced Ramaswamy, V., [CM] cmmixlogit,
Quistorff, B., [R] set rngstream, [TE] teffects intro, [CM] cmxtmixlogit, [FMM] Example 3
[TE] teffects intro advanced Ramey, C. T., [PSS-2] power repeated
Qureshi, Z. P., [ST] stintcox Rampichini, C., [XT] xtmlogit
Ramsahai, R. R., [R] ivregress
Ramsey, J. B., [R] regress postestimation
R
Rao, C. R., [ME] me, [ME] mixed, [MV] factor,
Rabe-Hesketh, S., [ERM] eprobit, [FMM] fmm [MV] hotelling, [MV] manova
intro, [IRT] irt, [IRT] irt grm, [IRT] irt Rao, D. S. P., [XT] xtfrontier
rsm, [IRT] irt hybrid postestimation, Rao, J. N. K., [SVY] Direct standardization,
[ME] me, [ME] mecloglog, [ME] meglm, [SVY] Poststratification, [SVY] svy bootstrap,
[ME] meglm postestimation, [ME] melogit, [SVY] svy: tabulate twoway, [SVY] Variance
[ME] melogit postestimation, [ME] menbreg, estimation
[ME] menl, [ME] meologit, [ME] meoprobit, Rao, P., [ERM] eregress
[ME] mepoisson, [ME] meprobit, [ME] mestreg, Rao, T. R., [MV] measure option
[ME] mixed, [ME] mixed postestimation,
Rao, V., [CM] cmmixlogit, [CM] cmxtmixlogit
[R] gllamm, [R] glm, [R] heckoprobit,
[R] heckprobit, [R] ivprobit, [R] ivtobit, Raphson, J., [M-5] optimize( )
[R] logistic, [R] logit, [R] nbreg, [R] ologit, Rasbash, J., [ME] me, [ME] meglm, [ME] melogit,
[R] oprobit, [R] poisson, [R] probit, [ME] meprobit, [ME] mixed
[SEM] Acknowledgments, [SEM] Intro 2, Rasch, G., [BAYES] bayesmh, [IRT] irt, [IRT] irt 1pl,
[SEM] Intro 4, [SEM] Example 28g, [SEM] Example 28g
[SEM] Example 29g, [SEM] Example 30g, Rasciute, S., [R] zioprobit
[SEM] Example 39g, [SEM] Example 40g, Ratcliffe, S. J., [XT] xtgee
[SEM] Example 41g, [SEM] Example 45g, Raters, F. H. C., [XT] xtcointtest, [XT] xtgls
[SEM] Example 46g, [SEM] Methods and Rathouz, P. J., [TE] eteffects
formulas for gsem, [SEM] predict after gsem, Ratkovic, M., [TE] tebalance, [TE] tebalance overid
[XT] xtcloglog, [XT] xtgee, [XT] xtheckman, Ratkowsky, D. A., [R] nl, [R] pk, [R] pkcross
[XT] xtintreg, [XT] xtlogit, [XT] xtologit,
Raudenbush, S. W., [ME] me, [ME] meglm,
[XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit,
[ME] mepoisson, [ME] mestreg, [ME] mixed,
[XT] xtstreg, [XT] xttobit
[META] Intro, [META] meta, [META] meta
Rabinowitz, D., [ST] stintcox, [ST] stintreg esize, [META] meta set, [META] meta
Rabinowitz, P., [M-5] Quadrature( ) forestplot, [META] meta summarize,
Rachman, S., [R] Epitab [META] meta regress, [META] meta bias,
Raciborski, R., [IRT] irt, [IRT] irtgraph icc, [META] meta mvregress
[IRT] irtgraph tcc, [IRT] irtgraph iif, Ravn, M. O., [TS] tsfilter, [TS] tsfilter hp
[IRT] irtgraph tif, [MV] cluster, [R] cpoisson, Ray, S., [D] icd10
[R] lrtest, [R] poisson, [SP] Intro, Raykov, T., [IRT] irt, [SEM] estat eqgof,
[SP] spivregress postestimation, [SP] spregress, [SEM] Example 3, [SEM] Methods and
[SP] spregress postestimation formulas for sem
Racine, J. S., [R] npregress intro, [R] npregress Rayner, P. J. W., [BAYES] Intro
kernel, [R] npregress series
Reardon, S. F., [R] hetoprobit
Racine-Poon, A., [BAYES] Intro, [BAYES] bayesmh
Reaven, G. M., [SEM] Example 52g
Radmacher, R. D., [PSS-2] power
Rebelo, S. T., [DSGE] Intro 3b, [DSGE] Intro 3e,
Raftery, A. E., [BAYES] Intro, [BAYES] Bayesian [DSGE] Intro 3f, [TS] tsfilter, [TS] tsfilter hp
commands, [BAYES] bayesmh,
Redelmeier, D. A., [R] brier
[BAYES] bayesstats ic, [R] BIC note, [R] estat
Redondo-Sánchez, D., [R] roc
ic, [R] glm, [SEM] estat gof, [SEM] estat lcgof
102 Author index

Reeves, D., [META] Intro, [META] meta, Rip, M., [R] Epitab
[META] meta summarize Rising, W. R., [FN] Programming functions,
Reichenheim, M. E., [R] kappa, [R] roccomp, [U] 12.11 References
[R] roctab Ritov, Y., [LASSO] Lasso intro, [LASSO] Lasso
Reichlin, L., [BAYES] bayes: var inference intro, [LASSO] lasso
Reid, C., [M-5] Hilbert( ), [R] ci Rivas, I., [LASSO] Lasso intro, [LASSO] Inference
Reid, N. M., [ST] stcox examples, [M-5] LinearProgram( )
Reid, R., [R] prtest Rivera, R., [R] Epitab
Reinfurt, K. H., [MV] mvtest correlations Rivers, D., [R] ivprobit
Reinsch, C. H., [M-5] spline3( ), [P] matrix symeigen Robbins, N. B., [G-2] graph dot
Reinsel, G. C., [TS] arfima, [TS] arima, Roberson, P. K., [R] estat gof
[TS] corrgram, [TS] cumsp, [TS] dfuller, Robert, C. P., [BAYES] Intro
[TS] estat acplot, [TS] pergram, [TS] pperron, Roberts, C., [PSS-2] power
[TS] psdensity, [TS] vec intro, [TS] xcorr Roberts, G. O., [BAYES] Intro, [BAYES] bayesmh,
Reise, S. P., [IRT] irt, [SEM] Example 28g, [BAYES] bayesstats summary
[SEM] Example 29g Roberts, J. J. L., [META] meta data
Reiter, J. P., [MI] Intro substantive, [MI] Intro, Roberts, S., [PSS-2] power
[MI] mi estimate, [MI] mi estimate using, Robin, S., [ERM] eintreg
[MI] mi test Robins, J. M., [BAYES] bayesstats ppvalues,
Relles, D. A., [R] rreg [IRT] difmh, [LASSO] Lasso inference
Rencher, A. C., [MV] biplot, [MV] ca, [MV] candisc, intro, [LASSO] lasso, [LASSO] poregress,
[MV] canon, [MV] canon postestimation, [LASSO] xpologit, [LASSO] xpopoisson,
[MV] cluster, [MV] discrim, [MV] discrim [LASSO] xporegress, [META] Intro,
estat, [MV] discrim knn, [MV] discrim [META] meta summarize, [META] Glossary,
lda, [MV] discrim lda postestimation, [R] Epitab, [TE] stteffects intro, [TE] stteffects
[MV] discrim logistic, [MV] discrim qda, ipw, [TE] stteffects ipwra, [TE] stteffects wra,
[MV] discrim qda postestimation, [MV] factor, [TE] teffects intro advanced, [TE] telasso
[MV] manova, [MV] mca, [MV] mvtest, Robins, R. P., [TS] arch
[MV] mvtest correlations, [MV] mvtest Robinson, A., [M-5] Toeplitz( )
covariances, [MV] mvtest means, [MV] mvtest
Robinson, K. L., [IRT] irt
normality, [MV] pca, [MV] screeplot, [R] anova
postestimation Robinson, L., [META] meta mvregress
Rennie, D., [META] Intro Robson, K., [ME] mixed
Research Triangle Institute, [SVY] svy: tabulate Robyn, D. L., [G-2] graph bar, [G-2] graph pie,
twoway [G-2] graph twoway histogram, [R] cumul
Revankar, N. S., [BAYES] bayesmh, [R] frontier, Rodgers, J. L., [R] correlate
[XT] xtfrontier Rodrı́guez, G., [ME] me, [R] nbreg, [RPT] dyndoc,
Revelt, D., [CM] cmmixlogit, [CM] cmxtmixlogit [RPT] putpdf begin
Reyher, K., [ME] meintreg Roger, J. H., [ME] mixed, [ME] Glossary
Rice, K., [META] Intro, [META] meta, [META] meta Rogers, C. A., [R] summarize
summarize Rogers, D. J., [MV] measure option
Rice, N., [FMM] fmm intro Rogers, H. J., [IRT] irt, [IRT] diflogistic
Richards, D. S. P., [MV] mvtest means Rogers, W. H., [D] egen, [P] robust, [R] brier,
Richards, S., [META] meta data [R] glm, [R] heckman, [R] lincom, [R] mlogit,
[R] mprobit, [R] mprobit postestimation,
Richardson, W., [R] ttest
[R] predictnl, [R] qreg, [R] rocreg, [R] rreg,
Richman, D. D., [ST] stintreg [R] sktest, [R] slogit, [R] suest, [R] swilk,
Richter, J. R., [PSS-2] power logrank [U] 20.26 References
Ridder, G., [TE] stteffects intro, [TE] stteffects Rogoff, K., [XT] xtunitroot
ipw, [TE] stteffects ipwra, [TE] teffects intro Rohlf, F. J., [MV] cluster, [MV] measure option
advanced
Rohwer, G., [ME] mestreg
Rieckmann, A., [MI] mi impute chained
Rojas, P. B., [PSS-2] power cmh
Riffenburgh, R. H., [R] ksmirnov, [R] kwallis
Rolin, J.-M., [IRT] irt 3pl
Riley, A. R., [D] filefilter
Romano, J. P., [R] test
Riley, R. D., [META] meta mvregress, [META] estat
Rombouts, J. V. K., [TS] mgarch
heterogeneity, [META] Glossary
Romney, A. K., [MV] ca
Rios Insua, D., [BAYES] Intro
Ronchetti, E. M., [D] egen, [R] qreg
Rios-Avila, F., [D] egen, [R] gmm, [R] npregress
kernel, [R] qreg, [XT] xtreg Ronning, G., [R] clogit
Author index 103

Roodman, D., [D] collapse, [ERM] Intro 9, Royston, P., continued


[ERM] eintreg, [ERM] eoprobit, [ERM] eprobit, [MI] mi impute monotone, [MI] mi impute
[ERM] eregress, [R] bootstrap, [TE] DID intro, nbreg, [MI] mi impute pmm, [MI] mi
[TE] didregress, [XT] xtdpd, [XT] xtdpdsys, predict, [PSS-2] Intro (power), [PSS-2] power
[XT] xtheckman cox, [R] bootstrap, [R] centile, [R] cusum,
Roos, C., [M-5] LinearProgram( ) [R] Diagnostic plots, [R] dotplot, [R] dydx,
Roos, D., [META] meta mvregress [R] Epitab, [R] estat ic, [R] fp, [R] fp
Rosati, R. A., [ST] stcox postestimation postestimation, [R] glm, [R] kdensity,
Rose, D. W., [MV] discrim knn [R] lnskew0, [R] lowess, [R] marginsplot,
[R] mfp, [R] ml, [R] nl, [R] sktest, [R] smooth,
Rose, J. M., [CM] nlogit
[R] swilk, [ST] ltable, [ST] stcox, [ST] stcox
Rosen, H. S., [XT] xtabond, [XT] xtdpd, PH-assumption tests, [ST] stcox postestimation,
[XT] xtdpdsys [ST] streg, [TE] stteffects intro
Rosenbaum, P. R., [TE] stteffects intro, [TE] stteffects Rubin, D. B., [BAYES] Intro,
ipw, [TE] stteffects ipwra, [TE] stteffects [BAYES] bayesmh, [BAYES] bayesstats grubin,
postestimation, [TE] stteffects ra, [TE] stteffects [BAYES] bayesstats ic, [BAYES] bayesstats
wra, [TE] tebalance, [TE] teffects intro ppvalues, [BAYES] bayesstats
advanced, [TE] telasso summary, [BAYES] bayespredict,
Rosenbluth, A. W., [BAYES] Intro [BAYES] bayes: xtnbreg, [BAYES] Glossary,
Rosenbluth, M. N., [BAYES] Intro [ME] me, [ME] mixed, [META] Intro,
Rosenquist, T., [M-1] LAPACK [META] meta summarize, [META] meta
Rosenthal, J. S., [BAYES] Intro, [BAYES] Intro, mvregress, [MI] Intro substantive, [MI] mi
[BAYES] bayesmh estimate, [MI] mi estimate using, [MI] mi
Rosenthal, R., [META] Intro, [META] meta, impute, [MI] mi impute chained, [MI] mi
[META] meta summarize, [META] meta impute logit, [MI] mi impute monotone,
mvregress, [R] contrast [MI] mi impute mvn, [MI] mi impute pmm,
Rosnow, R. L., [R] contrast [MI] mi impute regress, [MI] mi predict,
Ross, G. J. S., [MV] measure option, [R] nl [MI] mi test, [R] contrast, [TE] stteffects
Rossi, B., [TS] forecast, [TS] var, [TS] vargranger intro, [TE] stteffects ipw, [TE] stteffects ipwra,
Rossi, P. E., [R] sureg [TE] stteffects postestimation, [TE] stteffects ra,
[TE] stteffects wra, [TE] tebalance, [TE] teffects
Rossi, S. S., [ST] stcrreg
intro advanced, [TE] telasso
Rothenberg, T. J., [TS] dfgls, [TS] sspace, [TS] var
Rubin, H., [R] ivregress postestimation
svar, [TS] vec, [TS] Glossary
Rubinfeld, D. L., [ERM] eprobit, [R] biprobit,
Rothkopf, E. Z., [MV] mdslong
[R] heckprobit
Rothman, K. J., [R] ci, [R] dstdize, [R] Epitab,
Rubinstein, L. V., [PSS-2] power exponential
[R] poisson
Rubio-Ramı́rez, J. F., [DSGE] Intro 1, [DSGE] dsgenl
Rothstein, H. R., [META] Intro, [META] Intro,
[META] meta, [META] meta summarize, Rücker, G., [META] Intro, [META] meta summarize,
[META] meta regress, [META] meta trimfill [META] meta funnelplot, [META] meta bias
Rothwell, S. T., [SVY] Survey, [SVY] svy estimation Rudebusch, G. D., [R] ivregress postestimation
Rotnitzky, A., [TE] stteffects intro, [TE] stteffects Ruggles, S., [R] mlexp
ipw, [TE] stteffects ipwra, [TE] stteffects wra, Ruhe, C., [R] bootstrap, [ST] stcox, [ST] stcurve
[TE] teffects intro advanced Runkle, D. E., [TS] arch
Rousseeuw, P. J., [D] egen, [MV] cluster, Ruppert, D., [BAYES] bayesmh, [ME] me,
[MV] clustermat, [MV] matrix dissimilarity, [ME] meglm, [ME] menl, [ME] mixed,
[MV] measure option, [P] matrix dissimilarity, [R] boxcox, [R] rreg
[R] qreg, [R] regress postestimation, [R] rreg Rush, M., [D] egen
Rovigatti, G., [XT] xtfrontier Rushton, L., [META] Intro, [META] meta funnelplot,
Rovine, M. J., [R] correlate [META] meta bias, [META] meta trimfill
Rowling, J. K., [SP] Intro 2 Russell, P. F., [MV] measure option
Roy, S. N., [MV] canon, [MV] manova Rutherford, E., [R] poisson
Royall, R. M., [P] robust, [U] 20.26 References Rutherford, M. J., [R] poisson, [ST] stcrreg,
Royle, J. A., [BAYES] Intro [ST] stptime
Royston, P., [D] generate, [D] sort, [G-2] graph Ruud, P. A., [CM] cmrologit, [R] gmm, [R] suest
twoway lowess, [G-2] graph twoway scatter, Ruyssen, I., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys
[MI] Intro substantive, [MI] Intro, [MI] mi Ryan, L. M., [ST] stintcox, [ST] stintreg
estimate, [MI] mi estimate using, [MI] mi Ryan, P., [D] pctile, [U] 11.7 References
export, [MI] mi export ice, [MI] mi import, Ryan, T. P., [PSS-2] Intro (power), [PSS-3] ciwidth
[MI] mi import ice, [MI] mi impute, [MI] mi onemean, [PSS-3] ciwidth twomeans, [R] QC
impute chained, [MI] mi impute intreg,
104 Author index

S Savin, N. E., [R] regress postestimation time series


Sawa, T., [R] estat ic
Sadhana, V. V., [M-5] LinearProgram( ) Saxl, I., [R] correlate
Saikkonen, P., [TS] vec intro, [TS] vecrank Schaalje, G. B., [ME] mixed, [R] anova postestimation
Saint-Cyr, L. D. F., [FMM] fmm intro Schabenberger, O., [ME] me
Sajaia, Z., [R] biprobit, [R] heckprobit Schafer, J. L., [MI] Intro substantive, [MI] Intro
substantive, [MI] mi estimate, [MI] mi impute,
Sakamoto, Y., [R] BIC note
[MI] mi impute monotone, [MI] mi impute
Saksman, E., [BAYES] Intro, [BAYES] bayesmh mvn, [MI] mi impute truncreg, [TE] teffects
Salanti, G., [META] Intro, [META] meta esize, intro advanced
[META] meta set, [META] meta summarize Schaffer, C. M., [MV] cluster
Salas Pauliac, C. H., [D] egen Schaffer, M. E., [LASSO] Lasso intro, [R] ivregress,
Salgado-Ugarte, I. H., [R] kdensity, [R] smooth [R] ivregress postestimation
Salmond, D. J., [BAYES] Intro Schank, T., [ME] meglm, [ME] melogit,
Saltzman, M. J., [M-5] LinearProgram( ) [ME] meoprobit, [ME] mepoisson,
Salvador, M., [TS] vecrank [ME] mestreg, [ME] mixed, [XT] xtreg
Samaniego, F. J., [TS] varwle Scheaffer, R. L., [SVY] Survey
Samejima, F., [IRT] irt 3pl, [IRT] irt grm, Schechter, C. B., [D] Datetime, [D] destring,
[IRT] irtgraph iif [D] egen, [D] encode, [U] 11.7 References,
Sammon, J. W., Jr., [MV] mds, [MV] mdslong, [U] 12.11 References, [U] 13.13 References,
[MV] mdsmat, [MV] Glossary [U] 24.5 References, [U] 26.3 References
Sammons, P., [MI] mi estimate Scheffé, H., [R] anova, [R] ci, [R] oneway
Sampson, A. R., [MV] hotelling Schenck, D., [D] import fred, [DSGE] Intro 3a,
Samuels, S. J., [U] 25.8 References [DSGE] dsge, [TS] irf, [TS] var, [TS] var svar,
San Martı́n, E., [IRT] irt 3pl [TS] vargranger, [TS] varsoc
Sánchez, G., [TS] arima Schenker, N., [MI] Intro substantive, [MI] mi impute,
Sánchez-Meca, J., [META] Intro, [META] meta [MI] mi impute pmm, [MI] mi impute regress
summarize, [META] meta regress Scheys, I., [ME] melogit postestimation
Sánchez-Peñalver, A., [R] churdle, [R] intreg, [R] tobit Schlattmann, P., [FMM] fmm intro
Sanders, F., [R] brier Schlesselman, J. J., [R] boxcox, [R] Epitab
Sándor, L., [TE] teffects intro advanced Schlossmacher, E. J., [R] qreg
Sansó, A., [TS] dfgls, [TS] dfuller Schluchter, M. D., [ME] mixed
Santner, T. J., [PSS-2] power exponential Schmeiser, B. W., [FN] Random-number functions
Santos Silva, J. M. C., [R] gmm, [R] ivpoisson Schmid, C. H., [META] Intro, [META] meta
Santosham, M., [R] prtest funnelplot, [META] meta bias
Sarabia, J. M., [MI] Intro substantive, [MI] mi impute Schmid, T., [ME] mixed
chained Schmidt, A. W., [XT] xt
Sarafidis, V., [XT] xtreg Schmidt, C. H., [R] brier
Sargan, J. D., [R] ivregress postestimation, [TS] prais Schmidt, E., [M-5] svd( )
Sargent, T. J., [DSGE] Intro 1, [DSGE] Intro 5, Schmidt, F. L., [META] Intro, [META] meta esize,
[TS] dfactor [META] meta set, [META] meta summarize,
Särndal, C.-E., [SVY] Calibration, [SVY] Variance [META] meta regress
estimation Schmidt, P., [R] frontier, [R] regress postestimation,
Sarstedt, M., [MV] cluster, [MV] pca, [R] anova, [XT] xtfrontier, [XT] xtunitroot
[R] regress Schmidt, T. J., [D] egen
Sasieni, P. D., [R] dotplot, [R] glm, [R] poisson, Schmitt-Grohé, S., [DSGE] Intro 3f, [DSGE] Intro 9b
[R] smooth, [ST] stcox Schneider, D. C., [D] import haver
Sass, T. R., [R] areg, [XT] xtreg Schneider, H., [R] sdtest
Satorra, A., [SEM] Intro 4, [SEM] Intro 7, Schneider, M., [META] Intro, [META] meta bias,
[SEM] Intro 9, [SEM] Example 1, [META] Glossary
[SEM] Methods and formulas for sem Schneider, T., [ME] mestreg
Satterthwaite, F. E., [ME] mixed, [ME] Glossary, Schneider, W., [TS] sspace
[R] esize, [R] ttest, [SVY] Variance estimation Schnell, D., [P] robust, [R] regress,
Sauerbrei, W., [R] bootstrap, [R] estat ic, [R] fp, [SVY] svy: tabulate twoway
[R] mfp Schoenberg, I. J., [R] npregress intro, [R] npregress
Saunders, C. L., [PSS-2] Intro (power) series
Sautory, O., [SVY] Calibration Schoenfeld, D. A., [PSS-2] power cox, [PSS-2] power
Savage, I. R., [ST] sts test exponential, [PSS-2] power logrank, [ST] stcox,
Savegnago, M., [R] Inequality [ST] stcox postestimation, [ST] streg
Author index 105

Schonlau, M., [R] glm, [R] logistic, [R] logit, Seneta, E., [R] correlate, [U] 1.4 References
[R] poisson, [R] regress Senn, S. J., [R] glm, [R] ttest
Schorfheide, F., [DSGE] Intro 1, [DSGE] dsgenl Sentana, E., [TS] mgarch
Schork, M. A., [PSS-2] power pairedproportions Seo, M. H., [TS] threshold, [XT] xtabond,
Schriger, D. L., [META] meta forestplot [XT] xtdpd, [XT] xtdpdsys
Schröder, C., [ME] mixed Seppä, K., [ST] sts
Schroeder, M. B., [R] mlexp Sera, F., [META] meta mvregress
Schucany, W. R., [FN] Random-number functions Serachitopol, D. M., [ST] sts graph
Schuirmann, D. J., [R] pkequiv Serfling, R. J., [DSGE] dsge, [TS] irf create
Schumacher, M., [ST] stcrreg Shafer, G., [ST] stcox postestimation
Schumaker, L. L., [R] npregress intro, [R] npregress Shah, B. V., [SVY] Direct standardization,
series [SVY] Poststratification, [SVY] Variance
Schumm, L. P., [D] sort estimation
Schunck, R., [ME] meglm, [ME] mixed, [XT] xtreg Shanno, D. F., [M-5] LinearProgram( ),
Schur, I., [M-5] schurd( ) [M-5] optimize( )
Schwartzman, S., [ST] stcox postestimation Shao, J., [PSS-2] Intro (power), [PSS-2] power
Schwarz, C., [FN] String functions, [R] bootstrap, onemean, [PSS-2] power twomeans,
[U] 24.5 References [PSS-2] power pairedmeans, [PSS-2] power
Schwarz, G., [BAYES] Intro, [MV] factor oneproportion, [PSS-2] power exponential,
postestimation, [R] BIC note, [R] estat [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
ic, [SEM] estat gof, [SEM] estat lcgof, onemean, [PSS-3] ciwidth twomeans,
[SEM] Methods and formulas for sem [R] npregress kernel, [R] npregress series,
[SVY] Survey, [SVY] svy jackknife,
Schwarzer, G., [META] Intro, [META] meta data,
[SVY] Variance estimation
[META] meta summarize, [META] meta
funnelplot, [META] meta bias Shao, Q.-M., [BAYES] Intro, [BAYES] bayesstats
summary
Schwert, G. W., [TS] dfgls
Shapiro, S., [R] Epitab
Scorcu, A. E., [R] betareg
Shapiro, S. S., [R] swilk
Scott, A. J., [SVY] estat, [SVY] svy: tabulate twoway
Shaposhnikova, T. O., [FN] Matrix functions
Scott, C., [SVY] estat, [SVY] Subpopulation
estimation, [SVY] svy bootstrap, [SVY] svy Sharp, S. J., [META] Intro, [META] meta,
estimation [META] meta summarize, [META] meta
regress, [META] estat bubbleplot, [META] meta
Scott, D. A., [ST] stcox, [ST] stcrreg
mvregress
Scott, D. W., [R] kdensity
Shavelson, R. J., [MV] alpha
Scott, E. L., [R] Intro
Shea, J. S., [R] ivregress postestimation
Scott, G. B., [R] exlogistic
Shear, B. R., [R] hetoprobit
Scott, L. J., [R] summarize
Sheather, S. J., [R] boxcox, [R] lowess, [R] lpoly,
Searle, S. R., [ME] me, [ME] meglm, [ME] melogit, [R] nestreg, [R] npregress kernel, [R] qreg,
[ME] meoprobit, [ME] mepoisson, [R] regress postestimation, [R] regress
[ME] mestreg, [ME] mixed, [R] contrast, postestimation diagnostic plots, [R] stepwise
[R] margins, [R] pwcompare, [R] pwmean
Sheehan, N. A., [R] ivregress
Sears, J. M., [D] icd10cm, [D] icd10pcs
Sheiner, L. B., [ME] menl
Sears, R. R., [R] Epitab
Sheldon, T. A., [META] Intro, [META] meta trimfill
Seber, G. A. F., [META] meta regress, [META] meta
Shen, S., [R] ivregress
mvregress, [MV] biplot, [MV] manova,
[MV] mvtest, [MV] mvtest means, [MV] mvtest Shepard, R. N., [MV] mds postestimation plots
normality Shephard, N., [BAYES] Intro
Sébille, V., [IRT] irt pcm Shewhart, W. A., [R] QC
Seed, P. T., [R] spearman Shi, X., [R] gmm, [R] Inequality
Segerstedt, B., [LASSO] elasticnet Shiboski, S. C., [R] logistic, [ST] stcox, [TE] stteffects
Seidler, J., [R] correlate intro, [TE] stteffects ipw, [TE] stteffects ipwra,
[TE] stteffects postestimation, [TE] stteffects ra,
Seiford, L. M., [M-5] LinearProgram( )
[TE] stteffects wra, [TE] teffects intro advanced
Self, S. G., [ME] me, [ME] melogit, [ME] meoprobit,
Shiller, R. J., [R] tobit
[ME] mepoisson, [ME] mestreg
Shimizu, M., [R] kdensity
Selvin, S., [R] Epitab, [R] poisson, [ST] ltable,
[ST] stcox Shin, Y., [XT] xtunitroot
Sempos, C. T., [R] dstdize, [R] Epitab, [ST] ltable, Shoemaker, L. H., [R] ci
[ST] stcox Shrout, P. E., [R] icc, [R] kappa
Semykina, A., [ERM] eprobit, [R] Inequality Shults, J., [XT] xtgee
Shumway, R. H., [TS] arima
106 Author index

Sianesi, B., [TE] stteffects intro, [TE] teffects intro Slaymaker, E., [P] file
advanced, [TE] teffects multivalued Sleight, P., [META] meta esize, [META] meta
Siber, G., [R] prtest summarize
Sibson, R., [MV] cluster, [MV] cluster dendrogram Slone, D., [R] Epitab
Šidák, Z., [R] correlate, [R] oneway Smans, M., [ME] menbreg, [ME] mepoisson,
Sidik, K., [META] Intro, [META] meta esize, [SEM] Example 39g
[META] meta set, [META] meta summarize, Smeeton, N. C., [R] ranksum, [R] signrank
[META] meta regress, [META] meta bias Smirnov, N. V., [R] ksmirnov
Siegmund, D., [TS] estat sbsingle Smith, A. F. M., [BAYES] Intro, [BAYES] bayesmh,
Silvennoinen, A., [TS] mgarch, [TS] mgarch ccc [ERM] eprobit, [MI] mi impute chained,
Silverman, B. W., [R] kdensity, [R] npregress intro, [TS] arima, [XT] xtcloglog, [XT] xtintreg,
[R] qreg, [TE] teoverlap [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Silvey, S. D., [R] hetoprobit, [R] ologit, [R] oprobit [XT] xtpoisson, [XT] xtprobit, [XT] xttobit
Simes, R. J., [META] Intro Smith, B. T., [P] matrix symeigen
Simon, K., [TE] DID intro, [TE] didregress Smith, C. A. B., [MV] discrim estat, [MV] discrim
Simon, R., [BAYES] bayesmh, [PSS-2] power qda, [R] ranksum
Simonoff, J. S., [R] kdensity, [R] npregress intro, Smith, D. D., [META] Intro
[R] npregress kernel, [R] tnbreg, [R] tpoisson Smith, E. K., [R] ologit, [R] oprobit
Simons, K. L., [D] reshape Smith, H., [ME] me, [ME] menl, [MV] manova,
Simor, I. S., [R] kappa [R] eivreg, [R] oneway, [R] stepwise
Simpson, T., [M-5] optimize( ) Smith, J., [TS] dfgls, [TS] dfuller, [TS] pperron
Sims, C., [BAYES] bayes: var Smith, J. M., [R] fp
Sims, C. A., [TS] dfactor, [TS] irf create, [TS] var Smith, M. L., [META] meta esize, [META] Glossary,
svar, [TS] vec intro, [TS] vec, [TS] vecrank [R] esize
Sin, N. L., [META] Intro Smith, P. G., [META] meta esize, [META] meta
Singleton, K. J., [R] gmm summarize, [PSS-2] power twoproportions
Sinha, B. K., [ME] mixed, [META] meta mvregress Smith, R. J., [R] ivprobit
Sinha, D., [BAYES] Intro Smith, R. L., [ST] streg
Sininger, Y., [R] rocreg, [R] rocreg postestimation, Smith, T. M. F., [SVY] Survey
[R] rocregplot Smith-Vikos, T., [MV] discrim knn
Sitgreaves, R., [R] icc Smithson, M., [R] betareg, [R] esize, [R] regress
Sjölander, P. C., [R] glm, [R] logit postestimation
Skeels, C. L., [R] predict Smullyan, R. M., [MV] mds
Skinner, C. J., [ME] mixed, [SVY] Survey, Smythe, B., [ST] sts
[SVY] estat, [SVY] svy estimation, Sneath, P. H. A., [MV] cluster dendrogram,
[SVY] Variance estimation [MV] measure option
Skolkova, A., [R] ivregress Snedecor, G. W., [R] ameans, [R] anova, [R] correlate,
Skovlund, E., [PSS-2] power cox [R] oneway, [R] ranksum, [R] signrank
Skrondal, A., [ERM] eprobit, [FMM] fmm intro, Snell, E. J., [R] exlogistic, [R] expoisson, [ST] stcox,
[IRT] irt, [IRT] irt hybrid postestimation, [ST] stcox PH-assumption tests, [ST] streg
[ME] me, [ME] meglm, [ME] meglm postestimation
postestimation, [ME] melogit, [ME] melogit Snow, J., [R] Epitab, [TE] DID intro
postestimation, [ME] menbreg, [ME] menl, Snowden, C. B., [SVY] svy bootstrap, [SVY] Variance
[ME] meologit, [ME] meoprobit, estimation
[ME] mepoisson, [ME] mestreg, [ME] mixed, Sobel, M. E., [SEM] estat teffects
[ME] mixed postestimation, [R] gllamm, Sobol, D. F., [ME] me, [ME] meglm, [ME] meologit,
[R] glm, [SEM] Acknowledgments, [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
[SEM] Intro 2, [SEM] Intro 4, Sokal, R. R., [MV] cluster dendrogram,
[SEM] Example 28g, [SEM] Example 29g, [MV] measure option
[SEM] Example 30g, [SEM] Example 39g, Solenberger, P., [MI] Intro substantive, [MI] mi
[SEM] Example 40g, [SEM] Example 41g, impute, [MI] mi impute chained, [MI] mi
[SEM] Example 45g, [SEM] Example 46g, impute logit, [MI] mi impute mlogit, [MI] mi
[SEM] Methods and formulas for gsem, impute monotone, [MI] mi impute ologit,
[SEM] predict after gsem, [U] 1.4 References, [MI] mi impute poisson, [MI] mi impute
[XT] xtcloglog, [XT] xtgee, [XT] xtheckman, truncreg
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, Soloaga, I., [R] Inequality
[XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit, Sommer, C. J., [FMM] fmm intro
[XT] xtstreg, [XT] xttobit
Song, F., [META] Intro, [META] meta trimfill
Song, S. H., [ME] mixed
Author index 107

Sörbom, D., [MV] factor postestimation, [SEM] estat Steiger, W., [R] qreg
ginvariant, [SEM] estat mindices, [SEM] estat Steigerwald, D. G., [MV] cluster
residuals, [SEM] estat scoretests Stein, C., [R] bootstrap
Sorensen, D., [M-1] LAPACK, [M-5] lapack( ), Steinberg, D., [CM] cmmixlogit, [CM] cmxtmixlogit
[P] matrix eigenvalues Steinberg, L., [IRT] irt grm
Sørensen, T. J., [MV] measure option Stephenson, D. B., [MV] pca, [R] brier
Sorrentino, R., [TS] tsfilter, [TS] tsfilter bw Stepniewska, K. A., [R] nptrend
Sosa-Escudero, W., [XT] xtreg, [XT] xtreg Stern, H. S., [BAYES] Intro, [BAYES] bayesmh,
postestimation, [XT] xtregar [BAYES] bayesstats ic, [BAYES] bayesstats
Sotoca, S., [TS] sspace ppvalues, [BAYES] bayesstats
Soupre, M., [TS] forecast summary, [BAYES] bayespredict,
Sowell, F., [TS] arfima [BAYES] bayes: xtnbreg, [BAYES] Glossary,
Spanier, J., [FN] Mathematical functions, [MI] Intro substantive, [MI] mi impute mvn,
[FN] Trigonometric functions [MI] mi impute regress
Sparks, A. T., [SEM] Example 41g Stern, J. M., [META] Intro
Späth, H., [MV] cluster Sterne, J. A. C., [META] Intro, [META] meta,
Spearman, C. E., [MV] factor, [R] icc, [R] spearman [META] meta forestplot, [META] meta
Speed, F. M., [R] margins summarize, [META] meta funnelplot,
Speed, T., [R] Diagnostic plots [META] meta bias, [MI] Intro, [R] dstdize,
[R] summarize, [SEM] Intro 5, [ST] stcox,
Spence, I., [G-2] graph pie
[XT] xtreg
Sperling, R. I., [TS] dfgls
Steurer, M., [META] meta data
Spiegal, N., [R] ztest
Stevens, E. H., [MV] mvtest
Spiegel, D. C., [ME] me, [ME] meglm, [ME] meologit,
Stevenson, R. E., [R] frontier
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit
Stewart, G. W., [M-5] svd( ), [P] matrix svd
Spiegelhalter, D. J., [BAYES] bayesstats ic,
[META] meta summarize, [R] brier Stewart, J., [ST] ltable
Spieldman, R. S., [R] symmetry Stewart, M. B., [R] intreg, [R] oprobit, [R] tobit,
[XT] xtprobit
Spiessens, B., [ME] me, [ME] melogit postestimation
Stigler, S. M., [R] ameans, [R] ci, [R] correlate,
Spindler, M., [LASSO] Lasso inference intro,
[R] kwallis, [R] qreg, [R] regress,
[LASSO] poivregress, [LASSO] poregress
[R] summarize
Spinelli, D., [ST] stcox postestimation
Stijnen, T., [META] meta mvregress
Spitzer, J. J., [R] boxcox
Stillman, S., [R] ivregress, [R] ivregress postestimation
Spizzichino, F., [BAYES] Intro
Stinchcombe, M. B., [R] npregress kernel
Sprent, P., [R] ranksum, [R] signrank
Stine, R., [R] bootstrap
Springate, D. A., [META] Intro
Stitzer, M. L., [META] meta mvregress
Sribney, W. M., [P] matrix mkmat, [PSS-2] power
Stock, J. H., [R] areg postestimation, [R] ivregress,
trend, [R] stepwise, [SVY] estat, [SVY] svy
[R] ivregress postestimation, [R] npregress
postestimation, [SVY] svy: tabulate twoway,
kernel, [R] regress, [TS] Time series, [TS] arch,
[SVY] svydescribe
[TS] dfactor, [TS] dfgls, [TS] irf create,
Srivastava, S., [META] meta summarize [TS] rolling, [TS] sspace, [TS] var intro,
Stack, C. B., [META] meta summarize [TS] var, [TS] var svar, [TS] vec intro,
Staelin, R., [CM] Intro 6, [CM] cmrologit [TS] vec, [TS] vecrank, [TS] Glossary,
Stagg, V., [R] pwcompare [XT] xtcloglog, [XT] xthtaylor, [XT] xtlogit,
Stahel, W. A., [D] egen [XT] xtologit, [XT] xtoprobit, [XT] xtpoisson,
Stahl, D., [MV] cluster, [MV] cluster stop [XT] xtprobit, [XT] xtreg, [XT] xtstreg
Staiger, D. O., [R] ivregress postestimation Stoker, T. M., [R] npregress kernel
Stampini, M., [XT] xtreg Stoll, B. J., [R] Epitab
Stangl, D. K., [BAYES] Intro Stoll, L., [MI] mi estimate
Starmer, C. F., [R] vwls Stolley, P. D., [R] Epitab
Startz, R., [R] ivregress postestimation, [TS] mswitch Stone, M. H., [IRT] irt
Staub, K. E., [R] ologit, [XT] xtologit Storer, B. E., [ST] stcrreg
Stefanski, L. A., [R] eivreg, [TE] teffects aipw Stork, D. G., [MV] cluster, [MV] cluster stop
Stegun, I. A., [FN] Mathematical functions, Stoto, M. A., [R] lv
[R] contrast, [R] orthog Stouffer, S. A., [SEM] Example 50g
Steichen, T. J., [D] duplicates, [META] meta, Stover, L., [R] rocreg, [R] rocreg postestimation,
[META] meta bias, [META] meta trimfill, [R] rocregplot
[R] sunflower Støvring, H., [M-2] pointers
Steiger, J. H., [R] esize Straathof, B., [D] insobs
108 Author index

Stram, D. O., [ME] me Sweeting, T. J., [ST] streg


Street, J. O., [R] rreg Sweetman, O., [R] gmm, [R] Inequality
Stroup, W. W., [ME] me Swensson, B., [SVY] Variance estimation
Stryhn, H., [ME] meintreg, [R] Epitab, [R] regress Swets, J. A., [R] lroc
Stuart, A., [R] centile, [R] mean, [R] proportion, Sykes, R. C., [IRT] irt 3pl
[R] qreg, [R] ratio, [R] summarize, Sylvester, J. J., [M-5] svd( )
[R] symmetry, [R] total, [SVY] Survey Szroeter, J., [R] regress postestimation
Studenmund, A. H., [R] regress, [R] regress
postestimation
Student, see Gosset, W. S. T
Stuetzle, W., [R] sunflower Tabachnick, B. G., [MV] discrim, [MV] discrim lda
Sturdivant, R. X., [PSS-2] power mcc, [R] clogit, Tabord-Meehan, M., [R] mean
[R] clogit postestimation, [R] estat
Taffé, P., [R] pwcompare
classification, [R] estat gof, [R] glm, [R] lincom,
[R] logistic, [R] logistic postestimation, Taka, M. T., [R] pkcross
[R] logit, [R] logit postestimation, [R] lroc, Tallis, G. M., [ERM] eprobit postestimation
[R] lrtest, [R] lsens, [R] mlogit, [R] predictnl, Tamhane, A. C., [FN] Statistical functions,
[R] stepwise, [RPT] dyndoc, [RPT] putdocx [PSS-2] power onemean, [PSS-2] power
intro, [RPT] set docx, [SEM] Example 33g, onemean, cluster, [R] oneway, [R] ztest
[SEM] Example 34g, [XT] xtgee Tamminen, J., [BAYES] Intro, [BAYES] bayesmh
Sturtz, S., [BAYES] bayesmh Tan, S. B., [PSS-2] power logrank
Suades-González, E., [LASSO] Lasso Tan, S. H., [PSS-2] power logrank
intro, [LASSO] Inference examples, Tan, W. Y., [P] robust, [U] 20.26 References
[M-5] LinearProgram( ) Tan, Z., [TE] teffects intro advanced, [TE] teffects
Suárez, C., [R] heckoprobit, [R] heckprobit aipw
Suárez, E. L., [R] Epitab, [ST] stcox Tanimoto, T. T., [MV] measure option
Sued, M., [TE] teffects intro advanced Taniuchi, T., [R] kdensity
Suen, H. K., [R] icc Tanner, M. A., [BAYES] Intro, [MI] Intro substantive,
Sulaimanova, B., [ERM] eprobit [MI] mi impute mvn
Sullivan, A., [D] Datetime durations Tanner, W. P., Jr., [R] lroc
Sullivan, G., [P] robust, [R] regress, Tanur, J. M., [R] kwallis
[SVY] svy: tabulate twoway Tao, T., [M-5] LinearProgram( )
Sultakeev, K., [ERM] eprobit Tapia, R. A., [R] kdensity
Summers, G. F., [SEM] Example 9 Tarlov, A. R., [MV] alpha, [MV] factor, [MV] factor
Summers, R., [XT] xtunitroot postestimation, [R] lincom, [R] mlogit,
Sun, D. L., [LASSO] Lasso intro [R] mprobit, [R] mprobit postestimation,
Sun, J., [ST] stintcox, [ST] stintreg [R] predictnl, [R] slogit, [SEM] Example 37g
Sun, L., [R] ivregress, [R] ivregress postestimation Tarone, R. E., [R] Epitab, [ST] sts test
Sun, W., [MI] Intro substantive Tastan, H., [TS] vargranger
Sun, Y., [LASSO] Lasso intro, [R] gmm, [R] test, Taub, A. J., [XT] xtreg
[XT] xt Tauchmann, H., [M-5] LinearProgram( ), [R] frontier,
Sunyer, J., [LASSO] Lasso intro, [LASSO] Inference [R] heckman
examples, [M-5] LinearProgram( ) Taylor, C., [R] gllamm, [R] glm
Sussman, S., [ME] me, [ME] meglm, [ME] meologit, Taylor, H. M., [TS] mswitch
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit Taylor, J. B., [DSGE] Intro 1
Sutton, A. J., [META] Intro, [META] meta, Taylor, J. E., [LASSO] Lasso intro
[META] meta data, [META] meta esize, Taylor, J. M. G., [MI] Intro substantive, [MI] mi
[META] meta summarize, [META] meta impute, [MI] mi impute pmm, [MI] mi impute
funnelplot, [META] meta bias, [META] meta regress
trimfill, [META] meta mvregress Taylor, L. W., [R] predict
Svennerholm, A. M., [R] Epitab Taylor, M. A., [R] set rngstream, [R] simulate
Swaminathan, H., [IRT] irt, [IRT] diflogistic Taylor, W. E., [XT] xthtaylor
Swamy, P. A. V. B., [XT] xtivreg, [XT] xtrc, Teller, A. H., [BAYES] Intro
[XT] xtreg Teller, E., [BAYES] Intro
Swanson, S. A., [MI] mi estimate, [MI] mi impute, ten Berge, J. M. F., [MV] procrustes
[XT] xtgee ter Bogt, T., [MV] mvtest
Swed, F. S., [R] runtest Teräsvirta, T., [TS] mgarch, [TS] mgarch ccc
Sweeting, M. J., [META] meta data, [META] meta Terbish, M., [R] logit
esize Terlaky, T., [M-5] LinearProgram( )
Author index 109

Terpstra, T. J., [R] nptrend Ting Lee, M.-L., [ST] stcox PH-assumption tests
Terrin, N., [META] Intro, [META] meta funnelplot, Tippett, L. H. C., [ST] streg
[META] meta bias Titiunik, R., [PSS-2] power, [TE] teffects intro,
Terza, J. V., [R] cpoisson, [R] heckpoisson, [TE] teffects intro advanced
[R] margins, [TE] eteffects, [TE] etpoisson Tjernström, E., [XT] xtgee, [XT] xtreg
Tetzlaff, J., [META] Intro, [META] meta funnelplot, Tobin, J., [ERM] eintreg, [R] tobit
[META] meta bias Toby, J., [SEM] Example 50g
Teukolsky, S. A., [FN] Statistical functions, Toeplitz, O., [M-5] Toeplitz( )
[G-2] graph twoway contour, [M-5] solvenl( ), Tolkien, J. R. R., [SP] Intro 2
[P] matrix symeigen, [R] dydx Tolnay, S. E., [SP] estat moran, [SP] spregress,
Thall, P. F., [ME] mepoisson [SP] spxtregress
Thayer, D. T., [IRT] difmh Toman, R. J., [R] stepwise
Theil, H., [R] ivregress, [R] reg3, [TS] prais Tommasello, A. C., [META] meta mvregress
Therneau, T. M., [ME] mestreg, [ST] stcox, [ST] stcox Tone, K., [M-5] LinearProgram( )
PH-assumption tests, [ST] stcox postestimation, Tong, H., [R] estat ic, [TS] threshold
[ST] stcrreg
Toplis, P. J., [R] binreg
Thiele, T. N., [R] summarize
Torgerson, W. S., [MV] mds, [MV] mdslong,
Thissen, D., [IRT] irt grm [MV] mdsmat
Thomas, A., [BAYES] bayesmh Toulopoulou, T., [ME] mecloglog, [ME] melogit,
Thomas, D. C., [ST] sttocc [ME] meprobit
Thomas, D. G., [META] meta esize, [R] Epitab Touloumi, G., [ME] meglm, [ME] mixed
Thomas, D. R., [SVY] svy: tabulate twoway Townes, J. M., [D] icd10
Thompson, B., [MV] canon postestimation, [R] esize, Townsend, W., [LASSO] Lasso intro
[R] regress postestimation Train, G. F., [SVY] Survey, [SVY] svy sdr,
Thompson, D. J., [TE] teffects intro advanced [SVY] Variance estimation
Thompson, J., [BAYES] Intro, [BAYES] Bayesian Train, K. E., [CM] Intro 5, [CM] Intro 8,
commands, [BAYES] bayesmh, [PSS-2] power, [CM] cmclogit, [CM] cmmixlogit,
[R] poisson, [ST] stptime [CM] cmmprobit, [CM] cmxtmixlogit
Thompson, J. C., [R] Diagnostic plots Tramarin, A., [R] betareg
Thompson, J. R., [META] meta mvregress, Tramèr, M. R., [META] meta
[R] kdensity Trampe, B., [R] mlexp
Thompson, M. L., [R] rocreg Trapido, E., [R] exlogistic
Thompson, S. G., [ME] me, [META] Intro, Trefethen, L. N., [M-5] svd( )
[META] Intro, [META] meta esize,
Treiman, D. J., [R] eivreg, [R] mlogit
[META] meta set, [META] meta summarize,
[META] meta regress, [META] estat bubbleplot, Trewn, J., [MV] mds
[META] meta mvregress, [META] estat Trichopoulos, D., [R] Epitab
heterogeneity, [META] Glossary Trikalinos, T. A., [META] meta bias
Thompson, S. K., [BAYES] Intro, [SVY] Survey Trimbur, T. M., [TS] psdensity, [TS] tsfilter,
Thompson, W. A., Jr., [ME] me, [ME] menl, [TS] tsfilter hp, [TS] ucm
[ME] mixed Trivedi, P. K., [CM] Intro 8, [CM] cmclogit,
Thoms, J., [BAYES] bayesmh [CM] cmmixlogit, [CM] cmmprobit,
Thomson, G. H., [MV] factor postestimation, [CM] cmxtmixlogit, [ERM] Intro 9,
[MV] Glossary [ERM] eintreg, [FMM] fmm intro,
[FMM] Example 1a, [FMM] Example 2,
Thorndike, F., [R] poisson
[FMM] Example 3, [ME] meglm, [ME] mixed,
Thurstone, L. L., [CM] cmrologit, [MV] rotate [R] betareg, [R] bootstrap, [R] cpoisson,
Tian, L., [ST] stcox [R] gmm, [R] heckman, [R] heckoprobit,
Tibshirani, R. J., [LASSO] Lasso intro, [R] heckpoisson, [R] intreg, [R] ivpoisson,
[LASSO] elasticnet, [LASSO] lasso, [R] ivregress, [R] ivregress postestimation,
[LASSO] lassogof, [LASSO] lassoknots, [R] logit, [R] mprobit, [R] nbreg, [R] ologit,
[LASSO] lasso options, [LASSO] sqrtlasso, [R] oprobit, [R] poisson, [R] probit, [R] qreg,
[M-5] LinearProgram( ), [MV] discrim knn, [R] regress, [R] regress postestimation,
[R] bootstrap, [R] qreg [R] simulate, [R] sureg, [R] tnbreg,
Tidmarsh, C. E., [R] fp [R] tobit, [R] tpoisson, [R] zinb, [R] zinb
Tierney, L., [BAYES] Intro, [ME] me postestimation, [R] zip, [R] zip postestimation,
Tilbury, J. B., [R] signrank [SEM] Example 53g, [SEM] Example 54g,
Tilford, J. M., [R] estat gof [TE] etregress, [TE] stteffects intro,
Tilling, K., [ME] mixed, [ST] stcox, [XT] xtreg [TE] stteffects ipw, [TE] stteffects ipwra,
Timm, N. H., [MV] manova
110 Author index

Trivedi, P. K., continued Ulene, A. L., [ME] me, [ME] meglm, [ME] meologit,
[TE] stteffects postestimation, [TE] stteffects [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
ra, [TE] stteffects wra, [TE] teffects intro Ullah, A., [R] npregress kernel
advanced, [TE] teffects aipw, [TE] teffects ra, University Group Diabetes Program, [R] Epitab
[TS] forecast estimates, [XT] xt, [XT] xtnbreg, Uno, H., [ST] stcox
[XT] xtpoisson Upton, G. J. G., [U] 1.4 References
Tsai, C.-L., [LASSO] lasso, [LASSO] lassoknots, Upward, R., [ME] meglm, [ME] melogit,
[R] npregress intro, [R] npregress kernel [ME] meoprobit, [ME] mepoisson,
Tsay, R. S., [TS] varsoc, [TS] vec intro [ME] mestreg, [ME] mixed, [XT] xtreg
Tse, Y. K., [TS] mgarch, [TS] mgarch vcc Ureta, M., [XT] xtreg
Tsiatis, A. A., [R] exlogistic, [ST] stcrreg, Urga, G., [TS] Time series, [TS] arch, [TS] arima,
[ST] stintcox, [ST] stintreg, [TE] stteffects [TS] mgarch, [TS] tsline
intro, [TE] stteffects ipw, [TE] stteffects ipwra, Uribe, M., [DSGE] Intro 3f, [DSGE] Intro 9b
[TE] stteffects postestimation, [TE] stteffects
Usinger, R. L., [MV] cluster dendrogram
ra, [TE] stteffects wra, [TE] teffects intro
advanced, [TE] teffects aipw Uthoff, V. A., [PSS-2] power cox
Tsui, A. K. C., [TS] mgarch, [TS] mgarch vcc
Tsui, K.-W., [BAYES] bayesstats ppvalues, V
[BAYES] bayespredict
Tsybakov, A. B., [LASSO] Lasso inference intro, Vach, W., [R] Epitab, [R] regress, [ST] stcrreg
[LASSO] lasso Væth, M., [PSS-2] power cox
Tu, D., [SVY] Survey, [SVY] svy jackknife, Vahter, P., [ERM] eprobit
[SVY] Variance estimation Vail, S. C., [ME] mepoisson
Tufte, E. R., [G-2] graph bar, [G-2] graph pie, Valentine, J. C., [META] Intro
[R] stem Vallejo, G., [ME] mixed
Tukey, J. W., [D] egen, [G-2] graph box, [G-2] graph Valliant, R., [SVY] Survey, [SVY] Calibration
matrix, [P] if, [R] jackknife, [R] ladder, Valman, H. B., [R] fp
[R] linktest, [R] lv, [R] pwcompare, [R] regress Valsecchi, M. G., [PSS-2] power logrank, [ST] stcrreg,
postestimation diagnostic plots, [R] rreg, [ST] sts test
[R] smooth, [R] spikeplot, [R] stem, [SVY] svy van Belle, G., [MV] factor, [MV] pca, [PSS-2] power
jackknife twomeans, [PSS-2] power oneway,
Tukey, P. A., [G-2] graph box, [G-2] graph matrix, [PSS-2] power twoway, [R] anova, [R] dstdize,
[G-3] by option, [R] Diagnostic plots, [R] oneway
[R] lowess, [U] 1.4 References van Breukelen, G. J. P., [PSS-2] power onemean,
Turnbull, B. W., [ST] stintcox, [ST] stintcox PH- cluster, [PSS-2] power twomeans, cluster,
assumption plots, [ST] stintreg postestimation [PSS-2] power oneproportion, cluster,
Turner, E. L., [PSS-2] power onemean, cluster, [PSS-2] power twoproportions, cluster
[PSS-2] power twomeans, cluster, van Buuren, S., [MI] Intro substantive, [MI] mi
[PSS-2] power oneproportion, cluster, impute, [MI] mi impute chained, [MI] mi
[PSS-2] power twoproportions, cluster, impute logit, [MI] mi impute mlogit, [MI] mi
[PSS-2] power logrank, cluster, [R] permute, impute monotone, [MI] mi impute ologit,
[XT] xtgee [MI] mi impute poisson
Turner, R. M., [ME] me van de Geer, S., [LASSO] Lasso intro, [LASSO] lasso
Tutz, G., [ME] me Van de Ven, W. P. M. M., [ERM] eprobit, [R] biprobit,
Tweedie, R. L., [META] Intro, [META] Intro, [R] heckoprobit, [R] heckprobit
[META] meta, [META] meta trimfill van den Broeck, J., [R] frontier, [XT] xtfrontier
Twisk, J. W. R., [XT] xtgee, [XT] xtlogit, van der Ende, J., [MV] mvtest
[XT] xtologit, [XT] xtoprobit, [XT] xtreg Van der Heijden, P. G. M., [MV] ca postestimation
Tyler, D. E., [MV] pca van der Laan, M. J., [TE] teffects intro advanced
Tzavalis, E., [XT] xtunitroot Van Der Linde, A., [BAYES] bayesstats ic
van der Linden, W. J., [IRT] irt, [SEM] Example 28g,
[SEM] Example 29g
U Van der Merwe, C. A., [MV] mvtest, [MV] mvtest
means
Überhuber, C. W., [M-5] Quadrature( ) Van der Reyden, D., [R] ranksum
Uebersax, J. S., [R] tetrachoric van der Vaart, A. W., [BAYES] bayesstats ppvalues,
Uhlendorff, A., [CM] cmmprobit, [R] mlogit, [ST] stintcox, [TE] teffects aipw
[R] mprobit van Doorslaer, E., [SVY] svy estimation, [SVY] svyset
Uhlig, H., [TS] tsfilter, [TS] tsfilter hp van Dorsselaer, S., [MV] mvtest
Ulam, S., [BAYES] Intro
Author index 111

Van Hoewyk, J., [MI] Intro substantive, [MI] mi Vick, R., [R] mlexp
impute, [MI] mi impute chained, [MI] mi Vidakovic, B., [BAYES] Intro
impute logit, [MI] mi impute mlogit, [MI] mi Vidmar, S., [R] ameans
impute monotone, [MI] mi impute ologit, Viechtbauer, W., [META] Intro, [META] meta esize,
[MI] mi impute poisson, [MI] mi impute [META] meta set, [META] meta summarize,
truncreg [META] meta regress
van Houwelingen, H. C., [META] meta mvregress Vigfusson, R. J., [TS] forecast solve
Van Kerm, P., [P] postfile, [R] Inequality, [R] kdensity Villejo, L., [META] meta mvregress
Van Loan, C. F., [R] orthog, [R] tetrachoric, Vinten-Johansen, P., [R] Epitab
[TS] arfima, [TS] arfima postestimation Vittinghoff, E., [R] logistic, [ST] stcox, [TE] stteffects
Van Mechelen, I., [MI] Intro substantive, [MI] mi intro, [TE] stteffects ipw, [TE] stteffects ipwra,
impute [TE] stteffects postestimation, [TE] stteffects ra,
Van Ourti, T., [R] Inequality [TE] stteffects wra, [TE] teffects intro advanced
Van Pragg, B. M. S., [ERM] eprobit, [R] biprobit, Vock, D. M., [TE] telasso
[R] heckoprobit, [R] heckprobit Voena, A., [TE] didregress
van Roye, B., [BAYES] bayes: var Vohr, B. R., [R] rocreg, [R] rocreg postestimation,
Vandermonde, A.-T., [M-5] Vandermonde( ) [R] rocregplot
Varadharajan-Krishnakumar, J., [XT] xtivreg Vollebergh, W. A. M., [MV] mvtest
Vázquez, D. P., [META] Intro von Bortkiewicz, L., [R] poisson
Vazquez-Bare, G., [TE] teffects intro, [TE] teffects von Eye, A., [R] correlate
intro advanced von Neumann, J., [BAYES] Intro
Vazquez-Bare, G., [PSS-2] power Von Storch, H., [R] brier
Veall, M. R., [DSGE] Intro 8 Vondráček, J., [R] correlate
Vega Yon, G. G., [R] set rngstream Vonesh, E. F., [ME] me, [ME] menl
Vehtari, A., [BAYES] Intro, [BAYES] bayesmh, Vuong, Q. H., [R] ivprobit
[BAYES] bayesstats ic, [BAYES] bayesstats
ppvalues, [BAYES] bayesstats
summary, [BAYES] bayespredict, W
[BAYES] bayes: xtnbreg, [BAYES] Glossary,
[MI] Intro substantive, [MI] mi impute mvn, Wacholder, S., [R] binreg
[MI] mi impute regress Wade, A., [META] Intro
Vella, F., [ME] me, [TE] etregress Wagner, H. M., [R] qreg
Velleman, P. F., [R] regress postestimation, [R] smooth Wagner, M., [XT] xtunitroot
Venables, W., [R] esize Wagner, T., [MV] mvtest
Venti, S. F., [TE] telasso Wagstaff, A., [SVY] svy estimation, [SVY] svyset
Ventura, M., [TE] teffects intro Wagstaff, D. A., [MI] mi estimate
Ventura, V., [BAYES] bayesstats ppvalues Wainer, H., [G-2] graph pie, [IRT] DIF
Verardi, V., [G-2] graph box, [MV] pca, [R] correlate, Wainwright, M., [LASSO] Lasso intro,
[R] fp, [R] ivregress, [R] lpoly, [R] npregress [LASSO] elasticnet, [LASSO] lasso,
kernel, [R] poisson, [R] rreg, [R] summarize, [LASSO] lassogof, [LASSO] lasso options,
[XT] xtreg [LASSO] sqrtlasso
Verbeek, M., [ME] me, [TE] etregress Waksman, J., [PSS-2] power logrank, cluster
Verbeke, G., [ME] me, [ME] me, [ME] meglm, Walburg, H. E., Jr., [ST] stintreg
[ME] menl, [ME] mixed, [MI] Intro Wald, A., [TS] varwle
substantive, [MI] mi impute, [XT] xtreg Walker, A. J., [FN] Random-number functions,
postestimation [M-5] runiform( )
Verdinelli, I., [BAYES] Intro Walker, A. M., [R] Epitab
Verdurmen, J., [MV] mvtest Walker, J., [CM] cmmixlogit, [CM] cmxtmixlogit
Verkuilen, J., [R] betareg Walker, S., [ST] sts test
Vermandele, C., [G-2] graph box, [R] summarize Walle, Y. M., [XT] xtcointtest, [XT] xtgls
Verme, C. N., [ME] menl Waller, L. A., [SP] Intro, [SP] spregress
Veroniki, A. A., [META] Intro, [META] meta esize, Wallet, P. A., [META] Intro
[META] meta set, [META] meta summarize Wallgren, A., [G-1] Graph intro
Vetter, J. A., [META] meta forestplot Wallgren, B., [G-1] Graph intro
Vetterling, W. T., [FN] Statistical functions, Wallis, W. A., [R] kwallis
[G-2] graph twoway contour, [M-5] solvenl( ), Walsh, B., [R] Inequality
[P] matrix symeigen, [R] dydx Walstrum, T., [TE] etregress
Vevea, J. L., [META] Intro, [META] meta summarize Walters, E. H., [META] meta data
112 Author index

Walters, S. J., [PSS-2] power onemean, cluster, Wedderburn, R. W. M., [LASSO] lasso, [R] glm,
[PSS-2] power twomeans, cluster, [XT] xtgee
[PSS-2] power oneproportion, cluster, Wedel, M., [FMM] fmm intro, [FMM] Example 3
[PSS-2] power twoproportions, cluster, [R] ci, Weeks, D. G., [SEM] estat framework,
[R] kappa, [R] tabulate twoway, [R] ztest [SEM] Glossary
Wand, M. P., [BAYES] bayesmh, [ME] me, Weerahandi, S., [BAYES] bayesstats ppvalues,
[ME] meglm, [ME] mixed, [R] kdensity [BAYES] bayespredict
Wang, H., [PSS-2] Intro (power), [PSS-2] power Weesie, J., [CM] cmrologit, [D] joinby, [D] label,
onemean, [PSS-2] power twomeans, [D] label language, [D] labelbook,
[PSS-2] power pairedmeans, [PSS-2] power [D] mvencode, [D] recode, [D] rename,
oneproportion, [PSS-2] power exponential, [D] reshape, [MV] alpha, [MV] ca
[PSS-3] Intro (ciwidth), [PSS-3] ciwidth postestimation, [R] hausman, [R] ladder,
onemean, [PSS-3] ciwidth twomeans [R] regress postestimation, [R] suest,
Wang, H.-J., [R] frontier, [XT] xtfrontier [R] sureg, [R] tabstat, [R] tetrachoric,
Wang, J.-L., [ST] sts graph [SEM] Acknowledgments, [ST] stsplit
Wang, J. W., [ST] streg Wei, H., [M-5] LinearProgram( )
Wang, L., [LASSO] sqrtlasso, [ST] stintcox Wei, L., [ME] mixed
Wang, N., [META] Intro Wei, L. J., [P] robust, [ST] stcox, [ST] stcrreg,
Wang, Q., [R] ivregress, [TS] arima, [TS] newey [SVY] svy estimation, [U] 20.26 References
Wang, S., [R] ivregress postestimation Wei, W. W. S., [TS] psdensity, [TS] tsfilter, [TS] ucm,
Wang, Y., [CM] cmmprobit, [TS] var, [TS] vargranger [TS] Glossary
Wang, Z., [R] Epitab, [R] logistic postestimation, Wei, Y., [LASSO] Lasso inference intro,
[R] stepwise [LASSO] dslogit, [LASSO] dspoisson,
Ward, B. W., [R] ci [LASSO] lasso, [LASSO] pologit,
Ward, J. H., Jr., [MV] cluster, [MV] cluster linkage [LASSO] popoisson, [LASSO] poregress,
[ST] ltable, [ST] stcox postestimation
Ware, J. H., [ME] me, [ME] meglm, [ME] melogit,
[ME] meoprobit, [ME] mepoisson, Weibull, W., [ST] streg
[ME] mestreg, [ME] mixed, [ST] sts test Weidner, M., [XT] xtlogit, [XT] xtprobit
Ware, J. E., Jr., [MV] alpha, [MV] factor, [MV] factor Weinberg, S. L., [R] anova, [R] oneway, [R] ttest
postestimation, [R] lincom, [R] mlogit, Weisberg, H. F., [R] summarize
[R] mprobit, [R] mprobit postestimation, Weisberg, S., [R] boxcox, [R] regress, [R] regress
[R] predictnl, [R] slogit, [SEM] Example 37g postestimation
Warren, K., [R] Epitab Weiss, J., [MV] mdsmat
Wasi, N., [D] merge Weiss, M., [D] egen, [G-3] by option, [R] estimates
Wason, J. M. S., [PSS-2] power repeated, table, [U] 13.13 References
[PSS-2] power oneslope Weisstein, E. W., [R] rocreg postestimation
Wasserstein, R. L., [U] 20.26 References Welch, B. L., [R] esize, [R] ttest
Waterson, E. J., [R] binreg Welch, C., [MI] mi impute chained
Watson, G. S., [R] lpoly, [R] npregress kernel, Welch, K. B., [ME] estat wcorrelation, [ME] mixed
[R] regress postestimation time series, Welch, P. D., [BAYES] Intro
[TS] prais, [TS] Glossary Weller, S. C., [MV] ca
Watson, M. W., [R] areg postestimation, [R] ivregress, Wellington, J. F., [R] qreg
[R] regress, [TS] Time series, [TS] arch, Wellner, J. A., [ST] stintcox, [ST] stintreg
[TS] dfactor, [TS] dfgls, [TS] irf create, Wells, K. B., [R] lincom, [R] mlogit, [R] mprobit,
[TS] rolling, [TS] sspace, [TS] var intro, [R] mprobit postestimation, [R] predictnl,
[TS] var, [TS] var svar, [TS] vec intro, [R] slogit
[TS] vec, [TS] vecrank, [XT] xtcloglog, Welsch, R. E., [R] regress postestimation,
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit, [R] regress postestimation diagnostic plots,
[XT] xtpoisson, [XT] xtprobit, [XT] xtreg, [U] 18.14 References
[XT] xtstreg
Welsh, A. H., [R] bootstrap
Weatherholt, R., [R] prtest
Welsh, D., [M-5] halton( )
Webb, M. D., [R] bootstrap, [TE] DID intro,
Wernow, J. B., [D] destring
[TE] didregress
West, B. T., [ME] estat wcorrelation,
Weber, A., [META] Intro
[ME] mixed, [SVY] Survey, [SVY] estat,
Weber, S., [R] correlate, [SP] spdistance, [SVY] Subpopulation estimation
[TS] vargranger
West, K. D., [R] glm, [R] gmm, [R] ivregress,
Webster, A. D., [R] fp [TS] newey, [TS] pperron, [XT] xtcointtest,
Wechsler, S., [ERM] eintreg [XT] xtunitroot
Author index 113

West, M., [BAYES] Intro, [BAYES] bayesstats Wiggins, V. L., [G-3] axis choice options,
ppvalues, [BAYES] bayespredict [G-3] axis label options, [ME] mixed,
West, S., [R] Epitab [SEM] sem, [TS] sspace, [U] 16.5 References,
West, S. G., [R] pcorr [U] 17.10 References
Westerlund, J., [XT] xtcointtest Wikle, C. K., [BAYES] Intro
Westfall, R. S., [M-5] optimize( ) Wilcox, D. W., [R] ivregress postestimation
Westlake, W. J., [R] pkequiv Wilcox, R. A., [R] ranksum, [R] signrank
Wewers, M. E., [META] meta mvregress Wilcox, R. R., [D] egen
Weyl, H. K. H., [M-5] svd( ) Wilcoxon, F., [R] kwallis, [R] ranksum, [R] signrank,
Wheaton, B., [SEM] Example 9 [ST] sts test
Whelton, P. K., [PSS-2] power repeated Wilde, J., [R] gmm
White, H. L., Jr., [ERM] eintreg, [ERM] eoprobit, Wiley, N. Y., [U] 1.4 References
[ERM] eprobit, [ERM] eregress, [P] robust, Wilhelm, D., [R] eivreg, [R] lpoly, [R] npregress
[R] regress, [R] regress postestimation, kernel, [R] npregress series
[R] rocreg, [R] suest, [TS] newey, [TS] prais, Wilhelm, S., [ERM] eprobit postestimation
[U] 20.26 References, [XT] xtheckman, Wilk, M. B., [R] cumul, [R] Diagnostic plots,
[XT] xtivreg [R] swilk
White, I. R., [META] meta, [META] meta mvregress, Wilkinson, J. H., [P] matrix symeigen
[META] estat heterogeneity, [META] Glossary, Wilkinson, L., [ST] sts
[MI] Intro substantive, [MI] Intro, [MI] mi Wilks, D. S., [R] brier
estimate, [MI] mi estimate using, [MI] mi Wilks, S. S., [MV] canon, [MV] hotelling,
impute, [MI] mi impute chained, [MI] mi [MV] manova
impute monotone, [MI] mi impute pmm, Williams, B., [SVY] Survey
[MI] mi predict, [R] simulate, [ST] sts test
Williams, B. K., [MV] discrim lda
White, K. J., [R] boxcox, [R] regress postestimation
Williams, G. W., [PSS-2] power pairedproportions
time series
Williams, H. P., [M-5] LinearProgram( )
White, P. O., [MV] rotate, [MV] rotatemat,
[MV] Glossary Williams, R., [R] glm, [R] hetoprobit, [R] margins,
[R] marginsplot, [R] ologit, [R] oprobit,
White, H. L., Jr., [U] 20.22.2 Correlated errors:
[R] pcorr, [R] stepwise, [U] 20.26 References,
Cluster–robust standard errors
[XT] xtabond, [XT] xtdpd, [XT] xtdpdsys
Whited, T. M., [R] eivreg, [R] gmm
Williams, T. O., Jr., [SEM] Example 2
Whitehead, A., [META] Intro, [META] meta bias,
Williams, W. T., [MV] cluster
[META] Glossary, [XT] xtunitroot
Williamson, T., [R] pwcompare
Whitehead, J., [META] Intro, [META] meta bias,
[META] Glossary Wilson, A., [META] meta data
Whitehouse, E., [R] Inequality Wilson, D. B., [BAYES] Intro
Whitemore, G. A., [ST] stcox PH-assumption tests Wilson, E. B., [MV] mvtest normality, [R] ci
Whitfield, J. W., [R] ranksum Wilson, M., [BAYES] bayesmh, [IRT] irt,
[IRT] Control Panel, [IRT] irt 1pl, [IRT] irt
Whiting, P., [ME] melogit, [ME] meoprobit,
2pl, [IRT] irt 3pl, [IRT] irt hybrid, [IRT] irt,
[META] meta, [R] roccomp, [R] roctab
group( ), [IRT] irtgraph icc, [IRT] diflogistic,
Whitney, D. R., [R] kwallis, [R] ranksum [IRT] difmh, [ME] me, [MV] rotate
Whitney-Saltiel, D. A., [ME] me, [ME] meglm, Wilson, M. E., [META] meta, [META] meta data,
[ME] meologit, [ME] meoprobit, [XT] xtologit, [META] meta forestplot, [META] meta regress,
[XT] xtoprobit [META] meta regress postestimation
Whittaker, J. C., [FN] Random-number functions, Wilson, S. R., [R] bootstrap
[MV] ca, [MV] factor, [MV] mca, [MV] pca
Windmeijer, F., [R] gmm, [R] ivpoisson, [XT] xtabond,
Whittle, P., [SP] Intro, [SP] spregress [XT] xtdpd, [XT] xtdpdsys
Wichern, D. W., [MV] canon, [MV] discrim, Winer, B. J., [ME] mixed, [PSS-2] power repeated,
[MV] discrim estat, [MV] discrim lda, [R] anova, [R] contrast, [R] loneway,
[MV] discrim lda postestimation, [MV] mvtest, [R] oneway, [R] pwcompare
[MV] mvtest correlations, [MV] mvtest
Winfree, R., [META] Intro
covariances, [MV] mvtest means
Wing, C., [TE] DID intro, [TE] didregress
Wichura, M. J., [FN] Random-number functions
Wingood, G. M., [R] nbreg, [R] poisson
Wickramaratne, P. J., [PSS-2] Intro (power)
Winkelmann, R., [ME] menbreg, [R] cpoisson,
Widen, J. E., [R] rocreg, [R] rocreg postestimation,
[R] ologit, [XT] xtologit
[R] rocregplot
Winsten, C. B., [TS] prais
Wieand, S., [R] rocreg, [R] rocreg postestimation
Winter, N. J. G., [G-2] graph twoway scatter,
Wiesner, R. H., [ST] stcrreg
[P] levelsof, [SVY] Survey
Wiffen, P. J., [META] meta
114 Author index

Winters, P. R., [TS] tssmooth, [TS] tssmooth Wooldridge, J. M., continued


dexponential, [TS] tssmooth exponential, [TE] stteffects postestimation, [TE] stteffects
[TS] tssmooth hwinters, [TS] tssmooth ra, [TE] stteffects wra, [TE] teffects intro
shwinters advanced, [TE] teffects aipw, [TE] teffects
Wise, D. A., [TE] telasso multivalued, [TE] teffects ra, [TS] arch,
Wish, M., [MV] mds, [MV] mdslong, [MV] mdsmat [TS] mgarch, [TS] mgarch dvech, [TS] prais,
Wishart, J., [FN] Statistical functions [XT] xt, [XT] xtcloglog, [XT] xtheckman,
Wittes, J., [PSS-2] power [XT] xtivreg, [XT] xtlogit, [XT] xtologit,
[XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit,
Wolf, M., [R] test
[XT] xtreg, [XT] xtstreg
Wolfe, F., [D] ds, [R] spearman
Woolf, B., [R] Epitab
Wolfe, R. A., [ST] stintcox, [ST] stintreg
Woolson, R. F., [PSS-2] power cmh
Wolfinger, R. D., [ME] me, [ME] menl
Wooster, D., [META] Intro
Wolfowitz, J., [TS] varwle
Working, H., [R] roccomp, [R] rocfit, [R] roctab
Wolfram, S., [ME] meglm postestimation, [ST] streg
World Health Organization, [D] icd, [D] icd10
Wolfson, C., [R] kappa
World Health Organization Mortality Data Base (Cause
Wolfson, J., [TE] telasso of Death Query online; accessed December 11,
Wolk, A., [R] Epitab 2014), [D] icd10
Wolkewitz, M., [D] icd10 Wozney, L., [META] Intro
Wolpert, R. L., [BAYES] Intro, [BAYES] Intro Wretman, J., [SVY] Variance estimation
Wolpin, K. I., [CM] cmmprobit Wright, B. D., [IRT] irt
Wolter, K. M., [SVY] Survey, [SVY] svy brr, Wright, D. B., [SEM] Example 41g
[SVY] Variance estimation Wright, J. H., [R] ivregress, [R] ivregress
Wong, S. P., [R] icc postestimation, [XT] xthtaylor
Wong, W. H., [BAYES] Intro, [MI] Intro substantive, Wright, J. T., [R] binreg
[MI] mi impute mvn Wright, J. T., Jr, [PSS-2] power repeated
Wood, A. M., [MI] Intro substantive, [MI] mi Wright, P. G., [R] ivregress
estimate, [MI] mi estimate using, [MI] mi
Wright, S. J., [M-5] LinearProgram( )
impute, [MI] mi impute chained, [MI] mi
predict Wu, A. W., [IRT] irt
Wood, F. S., [R] Diagnostic plots Wu, C. F. J., [R] qreg, [SVY] svy bootstrap,
[SVY] Variance estimation
Woodard, D. E., [MV] manova, [R] contrast
Wu, D.-M., [R] ivregress postestimation
Woodcock, A., [R] ztest
Wu, N., [R] ivregress, [TS] arima, [TS] newey
Woodford, M., [DSGE] Intro 1, [DSGE] Intro 5
Wu, P. X., [XT] xtregar
Woodward, M., [R] Epitab
Wu, S., [XT] xtunitroot
Woodward, R. T., [META] Intro
Wui, Y.-S., [META] Intro
Wooldridge, J. M., [ERM] Intro 7, [ERM] Intro 9,
[ERM] eintreg, [ERM] eoprobit, Wulff, J. N., [R] churdle, [R] fracreg
[ERM] eoprobit postestimation, [ERM] eprobit, Wursten, J., [XT] xtcointtest, [XT] xtreg, [XT] xtregar
[ERM] eprobit postestimation, [ERM] eregress, Wynn, A. H. A., [BAYES] bayesmh
[ERM] eregress postestimation, [ERM] eregress
predict, [ERM] Glossary, [LASSO] Lasso
inference intro, [LASSO] Inference examples, X
[LASSO] lassogof, [M-5] LinearProgram( ), Xia, Y., [R] zinb, [R] zioprobit, [R] zip
[R] areg postestimation, [R] churdle, Xiao, T., [ST] stcox PH-assumption tests
[R] fracreg, [R] gmm, [R] heckoprobit,
Xiao, Z., [R] QC, [R] sktest
[R] intreg, [R] ivpoisson, [R] ivprobit,
[R] ivprobit postestimation, [R] ivregress, Xie, T., [PSS-2] power logrank, cluster
[R] ivregress postestimation, [R] ivtobit Xie, Y., [R] logit, [R] probit
postestimation, [R] margins, [R] margins, Xu, J., [R] cloglog, [R] fracreg, [R] logistic, [R] logit,
contrast, [R] qreg, [R] regress, [R] regress [R] mlogit, [R] ologit, [R] oprobit, [R] probit
postestimation, [R] regress postestimation Xu, X., [R] nbreg, [R] poisson
time series, [R] tobit, [SEM] estat ginvariant, Xu, Y., [ST] stcox
[SEM] estat mindices, [SEM] estat scoretests,
[SEM] Methods and formulas for sem,
[TE] DID intro, [TE] didregress, [TE] eteffects, Y
[TE] etregress, [TE] stteffects intro,
Yang, K., [MV] mds
[TE] stteffects ipw, [TE] stteffects ipwra,
Yang, M., [ME] me
Yang, Z., [R] poisson
Author index 115

Yao, S., [R] npregress kernel Zellner, A., [BAYES] Intro, [BAYES] Bayesian
Yar, M., [TS] tssmooth, [TS] tssmooth dexponential, commands, [BAYES] bayesmh,
[TS] tssmooth exponential, [TS] tssmooth [BAYES] bayesstats ppvalues, [R] frontier,
hwinters, [TS] tssmooth shwinters [R] nlsur, [R] reg3, [R] sureg, [TS] prais,
Yatchew, A., [R] hetoprobit [XT] xtfrontier
Yates, F., [P] levelsof Zelterman, D., [R] tabulate twoway
Yates, J. F., [R] brier Zeng, D., [ST] stintcox, [TS] mswitch
Ye, X., [R] gmm, [R] test Zhang, C.-H., [LASSO] Lasso intro
Yee, T. W., [R] slogit Zhang, K., [LASSO] Lasso intro
Yellott, J. I., Jr., [CM] cmrologit Zhang, S., [PSS-2] power onemean, cluster,
Yen, S., [R] Epitab [PSS-2] power twomeans, cluster,
Yen, W. M., [IRT] irt 3pl, [MV] alpha [PSS-2] power oneproportion, cluster,
[PSS-2] power twoproportions, cluster,
Yeo, D., [SVY] svy bootstrap, [SVY] Variance
[R] prtest, [R] ztest
estimation
Zhang, S. S., [LASSO] Lasso intro
Yogo, M., [R] ivregress, [R] ivregress postestimation,
[XT] xthtaylor Zhang, Y., [LASSO] lasso, [LASSO] lassoknots,
[R] heckman, [R] ivregress, [ST] stintcox,
Yoo, H. I., [P] robust
[XT] xtivreg
Yoshioka, H., [R] logistic postestimation, [R] logit
Zhang, Z., [SEM] Example 42g
postestimation
Zhao, L., [LASSO] Lasso intro
Young, F. W., [MV] mds, [MV] mdslong,
[MV] mdsmat Zhao, L. P., [TE] stteffects ipwra, [TE] teffects intro
advanced, [XT] xtgee
Young, G., [MV] mds, [MV] mdslong, [MV] mdsmat
Zhao, X., [R] zioprobit
Ypma, T. J., [M-5] optimize( )
Zheng, X., [IRT] irt, [IRT] irt grm, [IRT] irt rsm,
Yu, B., [BAYES] Intro, [BAYES] bayesgraph
[R] gllamm
Yu, H., [PSS-2] power onemean, cluster,
Zhou, Q., [R] ivregress, [XT] xtivreg
[PSS-2] power twomeans, cluster,
[PSS-2] power oneproportion, cluster, Zhou, Y., [R] zinb, [R] zioprobit, [R] zip
[PSS-2] power twoproportions, cluster, Zhu, G., [TS] wntestq
[PSS-2] power logrank, cluster, [R] permute Zirkler, B., [MV] mvtest, [MV] mvtest normality
Yu, J., [MV] mvtest, [MV] mvtest means, [SP] Intro, Zlotnik, A., [R] logit postestimation
[SP] spxtregress Zou, H., [LASSO] elasticnet, [LASSO] lasso
Yue, K., [SVY] svy bootstrap, [SVY] Variance Zubin, J., [MV] measure option
estimation Zubkoff, M., [MV] alpha, [MV] factor, [MV] factor
Yule, G. U., [MV] measure option postestimation, [R] lincom, [R] mlogit,
Yun, M.-S., [R] logistic postestimation, [R] logit [R] mprobit, [R] mprobit postestimation,
postestimation [R] predictnl, [R] slogit, [SEM] Example 37g
Yung, W., [SVY] svy bootstrap, [SVY] Variance Zucchini, W., [R] rocreg
estimation Zweifel, J. R., [META] meta esize
Yusuf, S., [BAYES] bayesmh, [META] meta esize, Zwiers, F. W., [R] brier
[META] meta summarize Zwillinger, D., [TS] arfima
Zwinderman, A. H., [META] meta mvregress
Zylkin, T., [XT] xtpoisson
Z Zyphur, M. J., [SEM] Example 42g
Zabell, S. L., [R] kwallis
Zakoian, J. M., [TS] arch
Zamora, M., [R] heckoprobit, [R] heckprobit
Zappasodi, P., [MV] manova
Zar, J. H., [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
onemean, [PSS-3] ciwidth twomeans
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 Abadie–Imbens robust standard errors, see robust,
Abadie–Imbens standard errors
abbrev() function, [FN] String functions,
A B C D E F G H I J K L M [M-5] abbrev( )
abbreviations,
N O P Q R S T U V W X Y Z for commands and options, [U] 11.1.1 varlist,
[U] 11.2 Abbreviation rules
Symbols for strings, see abbrev() function
for variable names, [U] 11.2 Abbreviation rules,
! (not), see logical operators [U] 11.4 varname and varlists
!= (not equal), see relational operators unabbreviating command names, [P] unabcmd
& (and), see logical operators unabbreviating variable list, [P] syntax, [P] unab
* abbreviation character, see abbreviations ability, [IRT] Glossary, also see item response theory
*, clear subcommand, [D] clear models
* comment indicator, [P] comments abond, estat subcommand, [XT] xtabond,
,, row-join operator, see join operator [XT] xtabond postestimation, [XT] xtdpd
- abbreviation character, see abbreviations postestimation, [XT] xtdpdsys, [XT] xtdpdsys
-> operator, [M-2] struct postestimation
., class, [P] class abort command execution, [U] 9 The Break key,
[U] 10 Keyboard use
/* */ comment delimiter, [M-2] Comments,
[P] comments about command, [R] about
// comment indicator, [M-2] Comments, [P] comments abs() function, [FN] Mathematical functions,
[M-5] abs( )
/// comment indicator, [P] comments
absolute value
; delimiter, [P] #delimit
dissimilarity measure, [MV] measure option
< (less than), see relational operators
function, see abs() function
<= (less than or equal), see relational operators
absorption in regression, [R] areg
== (equality), see relational operators
ac command, [TS] corrgram
> (greater than), see relational operators
accelerated failure-time model, [FMM] fmm: streg,
>= (greater than or equal), see relational operators
[ST] stintreg, [ST] streg, [ST] Glossary
? :, see conditional operator
acceptance
? abbreviation characters, see abbreviations
rate, [BAYES] Intro, [BAYES] Bayesian
\, column-join operator, see join operator commands, [BAYES] bayesmh,
| (or), see logical operators [BAYES] Glossary
~ (not), see logical operators region, [PSS-5] Glossary
~ abbreviation character, see abbreviations Access, Microsoft, importing from, [D] odbc
~= (not equal), see relational operators accrual period, [PSS-2] power exponential,
100% sample, [SVY] Glossary [PSS-2] power logrank, [PSS-5] Glossary
1:M matched design, [PSS-2] power mcc, accum, matrix subcommand, [P] matrix accum
[PSS-5] Glossary A.clear() function, [M-5] AssociativeArray( )
1PL, see one-parameter logistic model acos() function, [FN] Trigonometric functions,
1pl, irt subcommand, [IRT] irt 1pl, [IRT] irt 1pl [M-5] sin( )
postestimation acosh() function, [FN] Trigonometric functions,
2×2×K contingency table, [PSS-5] Glossary [M-5] sin( )
2×2 contingency table, [PSS-5] Glossary acplot, estat subcommand, [TS] estat acplot
2PL, see two-parameter logistic model acprplot command, [R] regress postestimation
2pl, irt subcommand, [IRT] irt 2pl, [IRT] irt 2pl diagnostic plots
postestimation actual
3PL, see three-parameter logistic model alpha, [PSS-5] Glossary, also see significance level
3pl, irt subcommand, [IRT] irt 3pl, [IRT] irt 3pl confidence-interval width, [PSS-5] Glossary
postestimation power, see power
probability of confidence-interval width,
A [PSS-5] Glossary
sample size, [PSS-5] Glossary, also see sample-size
.a, .b, . . . , .z, see missing values sample-size ratio, [PSS-5] Glossary
a posteriori, [BAYES] Glossary
a priori, [BAYES] Glossary
Aalen–Nelson cumulative hazard, see Nelson–Aalen
cumulative hazard

116
Subject index 117

actual, continued .ado file, [U] 11.6 Filenaming conventions


significance level, [PSS-5] Glossary, also see ado-files, [U] 17 Ado-files, [U] 18.11 Ado-files
significance level adding comments to, [P] comments,
actuarial tables, see life tables [U] 18.11.2 Comments and long lines in ado-
adaptation, [BAYES] Intro, [BAYES] bayesmh, files
[BAYES] Glossary debugging, [P] trace, [U] 18.11.3 Debugging ado-
period, [BAYES] bayesmh, [BAYES] Glossary files
adaptive iteration, [BAYES] bayesmh, downloading, see files, downloading
[BAYES] Glossary editing, [R] doedit
adaptive lasso, [LASSO] Inference examples, installing, [R] net, [R] sj, [R] ssc, [U] 17.6 How do
[LASSO] lasso examples, [LASSO] lasso fitting, I install an addition?
[LASSO] Glossary location of, [P] sysdir, [R] which
add, long lines, [P] #delimit, [U] 18.11.2 Comments and
bayesirf subcommand, [BAYES] bayesirf long lines in ado-files
irf subcommand, [TS] irf add Mata use with, [M-1] Ado
jdbc subcommand, [D] jdbc official, [R] update, [U] 29.3 Official updates
mi subcommand, [MI] mi add path for, see ado-path
return subcommand, [P] return searching for, [R] search, [R] ssc
add factor, [TS] Glossary updating community-contributed, [R] ado update,
added lines, y=x, [G-2] graph twoway function [U] 29.4 Downloading and managing additions
addedlinestyle, [G-4] addedlinestyle, [G-4] Glossary by users
added-variable plots, [R] regress postestimation version control with, [P] version
diagnostic plots viewing source of, [P] viewsource
addgroup, ssd subcommand, [SEM] ssd adopath
addition across + command, [P] sysdir
observations, [D] egen ++ command, [P] sysdir
variables, [D] egen - command, [P] sysdir
addition operator, see arithmetic operators command, [P] sysdir
addplot() option, [G-3] addplot option ado-path, [M-5] adosubdir( ), [P] sysdir,
ADF, see asymptotic distribution free [U] 17.5 Where does Stata look for ado-files?
adjacent areas, [SP] Glossary adosize, set subcommand, [P] sysdir, [R] set,
adjoint matrix, [M-2] op transpose, [M-5] conj( ) [U] 18.11 Ado-files
adjugate matrix, [M-2] op transpose, [M-5] conj( ) adosubdir macro function, [P] macro
adjust, forecast subcommand, [TS] forecast adjust adosubdir() function, [M-5] adosubdir( )
adjusted A.exists() function, [M-5] AssociativeArray( )
Kaplan–Meier survivor function, [ST] sts A.firstloc() function, [M-5] AssociativeArray( )
margins, [R] margins, [R] marginsplot A.firstval() function, [M-5] AssociativeArray( )
means, [CM] margins, [R] contrast, [R] margins, AFT, see accelerated failure-time model
[R] marginsplot age() function, [D] Datetime durations, [FN] Date
partial residual plot, [R] regress postestimation and time functions, [M-5] date( )
diagnostic plots age frac() function, [D] Datetime durations,
adjustfor() option, [ST] adjustfor option [FN] Date and time functions, [M-5] date( )
administrative censoring, [PSS-2] power cox, A.get() function, [M-5] AssociativeArray( )
[PSS-2] power exponential, [PSS-2] power agglomerative hierarchical clustering methods,
logrank, [PSS-5] Glossary [MV] cluster, [MV] clustermat, [MV] cluster
ado linkage, [MV] Glossary
command, [R] net aggregate
describe command, [R] net functions, [D] egen
dir command, [R] net statistics, dataset of, [D] collapse
uninstall command, [R] net agreement, interrater, [R] kappa
update command, [R] ado update, [R] net AIC, see Akaike information criterion
ado, AIPW, see augmented inverse-probability weighting
clear subcommand, [D] clear aipw, teffects subcommand, [TE] teffects aipw
view subcommand, [R] view
ado d, view subcommand, [R] view
118 Subject index

Akaike information criterion, [BAYES] bayesstats ic, alternative, continued


[BAYES] Glossary, [R] BIC note, [R] estat, proportion, [PSS-2] power, [PSS-2] power
[R] estat ic, [R] estimates stats, [R] glm, oneproportion
[R] lrtest, [SEM] estat gof, [SEM] estat lcgof, R2 , [PSS-2] power, [PSS-2] power rsquared
[SEM] Example 4, [SEM] Example 51g, scenarios, [TS] forecast, [TS] forecast adjust,
[SEM] Methods and formulas for sem, [TS] forecast clear, [TS] forecast coefvector,
[ST] streg [TS] forecast create, [TS] forecast describe,
A.key() function, [M-5] AssociativeArray( ) [TS] forecast drop, [TS] forecast estimates,
A.keys() function, [M-5] AssociativeArray( ) [TS] forecast exogenous, [TS] forecast
algebraic expressions, functions, and operators, identity, [TS] forecast list, [TS] forecast query,
[P] matrix define, [U] 13 Functions and [TS] forecast solve
expressions slope, [PSS-2] power, [PSS-2] power oneslope
alignment of text, [G-3] textbox options standard deviation, [PSS-2] power, [PSS-2] power
alignmentstyle, [G-4] alignmentstyle, [G-4] Glossary onevariance
all, [U] 11.1.1 varlist value, [PSS-5] Glossary, also see postulated value
all, variance, [PSS-2] power, [PSS-2] power
clear subcommand, [D] clear onevariance
update subcommand, [R] update alternatives, [CM] Glossary
all() function, [M-5] all( ) variable, [CM] Glossary
all macro function, [P] macro identifying, [CM] cmset
allocation ratio, [PSS-2] power twomeans, alternatives, estat subcommand, [CM] nlogit
[PSS-2] power twoproportions, [PSS-2] power postestimation
twovariances, [PSS-2] power twocorrelations, alternative-specific variable, [CM] Glossary
[PSS-2] power cmh, [PSS-2] power exponential, ameans command, [R] ameans
[PSS-2] power logrank, [PSS-3] ciwidth, American Standard Code for Information Interchange,
[PSS-3] ciwidth twomeans, [PSS-4] Unbalanced see text, ASCII
designs, [PSS-5] Glossary A.N() function, [M-5] AssociativeArray( )
allof() function, [M-5] all( ) analysis of covariance, [R] anova, [U] 27.3.1 ANOVA
alpha, [LASSO] Glossary, [PSS-5] Glossary, also see and ANCOVA
significance level analysis of variance, [PSS-2] power, [PSS-2] power
alpha coefficient, Cronbach’s, [MV] alpha oneway, [PSS-2] power twoway,
alpha command, [MV] alpha [PSS-5] Glossary, [R] anova, [R] contrast,
alphabetizing [R] icc, [R] loneway, [R] oneway,
observations, [D] gsort, [D] sort [U] 27.3.1 ANOVA and ANCOVA
returned elements, [P] macro lists Kruskal–Wallis, [R] kwallis
Unicode strings, [FN] String functions, plots, [R] marginsplot
[M-5] ustrcompare( ) repeated measures, [PSS-2] power repeated,
variable names, [D] ds, [D] order [R] anova, [U] 27.3.1 ANOVA and ANCOVA
variables, [D] sort analysis step, [MI] Intro substantive, [MI] mi estimate,
alphanumeric variables, see string variables, parsing also see estimation
alternating algorithm, see Lindstrom–Bates algorithm analysis time, [ST] Glossary, [TE] Glossary
alternative analysis-of-variance test of normality, [R] swilk
correlation, [PSS-2] power, [PSS-2] power analytic weight, [U] 11.1.6 weight,
onecorrelation [U] 20.24.2 Analytic weights
Epanechnikov kernel function, [G-2] graph anchor variable, see anchoring
twoway kdensity, [G-2] graph twoway lpoly, anchoring, [SEM] Glossary, also see model
[R] kdensity, [R] lpoly, [R] npregress kernel, identification
[R] qreg, [TE] tebalance density, [TE] teoverlap ANCOVA, see analysis of covariance
hypothesis, [PSS-5] Glossary, also see null and operator, see logical operators
hypothesis and alternative hypothesis Anderberg coefficient similarity measure,
mean, [PSS-2] power, [PSS-2] power onemean, [MV] measure option
[PSS-4] Unbalanced designs A.nextloc() function, [M-5] AssociativeArray( )
mean difference, [PSS-2] power, [PSS-2] power A.nextval() function, [M-5] AssociativeArray( )
pairedmeans angle of text, [G-4] anglestyle
parameter, [PSS-5] Glossary, also see alternative anglestyle, [G-4] anglestyle, [G-4] Glossary
value angular similarity measure, [MV] measure option
partial correlation, [PSS-2] power, [PSS-2] power A.notfound() function, [M-5] AssociativeArray( )
pcorr ANOVA, see analysis of variance
anova command, [R] anova, [R] anova postestimation
Subject index 119

ANOVA DDF, see denominator degrees of freedom, area, graph twoway subcommand, [G-2] graph
ANOVA twoway area
anova, estat subcommand, [MV] discrim lda area under the curve, [R] lroc, also see pharmacokinetic
postestimation data, also see receiver operating characteristic
Anscombe residual, [ME] me, [ME] mecloglog analysis
postestimation, [ME] meglm postestimation, areal data, [SP] Intro, [SP] Glossary, also see area data
[ME] melogit postestimation, [ME] menbreg areas, [G-4] colorstyle, [SP] Intro 1, [SP] Intro 2,
postestimation, [ME] mepoisson postestimation, [SP] Glossary, also see fill, areas, dimming and
[ME] meprobit postestimation, [R] binreg brightening, also see fill, color, setting
postestimation, [R] glm postestimation areastyle, [G-4] areastyle, [G-4] Glossary
anti, estat subcommand, [MV] factor areg command, [R] areg, [R] areg postestimation
postestimation, [MV] pca postestimation A.reinit() function, [M-5] AssociativeArray( )
anti-image Arellano–Bond estimator, [XT] xtabond, [XT] xtdpd,
correlation matrix, [MV] factor postestimation, [XT] xtdpdsys, [XT] Glossary
[MV] pca postestimation, [MV] Glossary Arellano–Bover estimator, [XT] xtdpd, [XT] xtdpdsys
covariance matrix, [MV] factor postestimation, A.remove() function, [M-5] AssociativeArray( )
[MV] pca postestimation, [MV] Glossary ARFIMA, see autoregressive fractionally integrated
any() function, [M-5] all( ) moving-average model
anycount(), egen function, [D] egen arfima command, [TS] arfima, [TS] arfima
anymatch(), egen function, [D] egen postestimation
anyof() function, [M-5] all( ) arg() function, [M-5] sin( )
anyvalue(), egen function, [D] egen args command, [P] syntax
A-PARCH, see asymmetric power autoregressive args() function, [M-5] args( )
conditional heteroskedasticity arguments, [M-6] Glossary
append, program, [M-2] Declarations
mi subcommand, [MI] mi append values returned in, [M-1] Returned args
putdocx subcommand, [RPT] putdocx begin varying number, [M-2] optargs, [M-5] args( )
append command, [D] append, [U] 23 Combining ARIMA, see autoregressive integrated moving-average
datasets model
append data, [D] append, [MI] mi append, arima command, [TS] arima, [TS] arima
[U] 23 Combining datasets postestimation
append rows and columns to matrix, [P] matrix define arithmetic operators, [M-2] op arith, [M-2] op colon,
append variable, [D] append [P] matrix define, [U] 13.2.1 Arithmetic
approximating Euclidean distances, [MV] mds operators
postestimation ARMA, see autoregressive moving average
approximation denominator degrees of freedom, see ARMAX, see autoregressive moving average with
denominator degrees of freedom, Kenward– exogenous inputs
Roger, see denominator degrees of freedom, aroots, estat subcommand, [TS] estat aroots
Satterthwaite array, [M-6] Glossary
A.put() function, [M-5] AssociativeArray( ) arrays, class, [P] class
AR, see autoregressive .Arrdropall built-in class modifier, [P] class
arbitrary pattern of missing values, [MI] mi impute .Arrdropel built-in class modifier, [P] class
chained, [MI] mi impute mvn, [MI] Glossary,
.arrindexof built-in class function, [P] class
also see pattern of missingness
.arrnels built-in class function, [P] class
arccosine, arcsine, and arctangent functions,
[FN] Trigonometric functions, [M-5] sin( ) arrows, [G-2] graph twoway pcarrow
ARCH, see autoregressive conditional heteroskedasticity .Arrpop built-in class modifier, [P] class
arch command, [TS] arch, [TS] arch postestimation .Arrpush built-in class modifier, [P] class
Archival Federal Reserve Economic Data, importing as error, display directive, [P] display
from, [D] import fred as input, display directive, [P] display
Archival FRED, see Archival Federal Reserve Economic as result, display directive, [P] display
Data, importing from as text, display directive, [P] display
archlm, estat subcommand, [R] regress as txt, display directive, [P] display
postestimation time series asarray() function, [M-5] asarray( )
area data, [SP] Intro 3, [SP] Intro 4, [SP] Intro 5, asarray contains() function, [M-5] asarray( )
[SP] Intro 6 asarray contents() function, [M-5] asarray( )
cross-sectional, [SP] spset asarray create() function, [M-5] asarray( )
panel, [SP] spset asarray elements() function, [M-5] asarray( )
with shapefiles, rules for working with, [SP] Intro 4 asarray first() function, [M-5] asarray( )
120 Subject index

asarray key() function, [M-5] asarray( ) augmented


asarray keys() function, [M-5] asarray( ) component-plus-residual plot, [R] regress
asarray next() function, [M-5] asarray( ) postestimation diagnostic plots
asarray notfound() function, [M-5] asarray( ) inverse-probability weighting, [TE] teffects intro,
asarray remove() function, [M-5] asarray( ) [TE] teffects intro advanced, [TE] teffects aipw,
ascategory() option, [G-2] graph bar, [G-2] graph [TE] telasso, [TE] Glossary
box, [G-2] graph dot partial residual plot, [R] regress postestimation
ASCII, see text, ASCII diagnostic plots
ascii() function, [M-5] ascii( ) regression, [MI] Glossary, also see imputation,
ASF, see average structural function perfect prediction
asin() function, [FN] Trigonometric functions, Author Support Program, [U] 3.7.2 For authors
[M-5] sin( ) auto.dta, [U] 1.2.2 Example datasets
asinh() function, [FN] Trigonometric functions, autocode() function, [FN] Programming functions,
[M-5] sin( ) [U] 26.1.2 Converting continuous variables to
asis, display directive, [P] display categorical variables
asis print color mapping, [G-2] set printcolor autocorrelation, [BAYES] Intro, [BAYES] Bayesian
commands, [BAYES] bayesmh,
ASM, see average structural mean
[BAYES] bayesgraph, [BAYES] bayesstats ess,
ASP, see average structural probability [BAYES] bayes: var, [TS] arch, [TS] arfima,
aspect ratio, [G-3] aspect option, [G-4] Glossary [TS] arima, [TS] corrgram, [TS] dfactor,
changing, [G-2] graph display [TS] newey, [TS] prais, [TS] psdensity,
controlling, [G-2] graph combine [TS] sspace, [TS] ucm, [TS] var, [TS] varlmar,
assert command, [D] assert also see HAC variance estimate
assert() function, [M-5] assert( ) dynamic model, [XT] xtabond, [XT] xtdpd,
asserteq() function, [M-5] assert( ) [XT] xtdpdsys
assertnested command, [D] assertnested function, [TS] estat acplot, [TS] Glossary
assignment, class, [P] class residual, [XT] xtgee, [XT] xtgls, [XT] xtpcse,
assignment operator, [M-2] op assignment, [XT] xtregar
[U] 11.1.5 =exp test, [R] regress postestimation time series,
association test, [R] correlate, [R] Epitab, [XT] xtabond, [XT] xtabond postestimation,
[R] spearman, [R] tabulate twoway, [XT] xtdpd postestimation, [XT] xtdpdsys,
[R] tetrachoric, [SVY] svy: tabulate twoway [XT] xtdpdsys postestimation
association, measures of, [R] tabulate twoway autocovariance, [TS] arfima, [TS] arima,
associative arrays, [M-5] asarray( ), [TS] corrgram, [TS] estat acplot, [TS] psdensity
[M-5] AssociativeArray( ) automatic print color mapping, [G-2] set printcolor
AssociativeArray() function, Automation, [P] Automation, [P] Glossary
[M-5] AssociativeArray( ) autoregressive, [TS] arch, [TS] arfima, [TS] arima,
asymmetric power autoregressive conditional [TS] dfactor, [TS] sspace, [TS] ucm
heteroskedasticity, [TS] arch conditional heteroskedasticity
asymmetry, see skewness effects, [TS] arch
asymptotic distribution free, [SEM] Intro 4, effects, testing for, [R] regress postestimation
[SEM] Methods and formulas for sem, time series
[SEM] Glossary model, [TS] arch, [TS] arch postestimation,
asyvars option, [G-2] graph bar, [G-2] graph box, [TS] Glossary, also see multivariate GARCH
[G-2] graph dot model
at risk, [ST] stset, [ST] Glossary test, [R] regress postestimation time series
table, [ST] sts graph error, [SP] Intro 1, [SP] Glossary
atan() function, [FN] Trigonometric functions, fractionally integrated moving-average model,
[M-5] sin( ) [TS] arfima, [TS] arfima postestimation,
atan2() function, [FN] Trigonometric functions, [TS] estat acplot, [TS] psdensity, [TS] Glossary
[M-5] sin( ) integrated moving-average model, [TS] arima,
atanh() function, [FN] Trigonometric functions, [TS] arima postestimation, [TS] estat acplot,
[M-5] sin( ) [TS] estat aroots, [TS] psdensity, [TS] Glossary
ATE, see average treatment effect model, [SP] Intro 1, [SP] Glossary, [TS] dfactor,
ATET, see average treatment effect on treated [TS] estat acplot, [TS] mswitch, [TS] psdensity,
attributable fraction, [R] Epitab, [ST] Glossary [TS] sspace, [TS] threshold, [TS] ucm
attributable proportion, [R] Epitab moving average, [TS] arch, [TS] arfima,
attributes, [SP] Glossary [TS] arima, [TS] sspace, [TS] ucm,
[TS] Glossary
AUC, see area under the curve
Subject index 121

autoregressive, continued average-linkage clustering, [MV] cluster,


moving average with exogenous inputs, [TS] arfima, [MV] clustermat, [MV] cluster linkage,
[TS] arima, [TS] dfactor, [TS] sspace, [MV] Glossary
[TS] ucm, [TS] Glossary avplot and avplots commands, [R] regress
process, [DSGE] Glossary, [TS] Glossary, postestimation diagnostic plots
[XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, [aweight=exp] modifier, [U] 11.1.6 weight,
[XT] Glossary [U] 20.24.2 Analytic weights
autotabgraphs, set subcommand, [R] set axis
available area, [G-3] region options, [G-4] areastyle, labeling, [G-3] axis label options,
[G-4] Glossary [G-3] axis options
available-case analysis, [MI] Intro substantive line, look of, [G-3] axis scale options,
A.val() function, [M-5] AssociativeArray( ) [G-3] cat axis label options,
average, see means [G-3] cat axis line options
marginal effects, [CM] margins, [R] margins, log, [G-3] axis scale options
[R] marginsplot multiple scales, [G-3] axis choice options
partial effects (APEs), [CM] margins, [R] margins, overall look, [G-4] axisstyle
[R] marginsplot range, [G-3] axis scale options
predictions, [CM] margins, [R] margins, reversed, [G-3] axis scale options
[R] marginsplot scale, [G-3] axis options,
RVI, [MI] mi estimate, [MI] Glossary [G-3] axis scale options
structural function, [ERM] Glossary selection of, [G-3] axis choice options
structural mean, [ERM] Glossary setting offset between plot region and,
structural probability, [ERM] Glossary [G-3] region options
treatment effect, [ERM] Intro 5, [ERM] Intro 9, suppressing, [G-3] axis scale options,
[ERM] eintreg, [ERM] eoprobit, [ERM] eprobit, [G-3] axis scale options
[ERM] eregress, [ERM] estat teffects, ticking, [G-3] axis label options
[ERM] Example 3b, [ERM] Example 5, titling, [G-3] axis options,
[ERM] Example 6b, [ERM] Example 9, [G-3] axis title options
[ERM] Glossary, [TE] eteffects, [TE] teffects suppressing, [G-3] axis title options
intro, [TE] teffects intro advanced, [TE] teffects axisstyle, [G-4] axisstyle, [G-4] Glossary
aipw, [TE] teffects ipw, [TE] teffects ipwra,
[TE] teffects multivalued, [TE] teffects
nnmatch, [TE] teffects psmatch, [TE] teffects
ra, [TE] telasso, [TE] Glossary B
comparing, [TE] teffects intro advanced
survival time, [TE] stteffects intro, b[], [U] 13.5 Accessing coefficients and standard
[TE] stteffects ipw, [TE] stteffects ipwra, errors
[TE] stteffects ra, [TE] stteffects wra b1title() option, [G-3] title options
treatment effect on treated, [ERM] Intro 5, b2title() option, [G-3] title options
[ERM] Intro 9, [ERM] eintreg, [ERM] eoprobit, backed up message, [R] Maximize
[ERM] eprobit, [ERM] eregress, background color, [G-4] Schemes intro
[ERM] estat teffects, [ERM] Example 2b, setting, [G-3] region options
[ERM] Example 2c, [ERM] Example 3b, balanced, [CM] Glossary, [SP] spbalance
[ERM] Example 4b, [ERM] Example 5, data, [SP] Glossary, [XT] Glossary
[ERM] Glossary, [TE] DID intro,
design, [PSS-2] power twomeans, [PSS-2] power
[TE] didregress, [TE] teffects intro,
twoproportions, [PSS-2] power twovariances,
[TE] teffects intro advanced, [TE] teffects ipw,
[PSS-2] power twocorrelations, [PSS-2] power
[TE] teffects ipwra, [TE] teffects multivalued,
oneway, [PSS-2] power twoway, [PSS-2] power
[TE] teffects nnmatch, [TE] teffects psmatch,
repeated, [PSS-2] power cmh, [PSS-2] power
[TE] teffects ra, [TE] Glossary
trend, [PSS-2] power exponential,
comparing, [TE] teffects intro advanced [PSS-2] power logrank, [PSS-3] ciwidth,
survival time, [TE] stteffects intro, [PSS-3] ciwidth twomeans, [PSS-4] Unbalanced
[TE] stteffects ipw, [TE] stteffects ipwra, designs, [PSS-5] Glossary
[TE] stteffects ra, [TE] stteffects wra repeated replication, [SVY] brr options,
treatment effect on untreated, [ERM] Glossary [SVY] svy brr, [SVY] Variance estimation,
averagelinkage, [SVY] Glossary
clustermat subcommand, [MV] cluster linkage repeated replication standard errors, [SVY] svy brr,
cluster subcommand, [MV] cluster linkage [SVY] Variance estimation
standardized differences, [TE] tebalance summarize
variance ratios, [TE] tebalance summarize
122 Subject index

band-pass filters, [TS] tsfilter bk, [TS] tsfilter cf, basis, continued
[TS] Glossary spline, [R] npregress intro, [R] npregress series
bar, basis, orthonormal, [P] matrix svd
graph subcommand, [G-2] graph bar batch means, [BAYES] bayesmh, [BAYES] bayesstats
graph twoway subcommand, [G-2] graph twoway summary, [BAYES] Glossary
bar Battese–Coelli parameterization, [XT] xtfrontier
bar chart, [G-2] graph bar Baxter–King filter, [TS] tsfilter, [TS] tsfilter bk
barbsize option, [G-2] graph twoway pcarrow Bayes factor, [BAYES] Intro, [BAYES] Bayesian
barlook options, [G-3] barlook options commands, [BAYES] bayesmh,
bars [BAYES] bayesstats ic, [BAYES] Glossary
labeling, [G-3] blabel option bayes prefix command, [BAYES] bayes
look of, [G-3] barlook options Bayes’s theorem, [BAYES] Intro, [BAYES] bayesmh,
Bartlett scoring, [MV] factor postestimation [BAYES] Glossary, [MV] Glossary
Bartlett’s bayes: betareg command, [BAYES] bayes: betareg
bands, [TS] corrgram bayes: binreg command, [BAYES] bayes: binreg
periodogram test, [TS] wntestb bayes: biprobit command, [BAYES] bayes: biprobit
test for equal variances, [R] oneway bayes: clogit command, [BAYES] bayes: clogit
base bayes: cloglog command, [BAYES] bayes: cloglog
conversion, [M-5] inbase( ) bayes: dsge command, [BAYES] bayes: dsge,
level, [U] 11.4.3 Factor variables [DSGE] Intro 9, [DSGE] Intro 9a
plottypes, [G-3] advanced options bayes: dsgenl command, [BAYES] bayes: dsgenl,
base, fvset subcommand, [R] fvset [DSGE] Intro 9, [DSGE] Intro 9b
BASE directory, [P] sysdir, [U] 17.5 Where does Stata bayes: fracreg command, [BAYES] bayes: fracreg
look for ado-files? bayes: glm command, [BAYES] bayes: glm
baseline, [ST] Glossary bayes: gnbreg command, [BAYES] bayes: gnbreg
comparisons, [SEM] estat gof, [SEM] Example 4 bayes: heckman command, [BAYES] bayes: heckman
cumulative function, [ST] stcox postestimation bayes: heckoprobit command,
cumulative hazard function, [ST] stcox, [ST] stcox [BAYES] bayes: heckoprobit
PH-assumption tests, [ST] stcrreg, [ST] stcurve, bayes: heckprobit command,
[ST] stintcox, [ST] stintcox PH-assumption [BAYES] bayes: heckprobit
plots, [ST] sts bayes: hetoprobit command,
cumulative incidence function, [ST] stcrreg, [BAYES] bayes: hetoprobit
[ST] stcrreg postestimation, [ST] stcurve bayes: hetprobit command,
cumulative subhazard function, [ST] stcrreg, [BAYES] bayes: hetprobit
[ST] stcrreg postestimation, [ST] stcurve bayes: hetregress command,
dataset, [ST] stbase [BAYES] bayes: hetregress
hazard function, [ST] stcox, [ST] stcox PH- bayes: intreg command, [BAYES] bayes: intreg
assumption tests, [ST] stcox postestimation, bayes: logistic command, [BAYES] bayes: logistic
[ST] stcrreg, [ST] stcurve, [ST] stintcox, bayes: logit command, [BAYES] bayes: logit
[ST] stintcox PH-assumption plots, bayes: mecloglog command,
[ST] stintreg, [ST] streg, [ST] sts [BAYES] bayes: mecloglog
hazard, cumulative hazard, and survivor functions, bayes: meglm command, [BAYES] bayes: meglm
[ST] stintcox postestimation bayes: meintreg command,
model, [SEM] estat gof, [SEM] Example 4, [BAYES] bayes: meintreg
[SEM] Methods and formulas for sem, bayes: melogit command, [BAYES] bayes: melogit
[SEM] Glossary bayes: menbreg command, [BAYES] bayes: menbreg
survivor function, [ST] stcox, [ST] stcox PH- bayes: meologit command,
assumption tests, [ST] stcox postestimation, [BAYES] bayes: meologit
[ST] stcrreg, [ST] stcurve, [ST] stintcox, bayes: meoprobit command,
[ST] stintcox PH-assumption plots, [BAYES] bayes: meoprobit
[ST] stintreg, [ST] streg, [ST] sts bayes: mepoisson command,
baseline of text, [G-4] alignmentstyle, [G-4] Glossary [BAYES] bayes: mepoisson
baseline suboption, [G-4] alignmentstyle bayes: meprobit command,
basis [BAYES] bayes: meprobit
B-spline, [R] npregress series bayes: mestreg command, [BAYES] bayes: mestreg
function, [R] npregress intro, [R] npregress series bayes: metobit command, [BAYES] bayes: metobit
polynomial, [R] npregress intro, [R] npregress bayes: mixed command, [BAYES] bayes: mixed
series bayes: mlogit command, [BAYES] bayes: mlogit
Subject index 123

bayes: mprobit command, [BAYES] bayes: mprobit Bayesian, continued


bayes: mvreg command, [BAYES] bayes: mvreg estimation, [BAYES] Bayesian commands,
bayes: nbreg command, [BAYES] bayes: nbreg [BAYES] Bayesian estimation, [BAYES] bayes,
bayes: ologit command, [BAYES] bayes: ologit [BAYES] bayesmh, [BAYES] bayesmh
bayes: oprobit command, [BAYES] bayes: oprobit evaluators, [BAYES] bayesstats ic,
bayes: poisson command, [BAYES] bayes: poisson [BAYES] Glossary, [U] 27.15.7 Bayesian
estimation
bayes: probit command, [BAYES] bayes: probit
initial values, feasible, [BAYES] bayesmh,
bayes: regress command, [BAYES] bayes: regress
[BAYES] bayesmh evaluators,
bayes: streg command, [BAYES] bayes: streg [BAYES] Glossary
bayes: tnbreg command, [BAYES] bayes: tnbreg initial values, overdispersed, [BAYES] bayes,
bayes: tobit command, [BAYES] bayes: tobit [BAYES] bayesmh, [BAYES] bayesstats
bayes: tpoisson command, [BAYES] bayes: tpoisson grubin, [BAYES] Glossary
bayes: truncreg command, multiple chains, [BAYES] bayes,
[BAYES] bayes: truncreg [BAYES] bayesmh, [BAYES] bayesstats
bayes: var command, [BAYES] bayes: var grubin
bayes: xtlogit command, [BAYES] bayes: xtlogit user-defined evaluators, [BAYES] bayesmh
bayes: xtmlogit command, evaluators
[BAYES] bayes: xtmlogit forecast
bayes: xtnbreg command, [BAYES] bayes: xtnbreg vector autoregressive model, [BAYES] bayes: var
bayes: xtologit command, [BAYES] bayes: xtologit postestimation
bayes: xtoprobit command, graphical summaries, [BAYES] Bayesian
[BAYES] bayes: xtoprobit commands, [BAYES] Bayesian postestimation,
bayes: xtpoisson command, [BAYES] bayesgraph, [BAYES] bayes: dsge
[BAYES] bayes: xtpoisson postestimation, [BAYES] bayes: var
bayes: xtprobit command, [BAYES] bayes: xtprobit postestimation
bayes: xtreg command, [BAYES] bayes: xtreg hypothesis testing, [BAYES] Bayesian commands,
bayes: zinb command, [BAYES] bayes: zinb [BAYES] Bayesian postestimation,
bayes: ziologit command, [BAYES] bayes: ziologit [BAYES] bayestest, [BAYES] Glossary
bayes: zioprobit command, interval, [BAYES] Bayesian postestimation,
[BAYES] bayes: zioprobit [BAYES] bayestest interval
bayes: zip command, [BAYES] bayes: zip model, [BAYES] Bayesian postestimation,
bayesfcast compute command, [BAYES] bayesfcast [BAYES] bayestest model
compute information criterion, [BAYES] Intro,
bayesfcast graph command, [BAYES] bayesfcast [BAYES] bayesmh, [BAYES] bayesstats ic,
graph
[BAYES] Glossary, [R] BIC note, [R] estat,
[R] estat ic, [R] estimates stats, [R] glm,
bayesgraph
[R] lrtest, [SEM] estat gof, [SEM] estat lcgof,
command, [BAYES] bayesgraph [SEM] Example 4, [SEM] Example 51g,
matrix command, [BAYES] bayesgraph [SEM] Methods and formulas for sem
Bayesian IRF
analysis, [BAYES] Intro, [BAYES] Bayesian DSGE model, [BAYES] bayes: dsge
commands, [BAYES] bayes, [BAYES] bayesmh, postestimation
[BAYES] Bayesian postestimation, vector autoregressive model, [BAYES] bayes: var
[BAYES] bayesgraph, [BAYES] bayesstats, postestimation
[BAYES] bayesstats ess, [BAYES] bayesstats
model checking, [BAYES] Intro, [BAYES] Bayesian
grubin, [BAYES] bayesstats ic,
commands, [BAYES] bayespredict,
[BAYES] bayesstats summary,
[BAYES] Glossary
[BAYES] bayestest, [BAYES] bayestest
interval, [BAYES] bayestest model,
model comparison, [BAYES] Bayesian commands,
[BAYES] bayes: dsge postestimation, [BAYES] bayesmh, [BAYES] Bayesian
postestimation, [BAYES] bayesstats,
[BAYES] bayes: var postestimation,
[BAYES] bayesvarstable, [BAYES] bayesfcast [BAYES] bayesstats ic, [BAYES] bayestest,
compute, [BAYES] bayesfcast graph,
[BAYES] bayestest model, [BAYES] Glossary
[BAYES] bayesirf, [BAYES] bayesirf create, model parameters, [BAYES] Bayesian
[BAYES] Glossary, [U] 27.33 Bayesian analysis commands, [BAYES] bayesmh evaluators,
concepts, [BAYES] Intro, [BAYES] bayesmh, [BAYES] Bayesian postestimation,
[MI] Intro substantive [BAYES] bayesstats, [BAYES] Glossary
DSGE models, [DSGE] Intro 9, [DSGE] Intro 9a, multivariate time series
[DSGE] Intro 9b var, [BAYES] bayes: var
124 Subject index

Bayesian, continued Bayesian regression, continued


postestimation, [BAYES] Bayesian multivariate, [BAYES] bayes: mvreg
commands, [BAYES] Bayesian negative binomial, [BAYES] bayes: nbreg
postestimation, [BAYES] bayesgraph, ordered logistic and logit, [BAYES] bayes: ologit
[BAYES] bayesstats, [BAYES] bayesstats ordered probit, [BAYES] bayes: oprobit
ess, [BAYES] bayesstats grubin, parametric survival, [BAYES] bayes: streg
[BAYES] bayesstats ic, [BAYES] bayesstats
Poisson, [BAYES] bayes: poisson
ppvalues, [BAYES] bayesstats summary,
[BAYES] bayestest, [BAYES] bayestest probit, [BAYES] bayes: probit
interval, [BAYES] bayestest model, tobit, [BAYES] bayes: tobit
[BAYES] bayespredict, [BAYES] bayes: dsge truncated, [BAYES] bayes: truncreg
postestimation, [BAYES] bayes: var zero-inflated ordered logistic,
postestimation, [BAYES] bayesvarstable, [BAYES] bayes: ziologit
[BAYES] bayesfcast compute, zero-inflated ordered probit,
[BAYES] bayesfcast graph, [BAYES] bayesirf, [BAYES] bayes: zioprobit
[BAYES] bayesirf create replicated data, [BAYES] Intro
predictions, [BAYES] Intro, [BAYES] Bayesian sensitivity analysis, [BAYES] bayesmh,
commands, [BAYES] bayesmh, [BAYES] bayesstats ic
[BAYES] Bayesian postestimation, summary statistics, [BAYES] Bayesian commands,
[BAYES] bayesgraph, [BAYES] bayesstats [BAYES] bayesmh, [BAYES] Bayesian
ess, [BAYES] bayesstats ppvalues, postestimation, [BAYES] bayesstats,
[BAYES] bayesstats [BAYES] bayesstats summary,
summary, [BAYES] bayestest interval, [BAYES] bayes: dsge postestimation,
[BAYES] bayespredict, [BAYES] bayesfcast [BAYES] bayes: var postestimation
compute, [BAYES] bayesirf create, time series
[BAYES] Glossary bayesvarstable, [BAYES] bayesvarstable
prefix command, [BAYES] bayes dsge, [BAYES] bayes: dsge,
random-effects [BAYES] bayes: dsgenl
logistic and logit, [BAYES] bayes: xtlogit bayesirf, [BAYES] bayesirf, [DSGE] Intro 9a
multinomial logistic and logit, add command, [BAYES] bayesirf
[BAYES] bayes: xtmlogit cgraph command, [BAYES] bayesirf cgraph
negative binomial, [BAYES] bayes: xtnbreg create command, [BAYES] bayesirf create
ordered logistic and logit, ctable command, [BAYES] bayesirf ctable
[BAYES] bayes: xtologit describe command, [BAYES] bayesirf
ordered probit, [BAYES] bayes: xtoprobit drop command, [BAYES] bayesirf
Poisson, [BAYES] bayes: xtpoisson graph command, [BAYES] bayesirf graph
probit, [BAYES] bayes: xtprobit ograph command, [BAYES] bayesirf ograph
random-effectsl rename command, [BAYES] bayesirf
linear, [BAYES] bayes: xtreg set command, [BAYES] bayesirf
regression, [BAYES] bayes, [BAYES] bayesmh, table command, [BAYES] bayesirf table
[BAYES] bayesmh evaluators
bayesirf command, [DSGE] Intro 9b
beta, [BAYES] bayes: betareg
bayesmh command, [BAYES] bayesmh
binomial family, [BAYES] bayes: binreg
bayespredict command, [BAYES] bayespredict
bivariate probit, [BAYES] bayes: biprobit
bayesreps command, [BAYES] bayespredict
complementary log–log, [BAYES] bayes: cloglog
bayesstats
fractional response, [BAYES] bayes: fracreg
command, [BAYES] bayesstats
generalized linear, [BAYES] bayes: glm
ess command, [BAYES] bayesstats ess
generalized negative binomial,
grubin command, [BAYES] bayesstats grubin
[BAYES] bayes: gnbreg
ic command, [BAYES] bayesstats ic
Heckman selection, [BAYES] bayes: heckman
ppvalues command, [BAYES] bayesstats ppvalues
heteroskedastic linear,
[BAYES] bayes: hetregress summary command, [BAYES] bayesstats summary
heteroskedastic ordered probit, bayestest
[BAYES] bayes: hetoprobit interval command, [BAYES] bayestest interval
heteroskedastic probit, [BAYES] bayes: hetprobit model command, [BAYES] bayestest model
interval, [BAYES] bayes: intreg bayes: var command, [BAYES] bayes: var
linear, [BAYES] bayes: regress postestimation
logistic and logit, [BAYES] bayes: logistic, bayesvarstable command, [BAYES] bayesvarstable
[BAYES] bayes: logit
Subject index 125

bcal between–within DDF, see denominator degrees of


check command, [D] bcal freedom, repeated
create command, [D] bcal between-cell means and variances, [XT] xtdescribe,
describe command, [D] bcal [XT] xtsum
dir command, [D] bcal between-group variance, [PSS-2] power oneway
load command, [D] bcal between-imputation variability, [MI] mi estimate,
BCC, see boundary characteristic curve [MI] mi predict
bcskew0 command, [R] lnskew0 between-study
Begg and Mazumdar test, [META] meta bias, covariance, [META] Intro, [META] meta,
[META] Glossary [META] meta mvregress
Begg test, [META] meta bias, [META] Glossary covariance matrix, [META] Glossary
begin, heterogeneity, [META] Intro, [META] meta,
putdocx subcommand, [RPT] putdocx begin, [META] meta set, [META] meta update,
[RPT] putdocx paragraph [META] meta forestplot, [META] meta
summarize, [META] meta regress,
putpdf subcommand, [RPT] putpdf begin
[META] meta funnelplot, [META] meta bias,
Bentler–Raykov squared multiple-correlation coefficient, [META] meta trimfill, [META] meta mvregress,
[SEM] estat eqgof [META] Glossary
Bentler–Weeks matrices, [SEM] Intro 7, sample size, [META] meta set, [META] meta
[SEM] estat framework, [SEM] Example 11, update, [META] Glossary
[SEM] Glossary
variability, see between-study heterogeneity
Bentler’s invariant pattern simplicity rotation,
between-subjects
[MV] rotate, [MV] rotatemat, [MV] Glossary
design, [PSS-2] power oneway, [PSS-2] power
Berndt–Hall–Hall–Hausman algorithm,
twoway, [PSS-2] power repeated,
[M-5] moptimize( ), [M-5] optimize( ), [R] ml
[PSS-5] Glossary
beta, [PSS-5] Glossary, also see probability
factor, [PSS-2] power repeated, [PSS-5] Glossary
coefficients, [R] regress
variance, [PSS-2] power repeated
density,
BFGS algorithm, see Broyden–Fletcher–Goldfarb–
central, [FN] Statistical functions, Shanno algorithm
[M-5] normal( )
bgodfrey, estat subcommand, [R] regress
noncentral, [FN] Statistical functions, postestimation time series, [TS] newey
[M-5] normal( ) postestimation
distribution, BHHH algorithm, see Berndt–Hall–Hall–Hausman
cumulative, [FN] Statistical functions, algorithm
[M-5] normal( ) bias corrected and accelerated, [R] bootstrap
cumulative noncentral, [FN] Statistical functions, postestimation, [R] bstat
[M-5] normal( ) bias, meta command, [META] meta bias
inverse cumulative, [FN] Statistical functions, BIC, see Bayesian information criterion
[M-5] normal( )
Bickenböller test statistic, [R] symmetry
inverse cumulative noncentral, [FN] Statistical
bicplot command, [LASSO] bicplot
functions, [M-5] normal( )
binary
inverse reverse cumulative, [FN] Statistical
functions, [M-5] normal( ) 0, [D] Glossary, [M-2] exp, [M-5] strlen( ),
[M-5] strpos( ), [P] Glossary, [U] 12.4.10 strL
reverse cumulative, [FN] Statistical functions,
variables and binary strings, [U] Glossary
[M-5] normal( )
files, writing and reading, [P] file
function,
I/O, [M-5] bufio( )
complement to incomplete, [FN] Statistical
functions, [M-5] normal( ) item, [IRT] Glossary
incomplete, [FN] Statistical functions, operator, [M-6] Glossary, [U] 11.4.3.1 Factor-
[M-5] normal( ) variable operators, [U] 14.7 Matrix operators
regression, [R] betareg, [SVY] svy estimation, outcome model, see outcomes, binary
[U] 27.5 Fractional outcomes string, [D] Glossary, [U] 12.4.10 strL variables and
beta-min condition, [LASSO] Glossary binary strings, [U] Glossary
betaden() function, [FN] Statistical functions, variable, [ERM] Glossary
[M-5] normal( ) variable imputation, see imputation, binary
betareg command, [R] betareg, [R] betareg binomial
postestimation distribution,
between estimators, [XT] xtivreg, [XT] xtreg, confidence intervals, [R] ci
[XT] Glossary cumulative, [FN] Statistical functions,
between matrix, [MV] Glossary [M-5] normal( )
126 Subject index

binomial distribution, continued block


inverse cumulative, [FN] Statistical functions, diagonal covariance, [MV] mvtest covariances
[M-5] normal( ) diagonal matrix, [M-5] blockdiag( )
inverse reverse cumulative, [FN] Statistical exogeneity, [TS] vargranger
functions, [M-5] normal( ) blockdiag() function, [M-5] blockdiag( )
reverse cumulative, [FN] Statistical functions, blocking, [BAYES] Intro, [BAYES] Bayesian
[M-5] normal( ) commands, [BAYES] bayes, [BAYES] bayesmh,
family regression, [R] binreg [BAYES] Glossary
probability mass function, [FN] Statistical functions, blog, see Stata Blog
[M-5] normal( ) Blundell–Bond estimator, [XT] xtdpd, [XT] xtdpdsys
probability test, [R] bitest BLUPs, [ME] me, [ME] menl postestimation,
test, [PSS-2] power oneproportion, [ME] mixed, [ME] mixed postestimation,
[PSS-5] Glossary [ME] Glossary, [META] meta mvregress
binomial() function, [FN] Statistical functions, postestimation
[M-5] normal( ) bofd() function, [D] Datetime business calendars,
binomialp() function, [FN] Statistical functions, [FN] Date and time functions, [M-5] date( )
[M-5] normal( ) Bonferroni’s multiple-comparison adjustment, see
binomialtail() function, [FN] Statistical functions, multiple comparisons, Bonferroni’s method
[M-5] normal( ) bootstrap, [SEM] Glossary
binormal() function, [FN] Statistical functions, bootstrap options, [SVY] bootstrap options
[M-5] normal( ) estimation, [SVY] bootstrap options, [SVY] svy
binreg command, [R] binreg, [R] binreg bootstrap, [SVY] Variance estimation,
postestimation [SVY] Glossary
bioequivalence test, [BAYES] bayesmh, [R] pk, sampling and estimation, [R] bootstrap,
[R] pkequiv [R] bsample, [R] bstat, [R] qreg, [R] rocreg,
biopharmaceutical data, see pharmacokinetic data [R] simulate
biplot, [MV] biplot, [MV] ca postestimation plots, standard errors, [R] vce option, [SVY] svy
[MV] Glossary bootstrap, [SVY] Variance estimation,
biplot command, [MV] biplot [XT] vce options
biprobit command, [R] biprobit, [R] biprobit bootstrap prefix command, [R] bootstrap,
postestimation [R] bootstrap postestimation
biquartimax rotation, [MV] rotate, [MV] rotatemat, bootstrap, estat subcommand, [R] bootstrap
[MV] Glossary postestimation
biquartimin rotation, [MV] rotate, [MV] rotatemat, border, [SP] spmatrix create, [SP] Glossary
[MV] Glossary misplacement of, [G-3] added text options
birthday() function, [D] Datetime relative dates, suppressing, [G-4] linestyle
[FN] Date and time functions, [M-5] date( ) suppressing around plot region,
bisection method, see iterations, bisection method [G-3] region options
bitest and bitesti commands, [R] bitest Boston College archive, see Statistical Software
bitmap, [G-3] jpg options, [G-3] png options, Components Archive
[G-3] tif options bottom suboption, [G-4] alignmentstyle
bitmap image, see image format boundary
bivariate normal function, [FN] Statistical functions, characteristic curve, [IRT] irtgraph icc,
[M-5] normal( ) [IRT] Glossary
bivariate probit regression, [ERM] Example 5, kernel, [ST] Glossary
[R] biprobit, [SVY] svy estimation solution, [MV] Glossary
biweight kernel function, [G-2] graph twoway box,
kdensity, [G-2] graph twoway lpoly, graph subcommand, [G-2] graph box
[R] kdensity, [R] lpoly, [R] npregress kernel, tebalance subcommand, [TE] tebalance box
[R] qreg, [TE] tebalance density, [TE] teoverlap Box–Cox
biweight regression estimates, [R] rreg power transformations, [R] lnskew0
biyearly() function, [U] 26 Working with regression, [R] boxcox
categorical data and factor variables
Box M test, [MV] mvtest covariances
bk, tsfilter subcommand, [TS] tsfilter bk
box plot, [G-2] graph box, [TE] tebalance box
blanks, removing from strings, [FN] String functions,
boxcox command, [R] boxcox, [R] boxcox
[M-5] strtrim( )
postestimation
BLOB, [U] Glossary
Box’s conservative epsilon, [R] anova
break, [M-2] break
Subject index 127

break command, [P] break business calendars, [D] bcal, [D] Datetime
Break key, [U] 9 The Break key, [U] 16.1.4 Error business calendars, [D] Datetime business
handling in do-files calendars creation, [M-5] date( ), [TS] Intro,
interception, [P] break, [P] capture [U] 25.7 Business dates and calendars
processing, [M-5] setbreakintr( ) business dates, see business calendars
breakkey() function, [M-5] setbreakintr( ) Butterworth filter, [TS] tsfilter, [TS] tsfilter bw
breakkeyreset() function, [M-5] setbreakintr( ) bw, tsfilter subcommand, [TS] tsfilter bw
Bree fictional location, [SP] Intro 2 by() function, [P] byable
Breitung test, [XT] xtunitroot by() option, [G-2] graph bar, [G-3] by option
breitung, xtunitroot subcommand, [XT] xtunitroot by(), use of legends with, [G-3] by option,
Breusch–Godfrey test, [R] regress postestimation time [G-3] clegend option, [G-3] legend options
series by varlist: prefix, [D] by, [P] byable, [U] 11.5 by
Breusch–Pagan Lagrange multiplier test, [XT] xtreg varlist: construct, [U] 13.7 Explicit subscripting
postestimation byable(), [P] byable
Breusch–Pagan test, [MV] mvreg, [R] sureg by-graphs, look of, [G-4] bystyle, [G-4] Glossary
Breusch–Pagan/Cook–Weisberg test for by-groups, [D] by, [D] statsby, [P] byable, [U] 11.5 by
heteroskedasticity, [R] regress postestimation varlist: construct
brier command, [R] brier byindex() function, [P] byable
Brier score decomposition, [R] brier bylastcall() function, [P] byable
broad type, [M-6] Glossary byn1() function, [P] byable
browse command, [D] edit byn2() function, [P] byable
browse, view subcommand, [R] view bysort varlist: prefix, [D] by
Broyden–Fletcher–Goldfarb–Shanno algorithm, bystyle, [G-4] bystyle, [G-4] Glossary
[M-5] moptimize( ), [M-5] optimize( ), [R] ml byte, [D] Glossary, [P] Glossary, [U] Glossary
Broyden–Powell method, [M-5] solvenl( ) byte, [D] Data types, [U] 12.2.2 Numeric storage
BRR, see balanced repeated replication types
brr options, [SVY] brr options byteorder() function, [FN] Programming functions,
bsample command, [R] bsample [M-5] byteorder( )
B-spline basis, [R] npregress series
bsqreg command, [R] qreg, [R] qreg postestimation C
bstat command, [R] bstat
bstyle() option, [G-3] barlook options C() function, [M-5] C( )
bubble plot, [META] estat bubbleplot, c() function, [M-5] c( )
[META] Glossary c() pseudofunction, [FN] Programming functions
bubbleplot, estat subcommand, [META] estat c(adopath) c-class value, [P] creturn, [P] sysdir
bubbleplot c(adosize) c-class value, [P] creturn, [P] sysdir
bufbfmtisnum() function, [M-5] bufio( ) c(ALPHA) c-class value, [P] creturn
bufbfmtlen() function, [M-5] bufio( ) c(alpha) c-class value, [P] creturn
bufbyteorder() function, [M-5] bufio( ) c(autotabgraphs) c-class value, [P] creturn
buffered I/O, [M-5] bufio( ) c(bit) c-class value, [P] creturn
bufget() function, [M-5] bufio( ) c(born date) c-class value, [P] creturn
bufio() function, [M-5] bufio( ) c(byteorder) c-class value, [P] creturn
bufmissingvalue() function, [M-5] bufio( ) c(cformat) c-class value, [P] creturn, [R] set cformat
bufput() function, [M-5] bufio( ) c(changed) c-class value, [P] creturn
build, ssd subcommand, [SEM] ssd c(charlen) c-class value, [P] creturn
Builder (GUI), [SEM] Glossary c charts, see control charts
building a graph, [G-1] Graph intro c(clevel) c-class value, [P] creturn
built-in, class, [P] class c(cmdlen) c-class value, [P] creturn
built-in variables, [U] 11.3 Naming conventions, c(coeftabresults) c-class value, [P] creturn
[U] 13.4 System variables ( variables) c(collect double) c-class value, [P] creturn
Bunch–Kaufman– decomposition, [M-5] ldl( ) c(collect label) c-class value, [P] creturn
burn-between period, [MI] mi impute, [MI] mi impute c(collect style) c-class value, [P] creturn
chained, [MI] mi impute mvn, [MI] Glossary c(collect warn) c-class value, [P] creturn
burn-in period, [BAYES] Intro, [BAYES] Bayesian c(console) c-class value, [P] creturn
commands, [BAYES] bayes, [BAYES] bayesmh, c(copycolor) c-class value, [P] creturn
[BAYES] bayesgraph, [BAYES] Glossary, c(current date) c-class value, [P] creturn
[MI] mi impute, [MI] mi impute chained, c(current time) c-class value, [P] creturn
[MI] mi impute mvn, [MI] Glossary c(dirsep) c-class value, [P] creturn
128 Subject index

c(dockable) c-class value, [P] creturn c(maxbezierpath) c-class value, [P] creturn
c(docx hardbreak) c-class value, [P] creturn c(maxbyte) c-class value, [P] creturn
c(docx paramode) c-class value, [P] creturn c(max cmdlen) c-class value, [P] creturn
c(dots) c-class value, [P] creturn c(maxdb) c-class value, [P] creturn
c(doublebuffer) c-class value, [P] creturn c(maxdouble) c-class value, [P] creturn
c(dp) c-class value, [D] format, [P] creturn c(maxfloat) c-class value, [P] creturn
c(dyndoc version) c-class value, [P] creturn c(max graphsize) c-class value, [P] creturn
c(edition) c-class value, [P] creturn c(maxint) c-class value, [P] creturn
c(edition real) c-class value, [P] creturn c(max it cvars) c-class value, [P] creturn
c(emptycells) c-class value, [P] creturn c(maxiter) c-class value, [P] creturn
c(epsdouble) c-class value, [P] creturn c(max it fvars) c-class value, [P] creturn
c(epsfloat) c-class value, [P] creturn c(max k theory) c-class value, [P] creturn
c(eqlen) c-class value, [P] creturn c(maxlong) c-class value, [P] creturn
c(fastscroll) c-class value, [P] creturn c(max macrolen) c-class value, [P] creturn
c(filedate) c-class value, [P] creturn c(max matdim) c-class value, [P] creturn
c(filename) c-class value, [P] creturn c(max memory) c-class value, [D] memory,
c(frame) c-class value, [P] creturn [P] creturn
c(fredkey) c-class value, [P] creturn c(max N theory) c-class value, [P] creturn
c(fvbase) c-class value, [P] creturn c(max preservemem) c-class value, [P] creturn
c(fvlabel) c-class value, [P] creturn c(maxstrlvarlen) c-class value, [P] creturn
c(fvtrack) c-class value, [P] creturn c(maxstrvarlen) c-class value, [P] creturn
c(fvwrap) c-class value, [P] creturn c(maxvar) c-class value, [D] memory, [P] creturn
c(fvwrapon) c-class value, [P] creturn c(maxvlabellen) c-class value, [P] creturn
c(graphics) c-class value, [P] creturn c(max width theory) c-class value, [P] creturn
c(haverdir) c-class value, [P] creturn c(memory) c-class value, [P] creturn
c(hostname) c-class value, [P] creturn c(minbyte) c-class value, [P] creturn
c(httpproxy) c-class value, [P] creturn c(mindouble) c-class value, [P] creturn
c(httpproxyauth) c-class value, [P] creturn c(minfloat) c-class value, [P] creturn
c(httpproxyhost) c-class value, [P] creturn c(min graphsize) c-class value, [P] creturn
c(httpproxyport) c-class value, [P] creturn c(minint) c-class value, [P] creturn
c(httpproxypw) c-class value, [P] creturn c(minlong) c-class value, [P] creturn
c(httpproxyuser) c-class value, [P] creturn c(min memory) c-class value, [D] memory,
c(include bitmap) c-class value, [P] creturn [P] creturn
c(iterlog) c-class value, [P] creturn c(mode) c-class value, [P] creturn
c(java heapmax) c-class value, [P] creturn c(Mons) c-class value, [P] creturn
c(java home) c-class value, [P] creturn c(Months) c-class value, [P] creturn
c(k) c-class value, [P] creturn c(more) c-class value, [P] creturn, [P] more
c(lapack mkl) c-class value, [P] creturn c(MP) c-class value, [P] creturn
c(lapack mkl cnr) c-class value, [P] creturn c(N) c-class value, [P] creturn
c(level) c-class value, [P] creturn c(namelenbyte) c-class value, [P] creturn
c(linegap) c-class value, [P] creturn c(namelenchar) c-class value, [P] creturn
c(linesize) c-class value, [P] creturn c(niceness) c-class value, [D] memory, [P] creturn
c(locale functions) c-class value, [P] creturn c(noisily) c-class value, [P] creturn
c(locale icudflt) c-class value, [P] creturn c(notifyuser) c-class value, [P] creturn
c(locale ui) c-class value, [P] creturn c(obs t) c-class value, [P] creturn
c(locksplitters) c-class value, [P] creturn c(odbcdriver) c-class value, [P] creturn
c(logtype) c-class value, [P] creturn c(odbcmgr) c-class value, [P] creturn
c(lstretch) c-class value, [P] creturn c(os) c-class value, [P] creturn
c(machine type) c-class value, [P] creturn c(osdtl) c-class value, [P] creturn
c(macrolen) c-class value, [P] creturn c(pagesize) c-class value, [P] creturn
c(matacache) c-class value, [P] creturn c(pformat) c-class value, [P] creturn, [R] set cformat
c(matafavor) c-class value, [P] creturn c(pi) c-class value, [P] creturn
c(matalibs) c-class value, [P] creturn c(pinnable) c-class value, [P] creturn
c(matalnum) c-class value, [P] creturn c(playsnd) c-class value, [P] creturn
c(matamofirst) c-class value, [P] creturn c(printcolor) c-class value, [P] creturn
c(mataoptimize) c-class value, [P] creturn c(processors) c-class value, [P] creturn
c(matastrict) c-class value, [P] creturn c(processors lic) c-class value, [P] creturn
Subject index 129

c(processors mach) c-class value, [P] creturn c(update query) c-class value, [P] creturn
c(processors max) c-class value, [P] creturn c(username) c-class value, [P] creturn
c(pwd) c-class value, [P] creturn c(userversion) c-class value, [P] creturn
c(python exec) c-class value, [P] creturn c(varabbrev) c-class value, [P] creturn
c(python userpath) c-class value, [P] creturn c(varkeyboard) c-class value, [P] creturn
c(rc) c-class value, [P] capture, [P] creturn c(version) c-class value, [P] creturn, [P] version
c(reventries) c-class value, [P] creturn c(Wdays) c-class value, [P] creturn
c(revkeyboard) c-class value, [P] creturn c(Weekdays) c-class value, [P] creturn
c(rmsg) c-class value, [P] creturn, [P] rmsg c(width) c-class value, [P] creturn
c(rmsg time) c-class value, [P] creturn CA, see correspondence analysis
c(rng) c-class value, [P] creturn ca command, [MV] ca, [MV] ca postestimation,
c(rng current) c-class value, [P] creturn [MV] ca postestimation plots
c(rngseed mt64s) c-class value, [P] creturn cabiplot command, [MV] ca postestimation plots
c(rngstate) c-class value, [P] creturn, [R] set calculator, [R] display
emptycells, [R] set seed calendars, [D] bcal, [D] Datetime business calendars,
c(rngstream) c-class value, [P] creturn [D] Datetime business calendars creation,
c(scheme) c-class value, [P] creturn [TS] Intro
c(scrollbufsize) c-class value, [P] creturn calibration, [IRT] Glossary, [SVY] Calibration,
c(SE) c-class value, [P] creturn [SVY] Glossary
c(searchdefault) c-class value, [P] creturn Caliński and Harabasz index stopping rules,
c(segmentsize) c-class value, [D] memory, [MV] cluster stop
[P] creturn caller() pseudofunction, [FN] Programming
c(sformat) c-class value, [P] creturn, [R] set cformat functions
c(showbaselevels) c-class value, [P] creturn, [R] set callersversion() function, [M-5] callersversion( )
showbaselevels camat command, [MV] ca, [MV] ca postestimation,
c(showemptycells) c-class value, [P] creturn, [R] set [MV] ca postestimation plots
showbaselevels Canberra dissimilarity measure, [MV] measure option
c(showomitted) c-class value, [P] creturn, [R] set candisc command, [MV] candisc, [MV] discrim estat,
showbaselevels [MV] discrim qda postestimation
c(smallestdouble) c-class value, [P] creturn canon command, [MV] canon, [MV] canon
c(smoothfonts) c-class value, [P] creturn postestimation
c(sort current) c-class value, [P] creturn canonical
c(sortmethod) c-class value, [P] creturn correlation analysis, [MV] canon, [MV] canon
postestimation, [MV] Glossary, also see
c(sortrngstate) c-class value, [P] creturn
correspondence analysis
c(stata version) c-class value, [P] creturn
discriminant analysis, [MV] candisc, [MV] Glossary
c(sysdir base) c-class value, [P] creturn, [P] sysdir
link, [ME] meglm, [ME] Glossary, [XT] Glossary
c(sysdir oldplace) c-class value, [P] creturn,
loadings, [MV] canon, [MV] canon postestimation,
[P] sysdir
[MV] Glossary
c(sysdir personal) c-class value, [P] creturn,
variate set, [MV] canon, [MV] canon
[P] sysdir
postestimation, [MV] Glossary
c(sysdir plus) c-class value, [P] creturn, [P] sysdir
canontest, estat subcommand, [MV] discrim lda
c(sysdir site) c-class value, [P] creturn, [P] sysdir postestimation
c(sysdir stata) c-class value, [P] creturn, capped spikes, [G-3] rcap options
[P] sysdir
caprojection command, [MV] ca postestimation
c(table style) c-class value, [P] creturn plots
c(tmpdir) c-class value, [P] creturn caption() option, [G-3] title options
c(trace) c-class value, [P] creturn, [P] trace capture command, [P] capture
c(tracedepth) c-class value, [P] creturn, [P] trace carryover effects, [R] pk, [R] pkcross, [R] pkshape
c(traceexpand) c-class value, [P] creturn, [P] trace case, [CM] Glossary
c(tracehilite) c-class value, [P] creturn, [P] trace ID variable, [CM] Glossary
c(traceindent) c-class value, [P] creturn, [P] trace case–cohort data, [ST] sttocc
c(tracenumber) c-class value, [P] creturn, [P] trace case–control
c(tracesep) c-class value, [P] creturn, [P] trace data, [R] clogit, [R] Epitab, [R] logistic, [R] rocreg,
c(type) c-class value, [D] generate, [P] creturn [R] symmetry, [ST] sttocc
c(update interval) c-class value, [P] creturn study, [PSS-2] power, [PSS-2] power mcc,
c(update prompt) c-class value, [P] creturn [PSS-5] Glossary, [R] Epitab
130 Subject index

case I interval-censored data, [ST] stintcox, cauchy() function, [FN] Statistical functions,
[ST] stintcox PH-assumption plots, [M-5] normal( )
[ST] stintcox postestimation, [ST] stintreg, cauchyden() function, [FN] Statistical functions,
[ST] stintreg postestimation, [ST] Glossary [M-5] normal( )
case II interval-censored data, [ST] stintcox, cauchytail() function, [FN] Statistical functions,
[ST] stintcox PH-assumption plots, [M-5] normal( )
[ST] stintcox postestimation, [ST] stintreg, cause-specific hazard, [ST] stcrreg, [ST] Glossary
[ST] stintreg postestimation, [ST] Glossary cc command, [R] Epitab
casement displays, [G-3] by option CCC, see category characteristic curve
case-specific variable, [CM] Glossary ccc, mgarch subcommand, [TS] mgarch ccc
casewise deletion, [D] collapse, [D] egen, [P] mark, cchart command, [R] QC
also see listwise deletion cci command, [R] Epitab
cat command, [D] type c-class command, [P] creturn
cat() function, [M-5] cat( ) c-conformability, [M-2] op colon, [M-6] Glossary
categorical, see factor variables CCT, see controlled clinical trial study
axis, look of CD, see coefficient of determination
labels, [G-3] cat axis label options cd command, [D] cd
line, [G-3] cat axis line options cd, net subcommand, [R] net
contrasts after anova, [R] contrast Cdhms() function, [D] Datetime, [FN] Date and time
covariates, [R] anova functions, [M-5] date( )
data, [D] egen, [D] recode, [MV] ca, [MV] manova, cdir, classutil subcommand, [P] classutil
[MV] mca, [R] Epitab, [SVY] svy ceil() function, [FN] Mathematical functions,
estimation, [SVY] svy: tabulate oneway, [M-5] trunc( )
[SVY] svy: tabulate twoway
ceiling function, [FN] Mathematical functions,
data, agreement, measures for, [R] kappa [M-5] trunc( )
graphs, [R] grmeanby, [R] spikeplot cell means, [PSS-5] Glossary
item, [IRT] Glossary kernel function, [R] npregress kernel
latent variable, [FMM] Glossary, [SEM] Glossary model, [PSS-5] Glossary
outcomes, see outcomes, categorical, also see censored, [ERM] Glossary, [PSS-2] power trend,
outcomes, binary, also see outcomes, ordinal [PSS-2] power cox, [PSS-2] power exponential,
regression, also see outcomes subentry [PSS-2] power logrank, [ST] Glossary,
absorbing one categorical variable, [R] areg [TE] Glossary, also see imputation, interval-
tabulations, [R] table oneway, [R] table twoway, censored data
[R] table multiway, [R] table summary, observations, [ERM] eintreg, [ERM] eoprobit,
[R] table, [R] tabstat, [R] tabulate oneway, [ERM] eprobit, [ERM] eregress,
[R] tabulate twoway, [R] tabulate, summarize() [ERM] Example 1c, [FMM] fmm: intreg,
variable creation, [R] tabulate oneway, [R] xi [FMM] fmm: tobit, [MI] mi impute
variable imputation, see imputation, categorical intreg, [MI] mi XXXset, [R] heckman,
variables, [ERM] Glossary, [U] 26.1.2 Converting [R] heckoprobit, [R] heckprobit, [R] intreg,
continuous variables to categorical variables [R] ivtobit, [R] tobit, [ST] st, [ST] stintcox,
category [ST] stintreg, [XT] xtheckman, also see
boundary curve, see boundary characteristic curve truncated observations
boundary location, [IRT] Glossary Poisson regression, [R] cpoisson, [SVY] svy
characteristic curve, [IRT] irtgraph icc, estimation
[IRT] Glossary censored-normal regression, see interval regression
response function, [IRT] irtgraph icc, census, [SVY] Glossary
[IRT] Glossary data, [SVY] Survey, [SVY] Direct standardization,
Cauchy [SVY] Variance estimation
density, [FN] Statistical functions, [M-5] normal( ) centered data, [MV] Glossary
distribution, centile command, [R] centile
cumulative, [FN] Statistical functions, centiles, see percentiles
[M-5] normal( ) central posterior interval, see equal-tailed credible
inverse cumulative, [FN] Statistical functions, interval
[M-5] normal( ) central tendency, measures of, see means, see medians
inverse reverse cumulative, [FN] Statistical centroidlinkage,
functions, [M-5] normal( ) clustermat subcommand, [MV] cluster linkage
reverse cumulative, [FN] Statistical functions, cluster subcommand, [MV] cluster linkage
[M-5] normal( )
Subject index 131

centroid-linkage clustering, [MV] cluster, chi2() function, [FN] Statistical functions,


[MV] clustermat, [MV] cluster linkage, [M-5] normal( )
[MV] Glossary chi2den() function, [FN] Statistical functions,
certainty strata, [SVY] estat [M-5] normal( )
certainty units, [SVY] Variance estimation chi2tail() function, [FN] Statistical functions,
certify data, [D] assert, [D] assertnested, [M-5] normal( )
[D] checksum, [D] count, [D] datasignature, χ2
[D] inspect, [MI] mi update, density, [FN] Statistical functions, [M-5] normal( )
[P] datasignature, [P] signestimationsample distribution,
cf command, [D] cf cumulative, [FN] Statistical functions,
cf, tsfilter subcommand, [TS] tsfilter cf [M-5] normal( )
CFA, see confirmatory factor analysis cumulative noncentral, [FN] Statistical functions,
CFI, see comparative fit index [M-5] normal( )
cformat, set subcommand, [R] set, [R] set cformat inverse cumulative, [FN] Statistical functions,
cgraph, [M-5] normal( )
bayesirf subcommand, [BAYES] bayesirf cgraph inverse cumulative noncentral, [FN] Statistical
irf subcommand, [TS] irf cgraph functions, [M-5] normal( )
chained equations, see imputation, multivariate, chained inverse reverse cumulative, [FN] Statistical
equations functions, [M-5] normal( )
change, frame subcommand, [D] frame change inverse reverse cumulative noncentral,
changeeol command, [D] changeeol [FN] Statistical functions, [M-5] normal( )
changing noncentral, [FN] Statistical functions,
data, see edit data [M-5] normal( )
directories, [D] cd reverse cumulative, [FN] Statistical functions,
[M-5] normal( )
char(#), display directive, [P] display
reverse cumulative noncentral, [FN] Statistical
char
functions, [M-5] normal( )
command, [U] 12.8 Characteristics
hypothesis test, [R] hausman, [R] lrtest, [R] sdtest,
define command, [P] char [R] tabulate twoway, [R] test, [R] testnl
list command, [P] char noncentrality parameter, [FN] Statistical functions,
macro function, [P] macro [M-5] normal( )
rename command, [P] char probability plot, [R] Diagnostic plots
char() function, [FN] String functions, [M-5] ascii( ) quantile plot, [R] Diagnostic plots
character test, [PSS-5] Glossary, [SEM] Methods and
data, see string variables formulas for sem
variables, [D] infile (free format) test for marginal homogeneity, [R] symmetry
characteristic roots, [M-5] eigensystem( ) test of independence, [R] Epitab, [R] tabulate
characteristics, [D] Glossary, [P] char, [P] Glossary, twoway, [SVY] svy: tabulate twoway
[U] 12.8 Characteristics, [U] 18.3.6 Macro Chms() function, [D] Datetime, [FN] Date and time
functions, [U] 18.3.13 Referring to functions, [M-5] date( )
characteristics, [U] Glossary choice model, [CM] Intro, [U] 27.10 Choice models
chdir command, [D] cd Bayesian estimation, [BAYES] bayes: clogit,
chdir() function, [M-5] chdir( ) [BAYES] bayes: cloglog, [BAYES] bayes: glm,
chdir() function, [M-5] chdir( ) [BAYES] bayes: heckprobit,
check, [BAYES] bayes: hetprobit,
bcal subcommand, [D] bcal [BAYES] bayes: logistic, [BAYES] bayes: logit,
icd10 subcommand, [D] icd10 [BAYES] bayes: mecloglog,
icd10cm subcommand, [D] icd10cm [BAYES] bayes: meglm,
icd10pcs subcommand, [D] icd10pcs [BAYES] bayes: melogit,
icd9 subcommand, [D] icd9 [BAYES] bayes: meprobit,
[BAYES] bayes: mlogit,
icd9p subcommand, [D] icd9p
[BAYES] bayes: mprobit,
ml subcommand, [R] ml [BAYES] bayes: probit, [BAYES] bayes: xtlogit,
check data, [D] assert, [D] assertnested [BAYES] bayes: xtmlogit,
checkestimationsample command, [BAYES] bayes: xtprobit
[P] signestimationsample conditional logit (McFadden’s), [CM] cmclogit
checkpoint, [D] snapshot data, [CM] Intro 2, [CM] cmchoiceset,
checksum command, [D] checksum [CM] cmsample, [CM] cmset,
checksums of data, [D] checksum, [D] datasignature, [CM] cmsummarize, [CM] cmtab,
[P] datasignature, [P] signestimationsample [D] assertnested
132 Subject index

choice model, continued CIF, see cumulative incidence function


extended regression, [ERM] eprobit cii
finite mixture, [FMM] fmm: cloglog, means command, [R] ci
[FMM] fmm: glm, [FMM] fmm: logit, proportions command, [R] ci
[FMM] fmm: mlogit, [FMM] fmm: probit variances command, [R] ci
mixed logit, [CM] cmmixlogit, [CM] cmxtmixlogit ciwidth
multilevel mixed-effects model, [ME] mecloglog, curve, [PSS-3] ciwidth usermethod,
[ME] meglm, [ME] melogit, [ME] meprobit [PSS-3] ciwidth, graph
multinomial probit, [CM] cmmprobit user-defined, [PSS-3] ciwidth usermethod
nested logit, [CM] nlogit ciwidth
panel data, [CM] Intro 7, [CM] cmxtmixlogit, command, [PSS-1] Intro, [PSS-3] Intro (ciwidth),
[ERM] eprobit, [ERM] Example 9, [XT] xtgee, [PSS-3] GUI (ciwidth), [PSS-3] ciwidth,
[XT] xtlogit, [XT] xtmlogit, [XT] xtologit, [PSS-3] ciwidth usermethod, [PSS-3] ciwidth,
[XT] xtprobit graph, [PSS-3] ciwidth, table
rank-ordered logit, [CM] cmrologit onemean command, [PSS-3] ciwidth onemean
rank-ordered probit, [CM] cmroprobit onevariance command, [PSS-3] ciwidth
standard, [R] clogit, [R] cloglog, [R] exlogistic, onevariance
[R] glm, [R] heckprobit, [R] hetprobit, pairedmeans command, [PSS-3] ciwidth
[R] ivprobit, [R] logistic, [R] logit, [R] mlogit, pairedmeans
[R] mprobit, [R] probit, [R] scobit, [R] slogit, twomeans command, [PSS-3] ciwidth twomeans
[R] suest class, [P] Glossary
summarize variables, [CM] cmsummarize definition, [P] class
tabulations, [CM] cmchoiceset, [CM] cmsample, instance, [P] class
[CM] cmtab
model, [FMM] Glossary
choice set, [CM] Glossary
probability, [FMM] Glossary
tabulating, [CM] cmchoiceset
programming, [M-2] class, [M-6] Glossary, [P] class
Cholesky
programming utilities, [P] classutil
decomposition, [M-5] cholesky( ), [P] matrix define
class, [M-2] class
ordering, [TS] irf create, [TS] Glossary
class exit command, [P] class exit
cholesky() function, [M-5] cholesky( )
classfunctions, estat subcommand, [MV] discrim
cholesky() function, [FN] Matrix functions, lda postestimation
[M-5] cholesky( ), [P] matrix define
classical scaling, [MV] mds, [MV] mdslong,
cholinv() function, [M-5] cholinv( ) [MV] mdsmat, [MV] Glossary
cholinv() function, [M-5] cholinv( ) classification, see cluster analysis, see discriminant
cholinvlapacke() function, [M-5] cholinv( ) analysis
cholinvlapacke() function, [M-5] cholinv( ) data, see receiver operating characteristic analysis
cholsolve() function, [M-5] cholsolve( ) function, [MV] discrim, [MV] discrim lda,
cholsolve() function, [M-5] cholsolve( ) [MV] discrim lda postestimation, [MV] discrim
cholsolvelapacke() function, [M-5] cholsolve( ) qda, [MV] discrim qda postestimation,
cholsolvelapacke() function, [M-5] cholsolve( ) [MV] Glossary
chop() function, [FN] Programming functions interrater agreement, [R] kappa
choropleth maps, [SP] Intro 4, [SP] grmap, table, [MV] candisc, [MV] discrim, [MV] discrim
[SP] Glossary estat, [MV] discrim knn, [MV] discrim
Chow test, [R] anova, [R] contrast, [R] lrtest, knn postestimation, [MV] discrim lda,
[TS] estat sbknown [MV] discrim lda postestimation, [MV] discrim
Christiano–Fitzgerald filter, [TS] tsfilter, [TS] tsfilter cf logistic, [MV] discrim logistic postestimation,
churdle [MV] discrim qda, [MV] discrim qda
command, [R] churdle, [R] churdle postestimation postestimation, [MV] Glossary, [R] estat
classification
exponential command, [R] churdle
classification, estat subcommand, [R] estat
linear command, [R] churdle
classification
CI, see confidence interval
.classmv built-in class function, [P] class
assumption, see conditional-independence
.classname built-in class function, [P] class
assumption
classname() function, [M-5] eltype( )
ci
classtable, estat subcommand, [MV] discrim estat,
means command, [R] ci
[MV] discrim lda postestimation
proportions command, [R] ci
variances command, [R] ci
Subject index 133

classutil clevel, set subcommand, [BAYES] set clevel, [R] set


cdir command, [P] classutil clinical heterogeneity, [META] Intro, [META] Glossary
describe command, [P] classutil clinical trial, [BAYES] bayesmh, [PSS-5] Glossary,
dir command, [P] classutil [R] pk, also see survival analysis
drop command, [P] classutil clinically
which command, [P] classutil meaningful difference, [PSS-5] Glossary, also see
classwide variable, [P] class effect size
clean, meaningful effect, see clinically meaningful
icd10 subcommand, [D] icd10 difference
icd10cm subcommand, [D] icd10cm significance difference, see clinically meaningful
icd10pcs subcommand, [D] icd10pcs difference
icd9 subcommand, [D] icd9 clip() function, [FN] Programming functions
icd9p subcommand, [D] icd9p Clock() function, [D] Datetime, [D] Datetime
conversion, [FN] Date and time functions,
clear
[M-5] date( )
collections, [D] clear
clock() function, [D] Datetime, [D] Datetime
estimation results, see results, clearing conversion, [FN] Date and time functions,
memory, [D] clear [M-5] date( )
Results window, see Results window, clearing clock position, [G-4] clockposstyle
clear clock time, [TS] tsset
* command, [D] clear Clockdiff() function, [D] Datetime durations,
ado command, [D] clear [FN] Date and time functions, [M-5] date( )
all command, [D] clear clockdiff() function, [D] Datetime durations,
collect command, [D] clear [FN] Date and time functions, [M-5] date( )
command, [D] clear Clockdiff frac() function, [D] Datetime durations,
frames command, [D] clear, [D] frames reset [FN] Date and time functions, [M-5] date( )
mata command, [D] clear clockdiff frac() function, [D] Datetime durations,
matrix command, [D] clear [FN] Date and time functions, [M-5] date( )
option, [U] 11.2 Abbreviation rules Clockpart() function, [D] Datetime, [FN] Date and
programs command, [D] clear time functions, [M-5] date( )
results command, [D] clear clockpart() function, [D] Datetime, [FN] Date and
rngstream command, [D] clear time functions, [M-5] date( )
clear, clockposstyle, [G-4] clockposstyle, [G-4] Glossary
collect subcommand, [TABLES] collect clear clogit command, [R] bootstrap, [R] clogit, [R] clogit
datasignature subcommand, [D] datasignature postestimation, [R] exlogistic
ereturn subcommand, [P] ereturn, [P] return cloglog command, [R] cloglog, [R] cloglog
postestimation
estimates subcommand, [P] estimates
estimates subcommand, [R] estimates store cloglog() function, [FN] Mathematical functions,
[M-5] logit( )
forecast subcommand, [TS] forecast clear
clonevar command, [D] clonevar
fvset subcommand, [R] fvset
close,
java subcommand, [P] Java integration
cmdlog subcommand, [R] log
mata subcommand, [M-3] mata clear
file subcommand, [P] file
meta subcommand, [META] meta update
graph subcommand, [G-2] graph close
ml subcommand, [R] ml
log subcommand, [R] log
postutil subcommand, [P] postfile
close graphs, [G-2] graph close
putdocx subcommand, [RPT] putdocx begin
cls command, [R] cls
putexcel subcommand, [RPT] putexcel,
[RPT] putexcel advanced clstyle() option, [G-3] connect options
putpdf subcommand, [RPT] putpdf begin cluster, [MV] cluster
python subcommand, [P] PyStata integration averagelinkage command, [MV] cluster linkage
return subcommand, [P] return centroidlinkage command, [MV] cluster linkage
serset subcommand, [P] serset completelinkage command, [MV] cluster linkage
spmatrix subcommand, [SP] spmatrix drop delete command, [MV] cluster programming
utilities
sreturn subcommand, [P] program, [P] return
dendrogram command, [MV] cluster dendrogram
timer subcommand, [P] timer
dir command, [MV] cluster utility
vl subcommand, [D] vl drop
drop command, [MV] cluster utility
clegend() option, [G-3] clegend option,
[G-3] legend options generate command, [MV] cluster generate
134 Subject index

cluster, continued cluster estimator of variance, continued


kmeans command, [MV] cluster kmeans and competing-risks regression, [ST] stcrreg
kmedians complementary log–log regression, [R] cloglog
kmedians command, [MV] cluster kmeans and Cox proportional hazards model, [ST] stcox
kmedians exponential regression, hurdle, [R] churdle
list command, [MV] cluster utility finite mixture models, [FMM] fmm
measures command, [MV] cluster programming first-differenced estimator, [XT] xtivreg
utilities fixed-effects models,
medianlinkage command, [MV] cluster linkage instrumental variables, [XT] xtivreg
notes command, [MV] cluster notes linear, [XT] xtreg
notes drop command, [MV] cluster notes Poisson, [XT] xtpoisson
parsedistance command, [MV] cluster fractional response regression, [R] fracreg
programming utilities generalized linear models, [R] glm
query command, [MV] cluster programming for binomial family, [R] binreg
utilities
generalized method of moments, [R] gmm,
rename command, [MV] cluster utility [R] ivpoisson
renamevar command, [MV] cluster utility Heckman selection model, [R] heckman,
set command, [MV] cluster programming utilities [XT] xtheckman
singlelinkage command, [MV] cluster linkage heckpoisson regression, [R] heckpoisson
stop command, [MV] cluster stop hurdle regression, [R] churdle
use command, [MV] cluster utility instrumental-variable regression,
wardslinkage command, [MV] cluster linkage [LASSO] poivregress, [LASSO] xpoivregress
waveragelinkage command, [MV] cluster linkage instrumental-variables regression, [R] ivregress,
cluster analysis, [MV] cluster, [MV] cluster [XT] xtivreg
dendrogram, [MV] cluster generate, interval regression, [ERM] eintreg, [R] intreg
[MV] cluster kmeans and kmedians, item response theory, [IRT] irt 1pl, [IRT] irt 2pl,
[MV] cluster linkage, [MV] cluster stop, [IRT] irt 3pl, [IRT] irt grm, [IRT] irt nrm,
[MV] cluster utility, [MV] Glossary, [IRT] irt pcm, [IRT] irt rsm, [IRT] irt hybrid,
[U] 27.22 Multivariate analysis [IRT] irt, group( )
dendrograms, [MV] cluster dendrogram linear dynamic panel-data models, [XT] xtabond,
dropping, [MV] cluster utility [XT] xtdpd, [XT] xtdpdsys
hierarchical, [MV] cluster, [MV] clustermat, linear regression, [LASSO] dsregress,
[MV] cluster linkage [LASSO] elasticnet, [LASSO] lasso,
kmeans, [MV] cluster kmeans and kmedians [LASSO] poregress, [LASSO] sqrtlasso,
kmedians, [MV] cluster kmeans and kmedians [LASSO] xporegress, [R] regress
listing, [MV] cluster utility constrained, [R] cnsreg
notes, [MV] cluster notes heteroskedastic, [R] hetregress
programming, [MV] cluster programming hurdle, [R] churdle
subroutines, [MV] cluster programming truncated, [R] truncreg
utilities with dummy-variable set, [R] areg
renaming, [MV] cluster utility logistic regression, [LASSO] dslogit,
stopping rules, [MV] cluster, [MV] cluster stop [LASSO] elasticnet, [LASSO] lasso,
tree, [MV] cluster dendrogram, [MV] Glossary [LASSO] pologit, [LASSO] xpologit,
using, [MV] cluster utility [R] logistic, [R] logit, also see logit regression
cluster estimator of variance, [P] robust, subentry
[R] vce option, [XT] vce options conditional, [R] clogit
beta regression, [R] betareg multinomial, [R] mlogit
between-effects models, instrumental variables, ordered, [R] ologit
[XT] xtivreg skewed, [R] scobit
censored Poisson regression, [R] cpoisson stereotype, [R] slogit
choice model zero-inflated ordered, [R] ziologit
conditional logit, [CM] cmclogit logit regression, [LASSO] dslogit,
mixed logit, [CM] cmmixlogit, [LASSO] elasticnet, [LASSO] lasso,
[CM] cmxtmixlogit [LASSO] pologit, [LASSO] xpologit, [R] logit,
multinomial probit, [CM] cmmprobit also see logistic regression subentry
nested logit, [CM] nlogit maximum likelihood estimation, [R] ml, [R] mlexp
rank-ordered logistic, [CM] cmrologit
rank-ordered probit, [CM] cmroprobit
Subject index 135

cluster estimator of variance, continued cluster estimator of variance, continued


multilevel mixed-effects model, [ME] mecloglog, summary statistics,
[ME] meglm, [ME] meintreg, [ME] melogit, mean, [R] mean
[ME] menbreg, [ME] meologit, proportion, [R] proportion
[ME] meoprobit, [ME] mepoisson, ratio, [R] ratio
[ME] meprobit, [ME] mestreg, [ME] metobit, total, [R] total
[ME] mixed
tobit model, [R] tobit
multinomial
with endogenous covariates, [R] ivtobit
logistic regression, [R] mlogit
treatment-effects model, [TE] didregress,
probit regression, [R] mprobit [TE] eteffects, [TE] etpoisson, [TE] etregress,
negative binomial regression [TE] stteffects ipw, [TE] stteffects ipwra,
truncated, [R] nbreg [TE] stteffects ra, [TE] stteffects wra,
zero-inflated, [R] zinb [TE] teffects aipw, [TE] teffects ipw,
nonlinear [TE] teffects ipwra, [TE] teffects ra,
least-squares estimation, [R] nl [TE] telasso
systems of equations, [R] nlsur truncated
ordered probit regression, [ERM] eoprobit negative binomial regression, [R] tnbreg
parametric survival models, [ST] stintreg, [ST] streg Poisson regression, [R] tpoisson
Poisson regression, [LASSO] dspoisson, regression, [R] truncreg
[LASSO] elasticnet, [LASSO] lasso, with endogenous covariates,
[LASSO] popoisson, [LASSO] xpopoisson, Poisson regression, [R] ivpoisson
[R] poisson probit model, [R] ivprobit
censored, [R] cpoisson tobit model, [R] ivtobit
truncated, [R] tpoisson with endogenous regressors,
with endogenous covariates, [R] ivpoisson instrumental-variables regression,
zero-inflated, [R] zip [LASSO] poivregress, [LASSO] xpoivregress
population-averaged models, [XT] xtgee with endogenous regressors, instrumental-variables
complementary log–log, [XT] xtcloglog regression, [R] ivregress
logit, [XT] xtlogit zero-inflated
negative binomial, [XT] xtnbreg negative binomial regression, [R] zinb
Poisson, [XT] xtpoisson ordered logistic regression, [R] ziologit
probit, [XT] xtprobit ordered probit regression, [R] zioprobit
Prais–Winsten and Cochrane–Orcutt regression, Poisson regression, [R] zip
[TS] prais cluster randomized design, [PSS-2] power,
probit regression, [ERM] eprobit, [ERM] eregress, [PSS-2] power onemean, cluster, [PSS-2] power
[LASSO] elasticnet, [LASSO] lasso, [R] probit twomeans, cluster, [PSS-2] power
bivariate, [R] biprobit oneproportion, cluster, [PSS-2] power
heteroskedastic, [R] hetprobit twoproportions, cluster, [PSS-2] power logrank,
multinomial, [R] mprobit cluster, [PSS-5] Glossary, [R] prtest, [R] ztest
ordered, [R] hetoprobit, [R] oprobit cluster randomized trial, see cluster randomized design
ordered Heckman selection model, cluster sampling, [P] robust, [SVY] Survey,
[R] heckoprobit [SVY] svy estimation, [SVY] svyset,
with endogenous covariates, [R] ivprobit [SVY] Variance estimation, [SVY] Glossary,
[R] bootstrap, [R] bsample, [R] jackknife
with sample selection, [R] heckprobit
cluster size, [PSS-5] Glossary
zero-inflated ordered, [R] zioprobit
cluster tree, see graph, dendrogram
random-effects models
clustermat, [MV] clustermat
complementary log–log, [XT] xtcloglog
averagelinkage command, [MV] cluster linkage
Hausman–Taylor regression, [XT] xthtaylor
centroidlinkage command, [MV] cluster linkage
instrumental variables, [XT] xtivreg
completelinkage command, [MV] cluster linkage
linear, [XT] xtreg
medianlinkage command, [MV] cluster linkage
logistic, [XT] xtlogit, [XT] xtmlogit,
[XT] xtologit singlelinkage command, [MV] cluster linkage
parametric survival, [XT] xtstreg stop command, [MV] cluster stop
Poisson, [XT] xtpoisson wardslinkage command, [MV] cluster linkage
probit, [XT] xtoprobit, [XT] xtprobit waveragelinkage command, [MV] cluster linkage
with sample selection, [XT] xtheckman clusters, duplicating, [D] expandcl
structural equation modeling, [SEM] Intro 8, cmchoiceset command, [CM] Intro 2, [CM] Intro 3,
[SEM] sem option method( ), [SEM] Glossary [CM] cmchoiceset
136 Subject index

cmclogit command, [CM] Intro 1, [CM] Intro 5, coefficient of determination, [PSS-2] power,
[CM] cmclogit, [CM] cmclogit postestimation [PSS-2] power rsquared, [SEM] estat
cmdlog eqgof, [SEM] estat ggof, [SEM] estat gof,
close command, [R] log [SEM] Example 4, [SEM] Example 21,
command, [R] log, [U] 15 Saving and printing [SEM] Methods and formulas for sem,
output—log files [SEM] Glossary
off command, [R] log coefficient of variation, [PSS-5] Glossary, [R] prtest,
on command, [R] log [R] table summary, [R] table, [R] tabstat,
[R] ztest, [SVY] estat
using command, [R] log
coefficient path, [LASSO] coefpath
Cmdyhms() function, [D] Datetime, [FN] Date and
time functions, [M-5] date( ) coefficient table, [P] ereturn, [RPT] putdocx collect,
[RPT] putdocx table, [RPT] putexcel advanced,
cmh, power subcommand, [PSS-2] power cmh
[RPT] putpdf collect, [RPT] putpdf table
CMI assumption, see conditional mean independence
coefficients (from estimation),
assumption
accessing, [P] ereturn, [P] matrix get,
cmissing() option, [G-3] cline options,
[U] 13.5 Accessing coefficients and standard
[G-3] connect options
errors
cmmixlogit command, [CM] Intro 1, [CM] Intro 5,
cataloging, [R] estimates
[CM] cmmixlogit, [CM] cmmixlogit
postestimation estimated linear combinations, see linear
combinations of parameters
cmmprobit command, [CM] Intro 1, [CM] Intro 5,
[CM] cmmprobit, [CM] cmmprobit linear combinations of, see linear combinations of
postestimation parameters
cmrologit command, [CM] Intro 6, [CM] cmrologit, nonlinear combinations of, see nonlinear
[CM] cmrologit postestimation combinations of parameters
cmroprobit command, [CM] Intro 1, [CM] Intro 6, testing equality of, [R] test, [R] testnl
[CM] cmroprobit, [CM] cmroprobit transformed, see transformed coefficients
postestimation coefficients of interest, see covariates of interest
cmsample command, [CM] Intro 3, [CM] cmsample coefpath command, [LASSO] coefpath
cmset command, [CM] Intro 2, [CM] Intro 3, coeftabresults, set subcommand, [R] set
[CM] Intro 7, [CM] cmset coefvector, forecast subcommand, [TS] forecast
cmsummarize command, [CM] Intro 3, coefvector
[CM] cmsummarize Cofc() function, [D] Datetime, [FN] Date and time
cmtab command, [CM] Intro 3, [CM] cmtab functions, [M-5] date( )
cmxtmixlogit command, [CM] Intro 1, [CM] Intro 7, cofC() function, [D] Datetime, [FN] Date and time
[CM] cmxtmixlogit, [CM] cmxtmixlogit functions, [M-5] date( )
postestimation Cofd() function, [D] Datetime, [FN] Date and time
CMYK values, see cyan, magenta, yellow, and key or functions, [M-5] date( )
black (CMYK) values cofd() function, [D] Datetime, [FN] Date and time
cnsreg command, [R] cnsreg, [R] cnsreg functions, [M-5] date( )
postestimation Cohen’s d, [META] meta esize, [META] Glossary
Cochran–Armitage test, [PSS-2] power, [PSS-2] power cohort study, [PSS-1] Intro, [PSS-2] Intro
trend, [PSS-5] Glossary (power), [PSS-2] power, [PSS-3] ciwidth,
Cochran–Mantel–Haenszel test, [PSS-2] power, [PSS-5] Glossary, [R] Epitab, [ST] ltable,
[PSS-2] power cmh, also see Mantel–Haenszel [ST] stcox, [ST] stcurve, [ST] stir, [ST] stptime,
test [ST] strate, [ST] stsum, [ST] sttocc
Cochran–Armitage test for trend, [R] nptrend cointegrating vector, [TS] Glossary
Cochrane–Orcutt regression, [TS] prais, [TS] Glossary cointegration, [TS] fcast compute, [TS] fcast graph,
Cochran’s Q statistic, see Q statistic [TS] vec intro, [TS] vec, [TS] veclmar,
code [TS] vecnorm, [TS] vecrank, [TS] vecstable
pages, [D] Glossary, [P] Glossary, [U] Glossary test, [XT] xtcointtest
point, [D] unicode encoding, [D] Glossary, coleq macro function, [P] macro
[P] Glossary, [U] Glossary coleq, matrix subcommand, [P] matrix rownames
code, timing, [P] timer coleqnumb macro function, [P] macro
codebook command, [D] codebook coleqnumb() function, [FN] Matrix functions
coef[], [U] 13.5 Accessing coefficients and colfullnames macro function, [P] macro
standard errors coljoinbyname, matrix subcommand, [P] matrix
coefficient alpha, [MV] alpha rowjoinbyname
collapse command, [D] collapse
collate() function, [M-5] sort( )
Subject index 137

collatorlocale() function, [FN] String functions collect, continued


collatorversion() function, [FN] String functions style cons command, [TABLES] collect style
collect cons
clear command, [D] clear, [TABLES] collect clear use command, [TABLES] collect use
combine command, [TABLES] collect combine collect,
copy command, [TABLES] collect copy putdocx subcommand, [RPT] putdocx collect
create command, [TABLES] collect create putpdf subcommand, [RPT] putpdf collect
dims command, [TABLES] Intro 3, collect prefix command, [TABLES] Intro 3,
[TABLES] collect dims [TABLES] collect get, [TABLES] Example 2,
dir command, [TABLES] collect dir [TABLES] Example 4, [TABLES] Example 5,
drop command, [TABLES] collect drop [TABLES] Example 6, [TABLES] Example 7
export command, [TABLES] Intro 3, collect statistics, [D] statsby
[TABLES] collect export collect double, set subcommand, [TABLES] set
get command, [TABLES] Intro 3, collect double
[TABLES] collect get collection, [R] table, [RPT] putdocx collect,
label dim command, [TABLES] collect label [RPT] putexcel, [RPT] putpdf collect,
label drop command, [TABLES] collect label [TABLES] Intro, [TABLES] Intro 1,
[TABLES] Intro 2, [TABLES] Intro 3,
label levels command, [TABLES] collect label
[TABLES] Intro 4, [TABLES] Intro 5,
label list command, [TABLES] collect label [TABLES] Glossary
label save command, [TABLES] collect label automatic levels, [TABLES] collect get,
label use command, [TABLES] collect label [TABLES] collect style autolevels,
layout command, [TABLES] Intro 3, [TABLES] Glossary
[TABLES] collect layout dimensions,
levelsof command, [TABLES] collect levelsof [TABLES] Intro 2, [TABLES] Collection
preview command, [TABLES] collect preview principles, [TABLES] Glossary
recode command, [TABLES] collect recode item, [TABLES] Intro 2, [TABLES] Glossary
remap command, [TABLES] collect remap labels, [TABLES] Intro 3, [TABLES] collect label
rename command, [TABLES] collect rename layout, [TABLES] Intro, [TABLES] Intro 2,
save command, [TABLES] collect save [TABLES] collect layout
set command, [TABLES] collect set levels, [TABLES] Intro 2, [TABLES] Collection
stars command, [TABLES] collect stars principles, [TABLES] Glossary
style autolevels command, [TABLES] collect tags, [TABLES] Intro 2, [TABLES] Collection
style autolevels principles, [TABLES] Glossary
style cell command, [TABLES] collect style cell value, [TABLES] Intro, [TABLES] Intro 2,
style clear command, [TABLES] collect style [TABLES] Glossary
clear collections,
style column command, [TABLES] collect style adding significance stars, [TABLES] collect stars
column cell appearance, [TABLES] collect style cell
style header command, [TABLES] collect style clear all, [TABLES] collect clear
header clearing styles, [TABLES] collect style clear
style html command, [TABLES] collect style html combining, [TABLES] Intro 3, [TABLES] collect
style putdocx command, [TABLES] collect style combine
putdocx composing column headers, [TABLES] Intro 3,
style putpdf command, [TABLES] collect style [TABLES] collect style column
putpdf composing row headers, [TABLES] Intro 3,
style row command, [TABLES] collect style row [TABLES] collect style row
style save command, [TABLES] collect style save composing table headers, [TABLES] collect style
style showbase command, [TABLES] collect style table
showbase controlling headers, [TABLES] Intro 3,
style showempty command, [TABLES] collect [TABLES] collect style header
style showempty copy, [TABLES] collect copy
style showomit command, [TABLES] collect style creating, [TABLES] collect create
showomit displaying levels automatically, [TABLES] collect
style table command, [TABLES] collect style style autolevels
table displaying names of, [TABLES] collect dir
style use command, [TABLES] collect style use dropping, [TABLES] collect drop
exporting, [TABLES] collect export
HTML styles, [TABLES] collect style html
138 Subject index

collections, continued color, [G-2] palette, [G-4] colorstyle


intercept position, [TABLES] collect style cons background, [G-4] Schemes intro
labeling dimensions, [TABLES] collect label dimming and brightening, [G-2] graph twoway
labeling levels, [TABLES] collect label histogram, [G-2] graph twoway kdensity,
listing dimension levels, [TABLES] Intro 3, [G-4] colorstyle
[TABLES] collect levelsof foreground, [G-4] Schemes intro
loading from disk, [TABLES] collect use intensity adjustment, [G-2] graph twoway
PDF styles, [TABLES] collect style putpdf histogram, [G-2] graph twoway kdensity,
predefined styles, [TABLES] Predefined styles [G-4] colorstyle
recoding dimension levels, [TABLES] collect recode of bars, [G-3] barlook options
remapping tags, [TABLES] collect remap of connecting lines, [G-3] connect options
renaming, [TABLES] collect rename of markers, [G-3] marker options
saving, [TABLES] Intro 3, [TABLES] collect save of pie slices, [G-2] graph pie
saving styles, [TABLES] Intro 3, [TABLES] collect of text, [G-3] textbox options
style save setting background and fill, [G-3] region options
setting current, [TABLES] collect set color() option, [G-2] graph twoway kdensity
showing base levels, [TABLES] collect style color, palette subcommand, [G-2] palette
showbase color saturation, see intensity, color, adjustment
showing empty cells, [TABLES] collect style colors, specifying in programs, [P] display
showempty colorstyle, [G-4] colorstyle, [G-4] Glossary
showing omitted variables, [TABLES] collect style cols() function, [M-5] rows( )
showomit colscalefactors() function, [M-5] equilrc( )
survey data, [TABLES] Example 7 colshape() function, [M-5] rowshape( )
table preview, [TABLES] collect preview colsof macro function, [P] macro
using saved styles, [TABLES] collect style use colsof() function, [FN] Matrix functions, [P] matrix
Word styles, [TABLES] collect style putdocx define
collect label, set subcommand, [TABLES] set colsum() function, [M-5] sum( )
collect label column(#), display directive, [P] display
collect style, set subcommand, [TABLES] set column stripes, [M-5] st matrix( ), [M-6] Glossary
collect style column-join operator, [M-2] op join
collect warn, set subcommand, [TABLES] set column-major order, [M-6] Glossary
collect warn columns in graphs, [PSS-5] Glossary
collfnames macro function, [P] macro columns of matrix,
collinear covariates, [LASSO] Collinear covariates appending to, [P] matrix define
collinear variables, removing, [P] rmcoll names of, [P] ereturn, [P] matrix define, [P] matrix
collinearity, rowjoinbyname, [P] matrix rownames,
display of omitted variables, [R] set showbaselevels [U] 14.2 Row and column names
handling by regress, [R] regress operators on, [P] matrix define
retaining collinear variables, [R] Estimation options, selecting, [M-5] select( )
[R] orthog colvarlist macro function, [P] macro
variance inflation factors, [R] regress postestimation colvector, [M-2] Declarations, [M-6] Glossary
colmax() function, [M-5] minmax( ) comb() function, [FN] Mathematical functions,
colmaxabs() function, [M-5] minmax( ) [M-5] comb( )
colmin() function, [M-5] minmax( ) combination step, [MI] Intro substantive, [MI] mi
colminmax() function, [M-5] minmax( ) estimate, [MI] mi estimate using, [MI] mi
colmissing() function, [M-5] missing( ) predict
colnames macro function, [P] macro combinatorial function, see comb() function
colnames, matrix subcommand, [P] matrix combinatorials, calculating, [FN] Mathematical
rownames functions
colnfreeparms macro function, [P] macro combine
colnfreeparms() function, [FN] Matrix functions data, [D] append, [D] cross, [D] frget, [D] frlink,
colnlfs macro function, [P] macro [D] joinby, [D] merge, [MI] mi add, [MI] mi
colnonmissing() function, [M-5] missing( ) append, [MI] mi merge, [U] 23 Combining
colnumb macro function, [P] macro datasets
colnumb() function, [FN] Matrix functions, graphs, [G-2] graph combine
[P] matrix define combine,
colon operators, [M-2] op colon, [M-6] Glossary collect subcommand, [TABLES] collect combine
combine, graph subcommand, [G-2] graph combine
Subject index 139

combined effect size, see overall effect size compare, estat subcommand, [MV] procrustes
command postestimation
arguments, [P] gettoken, [P] syntax, [P] tokenize, compare two
[U] 18.4 Program arguments files, [D] cf, [D] checksum
language, [SEM] Glossary, [U] 2 A brief variables, [D] compare
description of Stata, [U] 11 Language syntax comparison
line, launching dialog box from, [R] db group, see experimental group
parsing, [M-5] tokenget( ), [M-5] ustrsplit( ), test between nested models, [R] nestreg
[P] gettoken, [P] syntax, [P] tokenize, value, see alternative value
[U] 18.4 Program arguments compassdirstyle, [G-4] compassdirstyle,
timing, [P] rmsg, [P] timer, [U] 8 Error messages [G-4] Glossary
and return codes compatibility of Stata programs across releases,
commands, [P] version
abbreviating, [U] 11.2 Abbreviation rules competing risks, [ST] stcrreg, [ST] Glossary
aborting, [P] continue, [U] 9 The Break key, complementary
[U] 10 Keyboard use log–log regression, [BAYES] bayes: mecloglog,
editing and repeating, [U] 10 Keyboard use [FMM] fmm: cloglog, [FMM] fmm: glm,
immediate, [U] 19 Immediate commands, [ME] mecloglog, [R] cloglog, [R] glm,
[U] Glossary [SEM] Glossary, [SVY] svy estimation,
repeating automatically, [D] by, [P] byable, [XT] xtcloglog, [XT] xtgee
[P] continue, [P] foreach, [P] forvalues, complete
[P] while data, [MI] Glossary
reviewing, [R] #review degrees of freedom for coefficients, [MI] mi
unabbreviating names of, [P] unabcmd estimate, [MI] Glossary
commas, importing data separated by, [D] import observations, [MI] Glossary
delimited, [D] infile (fixed format), [D] infile complete-cases analysis, see listwise deletion
(free format) complete-data analysis, [MI] Glossary
comments, [M-2] Comments completed data, see imputed data
adding to programs, [P] comments completed-data analysis, [MI] Intro substantive,
in programs, do-files, etc., [U] 16.1.2 Comments [MI] mi estimate, [MI] Glossary
and blank lines in completelinkage,
do-files, [U] 18.11.2 Comments and long lines clustermat subcommand, [MV] cluster linkage
in ado-files cluster subcommand, [MV] cluster linkage
with data, [D] notes complete-linkage clustering, [MV] cluster,
common, estat subcommand, [MV] factor [MV] clustermat, [MV] cluster linkage,
postestimation [MV] Glossary
common factors, [MV] factor, [MV] factor completely determined outcomes, [R] logit
postestimation, [MV] rotate, [MV] Glossary complex, [M-2] Declarations, [M-6] Glossary
common odds ratio, [PSS-2] power cmh, component
[PSS-5] Glossary
analysis, [MV] factor, [MV] pca, [MV] rotate,
common-effect meta-analysis model, [META] Intro, [MV] rotatemat
[META] meta esize, [META] meta set,
loading plot, [MV] scoreplot
[META] meta update, [META] meta
forestplot, [META] meta galbraithplot, plot, [MV] scoreplot
[META] meta labbeplot, [META] meta regress, scores, [MV] Glossary
[META] meta funnelplot, [META] meta trimfill, component-plus-residual plot, [R] regress
[META] Glossary, also see meta-analysis postestimation diagnostic plots
common-effect composite style, see style
communality, [MV] factor, [MV] factor compound double quotes, [P] macro, [U] 12.4.6 String
postestimation, [MV] Glossary literals, [U] 18.3.5 Double quotes
community-contributed additions, compound symmetry, [PSS-5] Glossary
installing, [R] net, [R] ssc correlation matrix, [MV] mvtest correlations
searching for, [R] net search, [R] ssc covariance matrix, [MV] mvtest covariances
commutation matrix, [M-5] Kmatrix( ) compress command, [D] compress
companion matrix, see lag-polynomial matrix compress files, [D] zipfile
comparative fit index, [SEM] estat gof, [SEM] Methods compute,
and formulas for sem bayesfcast subcommand, [BAYES] bayesfcast
comparative scatterplot, [R] dotplot compute
compare command, [D] compare fcast subcommand, [TS] fcast compute
140 Subject index

Comrey’s tandem 1 and 2 rotations, [MV] rotate, confidence interval, continued


[MV] rotatemat, [MV] Glossary for contrasts, [R] contrast
concat(), egen function, [D] egen for counts, [R] ci
concatenate strings, [FN] String functions, for cumulative hazard function, [ST] sts list
[M-5] invtokens( ), [U] 13.2.2 String operators for false-positive rates, [R] rocregplot
concentration–time curve, [R] pk for hazard ratios, [ST] stcox, [ST] stintcox,
concordance, estat subcommand, [ST] stcox [ST] stintreg, [ST] streg, [XT] xtstreg
postestimation for incidence-rate ratios, [R] cpoisson,
concordance measures, [ST] stcox postestimation [R] expoisson, [R] glm, [R] heckpoisson,
concordant pairs, [PSS-2] power, [PSS-2] power [R] nbreg, [R] poisson, [R] tnbreg, [R] tpoisson,
pairedproportions, [PSS-5] Glossary [R] zinb, [R] zip, [ST] stir, [TE] etpoisson,
cond() function, [FN] Programming functions, [XT] xtgee, [XT] xtnbreg, [XT] xtpoisson
[M-5] cond( ) for intragroup correlations, [R] loneway
condition number, [M-5] cond( ), [M-6] Glossary for linear combinations, [SVY] svy postestimation
condition statement, see if command, see if exp for margins, [CM] margins, [R] margins
qualifier for means, [R] ci, [R] ameans, [R] esize, [R] mean,
conditional [R] ttest, [R] ztest
conjugacy, see semiconjugate prior for means and percentiles of survival time, [ST] stci
fixed-effects model, [XT] xtlogit, [XT] xtmlogit, for medians and percentiles, [R] centile
[XT] Glossary for odds and risk ratios, [R] Epitab
(fixed-effects) logistic regression, [SVY] svy for odds ratios, [R] exlogistic, [R] glm, [R] logistic,
estimation [R] logit, [R] ologit, [R] scobit, [XT] xtcloglog,
hazard function, [ME] Glossary, [XT] Glossary [XT] xtgee, [XT] xtlogit, [XT] xtologit
hazard ratio, [ME] Glossary, [XT] Glossary for proportions, [R] ci, [R] proportion
imputation, see imputation, conditional for ratios, [R] ratio
independence, [IRT] Glossary for relative-risk ratios, [R] mlogit, [XT] xtmlogit
logistic regression, [CM] cmclogit, [CM] cmrologit, for ROC area, [R] roccomp, [R] rocfit, [R] rocreg,
[R] clogit, [R] slogit, [XT] xtlogit, [R] roctab
[XT] xtmlogit, [XT] xtologit, [XT] xtstreg for ROC values, [R] rocregplot
marginal effects, [CM] margins, [R] margins, for standard deviations, [R] ci
[R] marginsplot for standardized mortality ratios, [R] dstdize,
margins, [CM] margins, [R] margins, [ST] stptime, [ST] strate
[R] marginsplot for subhazard ratios, [ST] stcrreg
mean, [DSGE] Glossary, [ERM] Glossary, for survival rates, [ST] ltable
[TE] Glossary for survivor function, [ST] sts list
mean independence assumption, [TE] teffects intro for tabulated proportions, [SVY] svy: tabulate
advanced twoway
normality, see normality assumption, conditional for totals, [R] total
operator, [M-2] op conditional for variances, [R] ci
overdispersion, [ME] menbreg, [ME] Glossary set default, [R] level
variance, [TS] arch, [TS] Glossary with survey data, [SVY] Variance estimation
conditional-independence assumption, [TE] teffects confidence level, [PSS-3] Intro (ciwidth),
intro, [TE] teffects intro advanced, [PSS-3] ciwidth, [PSS-3] ciwidth, graph,
[TE] Glossary [PSS-3] ciwidth onemean, [PSS-3] ciwidth
confidence interval, [PSS-3] Intro (ciwidth), twomeans, [PSS-3] ciwidth onevariance,
[PSS-3] ciwidth, [PSS-3] ciwidth onemean, [PSS-5] Glossary
[PSS-3] ciwidth twomeans, [PSS-3] ciwidth confidence levels, [R] level
pairedmeans, [PSS-3] ciwidth onevariance, confidence limits, [PSS-3] Intro (ciwidth),
[PSS-5] Glossary, [U] 20.8 Specifying the width [PSS-3] ciwidth, [PSS-3] ciwidth onemean,
of confidence intervals [PSS-3] ciwidth twomeans, [PSS-3] ciwidth
for Bayesian analysis, [BAYES] Intro, onevariance, [PSS-5] Glossary
[BAYES] Bayesian commands confidence-interval
for bioequivalence, [R] pkequiv half-width, [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
for bootstrap statistics, [R] bootstrap onemean, [PSS-3] ciwidth twomeans,
postestimation, [R] rocreg, [R] rocreg [PSS-5] Glossary
postestimation precision, [PSS-3] Intro (ciwidth), [PSS-3] ciwidth,
for combinations of coefficients, [PSS-5] Glossary
linear, [R] lincom, [SEM] lincom curve, [PSS-3] ciwidth, [PSS-3] ciwidth, graph,
nonlinear, [R] nlcom, [SEM] nlcom [PSS-5] Glossary
Subject index 141

confidence-interval precision, continued connectstyle, [G-4] connectstyle, [G-4] Glossary


determination, [PSS-1] Intro, [PSS-3] ciwidth, conren, set subcommand, [R] set
[PSS-3] ciwidth, graph, [PSS-3] ciwidth console,
onemean, [PSS-3] ciwidth twomeans, controlling scrolling of output, [P] more, [R] more
[PSS-3] ciwidth pairedmeans, obtaining input from, [P] display
[PSS-3] ciwidth onevariance, constant conditional-correlation model, [TS] mgarch,
[PSS-4] Unbalanced designs, [TS] mgarch ccc
[PSS-5] Glossary
constrained estimation, [R] constraint, [R] Estimation
width, [PSS-3] Intro (ciwidth), [PSS-3] ciwidth, options
[PSS-3] ciwidth, graph, [PSS-3] ciwidth,
ARCH, [TS] arch
table, [PSS-3] ciwidth onemean,
[PSS-3] ciwidth twomeans, [PSS-3] ciwidth ARFIMA, [TS] arfima
pairedmeans, [PSS-3] ciwidth onevariance, ARIMA and ARMAX, [TS] arima
[PSS-4] Unbalanced designs, [PSS-5] Glossary beta regression, [R] betareg
config, estat subcommand, [MV] mds censored Poisson regression, [R] cpoisson
postestimation choice model
configuration, [MV] Glossary conditional logistic, [CM] cmclogit
plot, [MV] mds postestimation plots, mixed logit, [CM] cmmixlogit,
[MV] Glossary [CM] cmxtmixlogit
confirm multinomial probit, [CM] cmmprobit
existence command, [P] confirm nested logit, [CM] nlogit
file command, [P] confirm rank-ordered probit, [CM] cmroprobit
format command, [P] confirm competing risks, [ST] stcrreg
frame command, [P] confirm complementary log–log regression, [R] cloglog
matrix command, [P] confirm dynamic factor model, [TS] dfactor
names command, [P] confirm dynamic stochastic general equilibrium,
number command, [P] confirm [BAYES] bayes: dsge, [BAYES] bayes: dsgenl,
scalar command, [P] confirm [DSGE] dsge, [DSGE] dsgenl
variable command, [P] confirm exponential regression, hurdle, [R] churdle
confirm, datasignature subcommand, finite mixture models, [FMM] fmm
[D] datasignature fixed-effects models
confirmatory factor analysis, [SEM] Intro 5, logit, [XT] xtlogit
[SEM] Example 1, [SEM] Example 3, mlogit, [XT] xtmlogit
[SEM] Example 15, [SEM] Example 27g, negative binomial, [XT] xtnbreg
[SEM] Example 30g, [SEM] Example 31g, Poisson, [XT] xtpoisson
[SEM] Example 35g, [SEM] Glossary fractional response regression, [R] fracreg
conformability, [M-2] void, [M-6] Glossary, also see GARCH model, [TS] mgarch ccc, [TS] mgarch
c-conformability, also see p-conformability, also dcc, [TS] mgarch dvech, [TS] mgarch vcc
see r-conformability generalized linear models, [R] glm
confounder, see confounding variable for binomial family, [R] binreg
confounding, [R] Epitab, [ST] Glossary generalized negative binomial regression, [R] nbreg
confounding variable, [ERM] Intro 3, [ERM] Glossary Heckman selection model, [R] heckman,
confusion matrix, [MV] Glossary, also see classification [XT] xtheckman
table heckpoisson regression, [R] heckpoisson
conj() function, [M-5] conj( ) hurdle regression, [R] churdle
conj() function, [M-5] conj( ) interval regression, [ERM] eintreg, [R] intreg
conjoint analysis, [CM] cmrologit item response theory, [IRT] irt, group( ), [IRT] irt
conjugate, [M-5] conj( ), [M-6] Glossary constraints
prior, [BAYES] Intro, [BAYES] Bayesian linear regression, [ERM] eregress,
commands, [BAYES] bayesmh, [ERM] Example 8a, [R] cnsreg
[BAYES] bayesgraph, [BAYES] Glossary heteroskedastic, [R] hetregress
transpose, [M-2] op transpose, [M-5] conj( ), hurdle, [R] churdle
[M-6] Glossary seemingly unrelated, [R] sureg
connect, jdbc subcommand, [D] jdbc stochastic frontier, [R] frontier
connect() option, [G-3] cline options, three-stage least squares, [R] reg3
[G-3] connect options, [G-4] connectstyle truncated, [R] truncreg
connected, graph twoway subcommand, [G-2] graph
twoway connected
142 Subject index

constrained estimation, continued constrained estimation, continued


logistic regression, [R] logistic, [R] logit, also see structural equation modeling
logit regression subentry across groups, [SEM] Intro 6
conditional, [R] clogit normalization, [SEM] Intro 4, [SEM] gsem,
multinomial, [R] mlogit [SEM] sem
ordered, [R] ologit relaxing, [SEM] Intro 6, [SEM] sem and gsem
skewed, [R] scobit path notation, [SEM] sem path notation
stereotype, [R] slogit extensions
zero-inflated ordered, [R] ziologit specifying, [SEM] Intro 4, [SEM] Intro 6,
logit regression, [R] logit, also see logistic regression [SEM] sem and gsem option constraints( ),
subentry [SEM] sem and gsem option covstructure( ),
Markov-switching model, [TS] mswitch [SEM] sem and gsem path notation,
[SEM] sem path notation extensions
maximum likelihood estimation, [R] ml, [R] mlexp
structural vector autoregressive models, [TS] var
multilevel mixed-effects, [ME] mecloglog,
svar
[ME] meglm, [ME] meintreg, [ME] melogit,
[ME] menbreg, [ME] meologit, threshold regression model, [TS] threshold
[ME] meoprobit, [ME] mepoisson, tobit model, [R] tobit
[ME] meprobit, [ME] mestreg, [ME] metobit, tobit model with endogenous covariates, [R] ivtobit
[ME] mixed treatment-effects model, [TE] etpoisson,
multinomial [TE] etregress
logistic regression, [R] mlogit truncated
probit regression, [R] mprobit negative binomial regression, [R] tnbreg
negative binomial regression, [R] nbreg Poisson regression, [R] tpoisson
truncated, [R] tnbreg regression, [R] truncreg
zero-inflated, [R] zinb unobserved-components model, [TS] ucm
normalization, see model identification vector autoregressive models, [TS] var
ordered Heckman selection model, [R] heckoprobit vector error-correction models, [TS] vec
ordered probit regression, [ERM] eoprobit with endogenous covariates
parametric survival models, [ST] stintreg, [ST] streg probit regression, [R] ivprobit
Poisson regression, [R] poisson tobit model, [R] ivtobit
censored, [R] cpoisson zero-inflated
truncated, [R] tpoisson negative binomial regression, [R] zinb
zero-inflated, [R] zip ordered logistic regression, [R] ziologit
probit regression, [ERM] eprobit, [R] probit ordered probit regression, [R] zioprobit
bivariate, [R] biprobit Poisson regression, [R] zip
heteroskedastic, [R] hetprobit constraint
multinomial, [R] mprobit command, [R] constraint
ordered, [R] hetoprobit, [R] oprobit define command, [R] constraint
with endogenous covariates, [R] ivprobit dir command, [R] constraint
with sample selection, [R] heckprobit drop command, [R] constraint
zero-inflated ordered, [R] zioprobit free command, [R] constraint
programming, [P] makecns get command, [R] constraint
random-effects models list command, [R] constraint
complementary log–log, [XT] xtcloglog macro function, [P] macro
interval-data regression, [ERM] eintreg, constraint matrix,
[XT] xtintreg creating and displaying, [P] makecns
logit, [XT] xtlogit, [XT] xtologit posting and displaying after estimation, [P] ereturn
mlogit, [XT] xtmlogit constraints, [SEM] Glossary, also see constrained
negative binomial, [XT] xtnbreg estimation
parametric survival, [XT] xtstreg constructor, [M-2] class
Poisson, [XT] xtpoisson containers, [M-5] asarray( ), [M-5] AssociativeArray( )
probit, [XT] xtoprobit, [XT] xtprobit containment DDF, see denominator degrees of freedom,
tobit, [XT] xttobit ANOVA
with sample selection, [XT] xtheckman contents of data, [D] codebook, [D] describe, [D] ds,
spatial autoregressive models, [SP] spregress [D] labelbook
state-space model, [TS] sspace context, class, [P] class
stochastic frontier models for panel data, contiguity matrix, [SP] Glossary, also see spatial
[XT] xtfrontier weighting matrix
Subject index 143

contingency table, [MV] ca, [PSS-2] power, convergence, [DSGE] Intro 7, [SEM] Intro 12,
[PSS-2] power pairedproportions, [SEM] sem, [SEM] sem and gsem option
[PSS-2] power cmh, [PSS-2] power mcc, from( )
[PSS-2] power trend, [R] Epitab, [R] roctab, criteria, [R] Maximize
[R] symmetry, [R] table oneway, [R] table of MCMC, see Markov chain Monte Carlo,
twoway, [R] table multiway, [R] table, convergence of
[R] tabulate twoway, [SVY] svy: tabulate conversion, file, [D] changeeol, [D] filefilter
twoway convert
continue, display directive, [P] display between styles, [MI] mi convert
continue command, [P] continue dynamic Markdown file to HTML file,
continuity correction, [PSS-2] power cmh, [RPT] Dynamic documents intro, [RPT] dyndoc
[PSS-2] power trend dynamic Markdown file to Word document,
continuous [RPT] Dynamic documents intro,
latent variable, [SEM] Glossary [RPT] dyndoc, [RPT] markdown
parameters, [BAYES] bayestest interval, HTML file to Word document, [RPT] html2docx
[BAYES] Glossary Markdown file to HTML file, [RPT] markdown
variable, [ERM] Glossary Word document to PDF file, [RPT] docx2pdf
variable imputation, see imputation, continuous convert, mi subcommand, [MI] mi convert
continuous-time autoregressive structure, [ME] Glossary convolve() function, [M-5] fft( )
contour, graph twoway subcommand, [G-2] graph Cook–Weisberg test for heteroskedasticity, [R] regress
twoway contour postestimation
contour plot, [G-2] graph twoway contour, Cook’s D, [R] glm postestimation, [R] regress
[G-3] clegend option postestimation
contour-line plot, [G-2] graph twoway contourline coordinate system, [SP] Intro 4, [SP] Glossary
contourline, graph twoway subcommand, latitude and longitude, [SP] spset
[G-2] graph twoway contourline explained, [SP] spdistance
contract command, [D] contract planar, [SP] spset
contrast command, [R] anova postestimation, explained, [SP] spdistance
[R] contrast, [R] contrast postestimation,
coordinates, estat subcommand, [MV] ca
[R] margins, contrast, [SEM] Intro 7,
postestimation, [MV] mca postestimation
[SVY] svy postestimation, [U] 20.19 Obtaining
contrasts, tests of interactions, and main effects copy
contrasts, [CM] margins, [FMM] Example 1c, data, [D] edit
[MV] Intro, [MV] manova postestimation, graph, [G-2] graph copy
[MV] Glossary, [PSS-5] Glossary, [R] contrast, variable, [D] clonevar, [D] edit
[R] margins, contrast, [R] marginsplot, copy,
[U] 20.19 Obtaining contrasts, tests of collect subcommand, [TABLES] collect copy
interactions, and main effects frame subcommand, [D] frame copy
graphing, [U] 20.20 Graphing margins, marginal graph subcommand, [G-2] graph copy
effects, and contrasts label subcommand, [D] label
control charts, [R] QC mi subcommand, [MI] mi copy, [MI] Styles
control covariates, [LASSO] Glossary, spmatrix subcommand, [SP] spmatrix copy
[PSS-5] Glossary ssc subcommand, [R] ssc
control group, [PSS-5] Glossary .copy built-in class function, [P] class
correlation, see correlation, control-group copy command, [D] copy
mean, see means, control-group copy macro function, [P] macro
proportion, see proportions, control-group copycolor, set subcommand, [G-2] set printcolor,
sample size, see sample-size [R] set
standard deviation, see standard deviations, control- copyright
group Apache, [R] Copyright Apache
variance, see variance, control-group autolink, [R] Copyright autolink
control line charts, [R] QC Boost, [R] Copyright Boost
control variable, [DSGE] Glossary flexmark, [R] Copyright flexmark
lag of, [DSGE] Intro 4b H2O, [R] Copyright H2O
control variables, see covariates of interest Hamcrest, [R] Copyright Hamcrest
controlled clinical trial study, [PSS-2] power, ICD-10, [R] Copyright ICD-10
[PSS-3] ciwidth, [PSS-5] Glossary ICU, [R] Copyright ICU
JAXB, [R] Copyright JAXB
144 Subject index

copyright, continued correlation, continued


JGoodies Common, [R] Copyright JGoodies partial and semipartial, [PSS-2] power pcorr,
Common [R] pcorr
JGoodies Forms, [R] Copyright JGoodies Forms principal components of, [MV] pca
JSON for Modern C++, [R] Copyright JSON serial, [R] runtest
jsoup, [R] Copyright jsoup signal processing, [M-5] fft( )
LAPACK, [R] Copyright LAPACK similarity measure, [MV] measure option
libHaru, [R] Copyright libHaru Spearman’s rank, [R] spearman
libpng, [R] Copyright libpng structure, [CM] cmmprobit, [CM] cmroprobit,
Mersenne Twister, [R] Copyright Mersenne Twister [R] reg3, [XT] xtcloglog, [XT] xtgee, [XT] xtgls,
MiG Layout, [R] Copyright MiG Layout [XT] xtlogit, [XT] xtnbreg, [XT] xtpcse,
Parsington, [R] Copyright Parsington [XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
ReadStat, [R] Copyright ReadStat [XT] xtstreg, [XT] Glossary
Scintilla, [R] Copyright Scintilla testing equality, [MV] mvtest correlations
slf4j, [R] Copyright slf4j tests of, [SEM] estat stdize, [SEM] Example 16
ttf2pt1, [R] Copyright ttf2pt1 tetrachoric, [R] tetrachoric
zlib, [R] Copyright zlib two-sample, [PSS-2] power twocorrelations
copyright command, [R] copyright correlation, estat subcommand, [CM] cmmprobit
postestimation, [CM] cmroprobit postestimation
Cornfield confidence intervals, [R] Epitab
correlation() function, [M-5] mean( )
Corr() function, [M-5] fft( )
correlations,
corr() function, [M-5] corr( )
estat subcommand, [MV] canon postestimation,
corr() function, [FN] Matrix functions, [M-5] corr( ),
[MV] discrim lda postestimation, [MV] discrim
[P] matrix define
qda postestimation, [MV] mds postestimation
corr2data command, [D] corr2data
mvtest subcommand, [MV] mvtest correlations
correct data, see edit data
correlogram, [TS] corrgram, [TS] Glossary
correlate command, [R] correlate
correspondence analysis, [MV] ca, [MV] mca,
correlated errors, see robust, Huber/White/sandwich [MV] Glossary
estimator of variance, also see autocorrelation
correspondence analysis projection, [MV] ca
correlated uniqueness model, [SEM] Intro 5, postestimation plots, [MV] Glossary
[SEM] Example 17, [SEM] Glossary
corrgram command, [TS] corrgram
correlation, [M-5] corr( ), [M-5] mean( ), [R] correlate,
cos() function, [FN] Trigonometric functions,
[TABLES] Example 1
[M-5] sin( )
between paired observations, [PSS-2] power
cosh() function, [FN] Trigonometric functions,
pairedmeans, [PSS-2] power pairedproportions,
[M-5] sin( )
[PSS-3] ciwidth pairedmeans
cosine
binary variables, [R] tetrachoric
functions, [FN] Trigonometric functions,
canonical, [MV] canon
[M-5] sin( )
coefficient of exposure, [PSS-2] power mcc
trace kernel function, [G-2] graph twoway kdensity,
compound symmetric, [MV] mvtest correlations [G-2] graph twoway lpoly, [R] kdensity,
continuous variables, [R] correlate [R] lpoly, [R] npregress kernel, [R] qreg,
control-group, [PSS-2] power twocorrelations [TE] tebalance density, [TE] teoverlap
data generation, [D] corr2data, [D] drawnorm cost frontier model, [R] frontier, [XT] xtfrontier
experimental-group, [PSS-2] power twocorrelations costs, [MV] Glossary
factoring of, [MV] factor count command, [D] count
independent, see correlation, two-sample count data,
interitem, [MV] alpha confidence intervals for counts, [R] ci
intraclass, see intraclass correlation estimation, see outcomes, count
intracluster, [R] loneway graphs, [R] histogram, [R] kdensity, [R] spikeplot
Kendall’s rank, [R] spearman imputation, see imputation, count data
matrices, [MV] mvtest correlations, [P] matrix interrater agreement, [R] kappa
define, [R] correlate, [R] estat, [R] estat vce summary statistics of, [R] table summary,
matrix, anti-image, [MV] factor postestimation, [R] table, [R] tabstat, [R] tabulate oneway,
[MV] pca postestimation [R] tabulate twoway, [R] tabulate, summarize()
model, [SEM] Intro 5, [SEM] Glossary symmetry and marginal homogeneity tests,
one-sample, [PSS-2] power onecorrelation, [R] symmetry
[PSS-2] power oneslope count(), egen function, [D] egen
pairwise, [R] correlate count model, see outcomes, count
Subject index 145

count, ml subcommand, [R] ml Cox proportional hazards model, continued


counterfactual, [ERM] Intro 7, [ERM] eprobit test of assumption, [ST] stcox, [ST] stcox PH-
postestimation, [ERM] Glossary, [TE] Glossary, assumption tests, [ST] stcox postestimation,
also see potential outcome [ST] stintcox PH-assumption plots,
predictions, [ERM] Intro 7, [ERM] eprobit [ST] stintcox postestimation, [ST] stsplit
postestimation, [ERM] Glossary Cox–Snell residual, [ST] stcox postestimation,
counts, making dataset of, [D] collapse [ST] stintreg postestimation, [ST] streg
count-time data, [ST] ct, [ST] ctset, [ST] cttost, postestimation
[ST] sttoct, [ST] Glossary, [SVY] svy cpoisson command, [R] cpoisson, [R] cpoisson
estimation postestimation
courses about Stata, [U] 3.6 Conferences and training cprplot command, [R] regress postestimation
covariance, [SEM] Intro 4, [SEM] Glossary diagnostic plots
analysis of, [R] anova Cragg hurdle regression, [R] churdle
assumptions, [SEM] gsem, [SEM] sem Cramér’s V , [R] tabulate twoway
creating dataset from, see summarize data, summary Crawford–Ferguson rotation, [MV] rotate,
statistics [MV] rotatemat, [MV] Glossary
matrix of estimators, [P] ereturn, [P] matrix get, CRD, see cluster randomized design
[R] estat, [R] estat vce, [R] estimates store create,
matrix, bayesirf subcommand, [BAYES] bayesirf create
anti-image, [MV] factor postestimation, bcal subcommand, [D] bcal
[MV] pca postestimation collect subcommand, [TABLES] collect create
block diagonal, [MV] mvtest covariances forecast subcommand, [TS] forecast create
spherical, [MV] mvtest covariances frame subcommand, [P] frame post
testing equality, [MV] mvtest covariances frame subcommand, [D] frame create
of variables or coefficients, [R] correlate irf subcommand, [TS] irf create
principal components of, [MV] pca serset subcommand, [P] serset
stationary, [TS] arfima, [TS] arima, [TS] estat spmatrix subcommand, [SP] spmatrix create
aroots, [TS] var intro, [TS] var, [TS] Glossary, vl subcommand, [D] vl create
also see weakly stationary create cspline, serset subcommand, [P] serset
structure, [ME] me, [ME] Glossary, [XT] xtmlogit create xmedians, serset subcommand, [P] serset
covariance, estat subcommand, [CM] cmmprobit credible interval, [BAYES] Intro, [BAYES] Bayesian
postestimation, [CM] cmroprobit commands, [BAYES] bayes, [BAYES] bayesmh,
postestimation, [DSGE] estat covariance, [BAYES] Bayesian postestimation,
[MV] discrim lda postestimation, [MV] discrim [BAYES] bayesstats summary,
qda postestimation [BAYES] Glossary
covariances, mvtest subcommand, [MV] mvtest set default, [BAYES] set clevel
covariances credible level, [BAYES] Intro, [BAYES] bayes,
covariate, [ERM] Intro 3, [ERM] Glossary, [BAYES] bayesmh, [BAYES] bayesstats
[SP] Glossary, [ST] Glossary summary, [BAYES] set clevel,
balance, [TE] tebalance box, [TE] tebalance [BAYES] Glossary
density, [TE] tebalance overid, [TE] tebalance creturn list command, [P] creturn
summarize crexternal() function, [M-5] findexternal( )
class, [D] duplicates critical
endogenous, [ERM] Intro 3 region, see rejection region
patterns, [R] logistic postestimation, [R] logit value, [PSS-2] power oneproportion,
postestimation, [R] probit postestimation [PSS-2] power twoproportions, [PSS-2] power
covariate selection, [LASSO] Glossary onevariance, [PSS-5] Glossary
covariates, [LASSO] Glossary Cronbach’s alpha, [MV] alpha
covariates of interest, [LASSO] Glossary cross command, [D] cross
covarimin rotation, [MV] rotate, [MV] rotatemat, cross() function, [M-5] cross( )
[MV] Glossary cross product, [M-5] cross( ), [M-5] crossdev( ),
COVRATIO, [R] regress postestimation [M-5] quadcross( )
cox, power subcommand, [PSS-2] power cox cross-correlation function, [TS] xcorr, [TS] Glossary
Cox proportional hazards model, [BAYES] bayesmh cross-correlogram, [TS] xcorr
evaluators, [PSS-2] power cox, [ST] stcox, crossdev() function, [M-5] crossdev( )
[ST] stintcox, [SVY] svy estimation crossed variables, [MV] Glossary
146 Subject index

crossed-effects model, [BAYES] bayes: mecloglog, ctset command, [ST] ctset


[BAYES] bayes: meglm, cttost command, [ST] cttost
[BAYES] bayes: meintreg, cubic natural splines, [M-5] spline3( )
[BAYES] bayes: melogit, cumsp command, [TS] cumsp
[BAYES] bayes: menbreg, cumul command, [R] cumul
[BAYES] bayes: meologit,
cumulative
[BAYES] bayes: meoprobit,
[BAYES] bayes: mepoisson, distribution functions, [FN] Statistical functions,
[BAYES] bayes: meprobit, [M-5] normal( )
[BAYES] bayes: mestreg, distribution, empirical, [R] cumul
[BAYES] bayes: metobit, hazard function, [ST] stcurve, [ST] sts, [ST] sts
[BAYES] bayes: mixed, [ME] me, generate, [ST] sts graph, [ST] sts list,
[ME] mecloglog, [ME] meglm, [ME] meintreg, [ST] Glossary, [TE] Glossary
[ME] melogit, [ME] menbreg, [ME] meologit, hazard ratio, see hazard ratio
[ME] meoprobit, [ME] mepoisson, incidence
[ME] meprobit, [ME] mestreg, data, [R] Epitab, [R] heckpoisson, [R] poisson
[ME] metobit, [ME] mixed, [ME] Glossary, estimator, [ST] stcrreg, [ST] Glossary
[SEM] Example 40g, [SEM] Glossary function, [ST] stcrreg, [ST] stcurve,
crossed-random effects, see crossed-effects model [ST] Glossary
cross-fit partialing out, [LASSO] Lasso inference meta-analysis, [META] Intro, [META] meta
intro, [LASSO] Inference examples, forestplot, [META] meta summarize,
[LASSO] Inference requirements, [META] Glossary
[LASSO] xpoivregress, [LASSO] xpologit, overall effect sizes, [META] Intro,
[LASSO] xpopoisson, [LASSO] xporegress, [META] Glossary
[LASSO] Glossary spectral distribution, empirical, [TS] cumsp,
cross-fitting, [LASSO] Glossary [TS] psdensity
crossing variables, [MV] Glossary subhazard function, [ST] stcrreg, [ST] stcurve,
crossover designs, [BAYES] bayesmh, [R] pk, [ST] Glossary
[R] pkcross, [R] pkshape current collection, [TABLES] Intro 2,
cross-product matrices, [P] matrix accum [TABLES] Glossary
cross-sectional current data, [P] creturn
data, [ERM] Glossary, [SP] Glossary, current status data, see case I interval-censored data
[XT] Glossary, also see area data curse of dimensionality, [MV] Glossary
study, [PSS-2] power, [PSS-3] ciwidth, curved path, [SEM] Glossary
[PSS-5] Glossary, [R] Epitab custom prediction equations, [MI] mi impute chained,
time-series data, [XT] Glossary [MI] mi impute monotone
cross-tabulations, see tables cusum
cross-validation, [LASSO] Inference examples, plot, [BAYES] Intro, [BAYES] bayesgraph,
[LASSO] lasso examples, [LASSO] lasso fitting, [BAYES] Glossary, [R] cusum
[LASSO] Glossary test, [R] cusum, [TS] estat sbcusum
function, [LASSO] lasso fitting, [LASSO] Glossary cusum command, [R] cusum
mean deviance, [LASSO] Glossary CUSUM plot, see cusum plot
ratio, [LASSO] Glossary cut(), egen function, [D] egen
mean prediction error, [LASSO] Glossary cutil, see classutil
plot, [LASSO] cvplot Cuzick test for trend, [R] nptrend
cross-variable, [BAYES] Glossary CV, see cross-validation
cross-variables cv, estat subcommand, [SVY] estat
first-lag coefficients, [BAYES] Glossary cvpermute() function, [M-5] cvpermute( )
tightness parameter, [BAYES] Glossary cvpermutesetup() function, [M-5] cvpermute( )
CRT, see cluster randomized design cvplot command, [LASSO] cvplot
crude estimate, [R] Epitab, [ST] Glossary cwf command, [D] frame change
cs command, [R] Epitab CX and CY variables, [SP] spset
csi command, [R] Epitab cyan, magenta, yellow, and key or black (CMYK)
.csv filename suffix, [D] import delimited values, [G-4] colorstyle, [G-4] Glossary
ct command, [ST] ctset cyclical component, [TS] tsfilter, [TS] tsfilter bk,
ct data, [ST] Glossary, also see count-time data [TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp,
ctable, [TS] ucm, [TS] Glossary
bayesirf subcommand, [BAYES] bayesirf ctable
irf subcommand, [TS] irf ctable
Subject index 147

D data, continued
missing values, see missing values
DA, see data augmentation mlong MI style, see mlong MI data style
daily() function, [FN] Date and time functions multiple-failure st, see multiple-failure st data
dashed lines, [G-4] linepatternstyle multiple-record st, see multiple-record st data
data nested case–control, see nested case–control data
augmentation, [MI] mi impute, [MI] mi impute observational, see observational data
mvn, [MI] Glossary
preserving, see preserve data
entry, see import data, see input data interactively,
range of, see range of data
see read data from disk
ranking, see rank data
matrix, [M-5] st data( ), [M-5] st view( ),
[M-6] Glossary reading, see import data, see load data, see read data
from disk
reduction, [MV] ca, [MV] canon, [MV] factor,
[MV] mds, [MV] pca recoding, see recode data
signature, [D] datasignature, [P] datasignature, rectangularizing, see rectangularize dataset
[P] signestimationsample reordering, see reorder data
transfer, see export data, see import data reorganizing, see reorganize data
types, [D] Data types, [U] 12 Data restoring, see restore data
data, sampling, see sampling
appending, see append data saving, see export data, see save data
area, see area data single-failure st, see survival analysis
autocorrelated, see autocorrelation single-record st, see survival analysis
case–cohort, see case–cohort data stacking, see stack data
case–control, see case–control data strings, see string variables
categorical, see categorical data, agreement, summarizing, see summarize data
measures for, see categorical data survey, see survey data
certifying, see certify data survival-time, see survival analysis
characteristics of, see characteristics time-series, see time-series data, importing
checksums of, see checksums of data time-span, see time-span data
choice model, see choice model data transposing, see transpose data
combining, see combine data verifying, see verify data
contents of, see contents of data wide format, see wide data format
count-time, see count-time data wide MI style, see wide MI data style
cumulative incidence data, see cumulative incidence Data Browser, see Data Editor
data Data Editor, [D] edit, [U] 12.9 Data Editor and
current, see current data Variables Manager
discrete survival, see discrete survival data data frame manipulation, [M-5] st frame*( )
displaying, see display data data label macro function, [P] macro
documenting, see document data data, label subcommand, [D] label
editing, see edit data data-have-changed flag, [M-5] st updata( )
entering, see import data, see input data interactively database, importing from, [D] jdbc, [D] odbc
exporting, see export data data-generating
extended missing values, see missing values mechanism, [LASSO] Glossary
flong MI style, see flong MI data style process, [LASSO] Glossary
flongsep MI style, see flongsep MI data style dataset,
frames, see frames adding notes to, [D] notes
generating, see generate data comparing, [D] cf, [D] checksum
importing, see import data creating, [D] corr2data, [D] drawnorm
inputting, see import data, see input data example, [U] 1.2.2 Example datasets
interactively, see read data from disk loading, see import data, see input data interactively,
labeling, see label data see use data
large, dealing with, see memory multiple, [D] frames
listing, see list data rectangularize, [D] fillin
loading, see import data, see input data interactively, saving, see export data, see save data
see use data dataset labels, [D] label, [D] label language, [D] notes
long format, see long data format determining, [D] codebook, [D] describe
matched case–control, see matched case–control data managing, [D] varmanage
148 Subject index

datasignature .dbf filename suffix, [D] import dbase


clear command, [D] datasignature .dbf files, [SP] Intro 4, [SP] spbalance,
command, [D] datasignature, [SEM] Example 25, [SP] spshape2dta, also see shapefiles
[SEM] ssd dcc, mgarch subcommand, [TS] mgarch dcc
confirm command, [D] datasignature .dct file, [D] import, [D] infile (fixed format),
report command, [D] datasignature [D] infix (fixed format), [D] outfile,
set command, [D] datasignature [U] 11.6 Filenaming conventions
datasignature command, [P] datasignature DDD, see difference-in-difference-in-differences
date regression
formats, [U] 12.5.3 Date and time formats, DDF, see denominator degrees of freedom
[U] 25.3 Displaying dates and times debugging, [P] discard, [P] pause, [P] trace
functions, [U] 25.5 Extracting components of dates decimal symbol, setting, [D] format
and times declarations, [M-2] Declarations, [M-6] Glossary
in Excel format, [D] Datetime values from other .Declare built-in class modifier, [P] class
software declare, class, [P] class
in OpenOffice format, [D] Datetime values from decode command, [D] encode
other software decomposition, [M-5] cholesky( ), [M-5] fullsvd( ),
in R format, [D] Datetime values from other [M-5] ghessenbergd( ), [M-5] gschurd( ),
software [M-5] hessenbergd( ), [M-5] ldl( ), [M-5] lud( ),
in SAS format, [D] Datetime values from other [M-5] qrd( ), [M-5] schurd( ), [M-5] svd( )
software deconvolve() function, [M-5] fft( )
in SPSS format, [D] Datetime values from other decrement operator, [M-2] op increment
software default settings of system parameters, [P] set
variables, [U] 25 Working with dates and times locale functions, [P] set locale ui, [R] query,
with business calendars, see business calendars [R] set defaults
date and time, [D] Datetime, [D] Datetime business defective matrix, [M-6] Glossary
calendars, [D] Datetime business calendars DEFF, see design effects
creation, [D] Datetime conversion, [D] Datetime define,
display formats, [D] Datetime durations, char subcommand, [P] char
[D] Datetime relative dates, [D] Datetime constraint subcommand, [R] constraint
values from other software, [M-5] c( ), label subcommand, [D] label
[M-5] date( ), [P] creturn
matrix subcommand, [P] matrix define
inputting, [U] 25.2 Inputting dates and times
program subcommand, [P] program, [P] program
stamp, [D] describe properties
date and time functions, [M-4] Dates scalar subcommand, [P] scalar
date() function, [D] Datetime, [D] Datetime transmap subcommand, [R] translate
conversion, [FN] Date and time functions,
DEFT, see design effects
[M-5] date( )
degree-of-freedom adjustment, [SEM] Glossary
datediff() function, [D] Datetime durations,
[FN] Date and time functions, [M-5] date( ) degrees of freedom, [MI] mi estimate, [MI] mi predict
datediff frac() function, [D] Datetime durations, for coefficients, complete, see complete degrees of
[FN] Date and time functions, [M-5] date( ) freedom for coefficients, also see estimation,
degrees of freedom for coefficients
datelist, [U] 11.1.9 datelist
degree-to-radian conversion, [FN] Trigonometric
datepart() function, [D] Datetime, [FN] Date and
functions
time functions, [M-5] date( )
delete, see drop
Davidon–Fletcher–Powell algorithm,
[M-5] moptimize( ), [M-5] optimize( ), [R] ml casewise, see casewise deletion
day() function, [D] Datetime, [FN] Date and time listwise, see listwise deletion
functions, [M-5] date( ), [U] 25.5 Extracting delete, cluster subcommand, [MV] cluster
components of dates and times programming utilities
daysinmonth() function, [D] Datetime relative dates, #delimit command, [M-2] Semicolons, [P] #delimit
[FN] Date and time functions, [M-5] date( ) delimited,
db command, [R] db export subcommand, [D] import delimited
dbase, import subcommand, [D] import delimited
export subcommand, [D] import dbase delimiter
import subcommand, [D] import dbase for comments, [P] comments
dBase, importing from, [D] import dbase for lines, [P] #delimit
Subject index 149

delta, [PSS-5] Glossary, also see effect size describe, continued


beta influence statistic, [R] clogit postestimation, estimates subcommand, [R] estimates describe
[R] logistic postestimation, [R] logit forecast subcommand, [TS] forecast describe
postestimation graph subcommand, [G-2] graph describe
χ2 influence statistic, [R] clogit postestimation, irf subcommand, [TS] irf describe
[R] logistic postestimation, [R] logit jdbc subcommand, [D] jdbc
postestimation mata subcommand, [M-3] mata describe
deviance influence statistic, [R] clogit mi subcommand, [MI] mi describe
postestimation, [R] logistic postestimation,
net subcommand, [R] net
[R] logit postestimation
odbc subcommand, [D] odbc
method, [R] margins, [R] nlcom, [R] predictnl,
[R] testnl, [SEM] estat residuals, [SEM] estat putdocx subcommand, [RPT] putdocx begin,
teffects, [SVY] Variance estimation, [RPT] putdocx table
[SVY] Glossary putexcel subcommand, [RPT] putexcel,
dendrogram, see graph, dendrogram [RPT] putexcel advanced
dendrogram, cluster subcommand, [MV] cluster putpdf subcommand, [RPT] putpdf begin
dendrogram python subcommand, [P] PyStata integration
denominator degrees of freedom ssc subcommand, [R] ssc
ANOVA, [ME] mixed, [ME] Glossary ssd subcommand, [SEM] ssd
Kenward–Roger, [ME] mixed, [ME] Glossary describe command, [D] describe, [U] 12.6 Dataset,
repeated, [ME] mixed, [ME] Glossary variable, and value labels
residual, [ME] mixed, [ME] Glossary descriptive statistics,
Satterthwaite, [ME] mixed, [ME] Glossary CIs for means, proportions, and variances, [R] ci
density correlations, [R] correlate, [R] icc, [R] pcorr,
[R] spearman, [R] tetrachoric
estimation, kernel, [R] kdensity
creating dataset containing, [D] collapse
functions, [M-5] normal( )
creating variables containing, [D] egen
smoothing, [R] lpoly
displaying, [CM] Intro 3, [CM] cmsummarize,
density, tebalance subcommand, [TE] tebalance
[D] codebook, [D] pctile, [R] grmeanby, [R] lv,
density
[R] summarize, [XT] xtsum, [XT] xttab
density-distribution sunflower plot, [R] sunflower
distributional plots, [G-2] graph box, [R] Diagnostic
dependent variable, [ERM] Glossary, [SP] Glossary plots, [R] dotplot, [R] histogram, [R] ladder,
dereferencing, [M-2] ftof, [M-2] pointers, [R] spikeplot, [R] sunflower
[M-6] Glossary epidemiological tables, [R] Epitab
deriv() function, [M-5] deriv( ) estimation, [R] mean, [R] proportion, [R] ratio,
deriv() function, [M-5] deriv( ) [R] total
derivative of incomplete gamma function, estimation sample, [R] estat summarize,
[FN] Mathematical functions, [FN] Statistical [SEM] estat summarize
functions, [M-5] normal( ) graphics, [G-2] graph bar, [G-2] graph box,
derivatives, [M-5] deriv( ) [G-2] graph dot, [G-2] graph matrix,
numeric, [R] dydx, [R] testnl [G-2] graph pie, [G-2] graph twoway,
derived plottypes, [G-3] advanced options [R] serrbar, [R] stem, also see descriptive
deriv init() functions, [M-5] deriv( ) statistics, distributional plots
deriv init *() functions, [M-5] deriv( ) means, [CM] cmsummarize, [R] ameans,
deriv query() function, [M-5] deriv( ) [R] summarize, [R] table summary, [R] table,
deriv result *() functions, [M-5] deriv( ) [R] tabstat
DerSimonian–Laird method, [META] meta esize, percentiles, [CM] cmsummarize, [D] pctile,
[META] Glossary [R] centile, [R] summarize
describe pharmacokinetic data,
graph contents, [G-2] graph describe make dataset of, [R] pkcollapse
mi data, [MI] mi describe summarize, [R] pksumm
panel data, [XT] xtdescribe skewness and kurtosis, [CM] cmsummarize,
survey data, [SVY] svydescribe [R] summarize, [R] table summary, [R] table,
survival-time data, [ST] stdescribe [R] tabstat
describe, tables, [R] table oneway, [R] table twoway,
[R] table multiway, [R] table summary,
ado subcommand, [R] net
[R] table, [R] tabstat, [R] tabulate
bayesirf subcommand, [BAYES] bayesirf oneway, [R] tabulate twoway, [R] tabulate,
bcal subcommand, [D] bcal summarize(), [SVY] svy: tabulate oneway,
classutil subcommand, [P] classutil [SVY] svy: tabulate twoway
150 Subject index

design, fvset subcommand, [R] fvset dhms() function, [D] Datetime, [FN] Date and time
design effects, [R] loneway, [SVY] estat, functions, [M-5] date( )
[SVY] svy: tabulate oneway, diag() function, [M-5] diag( )
[SVY] svy: tabulate twoway, [SVY] Glossary diag() function, [FN] Matrix functions, [M-5] diag( ),
design matrix, [M-5] designmatrix( ), [M-5] I( ) [P] matrix define
designmatrix() function, [M-5] designmatrix( ) diag0cnt() function, [FN] Matrix functions,
destring command, [D] destring [M-5] diag0cnt( ), [P] matrix define
destroy() function, [M-2] class diagnosis codes, [D] icd, [D] icd9, [D] icd10,
destructor, [M-2] class, [P] class [D] icd10cm
det() function, [FN] Matrix functions, [M-5] det( ), diagnostic plots, [BAYES] bayesgraph, [R] Diagnostic
[P] matrix define plots, [R] logistic postestimation, [R] regress
detail style, see style postestimation diagnostic plots, [ST] stcox PH-
determinant of matrix, see det() function assumption tests, [ST] stintcox PH-assumption
plots, [TE] tebalance box, [TE] tebalance
deterministic trend, [TS] tsfilter, [TS] ucm,
density, [TS] estat aroots, [TS] varstable,
[TS] Glossary
[TS] vecstable
dettriangular() function, [M-5] det( )
diagnostics, regression, see regression diagnostics
deviance, [LASSO] Glossary
diagonal, [M-5] diagonal( ), [M-6] Glossary
null, [LASSO] Glossary
matrix, [M-5] diag( ), [M-5] diag( ),
ratio, [LASSO] Glossary [M-5] diagonal( ), [M-5] isdiagonal( ),
deviance information criterion, [BAYES] Bayesian [M-6] Glossary, [P] matrix define
commands, [BAYES] bayesstats ic, vech model, [TS] mgarch, [TS] mgarch dvech
[BAYES] Glossary
diagonal() function, [M-5] diagonal( )
deviance residual, [ME] mecloglog postestimation,
dialog
[ME] meglm postestimation, [ME] melogit
postestimation, [ME] menbreg postestimation, box, [P] Dialog programming, [P] window
[ME] mepoisson postestimation, [ME] meprobit programming, [P] window fopen, [P] window
postestimation, [R] binreg postestimation, manage, [P] window menu, [P] window push,
[R] glm postestimation, [R] logistic [P] window stopbox, [R] db
postestimation, [R] logit postestimation, programming, [P] Dialog programming,
[R] mfp postestimation, [R] probit [P] window programming, [P] window fopen,
postestimation, [ST] stcox postestimation, [P] window manage, [P] window menu,
[ST] streg postestimation [P] window push, [P] window stopbox
deviation cross product, [M-5] crossdev( ), DIC, see deviance information criterion
[M-5] quadcross( ) Dice coefficient similarity measure,
dexponential, tssmooth subcommand, [MV] measure option
[TS] tssmooth dexponential dichotomous item, [IRT] Glossary
df, estat subcommand, [ME] estat df dichotomous outcome model, see outcomes, binary
dfactor command, [TS] dfactor, [TS] dfactor Dickey–Fuller test, [TS] dfgls, [TS] dfuller
postestimation dictionaries, [D] export, [D] import, [D] infile (fixed
DFBETA, [R] regress postestimation, [ST] stcox format), [D] infix (fixed format), [D] outfile,
postestimation, [ST] stcrreg postestimation, [M-5] asarray( ), [M-5] AssociativeArray( )
[ST] Glossary DID, see difference-in-differences regression
dfbeta command, [R] regress postestimation didregress command, [TE] didregress,
dfgls command, [TS] dfgls [TE] didregress postestimation
DFITS, [R] regress postestimation DIF, see differential item functioning
DFP algorithm, [R] ml diff(), egen function, [D] egen
dfuller command, [TS] dfuller difference of estimated coefficients, see linear
dgammapda() function, [FN] Statistical functions, combinations of parameters
[M-5] normal( ) difference operator, [TS] Glossary, [U] 11.4.4 Time-
dgammapdada() function, [FN] Statistical functions, series varlists
[M-5] normal( ) difference-in-difference-in-differences regression,
dgammapdadx() function, [FN] Statistical functions, [TE] DID intro, [TE] didregress
[M-5] normal( ) difference-in-differences regression, [TE] DID intro,
dgammapdx() function, [FN] Statistical functions, [TE] didregress
[M-5] normal( ) differences of two means test, [SVY] svy
dgammapdxdx() function, [FN] Statistical functions, postestimation
[M-5] normal( ) differential item functioning, [IRT] DIF, [IRT] Glossary
DGM, see data-generating mechanism logistic regression, [IRT] diflogistic
DGP, see data-generating process Mantel–Haenszel, [IRT] difmh
Subject index 151

differentiation, [M-5] deriv( ) directories, continued


difficulty, [IRT] Glossary listing, [D] dir
diflogistic command, [IRT] DIF, [IRT] diflogistic location of ado-files, [U] 17.5 Where does Stata
difmh command, [IRT] DIF, [IRT] difmh look for ado-files?
digamma() function, [FN] Mathematical functions, removing, [D] rmdir
[M-5] factorial( ) directory, class, [P] classutil
digitally signing data, see datasignature command direxists() function, [M-5] direxists( )
digits, controlling the number displayed, [D] format, direxternal() function, [M-5] direxternal( )
[U] 12.5 Formats: Controlling how data are discard
displayed command, [P] discard, [U] 18.11.3 Debugging
dilation, [MV] procrustes, [MV] Glossary ado-files
dimension, [MV] Glossary discard, relationship to graph drop, [G-2] graph
diminishing adaptation, [BAYES] bayesmh, drop
[BAYES] Glossary discordant
dims, pairs, [PSS-2] power, [PSS-2] power
collect subcommand, [TABLES] collect dims pairedproportions, [PSS-5] Glossary
dir, proportion, [PSS-2] power, [PSS-2] power
ado subcommand, [R] net pairedproportions, [PSS-5] Glossary
bcal subcommand, [D] bcal sets, [PSS-2] power mcc, [PSS-5] Glossary
classutil subcommand, [P] classutil discrete choice, [CM] Glossary
cluster subcommand, [MV] cluster utility discrete parameters, [BAYES] bayestest interval,
collect subcommand, [TABLES] collect dir [BAYES] Glossary
constraint subcommand, [R] constraint discrete survival data, [ST] Discrete
estimates subcommand, [P] estimates discrete-response regression, [SVY] svy estimation
estimates subcommand, [R] estimates store discrim
frames subcommand, [D] frames dir knn command, [MV] discrim, [MV] discrim
graph subcommand, [G-2] graph dir estat, [MV] discrim knn, [MV] discrim knn
postestimation
label subcommand, [D] label
lda command, [MV] discrim, [MV] discrim
macro subcommand, [P] macro
estat, [MV] discrim lda, [MV] discrim lda
matrix subcommand, [P] matrix utility postestimation
postutil subcommand, [P] postfile logistic command, [MV] discrim, [MV] discrim
program subcommand, [P] program estat, [MV] discrim logistic, [MV] discrim
return subcommand, [P] return logistic postestimation
scalar subcommand, [P] scalar qda command, [MV] discrim, [MV] discrim
serset subcommand, [P] serset estat, [MV] discrim qda, [MV] discrim qda
spmatrix subcommand, [SP] spmatrix drop postestimation
sysuse subcommand, [D] sysuse discriminant analysis, [MV] candisc, [MV] discrim,
vl subcommand, [D] vl list [MV] discrim knn, [MV] discrim lda,
dir command, [D] dir [MV] discrim logistic, [MV] discrim qda,
dir() function, [M-5] dir( ) [MV] Glossary
dir macro function, [P] macro loading plot, [MV] scoreplot
direct score plot, [MV] scoreplot
effects, see effects, direct discriminant function, [MV] discrim, [MV] discrim
impacts, [SP] spivregress postestimation, lda, [MV] discrim lda postestimation,
[SP] spregress postestimation, [SP] spxtregress [MV] Glossary
postestimation discriminating variables, [MV] candisc, [MV] discrim
standardization, [R] dstdize, [R] mean, knn, [MV] discrim lda, [MV] discrim lda
[R] proportion, [R] ratio, [SVY] Direct postestimation, [MV] discrim logistic,
standardization, [SVY] Glossary [MV] discrim qda, [MV] Glossary
direction of an effect, [PSS-2] power discrimination, [IRT] Glossary
directional test, see one-sided test (power) disparity, [MV] mds, [MV] mdslong, [MV] mdsmat,
directories, [M-5] chdir( ), [M-5] dir( ), [MV] Glossary
[M-5] direxists( ), [P] creturn, dispersion, measures of, see measures of dispersion
[U] 11.6 Filenaming conventions, display, also see printing, logs (output)
[U] 18.3.11 Constructing Windows filenames as error, [M-5] displayas( ), [M-5] errprintf( )
by using macros as text, as result, etc., [M-5] displayas( )
changing, [D] cd column, [D] Glossary, [P] Glossary, [U] Glossary
creating, [D] mkdir contents, [D] describe
152 Subject index

display, continued distributional diagnostic plots, [R] Diagnostic plots,


data, [D] edit, [D] list also see histograms, also see distributions, plots
files, [D] type distributions,
format, [D] Glossary, [U] Glossary examining, [D] pctile, [R] ameans, [R] centile,
formats, [D] describe, [D] format, [P] macro, [R] kdensity, [R] mean, [R] pksumm,
[U] 12.5 Formats: Controlling how data are [R] summarize, [R] total
displayed, [U] 25.3 Displaying dates and times income, [R] Inequality
graph, [G-2] graph display plots, [R] cumul, [R] cusum, [R] Diagnostic plots,
long strings, see string variables, long [R] dotplot, [R] histogram, [R] kdensity,
macros, [P] macro [R] ladder, [R] lv, [R] spikeplot, [R] stem,
matrix, [P] matrix utility [R] sunflower
named graphs, [G-2] graph display, [G-2] graph standard population, [R] dstdize
use testing equality of, [R] ksmirnov, [R] kwallis,
output, [P] display, [P] quietly, [P] smcl, [R] ranksum, [R] signrank
[P] tabdisp testing for normality, [MV] mvtest normality,
previously typed lines, [R] #review [R] sktest, [R] swilk
scalar expressions, [P] display, [P] scalar transformations
settings, [R] set showbaselevels to achieve normality, [R] boxcox, [R] ladder
stored results, [R] Stored results to achieve zero skewness, [R] lnskew0
width and length, [R] log disturbance term, [XT] Glossary
display division operator, see arithmetic operators
command, [P] display, [P] macro, [U] 19.1.2 A list divisive hierarchical clustering methods, [MV] cluster,
of the immediate commands [MV] Glossary
as a calculator, [R] display DLL, [P] plugin
macro function, [P] display Dmatrix() function, [M-5] Dmatrix( )
display, DML, see double machine learning
ereturn subcommand, [P] ereturn do command, [R] do, [U] 16 Do-files
graph subcommand, [G-2] graph display .do file, [U] 11.6 Filenaming conventions
ml subcommand, [R] ml do . . . while, [M-2] do, [M-2] continue, [M-2] break
display() function, [M-5] display( ) dockable, set subcommand, [R] set
displayas() function, [M-5] displayas( ) document data, [D] codebook, [D] labelbook, [D] notes
displayflush() function, [M-5] displayflush( ) document, dynamic, see dynamic document
dissimilarity, [MV] Glossary documentation, [U] 1 Read this—it will help,
[U] 3 Resources for learning and using Stata
matrix, [MV] matrix dissimilarity, [MV] Glossary,
[P] matrix dissimilarity keyword search on, [R] search, [U] 4 Stata’s help
and search facilities
measures,
[MV] cluster, [MV] cluster programming docx*() functions, [M-5] docx*( )
utilities, [MV] matrix dissimilarity, [MV] mds, docx2pdf command, [RPT] docx2pdf
[MV] measure option, [MV] Glossary, docx hardbreak, set subcommand, [R] set,
[P] matrix dissimilarity [RPT] set docx
absolute value, [MV] measure option docx paramode, set subcommand, [R] set, [RPT] set
Bray and Curtis, [MV] clustermat docx
Canberra, [MV] measure option doedit command, [R] doedit
Euclidean, [MV] measure option dofb() function, [D] Datetime business calendars,
Gower, [MV] measure option [FN] Date and time functions, [M-5] date( )
maximum value, [MV] measure option dofC() function, [D] Datetime, [FN] Date and time
functions, [M-5] date( )
Minkowski, [MV] measure option
dofc() function, [D] Datetime, [FN] Date and time
dissimilarity, matrix subcommand, [MV] matrix
functions, [M-5] date( )
dissimilarity, [P] matrix dissimilarity
dofh() function, [D] Datetime, [FN] Date and time
distance, see dissimilarity measures
functions, [M-5] date( )
how calculated, [SP] spdistance
do-files, [P] break, [P] include, [P] version, [R] do,
distance matrix, [MV] matrix dissimilarity, [P] matrix [U] 16 Do-files, [U] 18.2 Relationship between a
dissimilarity, [SP] Glossary, also see spatial program and a do-file
weighting matrix
adding comments to, [P] comments
distances, estat subcommand, [MV] ca
editing, [R] doedit
postestimation
long lines, [P] #delimit, [U] 18.11.2 Comments and
distribution functions, [FN] Statistical functions,
long lines in ado-files
[M-5] normal( )
Subject index 153

dofm() function, [D] Datetime, [FN] Date and time drop


functions, [M-5] date( ) class instances, [P] classutil
dofq() function, [D] Datetime, [FN] Date and time cluster analyses, [MV] cluster utility
functions, [M-5] date( ) constraints, [R] constraint
dofw() function, [D] Datetime, [FN] Date and time files, [D] erase, [M-5] unlink( )
functions, [M-5] date( ) forecast variable, [TS] forecast drop
dofy() function, [D] Datetime, [FN] Date and time graphs, [G-2] graph drop
functions, [M-5] date( ) macro from memory, [P] macro
domain sampling, [MV] alpha matrix, [M-3] mata drop, [P] matrix utility
Doornik–Hansen normality test, [MV] mvtest note, [D] notes
normality
observations, [D] drop, [D] duplicates,
dose–response models, [BAYES] bayes: binreg, [M-5] st dropvar( ), also see duplicate
[BAYES] bayes: glm, [BAYES] bayes: logistic, observations, dropping
[FMM] fmm: glm, [R] binreg, [R] glm,
programs, [P] discard
[R] logistic
stored estimation results, [R] estimates store
dose–response trend, [PSS-2] power, [PSS-2] power
trend value label, [D] label
dot, variables, [D] drop, [M-5] st dropvar( )
graph subcommand, [G-2] graph dot weighting matrices, [SP] spmatrix drop
graph twoway subcommand, [G-2] graph twoway drop,
dot duplicates subcommand, [D] duplicates
dot plot, [G-2] graph dot, [G-2] graph twoway dot, bayesirf subcommand, [BAYES] bayesirf
[G-3] area options, [G-3] line options, classutil subcommand, [P] classutil
[R] dotplot cluster notes subcommand, [MV] cluster notes
dotplot command, [R] dotplot cluster subcommand, [MV] cluster utility
dots, set subcommand, [R] set collect subcommand, [TABLES] collect drop
dotted lines, [G-4] linepatternstyle constraint subcommand, [R] constraint
double, [D] Data types, [U] 12.2.2 Numeric storage estimates subcommand, [P] estimates
types estimates subcommand, [R] estimates store
double machine learning, [LASSO] Lasso inference forecast subcommand, [TS] forecast drop
intro, [LASSO] xpoivregress, [LASSO] xpologit, frame subcommand, [D] frame drop
[LASSO] xpopoisson, [LASSO] xporegress, graph subcommand, [G-2] graph drop
[LASSO] Glossary irf subcommand, [TS] irf drop
double quotes, [P] macro, [U] 18.3.5 Double quotes label subcommand, [D] label
double selection, [LASSO] Lasso inference intro, macro subcommand, [P] macro
[LASSO] dslogit, [LASSO] dspoisson, mata subcommand, [M-3] mata drop
[LASSO] dsregress, [LASSO] Inference matrix subcommand, [P] matrix utility
examples, [LASSO] Inference requirements,
notes subcommand, [D] notes
[LASSO] Glossary
program subcommand, [P] program
doublebuffer, set subcommand, [R] set
python subcommand, [P] PyStata integration
double-exponential smoothing, [TS] tssmooth
dexponential return subcommand, [P] return
double-precision floating point number, scalar subcommand, [P] scalar
[U] 12.2.2 Numeric storage types serset subcommand, [P] serset
doubly robust estimator, [TE] teffects intro, spmatrix subcommand, [SP] spmatrix drop
[TE] teffects intro advanced, [TE] teffects aipw, vl subcommand, [D] vl drop
[TE] teffects ipwra, [TE] telasso, [TE] Glossary drop command, [D] drop
dow() function, [D] Datetime, [FN] Date and time dropline, graph twoway subcommand, [G-2] graph
functions, [M-5] date( ), [U] 25.5 Extracting twoway dropline
components of dates and times dropout, [PSS-5] Glossary
doy() function, [D] Datetime, [FN] Date and time dropped observations, [SP] Intro 2
functions, [M-5] date( ) ds, [LASSO] Glossary
dp, set subcommand, [D] format, [R] set ds command, [D] ds
drawnorm command, [D] drawnorm DSGE, see dynamic stochastic general equilibrium
drift, [TS] dfuller, [TS] pperron, [TS] tsfilter, dsge command, [DSGE] Intro 1, [DSGE] Intro 2,
[TS] tsfilter cf, [TS] Glossary [DSGE] Intro 3a, [DSGE] Intro 3b,
[DSGE] Intro 3c, [DSGE] dsge, [DSGE] dsge
postestimation, [DSGE] dsgenl postestimation
154 Subject index

dsgenl command, [DSGE] Intro 1, [DSGE] Intro 3d, dydx command, [R] dydx
[DSGE] Intro 3e, [DSGE] Intro 3f, dynamic
[DSGE] dsgenl conditional-correlation model, [TS] mgarch,
dsign() function, [M-5] dsign( ), [M-5] sign( ) [TS] mgarch dcc
dslogit command, [LASSO] dslogit, document, [RPT] Dynamic documents intro,
[LASSO] Inference examples, [LASSO] lasso [RPT] Dynamic tags, [RPT] dyndoc,
inference postestimation [RPT] dyntext, [RPT] markdown,
dspoisson command, [LASSO] dspoisson, [RPT] Glossary, [U] 21.2 The dynamic
[LASSO] Inference examples, [LASSO] lasso document commands
inference postestimation factor model, [TS] dfactor, [TS] dfactor
dsregress command, [LASSO] dsregress, postestimation, also see state-space model
[LASSO] Inference examples, [LASSO] lasso forecast, [BAYES] bayesfcast graph,
inference postestimation [DSGE] Glossary, [TS] arch, [TS] arfima,
dstdize command, [R] dstdize [TS] fcast compute, [TS] fcast graph,
.dta file, [P] File formats .dta, [U] 11.6 Filenaming [TS] forecast, [TS] forecast adjust, [TS] forecast
conventions clear, [TS] forecast coefvector, [TS] forecast
.dtasig file, [U] 11.6 Filenaming conventions create, [TS] forecast describe, [TS] forecast
dual scaling, [MV] ca drop, [TS] forecast estimates, [TS] forecast
Duda and Hart index stopping rules, [MV] cluster stop exogenous, [TS] forecast identity, [TS] forecast
list, [TS] forecast query, [TS] forecast solve,
dummy variables, see indicator variables, see indicators
[TS] mgarch, [TS] Glossary, [U] 20.21 Dynamic
Duncan’s multiple-comparison adjustment, see multiple forecasts and simulations
comparisons, Duncan’s method
model, [XT] Glossary
dunnettprob() function, [FN] Statistical functions,
panel-data regression, [U] 27.15.6 Dynamic
[M-5] normal( )
and autoregressive panel-data models,
Dunnett’s multiple comparison adjustment, see multiple [U] 27.15.7 Bayesian estimation, [XT] xtabond,
comparisons, Dunnett’s method [XT] xtdpd, [XT] xtdpdsys
Dunnett’s multiple range distribution, regression model, [TS] arfima, [TS] arima,
cumulative, [FN] Statistical functions, [TS] var
[M-5] normal( ) stochastic
inverse cumulative, [FN] Statistical functions, general equilibrium, [BAYES] bayes: dsge,
[M-5] normal( ) [BAYES] bayes: dsgenl, [DSGE] Intro 1,
dup(#), display directive, [P] display [DSGE] Intro 3a, [DSGE] Intro 3b,
duplicate observations, [DSGE] Intro 3c, [DSGE] Intro 3d,
dropping, [D] duplicates [DSGE] Intro 3e, [DSGE] Intro 3f,
identifying, [D] duplicates [DSGE] Intro 9, [DSGE] Intro 9a,
duplicates [DSGE] Intro 9b, [DSGE] dsge, [DSGE] dsgenl,
drop command, [D] duplicates [DSGE] Glossary, [U] 27.28 Dynamic stochastic
examples command, [D] duplicates general equilibrium (DSGE) models
list command, [D] duplicates structural simultaneous equations, [TS] var svar
report command, [D] duplicates tags, [RPT] Dynamic documents intro,
tag command, [D] duplicates [RPT] Dynamic tags, [RPT] dyndoc,
[RPT] dyntext, [RPT] Glossary, [U] 21.2 The
duplicating
dynamic document commands
clustered observations, [D] expandcl
text file, [RPT] Dynamic tags, [RPT] dyntext,
observations, [D] expand [RPT] Glossary
duplication matrix, [M-5] Dmatrix( ) text files, [RPT] Dynamic documents intro
duration analysis, see survival analysis dynamic-multiplier function, [BAYES] bayesirf,
Durbin–Watson statistic, [R] regress postestimation [TS] irf, [TS] irf cgraph, [TS] irf create,
time series, [TS] prais [TS] irf ctable, [TS] irf ograph, [TS] irf table,
durbinalt, estat subcommand, [R] regress [TS] var intro, [TS] Glossary
postestimation time series .dynamicmv built-in class function, [P] class
Durbin’s alternative test, [R] regress postestimation dyndoc command, [RPT] dyndoc
time series dyngen command, [D] dyngen
dvech, mgarch subcommand, [TS] mgarch dvech dyntext command, [RPT] dyntext
dwatson, estat subcommand, [R] regress
postestimation time series
dyadic operator, [M-2] Syntax, [M-6] Glossary
Subject index 155

E effect size, continued


curve, [PSS-2] power, graph, [PSS-5] Glossary
e() detection of, see minimum detectable effect size
function, [FN] Programming functions, [M-5] e( ) determination, [PSS-1] Intro, [PSS-2] Intro
stored results, [P] ereturn, [P] estimates, (power), [PSS-2] power, [PSS-2] power
[P] return, [R] Stored results, usermethod, [PSS-2] power onemean,
[U] 18.8 Accessing results calculated by other [PSS-2] power twomeans, [PSS-2] power
programs, [U] 18.9 Accessing results calculated pairedmeans, [PSS-2] power oneproportion,
by estimation commands, [U] 18.10.2 Storing [PSS-2] power twoproportions, [PSS-2] power
results in e() pairedproportions, [PSS-2] power onevariance,
e(functions) macro function, [P] macro [PSS-2] power twovariances, [PSS-2] power
e(macros) macro function, [P] macro onecorrelation, [PSS-2] power twocorrelations,
e(matrices) macro function, [P] macro [PSS-2] power oneway, [PSS-2] power twoway,
e(sample) function, [FN] Programming functions, [PSS-2] power repeated, [PSS-2] power
[P] ereturn, [P] return oneslope, [PSS-2] power rsquared,
e(sample), resetting, [R] estimates save [PSS-2] power pcorr, [PSS-2] power cmh,
e(scalars) macro function, [P] macro [PSS-2] power mcc, [PSS-2] power cox,
EB, see empirical Bayes [PSS-2] power exponential, [PSS-2] power
logrank, [PSS-4] Unbalanced designs,
EBCDIC files, [D] filefilter, [D] infile (fixed format),
[PSS-5] Glossary
[U] 22.2.9 If you have EBCDIC data
minimum detectable, see minimum detectable effect
e-class command, [P] program, [P] return, [R] Stored
size
results, [U] 18.8 Accessing results calculated by
other programs effective sample size, [BAYES] Bayesian commands,
[BAYES] bayesmh, [BAYES] bayesstats ess,
economist scheme, [G-3] axis options, [G-4] Scheme
[BAYES] Glossary
economist
effects, estat subcommand, [SVY] estat
edit
effects,
ado-files and do-files, [R] doedit
direct, [SEM] estat teffects, [SEM] Example 7,
command, [U] 10 Keyboard use
[SEM] Example 42g, [SEM] Methods and
data, [D] edit, [D] generate, [D] merge, [D] recode formulas for sem, [SEM] Glossary
files while in Stata, [R] doedit indirect, [SEM] estat teffects, [SEM] Example 7,
graphs, [G-1] Graph Editor, [G-2] graph play [SEM] Example 42g, [SEM] Methods and
output, [U] 15 Saving and printing output—log formulas for sem, [SEM] Glossary
files total, [SEM] estat teffects, [SEM] Example 7,
edit command, [D] edit [SEM] Example 42g, [SEM] Methods and
editmissing() function, [M-5] editmissing( ) formulas for sem, [SEM] Glossary
editmissing() function, [M-5] editmissing( ) treatment, see treatment effects
Editor Support Program, [U] 3.7.3 For editors efficiency of Markov chain Monte Carlo,
edittoint() function, [M-5] edittoint( ) [BAYES] Intro, [BAYES] Bayesian commands,
edittoint() function, [M-5] edittoint( ) [BAYES] bayesmh, [BAYES] bayesgraph,
edittointtol() function, [M-5] edittoint( ) [BAYES] bayesstats ess, [BAYES] Glossary
edittointtol() function, [M-5] edittoint( ) eform, estat subcommand, [FMM] estat eform,
edittozero() function, [M-5] edittozero( ) [SEM] Intro 7, [SEM] estat eform,
edittozero() function, [M-5] edittozero( ) [SEM] Example 33g, [SEM] Example 34g,
edittozerotol() function, [M-5] edittozero( ) [SEM] Example 47g, [SEM] Example 48g
edittozerotol() function, [M-5] edittozero( ) eform option, [R] eform option
editvalue() function, [M-5] editvalue( ) EGARCH, see exponential generalized autoregressive
conditional heteroskedasticity
editvalue() function, [M-5] editvalue( )
egen command, [D] egen, [MI] mi passive, [MI] mi
EE estimator, see estimating-equation estimator
xeq
effect size, [META] Intro, [META] meta,
Egger test, [META] meta bias, [META] Glossary
[META] meta data, [META] meta esize,
[META] meta set, [META] meta update, Egger, Davey Smith, and Phillips test, [META] meta
[META] meta summarize, [META] meta bias
galbraithplot, [META] meta labbeplot, EGLS, see estimated generalized least squares
[META] meta regress, [META] estat bubbleplot, eigengelapacke() function, [M-5] eigensystem( )
[META] meta mvregress, [META] Glossary, eigen la() function, [M-5] eigensystem( )
[PSS-5] Glossary, [R] anova postestimation, eigensystem() function, [M-5] eigensystem( )
[R] esize, [R] regress postestimation, eigensystem() function, [M-5] eigensystem( )
[ST] Glossary eigensystemselect*() functions,
[M-5] eigensystemselect( )
156 Subject index

eigensystemselect*() functions, emptycells, set subcommand, [R] set, [R] set


[M-5] eigensystemselect( ) emptycells
eigenvalues, [M-5] eigensystem( ), [M-6] Glossary, Encapsulated PostScript, [G-2] graph export,
[MV] factor, [MV] factor postestimation, [G-3] eps options, [G-4] Glossary
[MV] pca, [MV] rotate, [MV] rotatemat, encode command, [D] encode, [U] 24.2 Categorical
[MV] screeplot, [MV] Glossary, [P] matrix string variables
eigenvalues, [P] matrix svd, [P] matrix encodings, [D] unicode, [D] unicode encoding,
symeigen [D] Glossary, [P] Glossary, [U] Glossary
stability condition, [BAYES] bayesvarstable, end command, [M-3] end
[TS] estat aroots, [TS] varstable, [TS] vecstable end-of-line characters, [D] changeeol
stability index, [SEM] estat stable ending a Stata session, [P] exit, [R] exit
eigenvalues() function, [M-5] eigensystem( ) endless loop, see loop, endless
eigenvalues() function, [M-5] eigensystem( ) endogeneity test, [R] hausman, [R] ivprobit,
eigenvalues, matrix subcommand, [P] matrix [R] ivregress postestimation, [R] ivtobit
eigenvalues endogenous
eigenvectors, [M-5] eigensystem( ), [M-6] Glossary, covariates, [ERM] eintreg, [ERM] eoprobit,
[MV] factor, [MV] factor postestimation, [ERM] eprobit, [ERM] eregress,
[MV] pca, [MV] rotate, [MV] rotatemat, [ERM] Glossary, [FMM] fmm: ivregress,
[MV] scoreplot, [MV] Glossary, [P] matrix svd, [LASSO] Lasso inference intro,
[P] matrix symeigen [LASSO] Inference examples,
EIM, see expected information matrix [LASSO] poivregress, [LASSO] xpoivregress,
eintreg command, [ERM] Intro 1, [ERM] Intro 2, [R] gmm, [R] ivpoisson, [R] ivprobit,
[ERM] Intro 3, [ERM] Intro 7, [R] ivregress, [R] ivtobit, [R] reg3, [XT] xtdpd,
[ERM] eintreg, [ERM] eintreg postestimation, [XT] xtdpdsys, [XT] xthtaylor, [XT] xtivreg
[ERM] eintreg predict, [ERM] Example 1b, with endogenous treatment, [ERM] Example 3b
[ERM] Example 1c, [ERM] predict advanced, with sample selection, [ERM] Example 1c,
[ERM] predict treatment, [ERM] Triangularize [ERM] Example 8b
eivreg command, [R] eivreg, [R] eivreg instrument variables, [ERM] Intro 3
postestimation sample selection, [ERM] Intro 4, [ERM] eintreg,
el() function, [FN] Matrix functions, [P] matrix [ERM] eoprobit, [ERM] eprobit,
define [ERM] eregress, [ERM] Glossary,
elastic net, [LASSO] elasticnet, [LASSO] Glossary [R] heckman, [R] heckoprobit, [R] heckprobit,
elasticnet command, [LASSO] elasticnet, [SEM] Example 45g, [XT] xtheckman
[LASSO] lasso postestimation with endogenous covariate, [ERM] Example 1c,
elimination matrix, [M-5] Lmatrix( ) [ERM] Example 8b
else command, [P] if with endogenous treatment, [ERM] Example 6b
eltype, [M-2] Declarations, [M-6] Glossary treatment, [ERM] eintreg, [ERM] eoprobit,
eltype() function, [M-5] eltype( ) [ERM] eprobit, [ERM] eregress,
EM, see expectation-maximization algorithm [SEM] Example 46g, [TE] eteffects,
EMF, see Windows Enhanced Metafile [TE] etpoisson, [TE] etregress
empirical Bayes, [IRT] irt 1pl postestimation, [IRT] irt with endogenous covariates, [ERM] Example 3b
2pl postestimation, [IRT] irt 3pl postestimation, with sample selection, [ERM] Example 6b
[IRT] irt grm postestimation, [IRT] irt nrm treatment assignment, [ERM] Glossary
postestimation, [IRT] irt pcm postestimation, variable, [BAYES] Glossary, [DSGE] Glossary,
[IRT] irt rsm postestimation, [IRT] irt hybrid [ERM] Glossary, [SEM] Intro 4,
postestimation, [IRT] Glossary, [ME] mecloglog [SEM] Glossary, [SVY] svy estimation,
postestimation, [ME] meglm postestimation, [TS] Glossary, [XT] Glossary
[ME] meintreg postestimation, [ME] melogit endogenous, estat subcommand, [R] ivregress
postestimation, [ME] menbreg postestimation, postestimation
[ME] meologit postestimation, [ME] meoprobit ends(), egen function, [D] egen
postestimation, [ME] mepoisson postestimation, Engle’s LM test, [R] regress postestimation time series
[ME] meprobit postestimation, [ME] mestreg
Enhanced Metafile, [G-2] graph export
postestimation, [ME] metobit postestimation,
[ME] Glossary ensure mi data are consistent, [MI] mi update
means, see posterior mean enter data, see import data, see input data interactively,
see read data from disk
modes, see posterior mode
environment macro function, [P] macro
predictions, [SEM] Intro 7, [SEM] Methods and
formulas for gsem, [SEM] predict after gsem environment variables (Unix), [P] macro
empirical cumulative distribution function, [R] cumul
Subject index 157

eoprobit command, [ERM] Intro 1, [ERM] Intro 2, equality test of, continued
[ERM] Intro 3, [ERM] Intro 4, [ERM] Intro 7, covariances, [MV] mvtest covariances
[ERM] eoprobit, [ERM] eoprobit distributions, [R] ksmirnov, [R] kwallis,
postestimation, [ERM] eoprobit predict, [R] ranksum, [R] signrank
[ERM] Example 6a, [ERM] Example 6b, margins, [CM] margins, [R] margins, [R] margins,
[ERM] predict advanced, [ERM] predict contrast, [R] margins, pwcompare,
treatment, [ERM] Triangularize [R] pwcompare
Epanechnikov kernel function, [G-2] graph twoway means, [R] anova, [R] contrast, [R] esize,
kdensity, [G-2] graph twoway lpoly, [R] loneway, [R] mean, [R] oneway,
[R] kdensity, [R] lpoly, [R] npregress kernel, [R] pwmean, [R] ttest, [R] ztest, [SVY] svy
[R] qreg, [TE] tebalance density, [TE] teoverlap postestimation, [TABLES] Example 4
epidemiology and related, [R] Epitab, [ST] strate medians, [R] ranksum
Brier score decomposition, [R] brier multivariate means, [MV] hotelling, [MV] manova,
estimation commands, [R] binreg, [R] clogit, [MV] mvtest means
[R] exlogistic, [R] expoisson, [R] glm, parameters across groups, [SEM] estat ginvariant
[R] logistic, [R] nbreg, [R] poisson, also see proportions, [R] bitest, [R] prtest
multilevel model, also see structural equation
ROC areas, [R] roccomp, [R] rocreg
modeling, also see survey, also see survival
analysis, also see treatment effects survivor functions, [ST] sts test
ICD, [D] icd variances, [R] oneway, [R] sdtest
interrater agreement, [R] kappa equal-tailed credible interval, [BAYES] Intro,
[BAYES] Bayesian commands, [BAYES] bayes,
pharmacokinetic data, see pharmacokinetic data
[BAYES] bayesmh, [BAYES] bayesstats
ROC analysis, see receiver operating characteristic summary, [BAYES] Glossary
analysis
equamax rotation, [MV] rotate, [MV] rotatemat,
SMR, see standardized mortality ratio [MV] Glossary
standardization, [R] dstdize equation names of matrix, [P] ereturn, [P] matrix
symmetry and marginal homogeneity tests, define, [P] matrix rownames, [U] 14.2 Row and
[R] symmetry column names
tables, [R] Epitab, [R] tabulate twoway equilc() function, [M-5] equilrc( )
eprobit command, [ERM] Intro 1, [ERM] Intro 2, equilibration, [M-5] equilrc( )
[ERM] Intro 3, [ERM] Intro 7, equilibrium, [DSGE] Glossary
[ERM] eprobit, [ERM] eprobit postestimation,
equilr() function, [M-5] equilrc( )
[ERM] eprobit predict, [ERM] Example 3a,
[ERM] Example 3b, [ERM] Example 4a, equilrc() function, [M-5] equilrc( )
[ERM] Example 4b, [ERM] Example 5, equivalence test, see equality test of, bioequivalence
[ERM] predict advanced, [ERM] predict erase, see drop
treatment, [ERM] Triangularize erase, mi subcommand, [MI] mi erase, [MI] Styles
EPS, see Encapsulated PostScript erase, snapshot subcommand, [D] snapshot
epsdouble() function, [FN] Programming functions erase command, [D] erase
epsfloat() function, [FN] Programming functions eregress command, [ERM] Intro 1, [ERM] Intro 2,
epsilon() function, [M-5] epsilon( ), [M-6] Glossary [ERM] Intro 3, [ERM] Intro 7, [ERM] eregress,
eqgof, estat subcommand, [SEM] Intro 7, [ERM] eregress postestimation,
[SEM] estat eqgof, [SEM] Methods and [ERM] eregress predict, [ERM] Example 1a,
formulas for sem [ERM] Example 2a, [ERM] Example 2b,
eqtest, estat subcommand, [SEM] Intro 7, [ERM] Example 2c, [ERM] predict advanced,
[SEM] estat eqtest [ERM] predict treatment, [ERM] Triangularize
equal FMI test, [MI] mi estimate, [MI] mi test, ereturn
[MI] Glossary clear command, [P] ereturn, [P] return
equal-allocation design, see balanced design display command, [P] ereturn
equality operator, [U] 13.2.3 Relational operators list command, [P] ereturn, [P] return, [R] Stored
equality test of results
binomial proportions, [R] bitest local command, [P] ereturn, [P] return
bioequivalence, [R] pk, [R] pkequiv matrix command, [P] ereturn, [P] return
coefficients, [R] pwcompare, [R] sureg, [R] test, post command, [P] ereturn, [P] makecns,
[R] testnl, [SVY] svy postestimation [P] return
correlation matrices, [MV] mvtest correlations repost command, [P] ereturn, [P] return
correlations, [MV] mvtest correlations scalar command, [P] ereturn, [P] return
covariance matrices, [MV] mvtest covariances ERM, see extended regression model
158 Subject index

error, [ERM] Glossary, [SEM] Glossary estat, continued


checking, [D] assert, [D] assertnested compare command, [MV] procrustes
codes, [M-2] Errors postestimation
covariance, [ME] Glossary concordance command, [ST] stcox postestimation
handling, [P] capture, [P] confirm, [P] error, config command, [MV] mds postestimation
[U] 16.1.4 Error handling in do-files coordinates command, [MV] ca postestimation,
messages and return codes, [M-5] error( ), [P] error, [MV] mca postestimation
[P] rmsg, [R] Error messages, [U] 4.8.5 Return correlation command, [CM] cmmprobit
codes, [U] 8 Error messages and return codes, postestimation, [CM] cmroprobit postestimation
also see error handling correlations command, [MV] canon
searching, [R] search postestimation, [MV] discrim lda
variable, [SEM] Intro 4, [SEM] Glossary postestimation, [MV] discrim qda
error command, [P] error postestimation, [MV] mds postestimation
error() function, [M-5] error( ) covariance command, [CM] cmmprobit
error() function, [M-5] error( ) postestimation, [CM] cmroprobit
error, reshape subcommand, [D] reshape postestimation, [DSGE] Intro 3e, [DSGE] estat
covariance, [MV] discrim lda postestimation,
error-bar charts, [R] serrbar
[MV] discrim qda postestimation
error-components model, [XT] xthtaylor,
cv command, [SVY] estat
[XT] Glossary
df command, [ME] estat df
errorrate, estat subcommand, [MV] discrim estat,
[MV] discrim lda postestimation, [MV] discrim distances command, [MV] ca postestimation
logistic postestimation durbinalt command, [R] regress postestimation
errors-in-variables regression, [R] eivreg time series
errprintf() function, [M-5] errprintf( ) dwatson command, [R] regress postestimation time
series
esample, estimates subcommand, [R] estimates save
effects command, [SVY] estat
esize,
eform command, [FMM] estat eform,
estat subcommand, [R] regress postestimation
[SEM] Intro 7, [SEM] estat eform,
meta subcommand, [META] meta esize [SEM] Example 33g, [SEM] Example 34g,
esize and esizei commands, [R] esize [SEM] Example 47g, [SEM] Example 48g
ESS, see effective sample size endogenous command, [R] ivregress
ess, bayesstats subcommand, [BAYES] bayesstats postestimation
ess eqgof command, [SEM] Intro 7, [SEM] estat
estat, [P] estat programming eqgof, [SEM] Example 3, [SEM] Methods and
abond command, [XT] xtabond, [XT] xtabond formulas for sem
postestimation, [XT] xtdpd postestimation, eqtest command, [SEM] Intro 7, [SEM] estat
[XT] xtdpdsys, [XT] xtdpdsys postestimation eqtest, [SEM] Example 13
acplot command, [TS] estat acplot errorrate command, [MV] discrim estat,
alternatives command, [CM] nlogit [MV] discrim lda postestimation, [MV] discrim
postestimation logistic postestimation
anova command, [MV] discrim lda postestimation esize command, [R] regress postestimation
anti command, [MV] factor postestimation, factors command, [MV] factor postestimation
[MV] pca postestimation facweights command, [CM] cmmprobit
archlm command, [R] regress postestimation time postestimation, [CM] cmroprobit postestimation
series firststage command, [R] ivregress
aroots command, [TS] estat aroots postestimation
bgodfrey command, [R] regress postestimation framework command, [SEM] Intro 7, [SEM] estat
time series, [TS] newey postestimation framework, [SEM] Example 11
bootstrap command, [R] bootstrap postestimation ggof command, [SEM] Intro 7, [SEM] estat ggof,
bubbleplot command, [META] estat bubbleplot [SEM] Example 21, [SEM] Methods and
canontest command, [MV] discrim lda formulas for sem
postestimation ginvariant command, [SEM] Intro 7, [SEM] estat
classfunctions command, [MV] discrim lda ginvariant, [SEM] Example 22
postestimation gof command, [R] estat gof, [R] poisson
classification command, [R] estat classification postestimation, [SEM] Intro 7, [SEM] estat
classtable command, [MV] discrim estat, gof, [SEM] Example 4, [SEM] Methods and
[MV] discrim lda postestimation formulas for sem, [SVY] estat
common command, [MV] factor postestimation gofplot command, [ST] stintreg postestimation
Subject index 159

estat, continued estat, continued


granger command, [TE] didregress postestimation ovtest command, [R] regress postestimation
grdistances command, [MV] discrim pairwise command, [MV] mds postestimation
lda postestimation, [MV] discrim qda period command, [TS] ucm, [TS] ucm
postestimation postestimation
greport command, [IRT] estat greport phtest command, [ST] stcox PH-assumption tests
grmeans command, [MV] discrim lda policy command, [DSGE] Intro 1,
postestimation [DSGE] Intro 3a, [DSGE] Intro 3c,
group command, [ME] estat group, [ME] menl [DSGE] Intro 3d, [DSGE] Intro 3e,
postestimation, [ME] mixed postestimation [DSGE] Intro 3f, [DSGE] estat policy
grsummarize command, [MV] candisc, predict command, [R] exlogistic postestimation
[MV] discrim estat profiles command, [MV] ca postestimation
heterogeneity command, [META] estat ptrends command, [TE] didregress postestimation
heterogeneity quantiles command, [MV] mds postestimation
hettest command, [R] regress postestimation recovariance command, [ME] estat recovariance,
ic command, [R] estat, [R] estat ic [ME] mixed postestimation, [META] estat
icc command, [ME] estat icc, [ME] melogit recovariance
postestimation, [ME] meprobit postestimation, report command, [IRT] estat report
[ME] mixed postestimation residuals command, [MV] factor postestimation,
impact command, [SP] Intro 7, [SP] Intro 8, [MV] pca postestimation, [SEM] Intro 7,
[SP] spivregress, [SP] spivregress [SEM] estat residuals, [SEM] Example 10,
postestimation, [SP] spregress, [SP] spregress [SEM] Methods and formulas for sem
postestimation, [SP] spxtregress, rotate command, [MV] canon postestimation
[SP] spxtregress postestimation rotatecompare command, [MV] canon
imtest command, [R] regress postestimation postestimation, [MV] factor postestimation,
inertia command, [MV] ca postestimation [MV] pca postestimation
kmo command, [MV] factor postestimation, sargan command, [XT] xtabond, [XT] xtabond
[MV] pca postestimation postestimation, [XT] xtdpd, [XT] xtdpd
lceffects command, [SVY] estat postestimation, [XT] xtdpdsys postestimation
lcgof command, [SEM] estat lcgof, sbcusum command, [TS] estat sbcusum
[SEM] Example 51g sbknown command, [TS] estat sbknown
lcmean command, [FMM] estat lcmean, sbsingle command, [TS] estat sbsingle
[SEM] estat lcmean, [SEM] Example 50g, scoretests command, [SEM] Intro 7, [SEM] estat
[SEM] Example 53g, [SEM] Example 54g scoretests, [SEM] Example 8, [SEM] Methods
lcprob command, [FMM] estat lcprob, and formulas for sem
[SEM] estat lcprob, [SEM] Example 50g, sd command, [ME] estat sd, [ME] menl,
[SEM] Example 53g, [SEM] Example 54g, [ME] mixed postestimation, [META] estat
[SEM] Methods and formulas for sem sd, [R] mean postestimation, [SEM] estat sd,
list command, [MV] discrim estat, [MV] discrim [SVY] estat
knn postestimation, [MV] discrim lda se command, [R] exlogistic postestimation,
postestimation, [MV] discrim logistic, [R] expoisson postestimation
[MV] discrim qda postestimation size command, [SVY] estat
loadings command, [MV] ca postestimation, smc command, [MV] factor postestimation,
[MV] canon postestimation, [MV] discrim lda, [MV] pca postestimation
[MV] discrim lda postestimation, [MV] pca stable command, [DSGE] Intro 5, [DSGE] estat
postestimation stable, [SEM] Intro 7, [SEM] estat stable,
manova command, [MV] discrim lda [SEM] Example 7, [SEM] Methods and
postestimation formulas for sem
mindices command, [SEM] Intro 7, [SEM] estat stdize: prefix command, [SEM] estat stdize,
mindices, [SEM] Example 5, [SEM] Example 9, [SEM] Example 16
[SEM] Methods and formulas for sem steady command, [DSGE] Intro 3e,
moran command, [SP] Intro 7, [SP] estat moran [DSGE] Intro 3f, [DSGE] estat steady
mvreg command, [MV] procrustes postestimation strata command, [SVY] estat
nproc command, [R] rocreg postestimation stress command, [MV] mds postestimation
overid command, [R] gmm postestimation, structure command, [MV] discrim lda
[R] ivpoisson postestimation, [R] ivregress postestimation, [MV] factor postestimation
postestimation subinertia command, [MV] mca postestimation
160 Subject index

estat, continued estimates, continued


summarize command, [MV] ca postestimation, table command, [R] estimates table
[MV] discrim estat, [MV] factor postestimation, title command, [R] estimates title
[MV] mca postestimation, [MV] mds use command, [LASSO] estimates store,
postestimation, [MV] pca postestimation, [R] estimates save
[MV] procrustes postestimation, [R] estat, estimates, forecast subcommand, [TS] forecast
[R] estat summarize, [SEM] estat summarize estimates
svyset command, [SVY] estat estimating-equation estimator, [TE] teffects aipw,
szroeter command, [R] regress postestimation [TE] teffects ipw, [TE] teffects ipwra,
table command, [MV] ca postestimation [TE] teffects ra, [TE] Glossary
teffects command, [ERM] Intro 5, estimation
[ERM] Intro 9, [ERM] estat teffects, Bayesian, see Bayesian, estimation
[SEM] Intro 7, [SEM] estat teffects, command, [CM] Intro 4, [U] 20 Estimation and
[SEM] Example 7, [SEM] Example 42g postestimation commands, [U] 27 Overview of
transition command, [DSGE] Intro 1, Stata estimation commands
[DSGE] Intro 3a, [DSGE] Intro 3b, commands
[DSGE] Intro 3d, [DSGE] Intro 3e, allowed, [BAYES] Bayesian estimation,
[DSGE] Intro 3f, [DSGE] estat transition [FMM] fmm estimation, [MI] Estimation,
trendplots command, [TE] didregress [SVY] svy estimation
postestimation allowing constraints in, [P] makecns,
vce command, [R] estat, [R] estat vce, [SVY] estat [R] constraint
vif command, [R] regress postestimation how to program, [P] Estimation command
wcorrelation command, [ME] estat wcorrelation, degrees of freedom for coefficients, [MI] mi
[ME] mixed postestimation, [XT] xtgee estimate
postestimation method for SEM, [SEM] Glossary
estimate linear combinations of coefficients, see linear obtaining after
combinations of parameters
adjusted predictions, [CM] margins,
estimate, mi subcommand, [MI] mi estimate, [MI] mi [R] margins, [U] 20.16.2 Obtaining adjusted
estimate using predictions
estimated generalized least squares, [XT] xtgls, combinations of coefficients, [R] lincom,
[XT] xtivreg, [XT] xtreg [R] nlcom, [U] 20.14 Obtaining
estimates linear combinations of coefficients,
clear command, [P] estimates [U] 20.15 Obtaining nonlinear combinations
dir command, [P] estimates of coefficients
drop command, [P] estimates contrasts, [R] contrast, [U] 20.19 Obtaining
hold command, [P] estimates contrasts, tests of interactions, and main
unhold command, [P] estimates effects
estimates forecasts, [TS] forecast, [U] 20.21 Dynamic
clear command, [R] estimates store forecasts and simulations
command, [R] suest, [SVY] svy postestimation graphs of margins, marginal effects,
introduction, [R] estimates and contrasts, [R] marginsplot,
describe command, [R] estimates describe [U] 20.20 Graphing margins, marginal
effects, and contrasts
dir command, [R] estimates store
marginal effects, [CM] margins, [R] margins,
drop command, [R] estimates store
[U] 20.17 Obtaining conditional and average
esample command, [R] estimates save marginal effects
for command, [R] estimates for marginal means, [CM] margins, [R] margins,
notes command, [R] estimates notes [U] 20.16.1 Obtaining estimated marginal
query command, [R] estimates store means
replay command, [R] estimates replay pairwise comparisons, [R] pwcompare,
restore command, [LASSO] estimates store, [U] 20.18 Obtaining pairwise comparisons
[R] estimates store predictions, [MI] mi predict, [P] predict,
save command, [LASSO] estimates store, [R] predict, [R] predictnl,
[R] estimates save [U] 20.11 Obtaining predicted values
selected command, [R] estimates selected predictive margins, [CM] margins, [R] margins,
stats command, [R] estimates stats [U] 20.16.3 Obtaining predictive margins
store command, [LASSO] estimates store, scores, [U] 20.23 Obtaining scores
[R] estimates store
Subject index 161

estimation, obtaining after, continued Ex, [SEM] sem and gsem option covstructure( )
test, [MI] mi estimate, [MI] mi test, ex post contiguity matrix, [SP] Glossary, also see
[R] hausman, [R] lrtest, [R] suest, [R] test, spatial weighting matrix
[R] testnl, [SVY] svy postestimation, exact DDF, see denominator degrees of freedom
[U] 20.13 Performing hypothesis tests on exact statistics, [U] 27.8 Count outcomes,
the coefficients [U] 27.11 Exact estimators
options, [R] Estimation options, [SEM] gsem binary confidence intervals, [R] ci, [R] exlogistic,
estimation options, [SEM] sem estimation [R] roctab
options centiles, [R] centile
postestimation dialog box, [R] postest confidence intervals for variances, [R] ci
posting VCE for MI, [MI] mi estimate indirect standardization, [R] dstdize
predictions after, see predictions, obtaining after one-way anova, [R] loneway
estimation regression, [R] exlogistic, [R] expoisson
results, test,
accessing, [U] 18.9 Accessing results calculated binomial, see binomial test
by estimation commands
binomial probability, [R] bitest
clearing, [P] ereturn, [P] estimates,
equality of distributions, [R] ksmirnov
[R] estimates store
equality of medians, [R] ranksum
eliminating, [P] discard
Fisher’s, [R] Epitab, [R] tabulate twoway
listing, [P] ereturn, [P] estimates
symmetry and marginal homogeneity,
saving, [P] estimates
[R] symmetry
storing, [P] ereturn
tetrachoric correlations, [R] tetrachoric
storing and restoring, [R] estimates store
exact test, [PSS-2] power oneproportion,
tables of, [R] estimates selected, [R] estimates [PSS-2] power twoproportions,
table, [R] table regression, [R] table [PSS-5] Glossary
robust estimates, [P] robust, [R] vce option, example datasets, [U] 1.2.2 Example datasets
[U] 20.22 Obtaining robust variance estimates
examples, duplicates subcommand, [D] duplicates
sample, summarizing, [R] estat, [R] estat
Excel, [U] 22 Entering and importing data
summarize
dates, [D] Datetime values from other software
test after, [MI] mi test
Microsoft, see Microsoft Excel
weighted, [U] 20.24 Weighted estimation
Microsoft, importing from, [D] import excel,
estimators,
[D] odbc, also see spreadsheets, exporting
covariance matrix of, [P] ereturn, [P] matrix
Microsoft, write results to, [RPT] putexcel,
get, [R] correlate, [R] estat, [R] estat vce,
[RPT] putexcel advanced, [TABLES] collect
[U] 20.10 Obtaining the variance–covariance
export, [U] 21.3 The putdocx, putpdf, and
matrix
putexcel commands
linear combinations, [U] 20.14 Obtaining linear
excel,
combinations of coefficients
export subcommand, [D] import excel
linear combinations of, [R] lincom
import subcommand, [D] import excel
nonlinear combinations of, [R] nlcom
excess fraction, [R] Epitab
eteffects command, [TE] eteffects, [TE] eteffects
postestimation excluded covariates, see covariate selection
etiologic fraction, [R] Epitab exec, jdbc subcommand, [D] jdbc
etpoisson command, [TE] etpoisson, [TE] etpoisson exec(), odbc subcommand, [D] odbc
postestimation existence, confirm subcommand, [P] confirm
etregress command, [TE] etregress, [TE] etregress exit class program, [P] class exit
postestimation exit, class subcommand, [P] class exit
Euclidean distance, [MV] measure option, exit command, [P] capture, [P] exit, [R] exit,
[MV] Glossary [U] 16.1.4 Error handling in do-files
evaluation, order of, see operator, order of evaluation exit() function, [M-5] exit( )
event, [ST] Glossary exit Mata, [M-3] end
history analysis, see survival analysis exit Stata, see exit command
of interest, [ST] Glossary exlogistic command, [R] exlogistic, [R] exlogistic
probability, see failure probability postestimation
time, [ST] stintcox, [ST] stintreg, [ST] Glossary exogeneity test, see endogeneity test
event-time exogenous
interval, [ST] stintcox, [ST] stintreg, [ST] Glossary covariate, [ERM] Intro 3, [ERM] Glossary
variables, [ST] stintcox, [ST] stintreg, treatment assignment, [ERM] Glossary
[ST] Glossary
162 Subject index

exogenous, continued exponential, continued


variable, [BAYES] Glossary, [DSGE] Glossary, survival regression, [BAYES] bayes: streg,
[ERM] Glossary, [SEM] Intro 4, [FMM] fmm: streg, [SEM] Example 47g,
[SEM] Glossary, [TS] Glossary, [XT] Glossary [ST] stintreg, [ST] streg
exogenous, forecast subcommand, [TS] forecast test, [PSS-2] power exponential, [PSS-5] Glossary
exogenous exponential,
exogenous-variables tightness parameter, churdle subcommand, [R] churdle
[BAYES] Glossary power subcommand, [PSS-2] power exponential
exp, [M-2] exp, [M-6] Glossary, [U] 11 Language tssmooth subcommand, [TS] tssmooth exponential
syntax exponential() function, [FN] Statistical functions,
exp() function, [FN] Mathematical functions, [M-5] normal( )
[M-5] exp( ) exponentialden() function, [FN] Statistical
exp list, [SVY] svy bootstrap, [SVY] svy brr, functions, [M-5] normal( )
[SVY] svy jackknife, [SVY] svy sdr, exponentialtail() function, [FN] Statistical
[TS] rolling functions, [M-5] normal( )
expand exponentiated coefficients, [FMM] estat eform,
command, [D] expand [R] eform option, [SEM] estat eform
for mi data, [MI] mi expand exponentiation, [M-5] exp( ), [M-5] matexpsym( )
expand factor varlists, [P] fvexpand export
expand, mi subcommand, [MI] mi expand collection, [TABLES] collect export
expandcl command, [D] expandcl data, [D] export, [D] import dbase, [D] import
expectation-maximization algorithm, [FMM] Glossary, delimited, [D] import excel, [D] import
[ME] mixed, [MI] mi impute mvn, sasxport5, [D] import sasxport8, [D] jdbc,
[MI] Glossary, [ST] stintcox [D] odbc, [D] outfile, [M-5] docx*( ),
parameter trace files, [MI] mi ptrace [M-5] xl( ), [MI] mi export, [MI] mi export ice,
expected future value, [DSGE] Glossary [MI] mi export nhanes1
expected information matrix, [SEM] Glossary graphs, [G-2] graph export, [G-2] graph set,
experimental group, [PSS-5] Glossary [G-3] eps options, [G-3] gif options,
correlation, see correlation, experimental-group [G-3] jpg options, [G-3] png options,
mean, see means, experimental-group [G-3] ps options, [G-3] svg options,
[G-3] tif options
proportion, see proportions, experimental-group
results, [RPT] putexcel, [RPT] putexcel advanced,
sample size, see sample-size
[U] 21.3 The putdocx, putpdf, and putexcel
standard deviation, see standard deviations, commands
experimental-group
export
variance, see variance, experimental-group
dbase command, [D] import dbase
experimental study, [PSS-2] power, [PSS-3] ciwidth,
delimited command, [D] import delimited
[PSS-5] Glossary
excel command, [D] import excel
explanatory variable, [ERM] Glossary, [SP] Glossary,
also see covariate sasxport5 command, [D] import sasxport5
exploded logit model, [CM] cmrologit sasxport8 command, [D] import sasxport8
expm1() function, [FN] Mathematical functions, export,
[M-5] exp( ) collect subcommand, [TABLES] collect export
expoisson command, [R] expoisson, [R] expoisson graph subcommand, [G-2] graph export
postestimation spmatrix subcommand, [SP] spmatrix export
exponential exposure
density, [FN] Statistical functions, [M-5] normal( ) odds ratio, [PSS-2] power mcc, [PSS-5] Glossary
distribution, [FMM] fmm: streg, [FN] Statistical variable, [ST] Glossary
functions, [M-5] normal( ), [ST] stintreg, Expression Builder, [U] 13.8 Using the Expression
[ST] streg Builder
function, [FN] Mathematical functions, expressions, [M-2] exp, [P] matrix define,
[M-5] exp( ) [U] 13 Functions and expressions
generalized autoregressive conditional extended
heteroskedasticity, [TS] arch ASCII, [D] unicode, [D] unicode translate,
notation, [U] 12.2 Numbers [D] Glossary, [P] Glossary, [U] Glossary
smoothing, [TS] tssmooth, [TS] tssmooth encoding conversion, [D] unicode convertfile,
exponential, [TS] Glossary [D] unicode translate
encodings, [D] unicode encoding
Subject index 163

extended, continued extract


regression model, [ERM] Glossary diagonal, [M-5] diag( ), [M-5] diagonal( )
endogenous covariates, [ERM] Intro 3, m=# data from mi data, [MI] mi extract, [MI] mi
[ERM] Intro 9, [ERM] Example 1a, select
[ERM] Example 1b, [ERM] Example 1c, original data from mi data, [MI] mi extract
[ERM] Example 2a, [ERM] Example 3a, extract, mi subcommand, [MI] mi extract, [MI] mi
[ERM] Example 3b, [ERM] Example 7, replace0
[ERM] Example 8a, [ERM] Example 8b extrapolation, [D] ipolate
endogenous sample selection, [ERM] Intro 4,
[ERM] Intro 9, [ERM] Example 1c,
[ERM] Example 4a, [ERM] Example 4b, F
[ERM] Example 6b, [ERM] Example 8b
interpretation, [ERM] Intro 7, [ERM] Intro 9 F
interval regression, [ERM] eintreg, density,
[ERM] Example 1b, [ERM] Example 1c central, [FN] Statistical functions,
introduction to commands, [ERM] Intro 1 [M-5] normal( )
introduction to models, [ERM] Intro 2 noncentral, [FN] Statistical functions,
[M-5] normal( )
linear regression, [ERM] eregress,
[ERM] Example 1a, [ERM] Example 2a, distribution,
[ERM] Example 2b, [ERM] Example 2c, cumulative, [FN] Statistical functions,
[ERM] Example 7, [ERM] Example 8a, [M-5] normal( )
[ERM] Example 8b cumulative noncentral, [FN] Statistical functions,
normality assumption, [ERM] Intro 1 [M-5] normal( )
options, [ERM] ERM options inverse cumulative, [FN] Statistical functions,
ordered probit regression, [ERM] eoprobit, [M-5] normal( )
[ERM] Example 6a, [ERM] Example 6b, inverse reverse cumulative, [FN] Statistical
[ERM] Example 9 functions, [M-5] normal( )
panel data, [ERM] Intro 6 inverse reverse cumulative noncentral,
probit regression, [ERM] eprobit, [FN] Statistical functions, [M-5] normal( )
[ERM] Example 3a, [ERM] Example 3b, reverse cumulative, [FN] Statistical functions,
[ERM] Example 4a, [ERM] Example 4b, [M-5] normal( )
[ERM] Example 5 reverse cumulative noncentral, [FN] Statistical
random effects, [ERM] Intro 6, functions, [M-5] normal( )
[ERM] Example 7, [ERM] Example 8a, noncentrality parameter, [FN] Statistical functions,
[ERM] Example 8b [M-5] normal( )
related commands, [ERM] Intro 8 test, [PSS-5] Glossary
rules for using margins command, F() function, [FN] Statistical functions,
[ERM] Intro 7 [M-5] normal( )
rules for using predict command, Facebook, see Stata on Facebook
[ERM] Intro 7, [ERM] eintreg predict, factor, [MV] Glossary, [PSS-5] Glossary
[ERM] eoprobit predict, [ERM] eprobit analysis, [MV] alpha, [MV] canon, [MV] factor,
predict, [ERM] eregress predict, [MV] factor postestimation, [MV] Glossary,
[ERM] predict advanced, [ERM] predict also see confirmatory factor analysis
treatment loading plot, [MV] scoreplot, [MV] Glossary
treatment effects, [ERM] Intro 5, [ERM] Intro 9, loadings, [MV] factor, [MV] factor postestimation,
[ERM] estat teffects, [ERM] Example 2b, [MV] rotate, [MV] rotatemat, [MV] Glossary
[ERM] Example 2c, [ERM] Example 3b, model, [TS] dfactor
[ERM] Example 4b, [ERM] Example 5, parsimony rotation, [MV] rotate, [MV] rotatemat,
[ERM] Example 6a, [ERM] Example 6b, [MV] Glossary
[ERM] Example 9, [ERM] predict treatment score plot, [MV] scoreplot
triangularization, how to, [ERM] Triangularize scores, [MV] factor postestimation, [MV] Glossary,
triangularization, requirement, [ERM] Intro 3 [SEM] Intro 7, [SEM] Example 14,
external, [M-2] Declarations [SEM] Methods and formulas for sem,
external variable, see global variable [SEM] predict after sem
externals, [M-2] Declarations, [M-5] direxternal( ),
[M-5] findexternal( ), [M-5] valofexternal( ),
[M-6] Glossary
164 Subject index

factor, continued feasible generalized nonlinear least squares, [R] nlsur


variables, [P] fvexpand, [P] matrix rownames, feasible initial values, see Bayesian estimation initial
[P] rmcoll, [P] syntax, [P] unab, values, feasible
[PSS-5] Glossary, [R] fvrevar, [R] fvset, federal information processing standard, [SP] Glossary
[U] 11.4.3 Factor variables, [U] 13.9 Indicator codes, [SP] Intro 4, [SP] Intro 7, [SP] Glossary
values for levels of factor variables, Federal Reserve Economic Data, importing from,
[U] 14.2.2 Two-part names, [U] 20.12 Accessing [D] import fred
estimated coefficients, [U] 26 Working with feedback loops, [SEM] estat stable, [SEM] estat
categorical data and factor variables teffects
factor command, [MV] factor, [MV] factor fences, [R] lv
postestimation
ferrortext() function, [M-5] ferrortext( )
factorial, [U] 11.4.3 Factor variables
FEVD, see forecast-error variance decomposition
design, [MV] manova, [R] anova
fft() function, [M-5] fft( )
function, [FN] Mathematical functions,
fft() function, [M-5] fft( )
[M-5] factorial( )
fget() function, [M-5] fopen( )
factorial() function, [M-5] factorial( )
fget() function, [M-5] fopen( )
factormat command, [MV] factor, [MV] factor
postestimation fgetmatrix() function, [M-5] fopen( )
factors, estat subcommand, [MV] factor fgetmatrix() function, [M-5] fopen( )
postestimation fgetnl() function, [M-5] fopen( )
factor-variable fgetnl() function, [M-5] fopen( )
notation, [SEM] Intro 3 FGLS, see feasible generalized least squares
settings, [R] fvset FGNLS, see feasible generalized nonlinear least squares
facweights, estat subcommand, [CM] cmmprobit fictional data, [SEM] Glossary
postestimation, [CM] cmroprobit postestimation file
failure conversion, [D] changeeol, [D] filefilter
event, [ST] Glossary, [TE] Glossary format, [D] unicode convertfile, [D] unicode
probability, [PSS-2] power exponential, translate, [P] File formats .dta
[PSS-2] power logrank for exporting graphs, see graph, formats for
tables, [ST] ltable exporting
time, see survival analysis modification, [D] changeeol, [D] filefilter
failure–success proportion, [PSS-2] power processing, [M-4] IO, [M-5] bufio( ), [M-5] cat( ),
pairedproportions [M-5] docx*( ), [M-5] ferrortext( ),
failure-time model, see survival analysis [M-5] fileexists( ), [M-5] findfile( ),
[M-5] fopen( ), [M-5] issamefile( ),
false-negative result, see type II error
[M-5] unlink( ), [M-5] xl( )
false-positive rate, [R] estat classification, [R] roc,
translation, [D] changeeol, [D] filefilter
[R] rocreg, [R] rocreg postestimation,
[R] rocregplot file
false-positive result, see type I error close command, [P] file
family open command, [P] file
distribution, see generalized linear response function query command, [P] file
graphs, see plottypes read command, [P] file
FAQs, [U] 3.2.1 The Stata website (www.stata.com) seek command, [P] file
search, [R] search, [U] 4.8.4 FAQ searches sersetread command, [P] serset
fastscroll, set subcommand, [R] set sersetwrite command, [P] serset
favorspeed() function, [M-5] favorspeed( ) set command, [P] file
fbufget() function, [M-5] bufio( ) write command, [P] file
fbufput() function, [M-5] bufio( ) file, confirm subcommand, [P] confirm
fcast compute command, [TS] fcast compute fileexists() function, [FN] Programming
functions, [M-5] fileexists( )
fcast graph command, [TS] fcast graph
filefilter command, [D] filefilter
fclose() function, [M-5] fopen( )
filename,
fclose() function, [M-5] fopen( )
displaying, [D] dir
FCS, see fully conditional specification
find in path, [P] findfile
Fden() function, [FN] Statistical functions,
[M-5] normal( ) manipulating, [M-5] adosubdir( ), [M-5] pathjoin( )
feasible generalized least squares, [R] reg3, [R] sureg, fileread() function, [FN] Programming functions
[SEM] Intro 4, [TS] dfgls, [TS] prais, [TS] var, filereaderror() function, [FN] Programming
[XT] xtgls, [XT] xtivreg, [XT] xtreg functions
Subject index 165

files, finite mixture models, continued


checksum of, [D] checksum [FMM] fmm: regress, [FMM] fmm: streg,
comparing, [D] cf [FMM] fmm: tobit, [FMM] fmm: tpoisson,
compressing, [D] zipfile [FMM] fmm: truncreg, [FMM] Example 1a,
copying and appending, [D] copy [FMM] Example 1b, [FMM] Example 1c,
[FMM] Example 1d, [FMM] Example 2,
display contents of, [D] type
[FMM] Example 3, [FMM] Example 4,
downloading, [D] checksum, [D] copy, [R] ado [FMM] Glossary, [SEM] Intro 5,
update, [R] net, [R] sj, [R] ssc, [R] update, [SEM] Example 53g, [SEM] Example 54g,
[U] 29 Using the Internet to keep up to date [SEM] Glossary, [U] 27.26 Finite mixture
erasing, [D] erase, [M-5] unlink( ) models (FMMs)
exporting, see export data finite population correction, [PSS-2] power,
extensions, [U] 11.6 Filenaming conventions [PSS-2] power onemean, [PSS-2] power
importing, see import data pairedmeans, [PSS-3] ciwidth, [PSS-3] ciwidth
loading, [D] use onemean, [PSS-3] ciwidth pairedmeans,
names, [U] 11.6 Filenaming conventions, [PSS-5] Glossary, [SVY] Survey, [SVY] svy
[U] 18.3.11 Constructing Windows filenames estimation, [SVY] svyset, [SVY] Variance
by using macros estimation, [SVY] Glossary
opening, [P] window programming, [P] window FIPS, see federal information processing standard
fopen firstdayofmonth() function, [D] Datetime
reading text or binary, [P] file relative dates, [FN] Date and time functions,
saving, [D] save, [P] window programming, [M-5] date( )
[P] window fopen first-difference stationary, [TS] vec intro, [TS] vec
temporary, [P] macro, [P] preserve, [P] scalar first-differenced estimator, [XT] xtabond, [XT] xtdpd,
uncompressing, [D] zipfile [XT] xtdpdsys, [XT] xtivreg
writing text or binary, [P] file first-level variables, [SEM] Glossary
filewrite() function, [FN] Programming functions first-order latent variables, [SEM] Glossary
fill firststage, estat subcommand, [R] ivregress
areas, dimming and brightening, [G-2] graph postestimation
twoway histogram, [G-2] graph twoway Fisher–Irwin’s exact test, [PSS-2] power
kdensity, [G-4] colorstyle twoproportions, [PSS-5] Glossary
color, setting, [G-3] region options fisher, xtunitroot subcommand, [XT] xtunitroot
in missing values, [ST] stfill Fisher’s
fill(), egen function, [D] egen exact test, [PSS-2] power twoproportions,
fillin command, [D] fillin [PSS-5] Glossary, [R] Epitab, [R] tabulate
fillmissing() function, [M-5] fillmissing( ) twoway
filters, [TS] psdensity, [TS] tsfilter, [TS] ucm, also see z test, [PSS-2] power onecorrelation,
smoothers [PSS-2] power twocorrelations,
Baxter–King, [TS] tsfilter bk [PSS-5] Glossary
z transformation, [PSS-2] power onecorrelation,
Butterworth, [TS] tsfilter bw
[PSS-2] power twocorrelations,
Christiano–Fitzgerald, [TS] tsfilter cf
[PSS-5] Glossary
Hodrick–Prescott, [TS] tsfilter hp
Fisher-type test, [XT] xtunitroot
final, [M-2] class
fits, adding, [G-2] graph twoway fpfit, [G-2] graph
financial frictions model, [DSGE] Intro 3c twoway fpfitci, [G-2] graph twoway lfit,
find [G-2] graph twoway lfitci, [G-2] graph twoway
file in path, [P] findfile qfit, [G-2] graph twoway qfitci
variables, [D] lookfor fixed effects, [BAYES] Glossary, [PSS-5] Glossary
findexternal() function, [M-5] findexternal( ) fixed-effects meta-analysis model, [META] Intro,
findfile command, [P] findfile [META] meta esize, [META] meta set,
findfile() function, [M-5] findfile( ) [META] meta forestplot, [META] meta
finite mixture models, [FMM] fmm intro, [FMM] fmm galbraithplot, [META] meta labbeplot,
estimation, [FMM] fmm, [FMM] fmm: betareg, [META] meta regress, [META] meta funnelplot,
[FMM] fmm: cloglog, [FMM] fmm: glm, [META] meta trimfill, [META] meta mvregress,
[FMM] fmm: intreg, [FMM] fmm: ivregress, [META] Glossary, also see meta-analysis fixed-
[FMM] fmm: logit, [FMM] fmm: mlogit, effects
[FMM] fmm: nbreg, [FMM] fmm: ologit, fixed-effects meta-regression, [META] Intro,
[FMM] fmm: oprobit, [FMM] fmm: pointmass, [META] meta regress, [META] meta mvregress,
[FMM] fmm: poisson, [FMM] fmm: probit, [META] Glossary
166 Subject index

fixed-effects model, [CM] cmclogit, [ME] Glossary, fmm: pointmass command, [FMM] fmm: pointmass,
[R] anova, [R] areg, [R] clogit, [SP] spxtregress, [FMM] Example 3
[XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, fmm: poisson command, [FMM] fmm: poisson,
[XT] xtivreg, [XT] xtlogit, [XT] xtmlogit, [FMM] Example 2, [FMM] Example 3
[XT] xtnbreg, [XT] xtoprobit, [XT] xtpoisson, fmm: probit command, [FMM] fmm: probit
[XT] xtreg, [XT] xtregar, [XT] xtstreg, fmm: regress command, [FMM] fmm: regress
[XT] Glossary fmm: streg command, [FMM] fmm: streg
multilevel mixed-effects models, [ME] mecloglog, fmm: tobit command, [FMM] fmm: tobit
[ME] meglm, [ME] meintreg, [ME] melogit,
fmm: tpoisson command, [FMM] fmm: tpoisson
[ME] menbreg, [ME] menl, [ME] meologit,
[ME] meoprobit, [ME] mepoisson, fmm: truncreg command, [FMM] fmm: truncreg
[ME] meprobit, [ME] mestreg, [ME] metobit, %fmts, [D] format, [U] 12.5 Formats: Controlling
[ME] mixed how data are displayed
fixed-effects parameters, [BAYES] Glossary fmtwidth() function, [FN] Programming functions,
F-keys, [U] 10 Keyboard use [M-5] fmtwidth( )
flat prior, see noninformative prior folders, see directories
flat, prior() suboption, [BAYES] bayesmh folds, [LASSO] Glossary
evaluators follow-up, [PSS-5] Glossary
flexible functional form, [R] boxcox, [R] fp, [R] mfp loss to, [ERM] Intro 5, [ERM] Glossary,
flist command, [D] list [MI] Intro substantive, [PSS-2] power cox,
[PSS-2] power exponential, [PSS-2] power
float, [D] Data types, [U] 12.2.2 Numeric storage
logrank, [PSS-5] Glossary, [ST] ltable
types, [U] 13.12 Precision and problems therein
period, [PSS-2] power exponential, [PSS-2] power
float() function, [FN] Programming functions,
logrank, [PSS-5] Glossary
[M-5] floatround( ), [U] 13.12 Precision and
problems therein study, see cohort study
floatround() function, [M-5] floatround( ) footnote, ml subcommand, [R] ml
floatwindows, set subcommand, [R] set fopen() function, [M-5] fopen( )
flong MI data style, [MI] Styles, [MI] Glossary fopen() function, [M-5] fopen( )
technical description, [MI] Technical fopen, window subcommand, [P] window
programming, [P] window fopen
flong, mi import subcommand, [MI] mi import,
[MI] mi import flong for, [M-2] for, [M-2] continue, [M-2] break,
[M-2] Semicolons
flongsep MI data style, [MI] mi copy, [MI] mi erase,
[MI] mi xeq, [MI] Styles, [MI] Glossary for, estimates subcommand, [R] estimates for
estimating memory requirements, [MI] mi convert foreach command, [P] foreach
technical description, [MI] Technical forecast, see smoothers
flongsep, mi import subcommand, [MI] mi import, ARCH model, [TS] arch, [TS] arch postestimation
[MI] mi import flongsep ARFIMA model, [TS] arfima, [TS] arfima
floor() function, [FN] Mathematical functions, postestimation
[M-5] trunc( ) ARIMA model, [TS] arima, [TS] arima
flopin() function, [M-5] lapack( ) postestimation
flopout() function, [M-5] lapack( ) DSGE model, [BAYES] bayes: dsge,
[BAYES] bayes: dsgenl, [DSGE] Intro 1,
FMI, see fraction missing information
[DSGE] dsge postestimation, [DSGE] dsgenl
FMM, see finite mixture models postestimation
fmm prefix command, [FMM] fmm intro, dynamic, see dynamic forecast
[FMM] fmm, [FMM] fmm postestimation,
dynamic-factor model, [TS] dfactor postestimation
[FMM] Example 1a, [FMM] Example 1b,
[FMM] Example 1c, [FMM] Example 1d, econometric model, [TS] forecast, [TS] forecast
[FMM] Example 3, [FMM] Example 4 adjust, [TS] forecast clear, [TS] forecast
coefvector, [TS] forecast create, [TS] forecast
fmm: betareg command, [FMM] fmm: betareg
describe, [TS] forecast drop, [TS] forecast
fmm: cloglog command, [FMM] fmm: cloglog estimates, [TS] forecast exogenous,
fmm: glm command, [FMM] fmm: glm [TS] forecast identity, [TS] forecast list,
fmm: intreg command, [FMM] fmm: intreg [TS] forecast query, [TS] forecast solve,
fmm: ivregress command, [FMM] fmm: ivregress [U] 20.21 Dynamic forecasts and simulations
fmm: logit command, [FMM] fmm: logit Markov-switching model, [TS] mswitch
fmm: mlogit command, [FMM] fmm: mlogit postestimation
fmm: nbreg command, [FMM] fmm: nbreg MGARCH model, see multivariate GARCH model
fmm: ologit command, [FMM] fmm: ologit recursive estimation, see recursive estimation
fmm: oprobit command, [FMM] fmm: oprobit standard error of, [R] regress postestimation
Subject index 167

forecast, continued format macro function, [P] macro


state-space model, [TS] sspace postestimation format width, [M-5] fmtwidth( )
static, see static forecast format, confirm subcommand, [P] confirm
structural vector autoregressive model, [TS] var svar formatted data, reading, see import data
postestimation FORTRAN, [M-2] goto, [M-5] dsign( )
threshold regression model, [TS] threshold, forum, [U] 3.2.4 The Stata Forum
[TS] threshold postestimation forvalues command, [P] forvalues
univariate time-series data, [TS] tssmooth, forward operator, [DSGE] Glossary, [TS] Glossary,
[TS] tssmooth dexponential, [TS] tssmooth [U] 11.4.4 Time-series varlists
exponential, [TS] tssmooth hwinters, fourfold tables, [R] Epitab
[TS] tssmooth ma, [TS] tssmooth shwinters Fourier transform, [M-5] fft( )
unobserved-components model, [TS] ucm, [TS] ucm fp
postestimation
generate command, [R] fp
vector autoregressive model, [BAYES] bayes: var
plot command, [R] fp postestimation
postestimation, [BAYES] bayesfcast graph,
[TS] fcast compute, [TS] fcast graph, [TS] var predict command, [R] fp postestimation
intro, [TS] var, [TS] var postestimation prefix command, [R] fp, [R] fp postestimation
vector error-correction model, [TS] fcast compute, FPC, see finite population correction
[TS] fcast graph, [TS] vec intro, [TS] vec, fpfit, graph twoway subcommand, [G-2] graph
[TS] vec postestimation twoway fpfit
forecast, [TS] forecast fpfitci, graph twoway subcommand, [G-2] graph
adjust command, [TS] forecast adjust twoway fpfitci
clear command, [TS] forecast clear fput() function, [M-5] fopen( )
coefvector command, [TS] forecast coefvector fput() function, [M-5] fopen( )
create command, [TS] forecast create fputmatrix() function, [M-5] fopen( )
describe command, [TS] forecast describe fputmatrix() function, [M-5] fopen( )
drop command, [TS] forecast drop fracplot command, [R] mfp postestimation
estimates command, [TS] forecast estimates fracpred command, [R] mfp postestimation
exogenous command, [TS] forecast exogenous fracreg command, [R] fracreg, [R] fracreg
identity command, [TS] forecast identity postestimation
list command, [TS] forecast list fraction defective, [R] QC
query command, [TS] forecast query fraction missing information, [MI] mi estimate, [MI] mi
predict, [MI] mi test, [MI] Glossary
solve command, [TS] forecast solve
fractional polynomial regression, [R] fp
forecast-error variance decomposition,
[BAYES] bayesirf, [TS] irf, [TS] irf create, multivariable, [R] mfp
[TS] irf ograph, [TS] irf table, [TS] var intro, fractional response regression, [R] fracreg, [SVY] svy
[TS] varbasic, [TS] vec intro, [TS] Glossary estimation, [U] 27.5 Fractional outcomes
forecasting, [BAYES] bayes: var fractional sample size, see sample-size
foreground color, [G-4] Schemes intro fractionally integrated autoregressive moving-average
forest plot, [META] Intro, [META] meta, model, [TS] estat acplot, [TS] psdensity
[META] meta forestplot, [META] Glossary frailty, see shared frailty
forestplot, meta subcommand, [META] meta frailty model, [BAYES] bayes: streg, [ME] mestreg,
forestplot [ST] stcox, [ST] stcurve, [ST] streg,
format command, [D] format [XT] xtstreg
format for frame
coefficient tables, [R] set cformat, change command, [D] frame change
[U] 20.9 Formatting the coefficient table command, [D] frame pwf
contents of macros, [P] macro copy command, [D] frame copy
date and time, [D] Datetime, [D] Datetime display create command, [D] frame create, [P] frame
formats, [U] 25.3 Displaying dates and times post
business calendars, [D] Datetime business drop command, [D] frame drop
calendars, [D] Datetime business calendars post command, [P] frame post
creation prefix command, [D] frame prefix
decimal point, see decimal symbol, setting put command, [D] frame put
exporting graphs, see graph, formats for exporting pwf command, [D] frame pwf
files, see file format rename command, [D] frame rename
matrix output, [P] matlist frame, confirm subcommand, [P] confirm
variable output, [D] format, [U] 12.5 Formats:
Controlling how data are displayed
168 Subject index

frames, [D] frames intro, [D] frames, [D] frame from, update subcommand, [R] update
prefix, [U] 12.10 Data frames frombase() function, [M-5] inbase( )
copying, [D] frame copy fromdata, spmatrix subcommand, [SP] spmatrix
copying selected variables or observations to, fromdata
[D] frame put frontier command, [R] frontier, [R] frontier
creating, [D] frame change, [D] frame copy, postestimation
[D] frame create frontier model, see stochastic frontier model
current, [D] frame pwf frval() function, [FN] Programming functions
displaying names of, [D] frames dir frval() function, [FN] Programming functions
dropping, [D] frame drop, [D] frames reset fsave, window subcommand, [P] window
linking, [D] frget, [D] frlink programming
listing, [D] frame pwf fseek() function, [M-5] fopen( )
Mata views onto, [D] frames intro fseek() function, [M-5] fopen( )
programming advice, [D] frames intro fstatus() function, [M-5] fopen( )
renaming, [D] frame rename Ftail() function, [FN] Statistical functions,
resetting, [D] frames reset [M-5] normal( )
with tempnames, [D] frames intro ftell() function, [M-5] fopen( )
frames ftell() function, [M-5] fopen( )
command, [D] frames intro, [D] frames ftfreqs() function, [M-5] fft( )
dir command, [D] frames dir ftpad() function, [M-5] fft( )
reset command, [D] frames reset ftperiodogram() function, [M-5] fft( )
frames, clear subcommand, [D] clear, [D] frames ftretime() function, [M-5] fft( )
reset ftruncate() function, [M-5] fopen( )
frames, creating, [P] frame post ftruncate() function, [M-5] fopen( )
framework, estat subcommand, [SEM] Intro 7, ftunwrap() function, [M-5] fft( )
[SEM] estat framework ftwrap() function, [M-5] fft( )
fread() function, [M-5] fopen( ) full
fread() function, [M-5] fopen( ) conditionals, [BAYES] Intro, [BAYES] bayesmh,
FRED, see Federal Reserve Economic Data [BAYES] Glossary
fred import subcommand, [D] import fred factorial, [U] 11.4.3 Factor variables
freddescribe command, [D] import fred Gibbs sampling, see Gibbs sampling
fredkey, set subcommand, [D] import fred, [R] set model, [PSS-2] power, [PSS-2] power rsquared,
fredsearch command, [D] import fred [PSS-5] Glossary
free, constraint subcommand, [R] constraint fullsdiag() function, [M-5] fullsvd( )
free parameter, [ME] Glossary fullsvd() function, [M-5] fullsvd( )
frequencies, fullsvd() function, [M-5] fullsvd( )
creating dataset of, [D] contract fully conditional specification, [MI] mi impute, [MI] mi
graphical representation, [G-2] graph bar, impute chained, [MI] Glossary
[G-2] graph pie, [G-2] graph twoway function, graph twoway subcommand, [G-2] graph
histogram, [R] histogram, [R] kdensity twoway function
table of, [R] table oneway, [R] table twoway, functions, [U] 13.3 Functions
[R] table multiway, [R] table summary, adding to cluster generate, [MV] cluster
[R] table, [R] tabstat, [R] tabulate programming subroutines
oneway, [R] tabulate twoway, [R] tabulate, aggregate, [D] egen
summarize(), [SVY] svy: tabulate oneway, arguments, [M-1] Returned args, also see arguments
[SVY] svy: tabulate twoway, [XT] xttab combinations of estimators, [R] lincom, [R] nlcom
frequency weight, [U] 11.1.6 weight, combinatorial, [FN] Mathematical functions, see
[U] 20.24.1 Frequency weights comb() function
[frequency=exp] modifier, [U] 11.1.6 weight, creating dataset of, [D] collapse, [D] obs
[U] 20.24.1 Frequency weights cumulative distribution, [R] cumul
frequency-domain analysis, [TS] cumsp, [TS] pergram, date and time, [FN] Date and time functions,
[TS] psdensity, [TS] Glossary [M-5] date( ), [U] 25.5 Extracting components
frequentist concept, [BAYES] Intro, [BAYES] Bayesian of dates and times
commands, [BAYES] bayesmh, declarations, [M-2] Declarations
[BAYES] Glossary, [MI] Intro substantive
derivatives and integrals of, [M-5] deriv( ),
freturncode() function, [M-5] ferrortext( ) [M-5] Quadrature( ), [R] dydx
frget command, [D] frames intro, [D] frget estimable, [R] margins
frlink command, [D] frames intro, [D] frlink evaluator program, [R] gmm, [R] nl, [R] nlsur
Subject index 169

functions, continued fvset


fractional polynomial, [R] fp, [R] mfp base command, [R] fvset
graphing, [D] range, [G-2] graph twoway function clear command, [R] fvset
impulse–response, see impulse–response functions design command, [R] fvset
index, [R] logistic postestimation, [R] logit report command, [R] fvset
postestimation, [R] probit postestimation mi subcommand, [MI] mi XXXset
kernel, see kernel function fvtrack, set subcommand, [R] set
likelihood, see maximum likelihood estimation fvunab command, [P] unab
linear programming, [M-5] LinearProgram( ) fvwrap, set subcommand, [R] set, [R] set
link, [FMM] fmm: betareg, [FMM] fmm: glm, showbaselevels
[R] betareg, [R] glm fvwrapon, set subcommand, [R] set, [R] set
macro, [P] char, [P] display, [P] macro, [P] macro showbaselevels
lists, [P] serset [fweight=exp] modifier, [U] 11.1.6 weight,
Mata, [M-4] Intro, [M-5] Intro, [M-6] Glossary [U] 20.24.1 Frequency weights
mathematical, [FN] Mathematical functions, fwrite() function, [M-5] fopen( )
[M-4] Intro fwrite() function, [M-5] fopen( )
matrix, [FN] Matrix functions, [M-4] Matrix, fxsize() option, [G-2] graph combine
[P] matrix define, [U] 14.8 Matrix functions fysize() option, [G-2] graph combine
maximizing likelihood, see maximum likelihood
estimation
naming convention, [M-1] Naming G
obtaining help for, [R] help
optimization, [M-5] LinearProgram( ), g -prior, see Zellner’s g -prior
[M-5] moptimize( ), [M-5] optimize( ), also see g2 inverse of matrix, [P] matrix define, [P] matrix svd
maximum likelihood estimation gain, [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter bw,
orthogonalization, [R] orthog [TS] tsfilter cf, [TS] tsfilter hp, [TS] Glossary
parameters, [R] nlcom Galbraith plot, [META] meta galbraithplot,
passing to functions, [M-2] ftof [META] Glossary
piecewise cubic and piecewise linear, [R] mkspline galbraithplot, meta subcommand, [META] meta
power, see power galbraithplot
prediction, [R] predict, [R] predictnl gamma
production and cost, [R] frontier, [XT] xtfrontier density function, [FN] Statistical functions,
programming, [FN] Programming functions, [M-5] normal( )
[M-4] Programming incomplete, [FN] Statistical functions,
random-number, [D] generate, [FN] Random- [M-5] normal( )
number functions, [M-5] runiform( ), [R] set distribution, [FMM] fmm: streg
rng, [R] set rngstream, [R] set seed cumulative, [FN] Statistical functions,
statistical, [FN] Statistical functions, [M-5] normal( )
[M-5] normal( ) inverse cumulative, [FN] Statistical functions,
string, [FN] String functions, [M-4] String [M-5] normal( )
time-series, [FN] Selecting time-span functions inverse reverse cumulative, [FN] Statistical
trigonometric, [FN] Trigonometric functions, functions, [M-5] normal( )
[M-5] sin( ) reverse cumulative, [FN] Statistical functions,
underscore, [M-6] Glossary [M-5] normal( )
user-defined weighting matrix, see spatial weighting regression, [SEM] Intro 5, [SEM] Glossary
matrix, user-defined survival regression, [FMM] fmm: streg,
variance, [R] glm [ME] mestreg, [XT] xtstreg, also see generalized
funnel plot, [META] Intro, [META] meta, gamma survival regression
[META] meta funnelplot, [META] meta bias, gamma() function, [M-5] factorial( )
[META] meta trimfill, [META] Glossary gammaden() function, [FN] Statistical functions,
funnelplot, meta subcommand, [META] meta [M-5] normal( )
funnelplot gammap() function, [FN] Statistical functions,
future history, [ST] stset, [ST] Glossary [M-5] normal( )
fvbase, set subcommand, [R] set gammaptail() function, [FN] Statistical functions,
fvexpand command, [P] fvexpand [M-5] normal( )
fvlabel, set subcommand, [R] set, [R] set gaps, [ST] stbase, [ST] stdescribe, [ST] stgen,
showbaselevels [ST] stset, [ST] Glossary
fvrevar command, [R] fvrevar GARCH, see generalized autoregressive conditional
heteroskedasticity
170 Subject index

Gauss–Hermite quadrature, [IRT] Glossary, see generalized, continued


quadrature, Gauss–Hermite method of moments, [P] matrix accum,
Gauss–Seidel method, [M-5] solvenl( ) [SEM] Glossary, [U] 27.23 Generalized
Gaussian kernel function, [G-2] graph twoway method of moments (GMM), [XT] xtabond,
kdensity, [G-2] graph twoway lpoly, [XT] xtdpd, [XT] xtdpdsys, also see gmm
[R] kdensity, [R] lpoly, [R] npregress kernel, command
[R] qreg, [TE] tebalance density, [TE] teoverlap negative binomial regression, [R] nbreg, [SVY] svy
Gaussian regression, [SEM] Glossary, also see linear estimation
regression partial credit model, [IRT] irt pcm, [IRT] Glossary
GEE, see generalized estimating equations response variables, [SEM] Intro 2, [SEM] Intro 5,
geigen la() function, [M-5] geigensystem( ) [SEM] gsem family-and-link options
geigenselect* la() functions, responses, combined, [SEM] Example 34g
[M-5] geigensystem( ) Schur decomposition, [M-5] gschurd( )
geigensystem() function, [M-5] geigensystem( ) SEM, [SEM] Glossary, also see gsem command
geigensystem la() function, [M-5] geigensystem( ) generate,
geigensystemselect*() functions, cluster subcommand, [MV] cluster generate
[M-5] geigensystem( ) fp subcommand, [R] fp
Gelman–Rubin convergence diagnostic, [BAYES] bayes, icd10 subcommand, [D] icd10
[BAYES] bayesmh, [BAYES] bayesstats, icd10cm subcommand, [D] icd10cm
[BAYES] bayesstats grubin, [BAYES] Glossary icd10pcs subcommand, [D] icd10pcs
general interval-censored data, see case II interval- icd9 subcommand, [D] icd9
censored data icd9p subcommand, [D] icd9p
general linear model, [ME] mixed, [MV] manova, sts subcommand, [ST] sts generate
[MV] mvreg, [R] anova, [R] loneway,
generate command, [D] generate, [MI] mi passive,
[R] oneway, [R] regress
[MI] mi xeq
generalized
generate data, [D] dyngen
autoregressive conditional heteroskedasticity,
generate functions, adding, [MV] cluster
[TS] arch, [TS] Glossary
programming subroutines
eigensystem, [M-5] geigensystem( )
generate variable, [D] egen, [D] generate, [ST] stgen,
eigenvalues, [M-6] Glossary [ST] sts generate
estimating equations, [XT] xtgee, [XT] Glossary geographic information system, [SP] Glossary
gamma survival regression, [BAYES] bayes: streg, data, [SP] Glossary
[ST] stintreg, [ST] streg
geographic units, [SP] Intro 2, [SP] Glossary
Hessenberg decomposition, [M-5] ghessenbergd( )
get,
inverse, [M-5] invsym( ), [P] matrix define
collect subcommand, [TABLES] collect get
Moore–Penrose, [M-5] pinv( )
constraint subcommand, [R] constraint
QR decomposition, [M-5] qrinv( )
net subcommand, [R] net
singular value decomposition, [M-5] fullsvd( ),
get() function, [FN] Matrix functions, [P] matrix
[M-5] qrinv( ), [M-5] svd( )
define, [P] matrix get
solver, [M-4] Solvers, [M-5] svsolve( )
getmata command, [D] putmata
inverse of matrix, [P] matrix svd
getting started, [U] 1 Read this—it will help
least squares,
Getting Started with Stata manuals, [U] 1.1 Getting
estimated, see estimated generalized least squares Started with Stata
feasible, see feasible generalized least squares keyword search of, [U] 4 Stata’s help and search
least-squares estimator, [TS] prais, [TS] Glossary facilities
linear latent and mixed model, [R] gllamm gettoken command, [P] gettoken
linear mixed-effects model, [ME] me, [ME] meglm, Geweke–Hajivassiliou–Keane multivariate normal
[ME] Glossary simulator, [M-5] ghk( ), [M-5] ghkfast( )
linear model, [FMM] fmm, [FMM] fmm: glm, ggof, estat subcommand, [SEM] Intro 7,
[ME] Glossary, [R] binreg, [R] fracreg, [SEM] estat ggof, [SEM] Methods and formulas
[R] glm, [SVY] svy estimation, for sem
[U] 27.9 Generalized linear models, ghalton() function, [M-5] halton( )
[U] 27.15.4 Generalized linear models with
ghessenbergd() function, [M-5] ghessenbergd( )
panel data, [XT] xtgee, [XT] Glossary
ghessenbergd() function, [M-5] ghessenbergd( )
linear response function, [SEM] gsem,
[SEM] Glossary ghessenbergd la() function, [M-5] ghessenbergd( )
ghk() function, [M-5] ghk( )
ghkfast() function, [M-5] ghkfast( )
ghkfast i() function, [M-5] ghkfast( )
Subject index 171

ghkfast init() function, [M-5] ghkfast( ) goto, [M-2] goto


ghkfast init *() function, [M-5] ghkfast( ) Gower coefficient similarity measure,
ghkfast query *() function, [M-5] ghkfast( ) [MV] measure option
ghk init() function, [M-5] ghk( ) GPCM, see generalized partial credit model
ghk init *() function, [M-5] ghk( ) gpcm, irt subcommand, [IRT] irt pcm, [IRT] irt pcm
ghk query npts() function, [M-5] ghk( ) postestimation
GHQ, see quadrature, Gauss–Hermite, see Gauss– .gph file, [G-2] graph manipulation, [G-4] Concept:
Hermite quadrature gph files, [G-4] Glossary, [U] 11.6 Filenaming
Gibbs sampling, [BAYES] Intro, [BAYES] bayes, conventions
[BAYES] bayesmh, [BAYES] Glossary describing contents, [G-2] graph describe
GIF, see Graphics Interchange Format graded response model, [IRT] irt grm, [IRT] Glossary
ginvariant, estat subcommand, [SEM] Intro 7, grammar, [M-2] Syntax
[SEM] estat ginvariant Granger causality, [TE] DID intro, [TE] didregress,
GIS, see geographic information system [TE] didregress postestimation,
GJR, see threshold autoregressive conditional [TS] vargranger, [TS] Glossary
heteroskedasticity granger, estat subcommand, [TE] didregress
gladder command, [R] ladder postestimation
Glass’s ∆, [META] meta esize, [META] Glossary graph
GLLAMM, see generalized linear latent and mixed bar command, [G-2] graph bar
model box command, [G-2] graph box
gllamm command, [R] gllamm close command, [G-2] graph close
GLM, see generalized linear model combine command, [G-2] graph combine
glm command, [R] glm, [R] glm postestimation command, [G-2] graph
GLME, see generalized linear mixed-effects model copy command, [G-2] graph copy
GLMM, see generalized linear mixed-effects model describe command, [G-2] graph describe
Global, class prefix operator, [P] class dir command, [G-2] graph dir
global command, [P] macro, [U] 18.3.2 Global display command, [G-2] graph display
macros, [U] 18.3.10 Advanced global macro dot command, [G-2] graph dot,
manipulation [G-3] area options, [G-3] line options
global variable, [M-2] Declarations, drop command, [G-2] graph drop
[M-5] direxternal( ), [M-5] findexternal( ), export command, [G-2] graph export
[M-5] valofexternal( ), [M-6] Glossary hbar command, [G-2] graph bar
glsaccum, matrix subcommand, [P] matrix accum hbox command, [G-2] graph box
GMM, see generalized method of moments matrix command, [G-2] graph matrix
gmm command, [R] gmm, [R] gmm postestimation pie command, [G-2] graph pie
gnbreg command, [R] nbreg, [R] nbreg play command, [G-2] graph play
postestimation print command, [G-2] graph print,
gof, estat subcommand, [R] estat gof, [R] poisson [G-3] pr options
postestimation, [SEM] Intro 7, [SEM] estat query command, [G-2] graph query
gof, [SEM] Methods and formulas for sem, rename command, [G-2] graph rename
[SVY] estat replay command, [G-2] graph replay
gofplot, estat subcommand, [ST] stintreg save command, [G-2] graph save
postestimation
set command, [G-2] graph set
Gompertz survival regression, [BAYES] bayes: streg,
set print command, [G-2] graph set
[ST] stintreg, [ST] streg
twoway area command, [G-2] graph twoway area
Gönen and Heller’s K , [ST] stcox postestimation
twoway bar command, [G-2] graph twoway bar
Goodman and Kruskal’s gamma, [R] tabulate twoway
twoway command, [G-2] graph twoway
goodness of fit, [R] brier, [R] Diagnostic plots,
[R] estat gof, [R] ksmirnov, [R] linktest, twoway connected command, [G-2] graph twoway
[R] logistic postestimation, [R] lrtest, connected
[R] poisson postestimation, [R] regress twoway contour command, [G-2] graph twoway
postestimation, [SEM] Intro 7, [SEM] estat contour
eqgof, [SEM] estat ggof, [SEM] estat gof, twoway contourline command, [G-2] graph
[SEM] estat lcgof, [SEM] Example 3, twoway contourline
[SEM] Example 4, [SEM] Example 51g, twoway dot command, [G-2] graph twoway dot
[SEM] Glossary, [SVY] estat, also see deviance twoway dropline command, [G-2] graph twoway
residual, also see normal distribution and dropline
normality, test for twoway fpfit command, [G-2] graph twoway fpfit
plot, [ST] stintreg postestimation
172 Subject index

graph, continued graph, continued


twoway fpfitci command, [G-2] graph twoway twoway tsline command, [G-2] graph twoway
fpfitci tsline
twoway function command, [G-2] graph twoway twoway tsrline command, [G-2] graph twoway
function tsline
twoway histogram command, [G-2] graph twoway use command, [G-2] graph use
histogram graph,
twoway kdensity command, [G-2] graph twoway bayesfcast subcommand, [BAYES] bayesfcast
kdensity graph
twoway lfit command, [G-2] graph twoway lfit bayesirf subcommand, [BAYES] bayesirf graph
twoway lfitci command, [G-2] graph twoway fcast subcommand, [TS] fcast graph
lfitci irf subcommand, [TS] irf graph
twoway line command, [G-2] graph twoway line ml subcommand, [R] ml
twoway lowess command, [G-2] graph twoway sts subcommand, [ST] sts graph
lowess graph objects, [G-4] Glossary
twoway lpoly command, [G-2] graph twoway size of, [G-4] size
lpoly graph,
twoway lpolyci command, [G-2] graph twoway added-variable plot, [R] regress postestimation
lpolyci diagnostic plots
twoway mband command, [G-2] graph twoway adjusted Kaplan–Meier survivor curves, [ST] sts
mband
adjusted partial residual plot, [R] regress
twoway mspline command, [G-2] graph twoway postestimation diagnostic plots
mspline
apply recording, [G-2] graph play
twoway pcarrow command, [G-2] graph twoway
augmented component-plus-residual plot, [R] regress
pcarrow
postestimation diagnostic plots
twoway pcarrowi command, [G-2] graph twoway
augmented partial residual plot, [R] regress
pcarrowi
postestimation diagnostic plots
twoway pcbarrow command, [G-2] graph twoway
autocorrelations, [TS] corrgram
pcarrow
bar, see bar chart
twoway pccapsym command, [G-2] graph twoway
pccapsym baseline cumulative hazard, [ST] stcurve, [ST] sts,
[ST] sts graph
twoway pci command, [G-2] graph twoway pci
baseline failure, [ST] stcurve, [ST] sts, [ST] sts
twoway pcscatter command, [G-2] graph twoway
graph
pcscatter
baseline hazard, [ST] stcurve, [ST] sts, [ST] sts
twoway pcspike command, [G-2] graph twoway
graph
pcspike
baseline survivor, [ST] stcurve, [ST] sts, [ST] sts
twoway qfit command, [G-2] graph twoway qfit
graph
twoway qfitci command, [G-2] graph twoway
Bayesian, [BAYES] bayesgraph
qfitci
binary variable cumulative sum, [R] cusum
twoway rarea command, [G-2] graph twoway
rarea biplot, [MV] biplot, [MV] ca postestimation plots
twoway rbar command, [G-2] graph twoway rbar box, see box plot
twoway rcap command, [G-2] graph twoway rcap CA dimension projection, [MV] ca postestimation
plots
twoway rcapsym command, [G-2] graph twoway
rcapsym cluster tree, see graph, dendrogram
twoway rconnected command, [G-2] graph component-plus-residual, [R] regress postestimation
twoway rconnected diagnostic plots
twoway rline command, [G-2] graph twoway concentration–time curve, [R] pk
rline conditional mean function, [R] npregress kernel
twoway rscatter command, [G-2] graph twoway postestimation
rscatter contrasts, see graph, margins
twoway rspike command, [G-2] graph twoway correlogram, [TS] corrgram
rspike Cox predicted survival curve, [ST] stintcox PH-
twoway scatter command, [G-2] graph twoway assumption plots
scatter cross-correlogram, [TS] xcorr
twoway scatteri command, [G-2] graph twoway cross-sectional time-series data, [XT] xtdata,
scatteri [XT] xtline
twoway spike command, [G-2] graph twoway
spike
Subject index 173

graph, continued graph, continued


cumulative distribution, [R] cumul loading
cumulative hazard function, [ST] stcurve, [ST] sts after candisc, [MV] candisc, [MV] scoreplot
graph after discrim lda, [MV] discrim lda,
cumulative spectral density, [TS] cumsp [MV] discrim lda postestimation,
dendrogram, [MV] cluster, [MV] clustermat, [MV] scoreplot
[MV] cluster dendrogram, [MV] cluster after factor, [MV] factor postestimation,
generate, [MV] cluster linkage, [MV] cluster [MV] scoreplot
stop, [MV] Glossary after pca, [MV] pca postestimation,
density, [R] kdensity, [TE] tebalance density, [MV] scoreplot
[TE] tebalance overid, [TE] teoverlap log–log curve, [ST] stcox PH-assumption tests
density-distribution sunflower, [R] sunflower log–log survival curve, [ST] stintcox PH-
derivatives, [R] dydx, [R] testnl assumption plots
describing contents, [G-2] graph describe logistic diagnostic, [R] logistic postestimation,
diagnostic, [R] Diagnostic plots [R] lsens
dot, see dot plot lowess smoothing, [R] lowess
eigenvalue margins, [U] 20.20 Graphing margins, marginal
after discrim lda, [MV] discrim lda effects, and contrasts
postestimation, [MV] screeplot margins plots, [R] marginsplot
after factor, [MV] factor postestimation, matrix, see scatterplot matrices
[MV] screeplot MDS configuration, [MV] mds postestimation plots
after manova, [MV] screeplot means and medians, [R] grmeanby
after mca, [MV] screeplot normal probability, [R] Diagnostic plots
after mds, [MV] screeplot overall look of, [G-4] Schemes intro
after pca, [MV] pca postestimation, overlap plot, [TE] teoverlap
[MV] screeplot parameterized curves, [D] range
error-bar charts, [R] serrbar parametric autocorrelation, [TS] estat acplot
forecasts, [BAYES] bayesfcast graph, [TS] fcast parametric autocovariance, [TS] estat acplot
graph parametric stability, [TS] estat sbcusum
formats for exporting, [G-2] graph export partial correlogram, [TS] corrgram
fractional polynomial, [R] fp postestimation partial residual, [R] regress postestimation
functions, [D] obs, [D] range diagnostic plots
hazard function, [ST] ltable, [ST] stcurve, [ST] sts partial-regression leverage, [R] regress
graph postestimation diagnostic plots
histograms, [R] histogram, [R] kdensity periodogram, [TS] pergram
impulse–response functions, [BAYES] bayesirf, pie, see pie chart
[BAYES] bayesirf graph, [BAYES] bayesirf power and sample size, [PSS-2] power, graph
cgraph, [BAYES] bayesirf ograph, [TS] irf, precision and sample size, [PSS-3] ciwidth, graph
[TS] irf cgraph, [TS] irf graph, [TS] irf ograph procrustes overlay, [MV] procrustes postestimation
integrals, [R] dydx profile plots, [R] marginsplot
interaction plots, [R] marginsplot quality control, [R] QC
item response theory, [IRT] irtgraph icc, quantile, [R] Diagnostic plots
[IRT] irtgraph tcc, [IRT] irtgraph iif,
quantile–normal, [R] Diagnostic plots
[IRT] irtgraph tif, [MV] biplot
quantile–quantile, [R] Diagnostic plots
Kaplan–Meier survivor curves, [ST] stcox PH-
assumption tests, [ST] sts, [ST] sts graph region, [G-3] region options, [G-4] Glossary
ladder-of-power histograms, [R] ladder regression diagnostic, [R] regress postestimation
diagnostic plots
lasso
residual versus fitted, [R] regress postestimation
BIC plot, [LASSO] bicplot
diagnostic plots
coefficient plot, [LASSO] coefpath
residual versus predictor, [R] regress postestimation
cross-validation function plot, [LASSO] cvplot diagnostic plots
letter-value display, [R] lv ROC curve, [R] lroc, [R] roccomp, [R] rocfit
leverage-versus-(squared)-residual, [R] regress postestimation, [R] rocregplot, [R] roctab
postestimation diagnostic plots rootograms, [R] spikeplot
saving, [G-3] saving option
174 Subject index

graph, continued greater than (or equal) operator, see relational operators
scatterplot matrix, see scatterplot matrices .grec file, [U] 11.6 Filenaming conventions
score Greenhouse–Geisser epsilon, [R] anova
after candisc, [MV] candisc, [MV] scoreplot Greenhouse–Geisser correction, see nonsphericity
after discrim lda, [MV] discrim lda, correction
[MV] discrim lda postestimation, Greenwood confidence intervals, [ST] sts
[MV] scoreplot greport,
after factor, [MV] factor postestimation, estat subcommand, [IRT] estat greport
[MV] scoreplot grey literature, [META] Intro, [META] Glossary
after pca, [MV] scoreplot grid
scree definition, [G-4] gridstyle, [G-4] Glossary
after canon, [MV] screeplot lines, [G-3] axis label options
after ca, [MV] screeplot without ticks, [G-4] tickstyle
after discrim lda, [MV] discrim lda gridstyle, [G-4] gridstyle, [G-4] Glossary
postestimation, [MV] screeplot GRM, see graded response model
after factor, [MV] factor postestimation, grm, irt subcommand, [IRT] irt grm, [IRT] irt grm
[MV] screeplot postestimation
after manova, [MV] screeplot grmap command, [SP] Intro 7, [SP] grmap
after mca, [MV] screeplot grmeanby command, [R] grmeanby
after mds, [MV] screeplot grmeans, estat subcommand, [MV] discrim lda
after pca, [MV] pca postestimation, postestimation
[MV] screeplot group(), egen function, [D] egen
Shepard diagram, [MV] mds postestimation plots group, estat subcommand, [ME] estat group,
smoothing, [R] kdensity, [R] lowess, [R] lpoly [ME] menl postestimation, [ME] mixed
spatial data, [SP] grmap postestimation
spike plot, [R] spikeplot group invariance test, [SEM] estat ginvariant,
stem-and-leaf, [R] stem [SEM] Methods and formulas for sem
sunflower, [R] sunflower group randomized trial, see cluster randomized design
suppressing, [G-3] nodraw option group weights, [PSS-2] power trend
survivor function, [ST] stcurve, [ST] sts graph group-data regression, [R] intreg
symmetry, [R] Diagnostic plots grouping variables, generating, [MV] cluster generate
text, [G-4] text groups, graphs by, [G-3] by option
time-versus-concentration curve, [R] pkexamine groupvar, [U] 11.4 varname and varlists
treatment-effects balance, [TE] tebalance box, grsummarize, estat subcommand, [MV] candisc,
[TE] tebalance density, [TE] tebalance overid [MV] discrim estat
treatment-effects overlap, [TE] teoverlap GRT, see cluster randomized design
Turnbull’s nonparametric survival curve, grubin, bayesstats subcommand,
[ST] stintcox PH-assumption plots [BAYES] bayesstats grubin
two-way, see two-way graphs gs1 print color mapping, [G-2] set printcolor
white-noise test, [TS] wntestb gs2 print color mapping, [G-2] set printcolor
Graph Editor, [G-1] Graph Editor gs3 print color mapping, [G-2] set printcolor
apply recording, [G-2] graph play gschurd() function, [M-5] gschurd( )
graphical user interface, [IRT] Control Panel, gschurd() function, [M-5] gschurd( )
[P] Dialog programming, [PSS-2] GUI gschurdgroupby() function, [M-5] gschurd( )
(power), [PSS-2] power, [PSS-3] GUI (ciwidth), gschurdgroupby() function, [M-5] gschurd( )
[PSS-3] ciwidth, [SEM] Builder, [SEM] Builder, gschurdgroupby la() function, [M-5] gschurd( )
generalized, [SEM] Glossary gschurd la() function, [M-5] gschurd( )
examples of, [U] 2 A brief description of Stata gsem command, [SEM] Builder, generalized,
graphics, [SEM] gsem, [SEM] Methods and formulas for
query subcommand, [G-2] set graphics, [G-2] set gsem
printcolor, [G-2] set scheme, [R] query examples,
set subcommand, [G-2] set graphics, [R] set endogenous treatment effects,
Graphics Interchange Format, [G-2] graph export, [SEM] Example 46g
[G-3] gif options, [G-4] Glossary finite mixture Poisson, [SEM] Example 53g,
graphregion() option, [G-3] region options [SEM] Example 54g
grdistances, estat subcommand, [MV] discrim
lda postestimation, [MV] discrim qda
postestimation
Subject index 175

gsem command, examples, continued halfyearly() function, [D] Datetime, [D] Datetime
generalized response, [SEM] Example 1, conversion, [FN] Date and time functions,
[SEM] Example 27g, [SEM] Example 30g, [M-5] date( )
[SEM] Example 31g, [SEM] Example 32g, halton() function, [M-5] halton( )
[SEM] Example 33g, [SEM] Example 34g, halton() function, [M-5] halton( )
[SEM] Example 35g, [SEM] Example 36g, Halton set, [M-5] halton( )
[SEM] Example 37g, [SEM] Example 39g Hamann coefficient similarity measure,
Heckman selection, [SEM] Example 45g [MV] measure option
interval regression, [SEM] Example 44g Hammersley set, [M-5] halton( )
item response theory, [SEM] Example 28g, Hansen’s J statistic, [R] gmm, [R] gmm
[SEM] Example 29g postestimation, [R] ivpoisson, [R] ivpoisson
latent class, [SEM] Example 50g, postestimation, [R] ivregress
[SEM] Example 51g Harbord test, [META] meta bias
latent profile, [SEM] Example 52g Harbord, Egger, and Sterne test, [META] meta bias
multilevel, [SEM] Example 30g, hard missing value, [MI] mi impute, [MI] Glossary
[SEM] Example 38g, [SEM] Example 39g, harmonic mean, [R] ameans
[SEM] Example 40g, [SEM] Example 41g, Harrell’s C , [ST] stcox postestimation
[SEM] Example 42g
Harris–Tzavalis test, [XT] xtunitroot
survival model, [SEM] Example 47g,
has eprop() function, [FN] Programming functions
[SEM] Example 48g, [SEM] Example 49g
hash functions, [M-5] hash1( ), [M-6] Glossary
tobit regression, [SEM] Example 43g
hash tables, [M-5] asarray( ),
options, [SEM] gsem estimation options,
[M-5] AssociativeArray( ), [M-6] Glossary
[SEM] gsem family-and-link options,
[SEM] gsem group options, [SEM] gsem lclass hash1() function, [M-5] hash1( )
options, [SEM] gsem model description options, hashing, [M-6] Glossary
[SEM] gsem reporting options, [SEM] sem and hasmissing() function, [M-5] missing( )
gsem option constraints( ), [SEM] sem and hat matrix, see projection matrix, diagonal elements of
gsem option covstructure( ), [SEM] sem and hausman command, [R] hausman
gsem option from( ), [SEM] sem and gsem Hausman specification test, [R] hausman, [XT] xtreg
option reliability( ), [SEM] sem and gsem postestimation
syntax options Hausman–Taylor estimator, [XT] xthtaylor
path notation, [SEM] gsem path notation Haver Analytics databases, importing from, [D] import
extensions, [SEM] sem and gsem path notation haver
postestimation, [SEM] gsem postestimation haver import subcommand, [D] import haver
gsort command, [D] gsort haverdir, set subcommand, [D] import haver,
guessing, [IRT] Glossary [R] set
guessing parameter, [IRT] irt 3pl hazard, [TE] etregress, [TE] Glossary
GUI, see graphical user interface contributions, [ST] Glossary
control-group, [PSS-2] power exponential,
[PSS-2] power logrank
H experimental-group, [PSS-2] power exponential,
[PSS-2] power logrank
H 2 statistic, [META] meta forestplot, [META] meta function, [ST] sts, [ST] sts generate, [ST] sts list,
summarize, [META] meta regress, [ST] Glossary
[META] meta mvregress, [META] estat graph of, [ST] ltable, [ST] stcurve, [ST] sts
heterogeneity, [META] Glossary graph
H2O, [P] H2O intro rate, [PSS-2] power exponential, [PSS-2] power
h2oframe command, [P] H2O intro logrank
HAC variance estimate, [R] binreg, [R] glm, [R] gmm, ratio,
[R] ivregress, [R] nl, [XT] xtcointtest, [BAYES] bayes: mestreg, [BAYES] bayes: streg,
[XT] xtgls, [XT] xtunitroot [FMM] estat eform, [ME] mestreg,
hadamard() function, [FN] Matrix functions, [PSS-2] power cox, [PSS-2] power exponential,
[P] matrix define [PSS-2] power logrank, [R] eform option,
Hadamard matrix, [SVY] svy brr, [SVY] Glossary [R] lincom, [SEM] estat eform, [ST] stcox,
Hadri Lagrange multiplier stationarity test, [ST] stcox PH-assumption tests, [ST] stcox
[XT] xtunitroot postestimation, [ST] stintcox, [ST] stintcox PH-
hadri, xtunitroot subcommand, [XT] xtunitroot assumption plots, [ST] stintcox postestimation,
half option, [G-2] graph matrix [ST] stintreg, [ST] stintreg postestimation,
[ST] streg, [ST] streg postestimation, [ST] sts
halfyear() function, [D] Datetime, [FN] Date and
test, [ST] Glossary, [TE] Glossary
time functions, [M-5] date( )
176 Subject index

hazard, continued heteroskedastic


tables, [ST] ltable errors, see heteroskedastic linear regression
two-sample, [PSS-2] power exponential, linear regression, [BAYES] bayes: hetregress,
[PSS-2] power logrank [R] hetregress, [R] qreg, [R] vwls, [SVY] svy
hbar, graph subcommand, [G-2] graph bar estimation, [U] 27.3.3 Regression with
hbox, graph subcommand, [G-2] graph box heteroskedastic errors, also see robust,
headlabel option, [G-2] graph twoway pccapsym, Huber/White/sandwich estimator of variance
[G-2] graph twoway pcscatter ordered
health ratio, [R] binreg probit regression, [BAYES] bayes: hetoprobit,
heckman command, [R] heckman, [R] heckman [R] hetoprobit, [SVY] svy estimation
postestimation probit regression, [BAYES] bayes: hetprobit,
Heckman selection model, see selection model [R] hetprobit, [SVY] svy estimation
heckoprobit command, [R] heckoprobit, heteroskedasticity, see HAC variance estimate
[R] heckoprobit postestimation ARCH model, see autoregressive conditional
heckpoisson command, [R] heckpoisson, heteroskedasticity model
[R] heckpoisson postestimation conditional, [R] regress postestimation time series
heckprobit command, [R] heckprobit, GARCH model, see generalized autoregressive
[R] heckprobit postestimation conditional heteroskedasticity
Hedges’s g , [META] meta esize, [META] Glossary Newey–West estimator, see Newey–West regression
height() textbox option, [G-3] added text options robust variance, see robust, Huber/White/sandwich
Helmert contrasts, [R] contrast estimator of variance
help, [M-1] help test, [R] hetoprobit, [R] hetprobit, [R] hetregress,
[R] regress postestimation, [R] regress
mata subcommand, [M-3] mata help
postestimation time series, [R] sdtest
view subcommand, [R] view
hetoprobit command, [R] hetoprobit, [R] hetoprobit
help command, [M-3] mata help, [R] help, postestimation
[U] 4 Stata’s help and search facilities
hetprobit command, [R] hetprobit, [R] hetprobit
writing your own, [U] 18.11.6 Writing system help postestimation
help d, view subcommand, [R] view hetregress command, [R] hetregress, [R] hetregress
help — I don’t know what to do, [U] 3 Resources for postestimation
learning and using Stata hettest, estat subcommand, [R] regress
Henze–Zirkler normality test, [MV] mvtest normality postestimation
Hermitian hexadecimal, [D] Glossary
adjoin, [M-2] op transpose, [M-5] conj( ) hexadecimal report, [D] hexdump
matrices, [M-5] issymmetric( ), hexdump command, [D] hexdump
[M-5] makesymmetric( ), [M-6] Glossary Heywood
transpose, [M-2] op transpose, [M-5] conj( ) case, [MV] factor, [MV] Glossary
Hessenberg solution, [MV] factor, [MV] Glossary
decomposition, [M-5] hessenbergd( ), hh() function, [D] Datetime, [FN] Date and time
[M-6] Glossary functions, [M-5] date( )
form, [M-6] Glossary hhC() function, [D] Datetime, [FN] Date and time
hessenbergd() function, [M-5] hessenbergd( ) functions, [M-5] date( )
hessenbergd() function, [M-5] hessenbergd( ) hidden stored results, see results, stored, hidden or
hessenbergd la() function, [M-5] hessenbergd( ) historical
heterogeneity, [META] Intro, [META] meta forestplot, hierarchical
[META] meta summarize, [META] meta cluster analysis, [MV] cluster, [MV] clustermat,
galbraithplot, [META] meta labbeplot, [MV] cluster linkage
[META] meta funnelplot, [META] meta bias, clustering, [MV] Glossary
[META] Glossary
model, [ME] Glossary, also see multilevel model
parameter, [META] Glossary
regression, [R] nestreg, [R] stepwise
test, [R] Epitab
samples, [R] anova, [R] gllamm, [R] loneway,
heterogeneity, estat subcommand, [META] estat [R] areg
heterogeneity
Higgins–Thompson statistic, [META] estat
heterogeneity
Subject index 177

higher ASCII, see extended ASCII Hosmer–Lemeshow


higher-level variables, see first-level variables delta 2 influence statistic, see delta χ2 influence
higher-order models, see confirmatory factor analysis statistic
highest posterior density delta deviance influence statistic, see delta deviance
credible interval, [BAYES] Intro, influence statistic
[BAYES] Bayesian commands, [BAYES] bayes, goodness-of-fit test, [R] estat gof, [SVY] estat
[BAYES] bayesmh, [BAYES] bayesstats hot, ssc subcommand, [R] ssc
summary, [BAYES] Glossary hotelling command, [MV] hotelling
region, [BAYES] Intro, [BAYES] Glossary Hotelling’s
high-low charts, [G-2] graph twoway rbar, generalized T 2 statistic, [MV] manova
[G-2] graph twoway rcap, [G-2] graph twoway T 2 , [MV] hotelling, [MV] mvtest means,
rspike [MV] Glossary
high-pass filter, [TS] tsfilter bw, [TS] tsfilter hp, hours() function, [D] Datetime durations, [FN] Date
[TS] Glossary and time functions, [M-5] date( )
Hilbert() function, [M-5] Hilbert( ) hp, tsfilter subcommand, [TS] tsfilter hp
Hildreth–Lu regression, [TS] prais HPD
HILO, [M-5] byteorder( ) credible interval, see highest posterior density
histogram command, [R] histogram credible interval
histogram, graph twoway subcommand, [G-2] graph region, see highest posterior density region
twoway histogram hqrd() function, [M-5] qrd( )
histograms, [G-2] graph twoway histogram, hqrd() function, [M-5] qrd( )
[R] histogram hqrdmultq() function, [M-5] qrd( )
dotplots, [R] dotplot hqrdmultq1t() function, [M-5] qrd( )
kernel density estimator, [R] kdensity hqrdp() function, [M-5] qrd( )
ladder-of-powers, [R] ladder hqrdp() function, [M-5] qrd( )
of categorical variables, [R] histogram hqrdp la() function, [M-5] qrd( )
rootograms, [R] spikeplot hqrdq() function, [M-5] qrd( )
stem-and-leaf, [R] stem hqrdq1() function, [M-5] qrd( )
historical stored results, see results, stored, hidden or hqrdr() function, [M-5] qrd( )
historical hqrdr1() function, [M-5] qrd( )
histories, [G-2] graph bar, [G-2] graph box, HSV values, see hue, saturation, and value (HSV)
[G-2] graph matrix, [G-2] graph values
pie, [G-2] graph twoway histogram,
ht, xtunitroot subcommand, [XT] xtunitroot
[G-3] by option
HTML, [RPT] Dynamic documents intro,
hms() function, [D] Datetime, [FN] Date and time
[RPT] dyndoc, [RPT] dyntext,
functions, [M-5] date( )
[RPT] html2docx, [RPT] markdown,
Hodrick–Prescott filter, [TS] tsfilter, [TS] tsfilter hp [TABLES] collect export, [TABLES] collect
hofd() function, [D] Datetime, [FN] Date and time style html, [U] 21.2 The dynamic document
functions, [M-5] date( ) commands
Hogsmead fictional location, [SP] Intro 2 html2docx command, [RPT] html2docx
Hogwarts fictional location, [SP] Intro 2 httpproxy, set subcommand, [R] netio, [R] set
hold, httpproxyauth, set subcommand, [R] netio, [R] set
estimates subcommand, [P] estimates httpproxyhost, set subcommand, [R] netio, [R] set
return subcommand, [P] return httpproxyport, set subcommand, [R] netio, [R] set
Holm’s multiple-comparison adjustment, see multiple httpproxypw, set subcommand, [R] netio, [R] set
comparisons, Holm’s method httpproxyuser, set subcommand, [R] netio, [R] set
Holt–Winters smoothing, [TS] tssmooth, [TS] tssmooth https://www.stata.com, [U] 3.2.1 The Stata website
dexponential, [TS] tssmooth exponential, (www.stata.com)
[TS] tssmooth hwinters, [TS] tssmooth
Huber weighting, [R] rreg
shwinters, [TS] Glossary
Huber/White/sandwich estimator of variance, see robust,
homogeneity, [META] Intro, [META] meta forestplot,
Huber/White/sandwich estimator of variance
[META] Glossary
hue, saturation, and value (HSV) values,
of variances, [R] oneway, [R] sdtest
[G-4] colorstyle, [G-4] Glossary
test, [META] meta, [META] meta summarize,
hurdle regression, [R] churdle
[META] Glossary, [R] Epitab
Huynh–Feldt epsilon, [R] anova
homoskedasticity tests, [R] regress postestimation
hwinters, tssmooth subcommand, [TS] tssmooth
Horst normalization, see Kaiser normalization
hwinters
178 Subject index

hybrid icd10
MH sampler, see Metropolis–Hastings sampling check command, [D] icd10
model, [IRT] irt hybrid, [IRT] Glossary clean command, [D] icd10
hybrid, irt subcommand, [IRT] irt hybrid, [IRT] irt command, [D] icd
hybrid postestimation generate command, [D] icd10
hyperbolic functions, [FN] Statistical functions, lookup command, [D] icd10
[FN] Trigonometric functions, [M-5] normal( ), query command, [D] icd10
[M-5] sin( ) search command, [D] icd10
hypergeometric() function, [FN] Statistical icd10cm
functions, [M-5] normal( ) check command, [D] icd10cm
hypergeometric, clean command, [D] icd10cm
cumulative distribution, [FN] Statistical functions, generate command, [D] icd10cm
[M-5] normal( )
lookup command, [D] icd10cm
probability mass function, [FN] Statistical functions,
query command, [D] icd10cm
[M-5] normal( )
search command, [D] icd10cm
hypergeometricp() function, [FN] Statistical
functions, [M-5] normal( ) command, [D] icd
hyperparameters, [BAYES] Intro, [BAYES] Bayesian icd10pcs
commands, [BAYES] bayes, [BAYES] bayesmh, check command, [D] icd10pcs
[BAYES] bayesmh evaluators, clean command, [D] icd10pcs
[BAYES] bayesgraph, [BAYES] Glossary generate command, [D] icd10pcs
hyperprior, [BAYES] Intro, [BAYES] Bayesian lookup command, [D] icd10pcs
commands, [BAYES] bayes, [BAYES] bayesmh, query command, [D] icd10pcs
[BAYES] bayesmh evaluators, search command, [D] icd10pcs
[BAYES] bayesgraph, [BAYES] Glossary command, [D] icd
hypertext help, [R] help, [U] 4 Stata’s help and search icd9
facilities, [U] 18.11.6 Writing system help check command, [D] icd9
hypothesis, [PSS-5] Glossary, also see null hypothesis clean command, [D] icd9
and alternative hypothesis command, [D] icd
test, [PSS-5] Glossary, [SEM] test, [SEM] testnl, generate command, [D] icd9
also see null hypothesis and alternative lookup command, [D] icd9
hypothesis
query command, [D] icd9
testing, Bayesian, see Bayesian, hypothesis testing
search command, [D] icd9
hypothesized value, see null value
icd9p
check command, [D] icd9p
I clean command, [D] icd9p
command, [D] icd
I() function, [FN] Matrix functions, [M-5] I( ), generate command, [D] icd9p
[P] matrix define lookup command, [D] icd9p
I(0) process, see covariance stationary query command, [D] icd9p
I(1) process, see first-difference stationary search command, [D] icd9p
I 2 statistic, [META] meta forestplot, [META] meta ICE, see imputation, multivariate, chained equations
summarize, [META] meta regress, ice,
[META] meta mvregress, [META] estat mi export subcommand, [MI] mi export, [MI] mi
heterogeneity, [META] Glossary export ice
ibeta() function, [FN] Statistical functions, mi import subcommand, [MI] mi import, [MI] mi
[M-5] normal( ) import ice
ibetatail() function, [FN] Statistical functions, iconv, [D] unicode convertfile
[M-5] normal( )
ICU, see International Components for Unicode
ic,
ID variable, [SP] Glossary, [ST] Glossary
bayesstats subcommand, [BAYES] bayesstats ic
ID variable, [SP] spset, [SP] Glossary
estat subcommand, [R] estat, [R] estat ic
identification, see model identification
ICC, see item characteristic curve
identified, [DSGE] Glossary
icc,
identifier, class, [P] class
estat subcommand, [ME] estat icc, [ME] melogit
identifier, unique, [D] isid
postestimation, [ME] meprobit postestimation,
[ME] mixed postestimation identity, forecast subcommand, [TS] forecast
identity
irtgraph subcommand, [IRT] irtgraph icc
identity matrix, [M-5] I( ), [P] matrix define
icc command, [R] icc
Subject index 179

idiosyncratic error term, [XT] Glossary importance weight, [U] 11.1.6 weight,
idistance spatial weighting matrix, [SP] Glossary [U] 20.24.4 Importance weights
if command, [M-2] if, [P] if imported spatial weighting matrix, [SP] Glossary
if exp qualifier, [P] syntax, [U] 11 Language syntax improper prior, [BAYES] Intro, [BAYES] bayes,
igaussian() function, [FN] Statistical functions, [BAYES] bayesmh, [BAYES] bayesstats ic,
[M-5] normal( ) [BAYES] Glossary
igaussianden() function, [FN] Statistical functions, impulse–response functions, [BAYES] bayesirf,
[M-5] normal( ) [BAYES] bayesirf graph, [BAYES] bayesirf
igaussiantail() function, [FN] Statistical functions, cgraph, [BAYES] bayesirf ograph,
[M-5] normal( ) [BAYES] bayesirf table, [BAYES] bayesirf
ignorable missing-data mechanism, [MI] Intro ctable, [DSGE] Intro 1, [DSGE] Intro 3b,
substantive, [MI] Glossary [DSGE] Intro 3c, [DSGE] Intro 3d,
[DSGE] Intro 9a, [DSGE] Intro 9b,
IIA, see independence of irrelevant alternatives
[DSGE] dsge postestimation, [DSGE] dsgenl
i.i.d. assumption, see independent and identically postestimation, [DSGE] Glossary, [TS] irf,
distributed sampling assumption [TS] irf add, [TS] irf cgraph, [TS] irf create,
IIF, see item information function [TS] irf ctable, [TS] irf describe, [TS] irf
iif, irtgraph subcommand, [IRT] irtgraph iif drop, [TS] irf graph, [TS] irf ograph,
Im() function, [M-5] Re( ) [TS] irf rename, [TS] irf set, [TS] irf table,
Im–Pesaran–Shin test, [XT] xtunitroot [TS] var intro, [TS] varbasic, [TS] vec intro,
image, [TS] Glossary
putdocx subcommand, [RPT] putdocx paragraph imputation
putpdf subcommand, [RPT] putpdf paragraph binary, [MI] mi impute logit
image format, [G-2] graph export, [G-4] Glossary by groups, [MI] mi impute
imaginary part, [M-5] Re( ) categorical, [MI] mi impute mlogit, [MI] mi impute
immediate command, [G-2] graph twoway pcarrowi, ologit
[G-2] graph twoway pci, [G-2] graph twoway chained equations, [MI] mi impute intreg, [MI] mi
scatteri, [P] display, [R] bitest, [R] ci, impute logit, [MI] mi impute mlogit, [MI] mi
[R] Epitab, [R] esize, [R] prtest, [R] sdtest, impute nbreg, [MI] mi impute ologit, [MI] mi
[R] symmetry, [R] tabulate twoway, [R] ttest, impute pmm, [MI] mi impute poisson, [MI] mi
[R] ztest, [U] 18.4.5 Parsing immediate impute regress, [MI] mi impute truncreg
commands, [U] 19 Immediate commands, conditional, [MI] mi impute, [MI] mi impute
[U] Glossary chained, [MI] mi impute intreg, [MI] mi impute
implied context, class, [P] class logit, [MI] mi impute mlogit, [MI] mi impute
import monotone, [MI] mi impute nbreg, [MI] mi
dbase command, [D] import dbase impute ologit, [MI] mi impute pmm, [MI] mi
delimited command, [D] import delimited impute poisson, [MI] mi impute regress,
excel command, [D] import excel [MI] mi impute truncreg, [MI] Glossary
fred command, [D] import fred continuous, [MI] mi impute pmm, [MI] mi impute
regress
haver command, [D] import haver
with a limited range, [MI] mi impute intreg,
sas command, [D] import sas
[MI] mi impute truncreg
sasxport5 command, [D] import sasxport5
count data, [MI] mi impute nbreg, [MI] mi impute
sasxport8 command, [D] import sasxport8 poisson
spss command, [D] import spss diagnostics, [MI] mi impute
import data, [D] import, [D] import dbase, [D] import interval regression, [MI] mi impute intreg
delimited, [D] import excel, [D] import fred,
interval-censored data, [MI] mi impute intreg
[D] import haver, [D] import sas, [D] import
sasxport5, [D] import sasxport8, [D] import
linear regression, [MI] mi impute regress
spss, [D] infile (fixed format), [D] infile (free logistic regression, [MI] mi impute logit
format), [D] infix (fixed format), [D] jdbc, method, [MI] mi impute, [MI] mi impute
[D] odbc, [MI] mi import, [MI] mi import usermethod
flong, [MI] mi import flongsep, [MI] mi import iterative, [MI] mi impute, [MI] mi impute
ice, [MI] mi import nhanes1, [MI] mi import chained, [MI] mi impute mvn
wide, [U] 22 Entering and importing data, also monotone, [MI] mi impute monotone
see combine data, also see input data interactively multivariate, [MI] mi impute chained, [MI] mi
real-time, [D] import fred impute monotone, [MI] mi impute mvn
import, spmatrix subcommand, [SP] spmatrix proper, [MI] Intro substantive
import
180 Subject index

imputation method, continued imtest, estat subcommand, [R] regress


univariate, [MI] mi impute intreg, [MI] mi postestimation
impute logit, [MI] mi impute mlogit, in range qualifier, [P] syntax, [U] 11 Language syntax
[MI] mi impute nbreg, [MI] mi impute in smcl, display directive, [P] display
ologit, [MI] mi impute pmm, [MI] mi inbase() function, [M-5] inbase( )
impute poisson, [MI] mi impute regress, incidence, [ST] Glossary
[MI] mi impute truncreg rate, [ST] Glossary
modeling, [MI] mi impute study, see cohort study
monotone, [MI] mi impute, [MI] mi impute incidence-rate ratio
chained, [MI] mi impute monotone
epidemiological tables, [R] Epitab
multinomial logistic regression, [MI] mi impute
estimation,
mlogit
Bayesian, [BAYES] bayes: gnbreg,
multiple, [MI] Intro substantive
[BAYES] bayes: meglm,
multivariate, [BAYES] bayes: menbreg,
chained equations, [MI] mi impute, [MI] mi [BAYES] bayes: mepoisson,
impute chained [BAYES] bayes: poisson,
monotone, [MI] mi impute, [MI] mi impute [BAYES] bayes: tnbreg,
intreg, [MI] mi impute logit, [MI] mi impute [BAYES] bayes: tpoisson,
mlogit, [MI] mi impute monotone, [MI] mi [BAYES] bayes: xtpoisson,
impute nbreg, [MI] mi impute ologit, [BAYES] bayes: zinb, [BAYES] bayes: zip
[MI] mi impute pmm, [MI] mi impute displaying exponentiated coefficients,
poisson, [MI] mi impute regress, [MI] mi [FMM] estat eform, [R] eform option,
impute truncreg [SEM] Intro 7, [SEM] estat eform,
normal, [MI] mi impute, [MI] mi impute mvn [SEM] Example 34g
negative binomial regression, [MI] mi impute nbreg multilevel mixed-effects, [ME] meglm,
on subsamples, [MI] mi impute [ME] menbreg, [ME] mepoisson, also see
ordered logistic regression, [MI] mi impute ologit incidence-rate ratio, estimation, Bayesian
overdispersed count data, [MI] mi impute nbreg negative binomial regression,
passive, [MI] mi impute, [MI] mi impute chained, [FMM] fmm: nbreg, [ME] menbreg,
[MI] mi impute regress [R] nbreg, [R] tnbreg, [R] zinb,
perfect prediction, [MI] mi impute [XT] xtnbreg, also see incidence-rate ratio,
Poisson regression, [MI] mi impute poisson estimation, Bayesian
predictive mean matching, [MI] mi impute, [MI] mi panel data, [XT] xtgee, [XT] xtnbreg,
impute pmm [XT] xtpoisson
recommended number of, [MI] Intro substantive, Poisson regression, [FMM] fmm: poisson,
[MI] mi estimate [FMM] fmm: tpoisson, [FMM] Example 2,
regression, [MI] mi impute, [MI] mi impute regress [LASSO] dspoisson, [LASSO] popoisson,
[LASSO] xpopoisson, [ME] mepoisson,
semiparametric, [MI] mi impute pmm
[R] cpoisson, [R] expoisson, [R] heckpoisson,
step, [MI] Intro substantive, [MI] mi estimate [R] ivpoisson, [R] poisson, [R] tpoisson,
transformations, [MI] mi impute [R] zip, [TE] etpoisson, [XT] xtpoisson, also
truncated regression, [MI] mi impute truncreg see incidence-rate ratio, estimation, Bayesian
univariate, [MI] mi impute intreg, [MI] mi impute postestimation, [R] contrast, [R] expoisson
logit, [MI] mi impute mlogit, [MI] mi impute postestimation, [R] lincom
nbreg, [MI] mi impute ologit, [MI] mi impute negative binomial regression, [R] nbreg
pmm, [MI] mi impute poisson, [MI] mi impute postestimation, [R] tnbreg postestimation,
regress, [MI] mi impute truncreg [R] zinb postestimation
user-defined, [MI] mi impute usermethod Poisson regression, [R] poisson postestimation,
impute, mi subcommand, [MI] mi impute, [MI] mi [R] tpoisson postestimation, [R] zip
impute chained, [MI] mi impute intreg, [MI] mi postestimation
impute logit, [MI] mi impute mlogit, [MI] mi survival analysis, [ST] stir, [ST] stptime,
impute monotone, [MI] mi impute mvn, [ST] stsum
[MI] mi impute nbreg, [MI] mi impute ologit, include bitmap, set subcommand, [R] set
[MI] mi impute pmm, [MI] mi impute poisson,
include command, [P] include
[MI] mi impute regress, [MI] mi impute
truncreg, [MI] mi impute usermethod included covariates, see covariate selection
imputed data, [MI] Glossary income distributions, [R] Inequality
imputed variables, see variables, multiple-imputation income tax rate function, [D] egen
imputed
Subject index 181

incomplete influence statistics, see delta χ2 influence statistic, see


beta function, [FN] Statistical functions, delta beta influence statistic, see delta deviance
[M-5] normal( ) influence statistic, see DFBETA, see LMAX
gamma function, [FN] Statistical functions, value
[M-5] normal( ) %infmt, [D] infile (fixed format)
observations, see dropout information, [IRT] Glossary
increment operator, [M-2] op increment, [P] macro criteria, see Akaike information criterion, see
independence of irrelevant alternatives, [CM] Glossary Bayesian information criterion
relaxing assumption, [CM] Intro 8, [CM] cmclogit, matrix, [P] matrix get, [R] correlate, [R] Maximize
[CM] cmmixlogit, [CM] cmmprobit, matrix test, [R] regress postestimation
[CM] cmroprobit, [CM] cmxtmixlogit, informative missingness, [ERM] Glossary
[CM] nlogit informative prior, [BAYES] Intro, [BAYES] Bayesian
test for, [CM] nlogit commands, [BAYES] bayes, [BAYES] bayesmh,
independence of irrelevant alternatives, [BAYES] bayesstats ic, [BAYES] Glossary
assumption, [FMM] fmm: mlogit, [R] clogit, inheritance, [M-2] class, [P] class
[R] mlogit init, ml subcommand, [R] ml
test for, [R] hausman, [R] suest init, ssd subcommand, [SEM] ssd
independence test, [R] correlate, [R] Epitab, initial values, [DSGE] Glossary, also see starting values
[R] spearman, [R] tabulate twoway, initialization, class, [P] class
[SVY] svy: tabulate twoway initialize, java subcommand, [P] Java utilities
independent inlist() function, [FN] Programming functions
a posteriori, [BAYES] Glossary inner fence, [R] lv
a priori, [BAYES] Glossary innovation accounting, [BAYES] bayesirf, [TS] irf
independent and identically distributed, input command, [D] input
[DSGE] Glossary, [TS] Glossary input data
independent and identically distributed sampling from a file, see import data, see read data from disk
assumption, [SP] Glossary, [TE] teffects intro, interactively, [D] edit, [D] input, also see edit data,
[TE] teffects intro advanced, [TE] Glossary also see import data
index of probit and logit, [R] logit postestimation, input, matrix subcommand, [P] matrix define
[R] predict, [R] probit postestimation
input, obtaining from console in programs, see console,
index search, [R] search, [U] 4 Stata’s help and search obtaining input from
facilities
input/output functions, [M-4] IO
indexnot() function, [FN] String functions,
inrange() function, [FN] Programming functions
[M-5] indexnot( )
in-sample predictions, see replicated outcome
indicator variables, [R] tabulate oneway, [R] xi,
[SEM] Glossary, also see factor variables in-sample R2 , [LASSO] Glossary
indicators, [U] 11.4.3 Factor variables insert, jdbc subcommand, [D] jdbc
indirect effects, see effects, indirect insert, odbc subcommand, [D] odbc
indirect impacts, [SP] spivregress postestimation, insobs command, [D] insobs
[SP] spregress postestimation, [SP] spxtregress inspect command, [D] inspect
postestimation install,
indirect standardization, [R] dstdize net subcommand, [R] net
individual-level design, [PSS-2] power, [PSS-2] power ssc subcommand, [R] ssc
twoproportions, cluster, [PSS-5] Glossary installation
individual-level treatment effect, [ERM] Glossary, of community-contributed commands (updating),
[TE] Glossary [R] ado update
ineligible missing values, [MI] mi impute, of official updates, [R] update, [U] 29 Using the
[MI] Glossary Internet to keep up to date
inequality measures, [R] Inequality of SJ and STB, [R] net, [R] sj, [U] 3.5 Updating
inertia, [MV] Glossary, also see total inertia and adding features from the web,
inertia, estat subcommand, [MV] ca postestimation [U] 17.6 How do I install an addition?
inference, [LASSO] Lasso inference intro, instance, [M-6] Glossary
[LASSO] Glossary class, [P] class
infile command, [D] infile (fixed format), [D] infile .instancemv built-in class function, [P] class
(free format) instance-specific variable, [P] class
infix command, [D] infix (fixed format) instrument, [ERM] Glossary, [IRT] Glossary
182 Subject index

instrumental-variables, [ERM] Intro 3, interpolation, [D] ipolate


[ERM] Glossary, [SP] Glossary, [XT] Glossary interquantile range, [R] qreg
endogenous, [ERM] Intro 3 interquartile range, [R] lv, [R] table summary,
estimator, [XT] Glossary [R] table, [R] tabstat
regression generating variable containing, [D] egen
finite mixture models, [FMM] fmm: ivregress making dataset of, [D] collapse
generalized method of moments, [R] gmm summarizing, [D] pctile
linear, [ERM] eregress, [LASSO] Lasso interrater agreement, [R] kappa
inference intro, [LASSO] poivregress, interrupt command execution, [U] 10 Keyboard use
[LASSO] xpoivregress, [R] ivregress interval
panel-data models, [XT] xtabond, [XT] xtdpd, censored, see censored
[XT] xtdpdsys, [XT] xthtaylor, [XT] xtivreg data, [XT] Glossary, also see interval regression
Poisson, [R] ivpoisson hypothesis test, [BAYES] Glossary, also see
probit, [ERM] eprobit, [R] ivprobit Bayesian, hypothesis testing, interval
spatial autoregressive models, [SP] spivregress regression
system of equations, [R] reg3 extended, [ERM] Intro 2, [ERM] eintreg,
tobit, [ERM] eintreg, [R] ivtobit [ERM] Example 1b, [ERM] Example 1c
with survey data, [SVY] svy estimation finite mixture model, [FMM] fmm: intreg
int, [D] Data types, [U] 12.2.2 Numeric storage types linear model, [R] intreg, also see interval
int() function, [FN] Mathematical functions, regression, extended
[M-5] trunc( ) random-effects, [ERM] eintreg, [XT] xtintreg
integ command, [R] dydx structural equation modeling,
integer truncation function, [FN] Mathematical [SEM] Example 44g
functions, [M-5] trunc( ) survey data, [SVY] svy estimation
integrals, numeric, see numerical integration survival model, [ST] stintcox, [ST] stintreg
integrated autoregressive moving-average model, test, see interval hypothesis test
[TS] estat acplot, [TS] psdensity variable, [ERM] Glossary, also see censored
integrated process, [TS] Glossary interval, bayestest subcommand,
integration, numeric, see numerical integration [BAYES] bayestest interval
intensity, color, adjustment, [G-2] graph twoway interval-censored data, see case I interval-censored data,
histogram, [G-2] graph twoway kdensity, see case II interval-censored data
[G-4] colorstyle, [G-4] Glossary intervention effects, see effect size
intensitystyle, [G-4] intensitystyle, [G-4] Glossary intraclass correlation, [ME] Glossary, [PSS-2] power
interaction, [CM] margins, [R] anova, [R] contrast, onemean, cluster, [PSS-2] power twomeans,
[R] fvrevar, [R] margins, [R] margins, cluster, [PSS-2] power oneproportion,
contrast, [R] margins, pwcompare, cluster, [PSS-2] power twoproportions,
[R] marginsplot, [R] pwcompare, [R] set cluster, [PSS-2] power logrank, cluster,
emptycells, [R] xi, [U] 11.4.3 Factor variables, [PSS-5] Glossary, [R] icc, [R] prtest, [R] ztest,
[U] 13.5.3 Factor variables and time-series also see estat icc command
operators, [U] 20.19 Obtaining contrasts, intracluster correlation, see correlation, intracluster
tests of interactions, and main effects, intreg command, [R] intreg, [R] intreg
[U] 26.2 Estimation with factor variables postestimation
effects, [PSS-5] Glossary inv() function, [FN] Matrix functions, [P] matrix
expansion, [R] xi define
plots, [R] marginsplot invariance, [IRT] Glossary
intercept, [SEM] Intro 4, [SEM] Glossary invbinomial() function, [FN] Statistical functions,
interface, query subcommand, [R] query [M-5] normal( )
internal consistency test, [MV] alpha invbinomialtail() function, [FN] Statistical
International Components for Unicode, [D] unicode functions, [M-5] normal( )
Internet, invcauchy() function, [FN] Statistical functions,
commands to control connections to, [R] netio [M-5] normal( )
installation of updates from, [R] ado update, invcauchytail() function, [FN] Statistical functions,
[R] net, [R] sj, [R] update, [U] 29 Using the [M-5] normal( )
Internet to keep up to date invchi2() function, [FN] Statistical functions,
search, [R] net search [M-5] normal( )
Stata, [U] 3.2.1 The Stata website (www.stata.com) invchi2tail() function, [FN] Statistical functions,
Stata Journal, [U] 3.4 The Stata Journal [M-5] normal( )
Stata Press, [U] 3.3 Stata Press invcloglog() function, [FN] Mathematical functions,
[M-5] logit( )
Subject index 183

invdunnettprob() function, [FN] Statistical inverse reverse cumulative, continued


functions, [M-5] normal( ) incomplete gamma function, [FN] Statistical
inverse functions, [M-5] normal( )
cumulative inverse Gaussian function, [FN] Statistical
beta distribution, [FN] Statistical functions, functions, [M-5] normal( )
[M-5] normal( ) noncentral χ2 distribution function,
binomial function, [FN] Statistical functions, [FN] Statistical functions, [M-5] normal( )
[M-5] normal( ) t distribution function, [FN] Statistical functions,
χ2 distribution function, [FN] Statistical [M-5] normal( )
functions, [M-5] normal( ) Weibull distribution, [FN] Statistical functions,
exponential distribution, [FN] Statistical [M-5] normal( )
functions, [M-5] normal( ) inverse-distance matrix, see spatial weighting matrix
F distribution function, [FN] Statistical inverse-probability weighting, [TE] teffects intro,
functions, [M-5] normal( ) [TE] teffects intro advanced, [TE] teffects ipw,
incomplete gamma function, [FN] Statistical [TE] Glossary
functions, [M-5] normal( ) inverse-probability-weighted regression adjustment,
inverse Gaussian function, [FN] Statistical [TE] teffects intro, [TE] teffects intro advanced,
functions, [M-5] normal( ) [TE] teffects ipwra, [TE] Glossary
Weibull distribution, [FN] Statistical functions, inverse-variance method, [META] Glossary
[M-5] normal( ) invexponential() function, [FN] Statistical
Gaussian distribution, functions, [M-5] normal( )
cumulative, [FN] Statistical functions, invexponentialtail() function, [FN] Statistical
[M-5] normal( ) functions, [M-5] normal( )
density, [FN] Statistical functions, invF() function, [FN] Statistical functions,
[M-5] normal( ) [M-5] normal( )
inverse cumulative, [FN] Statistical functions, invfft() function, [M-5] fft( )
[M-5] normal( ) invfft() function, [M-5] fft( )
inverse reverse cumulative, [FN] Statistical invFtail() function, [FN] Statistical functions,
functions, [M-5] normal( ) [M-5] normal( )
reverse cumulative, [FN] Statistical functions, invgammap() function, [FN] Statistical functions,
[M-5] normal( ) [M-5] normal( )
hyperbolic tangent transformation, see Fisher’s z invgammaptail() function, [FN] Statistical functions,
transformation [M-5] normal( )
matrix, [M-4] Solvers, [M-5] invsym( ), invHilbert() function, [M-5] Hilbert( )
[M-5] cholinv( ), [M-5] luinv( ), [M-5] qrinv( ), invibeta() function, [FN] Statistical functions,
[M-5] pinv( ), [M-5] solve tol( ) [M-5] normal( )
noncentral invibetatail() function, [FN] Statistical functions,
beta distribution, [FN] Statistical functions, [M-5] normal( )
[M-5] normal( ) invigaussian() function, [FN] Statistical functions,
χ2 χ2 distribution function, [M-5] normal( ) [M-5] normal( )
χ2 distribution function, [FN] Statistical invigaussiantail() function, [FN] Statistical
functions functions, [M-5] normal( )
F distribution, [FN] Statistical functions, invlaplace() function, [FN] Statistical functions,
[M-5] normal( ) [M-5] normal( )
normal distribution function, [FN] Statistical invlaplacetail() function, [FN] Statistical
functions, [M-5] normal( ) functions, [M-5] normal( )
of matrix, [P] matrix define, [P] matrix svd invlogistic() function, [FN] Statistical functions,
reverse cumulative [M-5] normal( )
beta distribution, [FN] Statistical functions, invlogistictail() function, [FN] Statistical
[M-5] normal( ) functions, [M-5] normal( )
binomial function, [FN] Statistical functions, invlogit() function, [FN] Mathematical functions,
[M-5] normal( ) [M-5] logit( )
χ2 distribution function, [FN] Statistical invnbinomial() function, [FN] Statistical functions,
functions, [M-5] normal( ) [M-5] normal( )
exponential distribution, [FN] Statistical invnbinomialtail() function, [FN] Statistical
functions, [M-5] normal( ) functions, [M-5] normal( )
F distribution function, [FN] Statistical invnchi2() function, [FN] Statistical functions,
functions, [M-5] normal( ) [M-5] normal( )
184 Subject index

invnchi2tail() function, [FN] Statistical functions, irf, [TS] irf


[M-5] normal( ) add command, [TS] irf add
invnF() function, [FN] Statistical functions, cgraph command, [TS] irf cgraph
[M-5] normal( ) create command, [TS] irf create
invnFtail() function, [FN] Statistical functions, ctable command, [TS] irf ctable
[M-5] normal( ) describe command, [TS] irf describe
invnibeta() function, [FN] Statistical functions, drop command, [TS] irf drop
[M-5] normal( ) graph command, [TS] irf graph
invnormal() function, [FN] Statistical functions, ograph command, [TS] irf ograph
[M-5] normal( )
rename command, [TS] irf rename
invnt() function, [FN] Statistical functions,
set command, [TS] irf set
[M-5] normal( )
table command, [TS] irf table
invnttail() function, [FN] Statistical functions,
[M-5] normal( ) .irf file, [U] 11.6 Filenaming conventions
invorder() function, [M-5] invorder( ) iri command, [R] Epitab
invpoisson() function, [FN] Statistical functions, IRLS, see iterated, reweighted least squares
[M-5] normal( ) IRR, see incidence-rate ratio
invpoissontail() function, [FN] Statistical IRT, see item response theory
functions, [M-5] normal( ) irt
invsym() function, [M-5] invsym( ) 1pl command, [IRT] irt 1pl, [IRT] irt 1pl
invsym() function, [FN] Matrix functions, postestimation
[M-5] invsym( ), [P] matrix define 2pl command, [IRT] irt 2pl, [IRT] irt 2pl
invt() function, [FN] Statistical functions, postestimation
[M-5] normal( ) 3pl command, [IRT] irt 3pl, [IRT] irt 3pl
invtokens() function, [M-5] invtokens( ) postestimation
invttail() function, [FN] Statistical functions, command, [IRT] irt, [IRT] Control Panel, [IRT] irt,
[M-5] normal( ) group( ), [IRT] irt, group( ) postestimation,
invtukeyprob() function, [FN] Statistical functions, [IRT] irt constraints
[M-5] normal( ) gpcm command, [IRT] irt pcm, [IRT] irt pcm
invvech() function, [M-5] vec( ) postestimation
invweibull() function, [FN] Statistical functions, grm command, [IRT] irt grm, [IRT] irt grm
[M-5] normal( ) postestimation
invweibullph() function, [FN] Statistical functions, hybrid command, [IRT] irt hybrid, [IRT] irt
[M-5] normal( ) hybrid postestimation
invweibullphtail() function, [FN] Statistical nrm command, [IRT] irt nrm, [IRT] irt nrm
functions, [M-5] normal( ) postestimation
invweibulltail() function, [FN] Statistical pcm command, [IRT] irt pcm, [IRT] irt pcm
functions, [M-5] normal( ) postestimation
I/O functions, [M-4] IO rsm command, [IRT] irt rsm, [IRT] irt rsm
postestimation
ipolate command, [D] ipolate
irtgraph
ips, xtunitroot subcommand, [XT] xtunitroot
icc command, [IRT] irt, [IRT] irtgraph icc
IPW, see inverse-probability weighting
iif command, [IRT] irt, [IRT] irtgraph iif
ipw, stteffects subcommand, [TE] stteffects ipw
tcc command, [IRT] irt, [IRT] irtgraph tcc
ipw, teffects subcommand, [TE] teffects ipw
tif command, [IRT] irt, [IRT] irtgraph tif
IPWRA, see inverse-probability-weighted regression
adjustment .isa built-in class function, [P] class
ipwra, stteffects subcommand, [TE] stteffects isascii() function, [M-5] isascii( )
ipwra iscale() option, [G-2] graph matrix
ipwra, teffects subcommand, [TE] teffects ipwra iscomplex() function, [M-5] isreal( )
IQR, see interquartile range isdiagonal() function, [M-5] isdiagonal( )
iqr(), egen function, [D] egen isfleeting() function, [M-5] isfleeting( )
iqreg command, [R] qreg, [R] qreg postestimation isid command, [D] isid
ir command, [R] Epitab isleapsecond() function, [D] Datetime relative
irecode() function, [FN] Programming functions dates, [FN] Date and time functions,
[M-5] date( )
IRF, see impulse–response functions
isleapyear() function, [D] Datetime relative dates,
DSGE model, [BAYES] bayes: dsge postestimation
[FN] Date and time functions, [M-5] date( )
vector autoregressive model, [BAYES] bayes: var
.isofclass built-in class function, [P] class
postestimation
isolines, [G-2] graph twoway contourline
Subject index 185

ispointer() function, [M-5] isreal( ) jackknife, [SEM] Glossary


isreal() function, [M-5] isreal( ) estimation, [R] jackknife,
isrealvalues() function, [M-5] isrealvalues( ) [SVY] jackknife options, [SVY] svy jackknife,
issamefile() function, [M-5] issamefile( ) [SVY] Variance estimation, [SVY] Glossary
isstring() function, [M-5] isreal( ) residuals, [R] regress postestimation
issymmetric() function, [FN] Matrix functions, standard errors, [R] vce option, [SVY] svy
[M-5] issymmetric( ), [P] matrix define jackknife, [SVY] Variance estimation,
issymmetriconly() function, [M-5] issymmetric( ) [XT] vce options
istdize command, [R] dstdize jackknife options, [SVY] jackknife options
istmt, [M-1] How, [M-6] Glossary jackknife prefix command, [R] jackknife,
isview() function, [M-5] isview( ) [R] jackknife postestimation
item, [IRT] Glossary Jackson–White–Riley
characteristic curve, [IRT] irt, [IRT] irtgraph icc, method, [META] Glossary
[IRT] Glossary statistic, [META] estat heterogeneity
information function, [IRT] irt, [IRT] irtgraph iif, Jarque–Bera statistic, [TS] varnorm, [TS] vecnorm
[IRT] Glossary Java, [P] Java intro, [P] Java integration, [P] Java
location, [IRT] Glossary plugin, [P] Java utilities, [P] javacall
response function, [IRT] irt, [IRT] Glossary java
response theory, [IRT] irt, [IRT] Glossary, initialize command, [P] Java utilities
[SEM] Intro 5, [SEM] Example 28g, query command, [P] Java utilities
[SEM] Example 29g, also see differential item set heapmax command, [P] Java utilities
functioning set home command, [P] Java utilities
Control Panel, [IRT] Control Panel java clear command, [P] Java integration
for multiple groups, [IRT] irt, group( ) java command, [P] Java integration
graph, [IRT] irtgraph icc, [IRT] irtgraph tcc, java, query subcommand, [R] query
[IRT] irtgraph iif, [IRT] irtgraph tif java heapmax, set subcommand, [P] Java utilities,
models, [IRT] irt, [IRT] irt 1pl, [IRT] irt 2pl, [R] set
[IRT] irt 3pl, [IRT] irt grm, [IRT] irt nrm, java home, set subcommand, [P] Java utilities,
[IRT] irt pcm, [IRT] irt rsm [R] set
models, multiple, [IRT] irt hybrid javacall command, [P] javacall
iterated principal-factor method, [MV] factor, JavaScript, [RPT] dyntext
[MV] Glossary JCA, see joint correspondence analysis
iterated, reweighted least squares, [R] binreg, [R] glm, jdbc
[R] reg3, [R] sureg add command, [D] jdbc
iterations, connect command, [D] jdbc
bisection method, [PSS-2] power, [PSS-5] Glossary describe command, [D] jdbc
controlling the maximum number of, [R] set iter exec command, [D] jdbc
Newton’s method, [PSS-2] power, [PSS-3] ciwidth insert command, [D] jdbc
iterlog, set subcommand, [R] set, [R] set iter list command, [D] jdbc
ivpoisson command, [R] ivpoisson, [R] ivpoisson load command, [D] jdbc
postestimation remove command, [D] jdbc
ivprobit command, [R] ivprobit, [R] ivprobit showdbs command, [D] jdbc
postestimation
showtables command, [D] jdbc
ivregress command, [R] ivregress, [R] ivregress
Jeffreys noninformative prior, [MI] mi impute mvn
postestimation
Jeffreys prior, [BAYES] Intro, [BAYES] Bayesian
ivtobit command, [R] ivtobit, [R] ivtobit
commands, [BAYES] bayes, [BAYES] bayesmh,
postestimation
[BAYES] Glossary
[iweight=exp] modifier, [U] 11.1.6 weight,
jeffreys, prior() suboption, [BAYES] bayesmh
[U] 20.24.4 Importance weights
evaluators
jitter() option, [G-2] graph matrix, [G-2] graph
J twoway scatter
jitterseed() option, [G-2] graph matrix,
J×2 contingency table, [PSS-2] power trend, [G-2] graph twoway scatter
[PSS-5] Glossary join datasets, see combine data
J() function, [M-5] J( ), [M-2] void, [M-6] Glossary, join matrix, [P] matrix rowjoinbyname
[FN] Matrix functions, [P] matrix define join operator, [M-2] op join
Jaccard coefficient similarity measure, joinby command, [D] joinby, [U] 23 Combining
[MV] measure option datasets
186 Subject index

joining time-span records, [ST] stsplit kernel


joint density smoothing, [R] kdensity
correspondence analysis, [MV] mca, [MV] mca function, [G-2] graph twoway kdensity,
postestimation, [MV] Glossary [G-2] graph twoway lpoly, [R] kdensity,
normality, see normality assumption, joint [R] lpoly, [R] npregress kernel, [R] qreg,
posterior distribution, [BAYES] Intro, [TE] tebalance density, [TE] teoverlap
[BAYES] bayesmh, [BAYES] Glossary regression, [R] npregress kernel
Joint Photographic Experts Group format, [G-2] graph weighted local polynomial, [R] lpoly
export, [G-3] jpg options, [G-4] Glossary kernel, npregress subcommand, [R] npregress intro,
Jonckheere–Terpstra test for trend, [R] nptrend [R] npregress kernel
JPEG, see Joint Photographic Experts Group format keyboard
jumble() function, [M-5] sort( ) entry, [U] 10 Keyboard use
jumble() function, [M-5] sort( ) search, [U] 4 Stata’s help and search facilities
justification of text, [G-3] textbox options Keynesian model, see New Keynesian model
justificationstyle, [G-4] justificationstyle, keys, [G-3] clegend option, [G-3] legend options,
[G-4] Glossary [G-4] Glossary
K-fold cross-validation, [LASSO] Glossary
kilometers, [SP] spdistance
K Kish design effects, [R] loneway, [SVY] estat
Kaiser–Meyer–Olkin sampling adequacy, [MV] factor kiss32, see random-number generator
postestimation, [MV] pca postestimation, Kmatrix() function, [M-5] Kmatrix( )
[MV] Glossary kmeans, [MV] Glossary
Kaiser normalization, [MV] factor postestimation, kmeans, cluster subcommand, [MV] cluster kmeans
[MV] pca postestimation, [MV] rotate, and kmedians
[MV] rotatemat kmeans clustering, [MV] cluster, [MV] cluster kmeans
Kalman and kmedians
filter, [DSGE] Glossary, [TS] arima, [TS] dfactor, kmedians, [MV] Glossary
[TS] dfactor postestimation, [TS] sspace, kmedians, cluster subcommand, [MV] cluster
[TS] sspace postestimation, [TS] ucm, [TS] ucm kmeans and kmedians
postestimation, [TS] Glossary kmedians clustering, [MV] cluster, [MV] cluster
forecast, [TS] dfactor postestimation, [TS] sspace kmeans and kmedians
postestimation, [TS] ucm postestimation KMO, see Kaiser–Meyer–Olkin sampling adequacy
smoothing, [TS] dfactor postestimation, kmo, estat subcommand, [MV] factor postestimation,
[TS] sspace postestimation, [TS] ucm [MV] pca postestimation
postestimation KNN, see kth-nearest neighbor
Kao test, [XT] xtcointtest knn, discrim subcommand, [MV] discrim knn
kao, xtcointtest subcommand, [XT] xtcointtest knots, [LASSO] Glossary, [R] npregress series
kap command, [R] kappa Kolmogorov–Smirnov test, [R] ksmirnov
Kaplan–Meier KR-20, [MV] alpha
product-limit estimate, [ST] sts, [ST] sts generate, Kronecker direct product, [D] cross,
[ST] sts graph, [ST] sts list, [ST] sts test, [M-2] op kronecker, [P] matrix define
[ST] Glossary Kruskal stress, [MV] mds postestimation,
survivor function, [ST] ltable, [ST] stcox PH- [MV] Glossary
assumption tests, [ST] sts Kruskal–Wallis test, [R] kwallis
kappa command, [R] kappa ksmirnov command, [R] ksmirnov
kapwgt command, [R] kappa ktau command, [R] spearman
kdensity command, [R] kdensity kth-nearest neighbor, [MV] discrim knn,
kdensity, graph twoway subcommand, [G-2] graph [MV] Glossary
twoway kdensity Kuder–Richardson Formula 20, [MV] alpha
keep command, [D] drop Kulczyński coefficient similarity measure,
keep variables or observations, [D] drop [MV] measure option
Kendall’s tau, [R] spearman, [R] tabulate twoway kurt(), egen function, [D] egen
Kenward–Roger DDF, see denominator degrees of kurtosis, [CM] cmsummarize, [MV] mvtest normality,
freedom, Kenward–Roger [R] lv, [R] pksumm, [R] regress postestimation,
[R] sktest, [R] summarize, [R] table summary,
[R] table, [R] tabstat, [TS] varnorm,
[TS] vecnorm
kwallis command, [R] kwallis
Subject index 187

L ladder of powers, [R] ladder


lag coefficient, [BAYES] Glossary
L1-norm models, [R] qreg lag operator, [DSGE] Glossary, [TS] Glossary,
l1title() option, [G-3] title options [U] 11.4.4 Time-series varlists
l2title() option, [G-3] title options lag polynomial, [TS] Glossary
L’Abbé plot, [META] meta labbeplot, lag-polynomial matrix, [TS] Glossary
[META] Glossary lag-decay parameter, [BAYES] Glossary
labbeplot, meta subcommand, [META] meta lag-exclusion statistics, [TS] varwle
labbeplot
lagged values, [U] 11.4.4 Time-series varlists,
label [U] 13 Functions and expressions,
macro function, [P] macro [U] 13.7 Explicit subscripting,
label, [U] 13.10.1 Generating lags, leads, and
vl subcommand, [D] vl create differences
label data, [D] describe, [D] edit, [D] label, [D] label lag-order selection statistics, [BAYES] bayes: var,
language, [D] notes, [D] varmanage, [TS] var intro, [TS] var, [TS] var svar,
[U] 12.6 Dataset, variable, and value labels [TS] varsoc, [TS] vec intro
in other languages, [U] 12.6.4 Labels in other Lagrange multiplier test, [PSS-5] Glossary, [R] regress
languages postestimation time series, [TS] varlmar,
label dim, collect subcommand, [TABLES] collect [TS] veclmar, also see score test
label lags, see lagged values, see spatial lags
label drop, collect subcommand, [TABLES] collect lalign() option, [G-3] connect options
label lambda, [LASSO] Glossary
label levels, collect subcommand, Lance and Williams’s formula, [MV] cluster
[TABLES] collect label language, [D] unicode locale
label list, collect subcommand, [TABLES] collect syntax, [P] syntax, [U] 11 Language syntax
label language, label subcommand, [D] label language
label save, collect subcommand, [TABLES] collect languages, multiple, [D] label language
label
LAPACK, [M-1] LAPACK, [M-5] cholesky( ),
label use, collect subcommand, [TABLES] collect [M-5] cholinv( ), [M-5] cholsolve( ),
label [M-5] eigensystem( ), [M-5] eigensystemselect( ),
label [M-5] fullsvd( ), [M-5] ghessenbergd( ),
copy command, [D] label [M-5] lapack( ), [M-5] lud( ), [M-5] luinv( ),
data command, [D] label, [U] 12.6 Dataset, [M-5] lusolve( ), [M-5] qrd( ), [M-5] qrinv( ),
variable, and value labels [M-5] qrsolve( ), [M-5] svd( ), [M-5] svsolve( ),
define command, [D] label, [U] 12.6 Dataset, [M-6] Glossary
variable, and value labels lapack, query subcommand, [R] query
dir command, [D] label lapack mkl, set subcommand, [M-1] LAPACK,
drop command, [D] label [R] set
language command, [D] label language, lapack mkl cnr, set subcommand, [M-1] LAPACK,
[U] 12.6 Dataset, variable, and value labels [R] set
list command, [D] label, [U] 12.6 Dataset, Laplace
variable, and value labels density, [FN] Statistical functions, [M-5] normal( )
save command, [D] label distribution,
values command, [D] label, [U] 12.6 Dataset, cumulative, [FN] Statistical functions,
variable, and value labels [M-5] normal( )
variable command, [D] label, [U] 12.6 Dataset, inverse cumulative, [FN] Statistical functions,
variable, and value labels [M-5] normal( )
label, snapshot subcommand, [D] snapshot inverse reverse cumulative, [FN] Statistical
label values, [P] macro, [U] 12.6 Dataset, variable, functions, [M-5] normal( )
and value labels, [U] 13.11 Label values reverse cumulative, [FN] Statistical functions,
labelbook command, [D] labelbook [M-5] normal( )
labels, laplace() function, [FN] Statistical functions,
axis, [G-3] axis label options [M-5] normal( )
creating, [D] edit, [D] varmanage laplaceden() function, [FN] Statistical functions,
editing, [D] edit, [D] varmanage [M-5] normal( )
marker, [G-3] marker label options laplacetail() function, [FN] Statistical functions,
LAD regression, [R] qreg [M-5] normal( )
ladder command, [R] ladder
188 Subject index

Laplacian approximation, [ME] me, [ME] mecloglog, latent, continued


[ME] meglm, [ME] meintreg, [ME] melogit, cluster model, [SEM] Glossary
[ME] menbreg, [ME] meologit, growth model, [SEM] Intro 5, [SEM] Example 18,
[ME] meoprobit, [ME] mepoisson, [SEM] Glossary
[ME] meprobit, [ME] mestreg, [ME] metobit, profile analysis, [SEM] Example 52g
[ME] Glossary, [R] Estimation options, profile model, [SEM] Example 52g,
[SEM] Intro 12, [SEM] Methods and formulas [SEM] Glossary
for gsem
roots, [M-5] eigensystem( )
large-strata limiting model, [META] Glossary
space, [IRT] Glossary
lasso, [LASSO] Lasso intro, [LASSO] Lasso
trait, [IRT] Glossary, also see item response theory
inference intro, [LASSO] Collinear covariates,
models
[LASSO] Glossary, [U] 27.29 Lasso
variable, [FMM] Glossary, [SEM] Intro 4,
inference, [LASSO] Lasso inference intro,
[SEM] Glossary
[LASSO] dslogit, [LASSO] dspoisson,
[LASSO] dsregress, [LASSO] Inference LATEX, [RPT] dyntext
examples, [LASSO] Inference requirements, LATEX, [TABLES] collect export
[LASSO] lasso inference postestimation, Latin-square designs, [MV] manova, [R] anova,
[LASSO] lasso options, [LASSO] poivregress, [R] pkshape
[LASSO] pologit, [LASSO] popoisson, latitude, see coordinate system
[LASSO] poregress, [LASSO] xpoivregress, lattice data, [SP] Intro, [SP] Glossary, also see area
[LASSO] xpologit, [LASSO] xpopoisson, data
[LASSO] xporegress LAV regression, [R] qreg
options, [LASSO] lasso options Lawley–Hotelling trace statistic, [MV] canon,
postestimation, [LASSO] bicplot, [MV] manova, [MV] mvtest means,
[LASSO] coefpath, [LASSO] cvplot, [MV] Glossary
[LASSO] estimates store, [LASSO] lasso layout,
postestimation, [LASSO] lassocoef, collect subcommand, [TABLES] collect layout
[LASSO] lasso fitting, [LASSO] lassogof, lceffects, estat subcommand, [SVY] estat
[LASSO] lasso inference postestimation, lcgof, estat subcommand, [SEM] estat lcgof,
[LASSO] lassoinfo, [LASSO] lassoknots, [SEM] Example 51g
[LASSO] lassoselect lcmean, estat subcommand, [FMM] estat lcmean,
prediction and model selection, [LASSO] Collinear [SEM] estat lcmean, [SEM] Example 50g,
covariates, [LASSO] elasticnet, [LASSO] lasso, [SEM] Example 53g, [SEM] Example 54g
[LASSO] lasso postestimation, [LASSO] lasso lcolor() option, [G-3] connect options,
examples, [LASSO] lasso fitting,
[G-3] rspike options
[LASSO] sqrtlasso
lcprob, estat subcommand, [FMM] estat lcprob,
selection, see covariate selection [SEM] estat lcprob, [SEM] Example 50g,
lasso command, [LASSO] lasso, [LASSO] lasso [SEM] Example 53g, [SEM] Example 54g,
postestimation, [LASSO] lasso examples [SEM] Methods and formulas for sem
lassocoef command, [LASSO] lassocoef LDA, see linear discriminant analysis
lassogof command, [LASSO] lassogof lda, discrim subcommand, [MV] discrim lda
lassoinfo command, [LASSO] lassoinfo ldl() function, [M-5] ldl( )
lassoknots command, [LASSO] lassoknots lead
lassoselect command, [LASSO] lassoselect operator, see forward operator
lastdayofmonth() function, [D] Datetime relative values, see lagged values
dates, [FN] Date and time functions,
leap seconds, [TS] tsset
[M-5] date( )
least
latent
absolute
class, [FMM] fmm, [FMM] Glossary
deviations, [R] qreg
goodness-of-fit statistics, [SEM] estat lcgof,
residuals, [R] qreg
[SEM] Example 51g
value regression, [R] qreg
marginal means, [FMM] estat lcmean,
[SEM] estat lcmean squares, see linear regression
marginal probabilities, [FMM] estat lcprob, deviations, see linear regression
[SEM] estat lcprob generalized, see feasible generalized least squares
class analysis, [SEM] Intro 2, [SEM] Intro 5, means, [R] margins, [R] marginsplot,
[SEM] Glossary [U] 20.16.1 Obtaining estimated marginal
class model, [SEM] Intro 5, [SEM] Example 50g, means
[SEM] Glossary
Subject index 189

leave one out, [MV] discrim, [MV] discrim life tables, [ST] ltable, [ST] sts, [ST] Glossary
estat, [MV] discrim knn, [MV] discrim likelihood, see maximum likelihood estimation
knn postestimation, [MV] discrim lda, likelihood displacement value, [ST] stcox
[MV] discrim lda postestimation, [MV] discrim postestimation, [ST] Glossary
qda, [MV] discrim qda postestimation, likelihood-ratio
[MV] Glossary χ2 of association, [R] tabulate twoway
leave-one-out meta-analysis, [META] Intro, test, [DSGE] Intro 8, [DSGE] Glossary,
[META] meta forestplot, [META] meta [PSS-2] power twoproportions,
summarize, [META] Glossary [PSS-5] Glossary, [R] lrtest, [SEM] lrtest,
left eigenvectors, [M-5] eigensystem( ), [M-6] Glossary [SEM] Methods and formulas for sem,
left-censored, [ERM] Glossary, [ST] Glossary, [U] 20.13.3 Likelihood-ratio tests
[TE] Glossary, also see imputation, interval- Likert summative scales, [MV] alpha
censored data limited dependent variables
lefteigensystem() function, [M-5] eigensystem( ) Bayesian estimation, [BAYES] bayes: betareg,
lefteigensystem() function, [M-5] eigensystem( ) [BAYES] bayes: binreg, [BAYES] bayes: bipro-
lefteigensystemselect*() functions, bit, [BAYES] bayes: clogit,
[M-5] eigensystemselect( ) [BAYES] bayes: cloglog, [BAYES] bayes: glm,
leftgeigensystem() function, [M-5] geigensystem( ) [BAYES] bayes: gnbreg, [BAYES] bayes: heck-
leftgeigensystemselect*() function, oprobit, [BAYES] bayes: heckpro-
[M-5] geigensystem( ) bit, [BAYES] bayes: hetoprobit,
left-hand-side variable, [ERM] Glossary [BAYES] bayes: hetprobit, [BAYES] bayes: in-
left-truncation, [ST] Glossary, [TE] Glossary treg,
legend() option, [G-3] legend options [BAYES] bayes: logistic, [BAYES] bayes: logit,
legends, [G-3] clegend option, [G-3] legend options, [BAYES] bayes: mecloglog,
[G-4] Glossary [BAYES] bayes: meglm, [BAYES] bayes: mel-
ogit,
problems, [G-3] legend options
[BAYES] bayes: menbreg, [BAYES] bayes: me-
use with by(), [G-3] by option, ologit, [BAYES] bayes: meopro-
[G-3] clegend option, [G-3] legend options bit, [BAYES] bayes: mepois-
legendstyle, [G-4] legendstyle, [G-4] Glossary son, [BAYES] bayes: meprobit,
length, [M-5] abs( ), [M-5] rows( ), [M-5] strlen( ), [BAYES] bayes: mlogit, [BAYES] bayes: mpro-
[M-5] ustrlen( ), [M-5] udstrlen( ) bit,
length() function, [M-5] rows( ) [BAYES] bayes: nbreg, [BAYES] bayes: ologit,
length of string function, [FN] String functions [BAYES] bayes: oprobit, [BAYES] bayes: pois-
less than (or equal) operator, see relational operators son, [BAYES] bayes: probit,
letter values, [R] lv [BAYES] bayes: streg, [BAYES] bayes: tnbreg,
level command and value, [P] macro [BAYES] bayes: tobit, [BAYES] bayes: tpois-
level, set subcommand, [R] level, [R] set son, [BAYES] bayes: truncreg,
levels, [U] 11.4.3 Factor variables [BAYES] bayes: xtlogit, [BAYES] bayes: xtm-
logit, [BAYES] bayes: xtnbreg,
levelsof,
[BAYES] bayes: xtologit, [BAYES] bayes: xto-
collect subcommand, [TABLES] collect levelsof probit, [BAYES] bayes: xtpoisson,
levelsof command, [P] levelsof [BAYES] bayes: xtprobit, [BAYES] bayes: zinb,
Levene’s robust test statistic, [R] sdtest [BAYES] bayes: ziologit, [BAYES] bayes: zio-
leverage, [R] logistic postestimation, [R] regress probit, [BAYES] bayes: zip
postestimation diagnostic plots beta regression, [R] betareg
leverage-versus-(squared)-residual plot, [R] regress Brier score decomposition, [R] brier
postestimation diagnostic plots censored Poisson regression, [R] cpoisson
Levin–Lin–Chu test, [XT] xtunitroot choice model
LEx, [SEM] sem and gsem option covstructure( ) conditional logit, [CM] cmclogit
lexis command, [ST] stsplit mixed logit, [CM] cmmixlogit,
lexis diagram, [ST] stsplit [CM] cmxtmixlogit
lfit, graph twoway subcommand, [G-2] graph multinomial probit, [CM] cmmprobit
twoway lfit nested logistic, [CM] nlogit
lfitci, graph twoway subcommand, [G-2] graph panel data, [CM] cmxtmixlogit
twoway lfitci rank-ordered logistic, [CM] cmrologit
Li–Racine kernel function, [R] npregress kernel rank-ordered probit, [CM] cmroprobit
libraries, [M-1] How, [M-3] lmbuild, [M-3] mata mlib, complementary log–log regression, [R] cloglog
[M-3] mata which
cumulative sum, [R] cusum
license, [R] about
190 Subject index

limited dependent variables, continued limited dependent variables, continued


extended regression model, [ERM] eintreg, ROC analysis estimation, [R] rocfit, [R] rocreg
[ERM] eoprobit, [ERM] eprobit survey data, [SVY] svy estimation
finite mixture model, [FMM] fmm: betareg, survival analysis, [ST] stcox, [ST] stcrreg,
[FMM] fmm: cloglog, [FMM] fmm: glm, [ST] stintcox, [ST] stintreg, [ST] streg
[FMM] fmm: intreg, [FMM] fmm: logit, tobit model, [R] tobit
[FMM] fmm: mlogit, [FMM] fmm: nbreg, treatment effect, [TE] etpoisson
[FMM] fmm: ologit, [FMM] fmm: oprobit, truncated
[FMM] fmm: poisson, [FMM] fmm: probit,
linear regression, [R] truncreg
[FMM] fmm: streg, [FMM] fmm: tobit,
[FMM] fmm: tpoisson, [FMM] fmm: truncreg, negative binomial regression, [R] tnbreg
[FMM] Example 2 Poisson regression, [R] tpoisson
generalized linear model, [R] glm zero-inflated
for binomial family, [R] binreg negative binomial regression, [R] zinb
interval regression, [R] intreg ordered logistic regression, [R] ziologit
item response theory, [IRT] Control Panel, [IRT] irt ordered probit regression, [R] zioprobit
1pl, [IRT] irt 2pl, [IRT] irt 3pl, [IRT] irt grm, Poisson regression, [R] zip
[IRT] irt nrm, [IRT] irt pcm, [IRT] irt rsm, limits, [D] describe, [D] memory, [M-1] Limits,
[IRT] irt hybrid [R] Limits, [U] 6 Managing memory
linear regression, truncated, [R] truncreg numerical and string, [P] creturn
logistic regression, [R] logistic, [R] logit system, [P] creturn
conditional, [R] clogit lincom command, [R] lincom, [SEM] Intro 7,
exact, [R] exlogistic [SEM] estat stdize, [SEM] lincom, [SVY] svy
multinomial, [R] mlogit postestimation
ordered, [R] ologit Lindstrom–Bates algorithm, [ME] menl, [ME] Glossary
skewed, [R] scobit line, definition, [G-4] linestyle
stereotype, [R] slogit line, graph twoway subcommand, [G-2] graph
zero-inflated ordered, [R] ziologit twoway line
multilevel mixed-effects model, [ME] mecloglog, linealignmentstyle, [G-4] linealignmentstyle,
[ME] meglm, [ME] meintreg, [ME] melogit, [G-4] Glossary
[ME] menbreg, [ME] meologit, linear
[ME] meoprobit, [ME] mepoisson, combinations, [SVY] estat, [SVY] svy
[ME] meprobit, [ME] mestreg, [ME] metobit postestimation
multinomial forming, [P] matrix score
logistic regression, [R] mlogit of parameters, [R] lincom, [U] 20.14 Obtaining
probit regression, [R] mprobit linear combinations of coefficients
negative binomial regression, [R] nbreg discriminant analysis, [MV] candisc, [MV] discrim
truncated, [R] tnbreg lda, [MV] Glossary
zero-inflated, [R] zinb DSGE, [BAYES] bayes: dsge,
[BAYES] bayes: dsgenl, [DSGE] dsge
panel-data model, [ERM] eoprobit, [ERM] eprobit,
[ERM] Example 9, [XT] xtcloglog, [XT] xtgee, filter, [TS] tsfilter, [TS] tsfilter cf, [TS] tssmooth
[XT] xtlogit, [XT] xtmlogit, [XT] xtnbreg, ma, [TS] Glossary
[XT] xtologit, [XT] xtoprobit, [XT] xtpoisson, form, [ME] Glossary
[XT] xtprobit, [XT] xtstreg hypothesis test after estimation, [R] contrast,
Poisson regression, [R] poisson [R] lrtest, [R] margins, [R] margins, contrast,
exact, [R] expoisson [R] margins, pwcompare, [R] pwcompare,
[R] test
truncated, [R] tpoisson
interpolation and extrapolation, [D] ipolate
with endogenous covariates, [R] ivpoisson
logit model, [PSS-2] power trend
with sample selection, [R] heckpoisson
mixed-effects model, [ME] me, [ME] mixed,
zero-inflated, [R] zip
[ME] Glossary
probit regression, [R] probit
Bayesian, [BAYES] bayes: mixed
bivariate, [R] biprobit
optimization, [M-5] LinearProgram( )
heteroskedastic, [R] hetprobit
prediction, see multiple imputation, prediction
multinomial, [R] mprobit
programming, [M-5] LinearProgram( )
ordered, [R] heckoprobit, [R] hetoprobit,
random-effects Bayesian, [BAYES] bayes: xtreg
[R] oprobit
with endogenous covariates, [R] ivprobit
with sample selection, [R] heckprobit
zero-inflated ordered, [R] zioprobit
Subject index 191

linear, continued linear regression, continued


regression, [R] regress, [U] 27.3.2 Linear panel data, [BAYES] bayes: xtreg,
regression [ERM] eintreg, [ERM] eregress,
analysis of variance, [R] anova [ERM] Example 7, [ERM] Example 8a,
Bayesian, [BAYES] bayes: binreg, [ERM] Example 8b, [XT] xtabond,
[BAYES] bayes: glm, [XT] xtdpd, [XT] xtdpdsys, [XT] xtfrontier,
[BAYES] bayes: heckman, [XT] xtgee, [XT] xtgls, [XT] xtheckman,
[BAYES] bayes: hetregress, [XT] xthtaylor, [XT] xtintreg, [XT] xtivreg,
[BAYES] bayes: intreg, [XT] xtpcse, [XT] xtrc, [XT] xtreg,
[BAYES] bayes: mvreg, [XT] xtregar, [XT] xttobit, also see panel
[BAYES] bayes: regress, data
[BAYES] bayes: tobit, power and sample size, [PSS-2] power,
[BAYES] bayes: truncreg [PSS-2] power oneslope, [PSS-2] power
censored outcomes, [R] churdle, rsquared, [PSS-2] power pcorr
[R] intreg, [R] tobit, [R] truncreg, quantile, [R] qreg
[U] 27.3.5 Regression with censored and random-coefficients model, see random-
truncated outcomes coefficients model
constrained, [R] cnsreg robust, [R] rreg
elastic net, [LASSO] elasticnet seemingly unrelated, [R] sureg
errors-in-variables, [R] eivreg spatial autoregressive model, [SP] spivregress,
extended regression model, [ERM] Intro 2, [SP] spregress, [SP] spxtregress
[ERM] eintreg, [ERM] eregress, stochastic frontier, [R] frontier
[ERM] Example 1a, [ERM] Example 2a, structural equation modeling, [SEM] Intro 5,
[ERM] Example 2b, [ERM] Example 2c [SEM] Example 6, [SEM] Glossary
finite mixture survey data, [SVY] svy estimation
model, [FMM] fmm, [FMM] fmm: glm, three-stage least-squares, [R] reg3
[FMM] fmm: intreg, [FMM] fmm: ivregress, time series, [TS] newey, [TS] prais
[FMM] fmm: regress, [FMM] fmm: tobit, treatment effects, [TE] etregress, [TE] teffects ra
[FMM] fmm: truncreg, [FMM] Example 1a,
truncated outcomes, see linear regression,
[FMM] Example 1b, [FMM] Example 1c,
censored outcomes
[FMM] Example 1d
with dummy-variable set, [R] areg
generalized linear model, see generalized linear
model splines, [R] mkspline
generalized method of moments, [R] gmm test, see estimation, test after
Heckman selection model, [R] heckman, trend, [PSS-2] power trend
[XT] xtheckman linear, churdle subcommand, [R] churdle
heteroskedastic errors, see heteroskedastic linear linear-by-linear test for trend, [R] nptrend
regression linearization, see linearized variance estimator
imputation, see imputation, regression log likelihood, [ME] Glossary
instrumental-variable, [LASSO] poivregress, method, [ME] menl, [ME] Glossary
[LASSO] xpoivregress, [R] ivregress, linearized
[R] ivtobit model, [DSGE] Glossary
lasso, [LASSO] Lasso inference intro, variance estimator, [SVY] Variance estimation,
[LASSO] dsregress, [LASSO] Inference [SVY] Glossary
examples, [LASSO] lasso, LinearProgram() function, [M-5] LinearProgram( )
[LASSO] poivregress, [LASSO] poregress, linegap, set subcommand, [R] set
[LASSO] sqrtlasso, [LASSO] xpoivregress, linepalette, palette subcommand, [G-2] palette
[LASSO] xporegress linepatternstyle, [G-4] linepatternstyle, [G-4] Glossary
multilevel mixed-effects, [ME] meintreg, lines, [G-4] Concept: lines
[ME] metobit adding, [G-2] graph twoway lfit,
multivariate, [META] meta mvregress, [G-3] added line options, [G-4] Glossary, also
[MV] mvreg see fits, adding
ordinary least-squares, [R] regress alignments, [G-4] linealignmentstyle
192 Subject index

lines, continued list, continued


connecting points, [G-3] connect options, forecast subcommand, [TS] forecast list
[G-4] connectstyle jdbc subcommand, [D] jdbc
dashed, [G-4] linepatternstyle label subcommand, [D] label
dotted, [G-4] linepatternstyle macro subcommand, [P] macro
grid, [G-3] axis label options, [G-4] linestyle matrix subcommand, [P] matrix utility
long, in do-files and ado-files, [P] #delimit, notes subcommand, [D] notes
[U] 18.11.2 Comments and long lines in ado- odbc subcommand, [D] odbc
files program subcommand, [P] program
look of, [G-3] fcline options, [G-3] line options, return subcommand, [P] return, [R] Stored results
[G-4] linestyle scalar subcommand, [P] scalar
patterns, [G-4] linepatternstyle snapshot subcommand, [D] snapshot
suppressing, [G-4] linestyle sreturn subcommand, [P] return, [R] Stored
thickness, [G-4] linewidthstyle results
linesize, set subcommand, [R] log, [R] set ssd subcommand, [SEM] ssd
linestyle, [G-4] linestyle, [G-4] Glossary sts subcommand, [ST] sts list
added, [G-4] addedlinestyle sysdir subcommand, [P] sysdir
linewidthstyle, [G-4] linewidthstyle, [G-4] Glossary timer subcommand, [P] timer
link data, [D] frget, [D] frlink vl subcommand, [D] vl list
link function, [ME] Glossary, [SEM] Glossary, list command, [D] list
[XT] Glossary list macro function, [P] macro lists
beta regression, [BAYES] bayes: betareg, liststruct() function, [M-5] liststruct( )
[FMM] fmm: betareg, [R] betareg
listwise deletion, [MI] Intro substantive, [MI] mi
generalized linear model, [BAYES] bayes: glm, estimate, [MI] Glossary
[FMM] fmm: glm, [R] binreg, [R] glm
llc, xtunitroot subcommand, [XT] xtunitroot
with panel data, [XT] xtcloglog, [XT] xtgee,
Lmatrix() function, [M-5] Lmatrix( )
[XT] xtlogit, [XT] xtmlogit, [XT] xtnbreg,
[XT] xtpoisson, [XT] xtprobit, [XT] xtreg LMAX value, [ST] stcox postestimation,
[ST] Glossary
multilevel mixed-effects model, [ME] meglm
lmbuild command, [M-3] lmbuild
structural equation modeling, [SEM] Methods and
formulas for gsem LME, see linear mixed-effects model
link test, [R] linktest ln() function, [FN] Mathematical functions,
[M-5] exp( )
link, net subcommand, [R] net
ln1m() function, [FN] Mathematical functions,
linkage, [MV] cluster, [MV] clustermat, [MV] cluster
[M-5] exp( )
linkage, [MV] Glossary
ln1p() function, [FN] Mathematical functions,
linkages, [D] frget, [D] frlink
[M-5] exp( )
linktest command, [R] linktest
lncauchyden() function, [FN] Statistical functions,
list [M-5] normal( )
data, [D] edit, [D] list lnfactorial() function, [FN] Mathematical
estimation results, see results, listing functions, [M-5] factorial( )
macro expanded functions, [P] macro lists lngamma() function, [FN] Mathematical functions,
manipulation, [P] macro lists [M-5] factorial( )
strings, [U] 12.4.13 How to see the full contents of lnigammaden() function, [FN] Statistical functions,
a strL or a str# variable [M-5] normal( )
subscripts, see subscripts lnigaussianden() function, [FN] Statistical
values of a variable, [P] levelsof functions, [M-5] normal( )
list, lniwishartden() function, [FN] Statistical functions,
cluster subcommand, [MV] cluster utility [M-5] normal( )
estat subcommand, [MV] discrim estat, lnlaplaceden() function, [FN] Statistical functions,
[MV] discrim knn postestimation, [M-5] normal( )
[MV] discrim lda postestimation, [MV] discrim lnmvnormalden() function, [FN] Statistical functions,
logistic, [MV] discrim qda postestimation [M-5] normal( )
char subcommand, [P] char lnnormal() function, [FN] Statistical functions,
constraint subcommand, [R] constraint [M-5] normal( )
creturn subcommand, [P] creturn lnnormalden() function, [FN] Statistical functions,
duplicates subcommand, [D] duplicates [M-5] normal( )
ereturn subcommand, [P] ereturn, [P] return, lnskew0 command, [R] lnskew0
[R] Stored results
Subject index 193

lnwishartden() function, [FN] Statistical functions, log


[M-5] normal( ) close command, [R] log
load, command, [R] log, [R] view, [U] 15 Saving and
bcal subcommand, [D] bcal printing output—log files, [U] 16.1.2 Comments
jdbc subcommand, [D] jdbc and blank lines in do-files
odbc subcommand, [D] odbc off command, [R] log
load data, see import data, see input data interactively, on command, [R] log
see read data from disk, see use data query command, [R] log
loading, [MV] Glossary using command, [R] log
loading plot, [MV] scoreplot, [MV] Glossary .log file, [U] 11.6 Filenaming conventions
loadingplot command, [MV] discrim lda log files, see log command
postestimation, [MV] factor postestimation, printing, [R] translate
[MV] pca postestimation, [MV] scoreplot log() function, [FN] Mathematical functions,
loadings, estat subcommand, [MV] ca [M-5] exp( )
postestimation, [MV] canon postestimation, log hazard-ratio, [PSS-2] power cox, [PSS-2] power
[MV] discrim lda, [MV] discrim lda exponential, [PSS-2] power logrank
postestimation, [MV] pca postestimation one-sample, [PSS-2] power cox
local log hazard-rate, [PSS-2] power exponential,
independence, [IRT] Glossary [PSS-2] power logrank
linear, [R] lpoly log hazards
polynomial, [R] lpoly control-group, [PSS-2] power exponential,
polynomial smoothing, [G-2] graph twoway lpoly, [PSS-2] power logrank
[G-2] graph twoway lpolyci experimental-group, [PSS-2] power exponential,
local [PSS-2] power logrank
++ command, [P] macro two-sample, [PSS-2] power exponential,
-- command, [P] macro [PSS-2] power logrank
command, [P] macro, [U] 18.3.1 Local macros, log likelihood, [BAYES] Intro, [BAYES] Bayesian
[U] 18.3.9 Advanced local macro manipulation commands, [BAYES] bayesmh, [FMM] fmm,
local, [SEM] Methods and formulas for gsem,
ereturn subcommand, [P] ereturn, [P] return [SEM] Methods and formulas for sem
return subcommand, [P] return log–log plot, [ST] stcox PH-assumption tests
sreturn subcommand, [P] return log–log survival plot, [ST] stintcox PH-assumption
Local, class prefix operator, [P] class plots
local-constant kernel regression, [R] npregress kernel log scales, [G-3] axis scale options
locale, [D] unicode, [D] unicode locale, [D] Glossary, log transformations, [R] boxcox, [R] lnskew0
[P] Glossary, [U] Glossary log10() function, [FN] Mathematical functions,
collation, [D] unicode collator [M-5] exp( )
locale functions, set subcommand, [P] set log1m() function, [FN] Mathematical functions,
locale functions, [R] set [M-5] exp( )
locale ui, set subcommand, [P] set locale ui, log1p() function, [FN] Mathematical functions,
[R] set [M-5] exp( )
localization, [D] unicode locale logarithms, [FN] Mathematical functions, [M-5] exp( ),
local-linear kernel regression, [R] npregress kernel [M-5] matexpsym( )
locally weighted smoothing, [R] lowess logical operators, [M-2] op colon, [M-2] op logical,
[U] 13.2.4 Logical operators
location,
logistic
data containing, [SP] Intro 5
density,
measures of, see measures of location
mean µ, scale s, [FN] Statistical functions,
specifying in graphs, [G-4] clockposstyle,
[M-5] normal( )
[G-4] compassdirstyle, [G-4] ringposstyle
standard, [FN] Statistical functions,
locksplitters, set subcommand, [R] set
[M-5] normal( )
log
discriminant analysis, [MV] discrim logistic,
odds-ratio, [META] meta summarize [MV] Glossary
risk-ratio, [META] meta summarize
194 Subject index

logistic, continued logistic and logit regression, continued


distribution, structural equation modeling, [SEM] Intro 5,
cumulative, [FN] Statistical functions, [SEM] Example 33g, [SEM] Example 34g,
[M-5] normal( ) [SEM] Glossary
inverse cumulative, [FN] Statistical functions, multinomial, [SEM] Example 37g,
[M-5] normal( ) [SEM] Example 41g
regression, [FMM] fmm survey data, [SVY] svy estimation
regression imputation, see imputation, logistic zero-inflated ordered, [BAYES] bayes: ziologit,
regression [R] ziologit
logistic and logit regression, [LASSO] Lasso inference logistic command, [R] logistic, [R] logistic
intro, [LASSO] dslogit, [LASSO] elasticnet, postestimation
[LASSO] Inference examples, [LASSO] lasso, logistic, discrim subcommand, [MV] discrim
[LASSO] pologit, [LASSO] xpologit, logistic
[R] logistic, [R] logit, [U] 27.4.1 Logistic, logistic() function, [FN] Statistical functions,
probit, and complementary log–log regression [M-5] normal( )
Bayesian estimation, [BAYES] bayes: logistic, logisticden() function, [FN] Statistical functions,
[BAYES] bayes: logit, [BAYES] bayes: xtlogit, [M-5] normal( )
[BAYES] bayes: ziologit logistictail() function, [FN] Statistical functions,
complementary log–log, [FMM] fmm: cloglog, [M-5] normal( )
[R] cloglog logit command, [R] logit, [R] logit postestimation
conditional, [BAYES] bayes: clogit, logit() function, [FN] Mathematical functions,
[CM] cmclogit, [CM] cmrologit, [R] clogit, [M-5] logit( )
[U] 27.4.2 Conditional logistic regression logit regression, see logistic and logit regression
exact, [R] exlogistic log-linear model,
finite mixture model, [FMM] fmm: logit [BAYES] bayes: glm, [BAYES] bayes: poisson,
multinomial, [FMM] fmm: mlogit [BAYES] bayes: tpoisson,
fixed-effects, [R] clogit, [XT] xtlogit, [XT] xtmlogit, [BAYES] bayes: xtpoisson, [BAYES] bayes: zip,
[XT] xtstreg [DSGE] Glossary, [FMM] fmm: glm,
fractional polynomial, [R] fp [FMM] fmm: poisson, [FMM] fmm: tpoisson,
generalized estimating equations, [XT] xtgee [FMM] Example 2, [R] cpoisson, [R] expoisson,
generalized linear model, [FMM] fmm: glm, [R] glm, [R] heckpoisson, [R] ivpoisson,
[R] glm [R] poisson, [R] tpoisson, [R] zip, [SVY] svy
item response theory, [IRT] irt 1pl, [IRT] irt 2pl, estimation, [TE] etpoisson
[IRT] irt 3pl, [IRT] irt hybrid loglogistic survival regression, [BAYES] bayes: streg,
multinomial, [IRT] irt nrm, [IRT] irt hybrid [FMM] fmm: streg, [SEM] Example 48g,
[ST] stintreg, [ST] streg
mixed, [CM] cmmixlogit, [CM] cmxtmixlogit
lognormal survival regression, [BAYES] bayes: streg,
mixed-effects, [ME] melogit, also see ordered
[FMM] fmm: streg, [ST] stintreg, [ST] streg
logistic regression
logrank, power subcommand, [PSS-2] power logrank,
Bayesian, [BAYES] bayes: melogit
[PSS-2] power logrank, cluster
multinomial, [BAYES] bayes: mlogit,
log-rank test, [PSS-2] power logrank, [ST] sts test
[CM] cmclogit, [FMM] fmm: mlogit, [IRT] irt
nrm, [IRT] irt hybrid, [R] clogit, [R] mlogit, cluster randomized design, [PSS-2] power logrank,
[SVY] svy estimation cluster
nested, [CM] nlogit logtype, set subcommand, [R] log, [R] set
ordered, [BAYES] bayes: ziologit, LOHI, [M-5] byteorder( )
[FMM] fmm: ologit, [IRT] irt grm, [IRT] irt loneway command, [R] loneway
pcm, [IRT] irt rsm, [IRT] irt hybrid, [R] ologit, long, [D] Data types, [U] 12.2.2 Numeric storage
[R] ziologit types
polytomous, see logistic and logit regression, long data format, [D] Glossary
multinomial conversion to wide, [D] reshape
population-averaged, [XT] xtgee, [XT] xtlogit, long lines in ado-files and do-files, [P] #delimit,
[XT] xtstreg [U] 18.11.2 Comments and long lines in ado-
random-effects, [XT] xtlogit, [XT] xtmlogit, files
[XT] xtologit, [XT] xtstreg long, reshape subcommand, [D] reshape
rank-ordered, [CM] cmrologit long strings, see string variables, long
skewed, [R] scobit longitude, see coordinate system
stereotype, [R] slogit
Subject index 195

longitudinal lpolyci, graph twoway subcommand, [G-2] graph


data, [D] assertnested, [ERM] Glossary, [MI] mi twoway lpolyci
estimate, [XT] Glossary, also see panel data L-R plots, [R] regress postestimation diagnostic plots
studies, see cohort study LRECLs, [D] infile (fixed format)
survey data, [SVY] svy estimation, lroc command, [R] lroc
[TABLES] Example 7 lrtest command, [R] lrtest, [SEM] Example 10,
long-memory process, [TS] arfima, [TS] Glossary [SEM] Example 39g, [SEM] lrtest
LOO, see leave one out ls command, [D] dir
look of areas, [G-3] area options, lsens command, [R] lsens
[G-3] fitarea options lstat command, see estat classification
lookfor command, [D] lookfor command
lookup, lstretch, set subcommand, [R] set
icd10 subcommand, [D] icd10 lstyle() option, [G-3] rspike options
icd10cm subcommand, [D] icd10cm ltable command, [ST] ltable
icd10pcs subcommand, [D] icd10pcs LU decomposition, [M-5] lud( )
icd9 subcommand, [D] icd9 lud() function, [M-5] lud( )
icd9p subcommand, [D] icd9p lud() function, [M-5] lud( )
loop, [M-2] do, [M-2] for, [M-2] while, [P] continue, lud la() function, [M-5] lud( )
[P] foreach, [P] forvalues, [P] while luinv() function, [M-5] luinv( )
continuing, [M-2] continue luinv() function, [M-5] luinv( )
endless, see endless loop luinv la() function, [M-5] luinv( )
exiting, [M-2] break luinv lapacke() function, [M-5] luinv( )
use of semicolons in, [M-2] Semicolons lusolve() function, [M-5] lusolve( )
looping, [P] Glossary lusolve() function, [M-5] lusolve( )
Lorenz curve, [R] Inequality lusolve la() function, [M-5] lusolve( )
loss, [MV] Glossary lv command, [R] lv
lost to follow up, see follow-up, loss to lval, [M-2] op assignment, [M-6] Glossary
Lotus 1-2-3, importing from, see spreadsheets lvalue, class, [P] class
lower lvr2plot command, [R] regress postestimation
ASCII, see plain ASCII diagnostic plots
asymptote, [IRT] Glossary lwidth() option, [G-3] connect options,
one-sided [G-3] rspike options
confidence interval, [PSS-3] ciwidth,
[PSS-3] ciwidth onemean, [PSS-3] ciwidth
twomeans, [PSS-3] ciwidth pairedmeans, M
[PSS-3] ciwidth onevariance, M , [MI] mi impute, [MI] Glossary
[PSS-5] Glossary size recommendations, [MI] Intro substantive,
test, [PSS-5] Glossary, also see one-sided test [MI] mi estimate
(power) m, [MI] Glossary
one-tailed test, [PSS-5] Glossary, also see one-sided MA, see moving average model
test (power)
ma, tssmooth subcommand, [TS] tssmooth ma
lowercase-string functions, [FN] String functions,
Mac,
[M-5] strupper( ), [M-5] ustrupper( ), also see
titlecase keyboard use, [U] 10 Keyboard use
lowertriangle() function, [M-5] lowertriangle( ) pause, [P] sleep
lowertriangle() function, [M-5] lowertriangle( ) specifying filenames, [U] 11.6 Filenaming
conventions
lower-triangular matrix, see triangular matrix
machine precision, [M-5] epsilon( ), [M-6] Glossary
lowess, see locally weighted smoothing
macro
smoothing, [G-2] graph twoway lowess, [R] lowess
dir command, [P] macro
lowess command, [R] lowess
drop command, [P] macro
lowess, graph twoway subcommand, [G-2] graph
twoway lowess list command, [P] macro
lowest-level group, [ME] Glossary shift command, [P] macro
lpattern() option, [G-3] connect options, macro functions, [P] char, [P] display, [P] macro,
[G-3] rspike options [P] macro lists, [P] serset
lpoly command, [R] lpoly macro substitution, [M-1] Ado, [P] macro,
[U] 18.3 Macros
lpoly, graph twoway subcommand, [G-2] graph
twoway lpoly class, [P] class
196 Subject index

macros, [D] vl, [D] vl create, [D] vl drop, [D] vl marginal, continued
list, [D] vl rebuild, [D] vl set, [P] creturn, means, [CM] margins, [R] contrast, [R] margins,
[P] macro, [P] scalar, [P] syntax, [P] Glossary, [R] margins, contrast, [R] margins,
[U] 18.3 Macros, also see e() stored results pwcompare, [R] marginsplot, [R] pwcompare,
macval() macro expansion function, [P] macro [U] 20.16 Obtaining marginal means, adjusted
mad(), egen function, [D] egen predictions, and predictive margins
MAD regression, [R] qreg posterior distribution, Bayesian, [BAYES] Intro,
Mahalanobis [BAYES] Bayesian commands,
distance, [MV] Glossary [BAYES] bayesmh, [BAYES] bayesgraph,
transformation, [MV] discrim knn, [MV] Glossary [BAYES] bayesstats ess, [BAYES] bayesstats
grubin, [BAYES] bayesstats summary,
main effects, [MV] manova, [PSS-5] Glossary,
[BAYES] bayestest interval, [BAYES] Glossary
[R] anova
proportion, see proportions, marginal
main equation, [ERM] Glossary
tax rate egen function, [D] egen
makecns command, [P] makecns
margins command, [CM] Intro 1, [CM] margins,
makesymmetric() function, [M-5] makesymmetric( )
[ERM] Intro 7, [R] margins, [R] margins
makesymmetric() function, [M-5] makesymmetric( ) postestimation, [R] margins, contrast,
man command, [R] help [R] margins, pwcompare, [R] marginsplot,
manage, window subcommand, [P] window [SEM] Intro 7, [SVY] svy postestimation,
programming, [P] window manage [U] 20.16 Obtaining marginal means, adjusted
MANCOVA, see multivariate analysis of variance predictions, and predictive margins
mangle option, [G-2] graph twoway pcarrow margins, size of, [G-4] marginstyle
manifest variables, [SEM] Glossary margins test, [CM] margins, [R] margins,
manipulation, [R] pwcompare
graph, [G-2] graph manipulation marginsplot command, [R] marginsplot,
matrix, [M-4] Manipulation [U] 20.20 Graphing margins, marginal effects,
Mann–Whitney two-sample statistics, [R] ranksum and contrasts
MANOVA, see multivariate analysis of variance marginstyle, [G-3] region options,
manova command, [MV] manova, [MV] manova [G-3] textbox options, [G-4] marginstyle,
postestimation [G-4] Glossary
manova, estat subcommand, [MV] discrim lda mark command, [P] mark
postestimation Markdown, [RPT] Dynamic documents intro,
manovatest command, [MV] manova postestimation [RPT] Dynamic tags, [RPT] dyndoc,
Mantel–Cox method, [ST] strate [RPT] dyntext, [RPT] markdown,
Mantel–Haenszel [RPT] Glossary, [TABLES] collect export,
[U] 21.2 The dynamic document commands
method, [META] Glossary, [ST] strate
markdown command, [RPT] markdown
test, [PSS-5] Glossary, [R] Epitab, [ST] stir
marker labels, [G-3] marker label options,
map strings to numbers, [D] destring, [D] encode,
[G-4] markerlabelstyle
[D] label, also see real() function, also see
strtoreal() function markerlabelstyle, [G-4] markerlabelstyle,
[G-4] Glossary
maps, [M-5] asarray( ), [M-5] AssociativeArray( )
markers, [G-3] marker options, [G-4] Glossary, also
MAR, see missing at random, see missing values
see marker labels
margin of error, see confidence-interval half-width
color, [G-4] colorstyle
marginal
resizing, [G-3] scale option
distribution, Bayesian, [BAYES] Intro,
shape of, [G-4] symbolstyle
[BAYES] bayesmh, [BAYES] Glossary
size of, [G-4] markersizestyle
effects, [CM] margins, [R] margins,
[R] marginsplot, [U] 20.16 Obtaining marginal markersizestyle, [G-4] Glossary
means, adjusted predictions, and predictive markersizestyle, [G-4] markersizestyle
margins, [U] 20.20 Graphing margins, markerstyle, [G-4] Glossary
marginal effects, and contrasts markerstyle, [G-4] markerstyle
homogeneity, [PSS-2] power, [PSS-2] power markin command, [P] mark
pairedproportions, [PSS-2] power mcc, marking observations, [P] mark
[PSS-5] Glossary markout command, [P] mark
homogeneity, test of, [R] symmetry Markov chain, [BAYES] Glossary, [TS] mswitch
likelihood, Bayesian, [BAYES] Intro,
[BAYES] bayesmh, [BAYES] bayesstats ic,
[BAYES] bayestest model, [BAYES] Glossary
Subject index 197

Markov chain Monte Carlo, [BAYES] Intro, mata, continued


[BAYES] Bayesian commands, [BAYES] bayes, set matalibs command, [M-3] mata set, [R] set
[BAYES] bayesmh, [BAYES] bayesmh set matalnum command, [M-3] mata set, [R] set
evaluators, [BAYES] Glossary, [MI] mi impute, set matamofirst command, [M-3] mata set,
[MI] mi impute mvn, [MI] Glossary [R] set
convergence of, [BAYES] Intro, [BAYES] Bayesian set mataoptimize command, [M-3] mata set,
commands, [BAYES] bayes, [BAYES] bayesmh, [R] set
[BAYES] Bayesian postestimation, set matastrict command, [M-1] Ado,
[BAYES] bayesgraph, [BAYES] bayesstats ess, [M-2] Declarations, [M-3] mata set, [R] set
[BAYES] bayesstats grubin, [MI] mi impute,
stata command, [M-3] mata stata
[MI] mi impute chained, [MI] mi impute mvn
which command, [M-3] mata which
mixing of, [BAYES] Intro, [BAYES] Bayesian
commands, [BAYES] bayesmh, mata, clear subcommand, [D] clear
[BAYES] Bayesian postestimation, mata, query subcommand, [R] query
[BAYES] bayesgraph, [BAYES] bayesstats ess, .mata source code file, [M-1] Source, [M-3] lmbuild,
[BAYES] bayesstats grubin, [BAYES] Glossary [M-3] mata mlib, [M-6] Glossary,
parameter trace files, [MI] mi ptrace [U] 11.6 Filenaming conventions
replicates, [BAYES] bayespredict, Mata views onto frames, [D] frames intro
[BAYES] Glossary matafromsp, spmatrix subcommand, [SP] spmatrix
sample size, [BAYES] Intro, [BAYES] Bayesian matafromsp
commands, [BAYES] bayesmh, matched
[BAYES] Glossary 2x2 tables, [PSS-2] power mcc
sampling, [BAYES] Intro, [BAYES] Bayesian case–control data, [R] clogit, [R] Epitab,
commands, [BAYES] bayes, [BAYES] bayesmh, [R] symmetry, [ST] sttocc
[BAYES] bayesmh evaluators, case–control study, [PSS-2] power, [PSS-2] power
[BAYES] Bayesian postestimation, mcc
[BAYES] bayesgraph, [BAYES] bayesstats study, [PSS-2] power, [PSS-2] power mcc,
summary, [BAYES] Glossary [PSS-5] Glossary
standard error, see Monte Carlo standard error matched-pairs test, [R] signrank, [R] ttest, [R] ztest
Markov-switching model, [TS] mswitch matching
marksample command, [P] mark 1:M , [PSS-2] power
Marquardt algorithm, [M-5] moptimize( ), coefficient, [MV] Glossary
[M-5] optimize( ) coefficient similarity measure,
martingale residual, [ST] stcox postestimation, [MV] measure option
[ST] stintcox postestimation, [ST] stintreg configuration, [MV] Glossary
postestimation, [ST] streg postestimation estimator, [TE] teffects intro, [TE] teffects intro
mass, [MV] Glossary advanced, [TE] teffects nnmatch, [TE] teffects
Mata, see matrices (via Mata matrix language) psmatch, [TE] Glossary
mata matcproc command, [P] makecns
clear command, [M-3] mata clear matdescribe, mata subcommand, [M-3] mata
describe command, [M-3] mata describe matsave
drop command, [M-3] mata drop matexpsym() function, [M-5] matexpsym( )
help command, [M-3] mata help matexpsym() function, [M-5] matexpsym( )
invocation command, [M-3] mata mathematical functions, [FN] Mathematical
matdescribe command, [M-3] mata matsave functions, [M-4] Mathematical, [M-4] Scalar,
matsave command, [M-3] mata matsave [M-4] Solvers, [M-4] Standard, [P] matrix
matuse command, [M-3] mata matsave define, [U] 13.3 Functions
memory command, [M-3] mata memory matlist command, [P] matlist
mlib add command, [M-3] mata mlib matlogsym() function, [M-5] matexpsym( )
mlib create command, [M-3] mata mlib matlogsym() function, [M-5] matexpsym( )
mlib index command, [M-3] mata mlib matmissing() function, [FN] Matrix functions,
mlib query command, [M-3] mata mlib [P] matrix define
mosave command, [M-3] mata mosave matname command, [P] matrix mkmat
query command, [M-3] mata set, [R] set matpowersym() function, [M-5] matpowersym( )
rename command, [M-3] mata rename matpowersym() function, [M-5] matpowersym( )
set matacache command, [M-3] mata set, [R] set mat put rr command, [P] matrix get
set matafavor command, [M-3] mata set, matrices (via Mata matrix language), [M-4] Intro,
[M-5] favorspeed( ), [R] set [M-6] Glossary, also see matrices (via Stata
commands)
198 Subject index

matrices (via Mata matrix language), continued matrices (via Stata commands), continued
error messages, [M-5] error( ), also see traceback identity, [P] matrix define
log input, [P] matrix define, [U] 14.4 Inputting
for Mata information, [M-1] Intro, [M-3] Intro matrices by hand
functions inversion, [P] matrix define, [P] matrix svd
alphabetical list, [M-5] Intro Kronecker product, [P] matrix define
I/O, [M-4] IO linear combinations with data, [P] matrix score
manipulation, [M-4] Manipulation listing, [P] matlist, [P] matrix utility
mathematical, [M-4] Mathematical namespace and conflicts, [P] matrix, [P] matrix
matrix, [M-4] Matrix define
programming, [M-4] Programming number of rows and columns, [P] matrix define
scalar, [M-4] Scalar operators such as addition, [P] matrix define,
solvers, [M-4] Solvers [U] 14.7 Matrix operators
standard, [M-4] Standard orthonormal basis, [P] matrix svd
stata, [M-4] Stata partitioned, [P] matrix define
statistical, [M-4] Statistical performing constrained estimation, [P] makecns
string, [M-4] String posting estimation results, [P] ereturn,
utility, [M-4] Utility [P] estimates
language definition, [M-2] Intro renaming, [P] matrix utility
classes, [M-2] class row and column names, [P] ereturn, [P] matrix
pointers, [M-2] pointers define, [P] matrix mkmat, [P] matrix
rownames, [U] 14.2 Row and column names
structures, [M-2] struct
rows and columns, [P] matrix define
syntax, [M-2] Syntax
saving matrix, [P] matrix mkmat
norm, [M-5] norm( )
scoring, [P] matrix score
variables, moving between Mata and Stata,
[D] putmata similarity, [MV] matrix dissimilarity, [P] matrix
dissimilarity
spatial autoregression, [SP] spmatrix
matafromsp, [SP] spmatrix spfrommata store variables as matrix, [P] matrix mkmat
matrices (via Stata commands), [P] matrix, submatrix extraction, [P] matrix define
[U] 14 Matrix expressions, also see matrices submatrix substitution, [P] matrix define
(via Mata matrix language) subscripting, [P] matrix define,
accessing internal, [P] matrix get [U] 14.9 Subscripting
accumulating, [P] matrix accum sweep operator, [P] matrix define
appending rows and columns, [P] matrix define temporary names, [P] matrix
Cholesky decomposition, [P] matrix define trace, [P] matrix define
coefficient matrices, [P] ereturn transposing, [P] matrix define
constrained estimation, [P] makecns variables, make into matrix, [P] matrix mkmat
copying, [P] matrix define, [P] matrix get, zero, [P] matrix define
[P] matrix mkmat matrix
correlation, [MV] pca, [P] matrix define accum command, [P] matrix accum
covariance, [MV] pca coleq command, [P] matrix rownames
covariance matrix of estimators, [P] ereturn, coljoinbyname command, [P] matrix
[P] matrix get rowjoinbyname
cross-product, [P] matrix accum colnames command, [P] matrix rownames
determinant, [P] matrix define commands, introduction, [P] matrix
diagonals, [P] matrix define define command, [P] matrix define
displaying, [P] matlist, [P] matrix utility dir command, [P] matrix utility
dissimilarity, [MV] matrix dissimilarity, dissimilarity command, [MV] matrix
[MV] Glossary, [P] matrix dissimilarity dissimilarity, [P] matrix dissimilarity
distances, [MV] matrix dissimilarity, [P] matrix drop command, [P] matrix utility
dissimilarity eigenvalues command, [P] matrix eigenvalues
dropping, [P] matrix utility glsaccum command, [P] matrix accum
eigenvalues, [P] matrix eigenvalues, [P] matrix input command, [P] matrix define
symeigen list command, [P] matrix utility
eigenvectors, [P] matrix symeigen opaccum command, [P] matrix accum
elements, [P] matrix define rename command, [P] matrix utility
estimation results, [P] ereturn, [P] estimates roweq command, [P] matrix rownames
functions, [FN] Matrix functions, [P] matrix define
Subject index 199

matrix, continued maximum, continued


rowjoinbyname command, [P] matrix restricted likelihood, [ME] menl, [ME] mixed
rowjoinbyname size of dataset, [U] 6 Managing memory
rownames command, [P] matrix rownames size of matrix, [M-1] Limits
score command, [P] matrix score value dissimilarity measure, [MV] measure option
svd command, [P] matrix svd value to be stored, [FN] Programming functions,
symeigen command, [P] matrix symeigen [M-5] mindouble( )
vecaccum command, [P] matrix accum values, reporting, [CM] cmsummarize, [R] lv,
matrix, [M-2] Declarations [R] summarize, [R] table
matrix, maximum likelihood, [SEM] Intro 4, [SEM] Methods
bayesgraph subcommand, [BAYES] bayesgraph and formulas for gsem, [SEM] Methods and
clear subcommand, [D] clear formulas for sem, [SEM] Glossary
confirm subcommand, [P] confirm estimation, [R] Maximize, [R] ml, [R] mlexp
ereturn subcommand, [P] ereturn, [P] return nonparametric, [ST] stintcox, [ST] Glossary
graph subcommand, [G-2] graph matrix factor method, [MV] factor, [MV] Glossary
return subcommand, [P] return restricted, [ME] menl, [ME] mixed
matrix graphs, [G-2] graph matrix with missing values, [SEM] Example 26,
matrix model parameter, [BAYES] Glossary, also see [SEM] Glossary
Bayesian, model parameters maxindex() function, [M-5] minindex( )
matrix programming language, see matrices (via Mata maxint() function, [FN] Programming functions
matrix language) maxiter, set subcommand, [R] set, [R] set iter
matrix() function, [FN] Programming functions, maxlong() function, [FN] Programming functions
[P] matrix define max memory, set subcommand, [D] memory, [R] set
matsave, mata subcommand, [M-3] mata matsave max preservemem, set subcommand, [P] preserve,
matuniform() function, [FN] Matrix functions, [R] set
[P] matrix define maxvar, set subcommand, [D] memory, [R] set
matuse, mata subcommand, [M-3] mata matsave mband, graph twoway subcommand, [G-2] graph
max(), egen function, [D] egen twoway mband
max() function, [FN] Mathematical functions, MCA, see multiple correspondence analysis
[M-5] minmax( ) mca command, [MV] mca, [MV] mca postestimation,
maxbezierpath, set subcommand, [R] set [MV] mca postestimation plots
maxbyte() function, [FN] Programming functions MCAGH, see quadrature, mode-curvature adaptive
maxdb, set subcommand, [R] db, [R] set Gauss–Hermite
maxdouble() function, [FN] Programming functions, MCAGHQ, see mode-curvature adaptive Gauss–Hermite
[M-5] mindouble( ) quadrature
maxes() option, [G-2] graph matrix mcaplot command, [MV] mca postestimation plots
maxfloat() function, [FN] Programming functions mcaprojection command, [MV] mca postestimation
maximization, [M-5] LinearProgram( ), plots
[M-5] moptimize( ), [M-5] optimize( ) MCAR, see missing completely at random
maximization technique explained, [R] Maximize, mcc command, [R] Epitab
[R] ml mcc, power subcommand, [PSS-2] power mcc
maximize, ml subcommand, [R] ml mcci command, [R] Epitab
maximum MCE, see Monte Carlo error
creating dataset of, [D] collapse McFadden’s choice model, [CM] cmclogit
function, [D] egen, [FN] Mathematical MCMC, see Markov chain Monte Carlo
functions, [FN] Programming functions, McNemar’s test, [PSS-2] power pairedproportions,
[M-5] mindouble( ), [M-5] minindex( ), [PSS-5] Glossary, [R] clogit, [R] Epitab
[M-5] minmax( ) mcolor() option, [G-3] marker options
length of string, [M-1] Limits MCSE, see Monte Carlo standard error
likelihood, see maximum likelihood MDES, see minimum detectable effect size
likelihood estimation, see maximum likelihood mdev(), egen function, [D] egen
limits, [R] Limits MDS, see multidimensional scaling
number of observations, [D] memory, mds command, [MV] mds, [MV] mds postestimation,
[U] 6 Managing memory [MV] mds postestimation plots
number of variables, [D] describe, [D] memory, mdsconfig command, [MV] mds, [MV] mds
[U] 6 Managing memory postestimation plots
pseudolikelihood estimation, [SVY] ml for svy, mdslong command, [MV] mds postestimation,
[SVY] Variance estimation [MV] mds postestimation plots, [MV] mdslong
200 Subject index

mdsmat command, [MV] mds postestimation plots, means,


[MV] mdsmat ci subcommand, [R] ci
mdsshepard command, [MV] mds postestimation cii subcommand, [R] ci
plots mvtest subcommand, [MV] mvtest means
mdy() function, [D] Datetime, [FN] Date and time meanvariance() function, [M-5] mean( )
functions, [M-5] date( ) measure, [MV] Glossary
mdyhms() function, [D] Datetime, [FN] Date and time measured with error, [ERM] Glossary
functions, [M-5] date( ) measurement
mean command, [R] mean, [R] mean postestimation component, [SEM] Glossary
mean contrasts, see contrasts error, [ERM] Intro 3, [ERM] Glossary,
mean(), egen function, [D] egen [MV] alpha, [R] vwls, [SEM] Intro 5,
mean() function, [M-5] mean( ) [SEM] Example 1, [SEM] Example 27g
mean–variance adaptive Gauss–Hermite quadrature, model, [SEM] Intro 5, [SEM] Example 1,
see quadrature, mean–variance adaptive Gauss– [SEM] Example 3, [SEM] Example 20,
Hermite [SEM] Example 27g, [SEM] Example 30g,
means, [PSS-2] power, [PSS-3] ciwidth [SEM] Example 31g, [SEM] Glossary
across variables, not observations, [D] egen variables, [SEM] Glossary, also see indicator
arithmetic, geometric, and harmonic, [R] ameans variables
confidence interval and standard error, [R] ci measures, cluster subcommand, [MV] cluster
control-group, [PSS-2] power twomeans, programming utilities
[PSS-4] Unbalanced designs measures of
correlated, see means, paired association, [R] tabulate twoway
creating central tendency, see measures of location
dataset of, [D] collapse dispersion, see percentiles, displaying, see standard
variable containing, [D] egen deviations, displaying, see variance, displaying,
displaying, [CM] cmsummarize, [R] ameans, see interquartile range, see range of data
[R] summarize, [R] table summary, [R] table, inequality, [R] Inequality
[R] tabstat, [R] tabulate, summarize(), location, [R] lv, [R] summarize, [R] table
[XT] xtsum summary, [R] table, [R] tabstat, [R] tabulate,
estimating, [R] mean, [U] 27.2 Means, proportions, summarize(), [XT] xtsum, also see means, also
and related statistics see medians
experimental-group, [PSS-2] power twomeans, spread, see measures of dispersion
[PSS-4] Unbalanced designs mecloglog command, [ME] mecloglog,
graphing, [R] grmeanby [ME] mecloglog postestimation
independent, see means, two-sample median command, [R] ranksum
marginal, [CM] margins, [R] margins median(), egen function, [D] egen
multiple-sample, [PSS-2] power oneway, median regression, [R] qreg
[PSS-2] power twoway, [PSS-2] power repeated median test, [R] ranksum
one-sample, [PSS-2] power onemean, medianlinkage,
[PSS-3] ciwidth onemean, [PSS-4] Unbalanced clustermat subcommand, [MV] cluster linkage
designs cluster subcommand, [MV] cluster linkage
cluster randomized design, [PSS-2] power median-linkage clustering, [MV] cluster,
onemean, cluster [MV] clustermat, [MV] cluster linkage,
paired, [PSS-2] power pairedmeans, [MV] Glossary
[PSS-3] ciwidth pairedmeans medians,
pairwise comparisons of, [R] pwmean creating
pharmacokinetic data, [R] pksumm dataset of, [D] collapse
robust, [R] rreg variable containing, [D] egen
survey data, [SVY] svy estimation displaying, [CM] cmsummarize, [D] pctile,
testing equality of, see equality test of means [R] centile, [R] lv, [R] summarize, [R] table
two-sample, [PSS-2] power twomeans, summary, [R] table, [R] tabstat
[PSS-2] power pairedmeans, [PSS-3] ciwidth graphing, [R] grmeanby
twomeans, [PSS-3] ciwidth pairedmeans, testing equality of, see equality test of medians
[PSS-4] Unbalanced designs mediation model, [SEM] Intro 5, [SEM] Example 42g
cluster randomized design, [PSS-2] power MEFF, see misspecification effects
twomeans, cluster MEFT, see misspecification effects
meglm command, [ME] meglm, [ME] meglm
postestimation
Subject index 201

meintreg command, [ME] meintreg, [ME] meintreg meta


postestimation bias command, [META] meta bias
melogit command, [ME] melogit, [ME] melogit clear command, [META] meta update
postestimation command, [META] meta, [META] meta data
member esize command, [META] meta esize
function, [M-2] class forestplot command, [META] meta forestplot
program, [P] class funnelplot command, [META] meta funnelplot
variable, [M-2] class, [P] class galbraithplot command, [META] meta
memory galbraithplot
graphs, describing contents, [G-2] graph describe labbeplot command, [META] meta labbeplot
requirements, estimating for flongsep, [MI] mi mvregress command, [META] meta mvregress
convert query command, [META] meta update
settings, [P] creturn regress command, [META] meta regress,
utilization, [M-1] Limits, [M-3] mata memory [META] meta regress postestimation,
memory, [META] meta mvregress postestimation
mata subcommand, [M-3] mata memory set command, [META] meta set
query subcommand, [D] memory, [R] query summarize command, [META] meta summarize
memory, trimfill command, [META] meta trimfill
clearing, [D] clear update command, [META] meta update
determining and resetting limits, [D] describe, meta data, [META] meta data, [META] meta set,
[D] memory [META] meta update, [META] Glossary
managing, [U] 6 Managing memory meta settings, [META] meta, [META] meta data,
reducing utilization, [D] compress, [D] encode, [META] meta set, [META] meta update,
[D] recast, [P] discard [META] Glossary
memory command, [D] memory, [U] 6 Managing meta-analysis, [BAYES] bayesmh, [META] Intro,
memory [META] meta, [META] meta data,
menbreg command, [ME] menbreg, [ME] menbreg [META] meta esize, [META] meta set,
postestimation [META] meta update, [META] meta forestplot,
menl command, [ME] menl, [ME] menl postestimation [META] meta summarize, [META] meta
menu, window subcommand, [P] window galbraithplot, [META] meta labbeplot,
programming, [P] window menu [META] meta regress, [META] meta regress
postestimation, [META] estat bubbleplot,
menus, programming, [P] Dialog programming,
[META] meta funnelplot, [META] meta bias,
[P] window programming, [P] window fopen,
[META] meta trimfill, [META] meta mvregress,
[P] window manage, [P] window menu,
[META] Glossary, [U] 27.18 Meta-analysis
[P] window push, [P] window stopbox
common-effect, [META] meta esize, [META] meta
meologit command, [ME] meologit, [ME] meologit
set, [META] meta update, [META] meta
postestimation
forestplot, [META] meta summarize,
meoprobit command, [ME] meoprobit, [META] meta galbraithplot, [META] meta
[ME] meoprobit postestimation labbeplot, [META] meta funnelplot,
mepoisson command, [ME] mepoisson, [META] meta bias, [META] meta trimfill
[ME] mepoisson postestimation inverse-variance method, [META] meta esize,
meprobit command, [ME] meprobit, [ME] meprobit [META] meta update, [META] meta
postestimation forestplot, [META] meta summarize,
merge command, [D] merge, [U] 23 Combining [META] meta galbraithplot, [META] meta
datasets labbeplot, [META] meta funnelplot
merge data, see combine data Mantel–Haenszel method, [META] meta esize,
merge, mi subcommand, [MI] mi merge [META] meta update, [META] meta
merge variable, [D] merge forestplot, [META] meta summarize,
merged-explicit options, [G-4] Concept: repeated [META] meta galbraithplot, [META] meta
options, [G-4] Glossary labbeplot, [META] meta funnelplot
merged-implicit options, [G-4] Concept: repeated cumulative, see cumulative meta-analysis
options, [G-4] Glossary effect-size
Mersenne Twister, see random-number generator binary outcomes, log odds-ratio, [META] meta
messages and return codes, see error messages and esize, [META] meta update
return codes binary outcomes, log risk-ratio, [META] meta
mestreg command, [ME] mestreg, [ME] mestreg esize, [META] meta update
postestimation binary outcomes, Peto’s log odds-ratio,
[META] meta esize, [META] meta update
202 Subject index

meta-analysis, effect-size, continued meta-analysis, random-effects, continued


binary outcomes, risk difference, [META] meta Hunter–Schmidt method, [META] meta esize,
esize, [META] meta update [META] meta set, [META] meta update,
continuous outcomes, Cohen’s d, [META] meta [META] meta forestplot, [META] meta
esize, [META] meta update summarize, [META] meta galbraithplot,
continuous outcomes, Glass’s ∆, [META] meta [META] meta labbeplot, [META] meta
esize, [META] meta update regress, [META] meta funnelplot,
continuous outcomes, Hedges’s g , [META] meta [META] meta bias, [META] meta trimfill
esize, [META] meta update Jackson–White–Riley method, [META] meta
continuous outcomes, mean difference, mvregress
[META] meta esize, [META] meta update maximum likelihood method, [META] meta
fixed-effects, [META] meta esize, [META] meta set, esize, [META] meta set, [META] meta
[META] meta update, [META] meta forestplot, update, [META] meta forestplot,
[META] meta summarize, [META] meta [META] meta summarize, [META] meta
galbraithplot, [META] meta labbeplot, galbraithplot, [META] meta labbeplot,
[META] meta regress, [META] meta funnelplot, [META] meta regress, [META] meta
[META] meta bias, [META] meta trimfill, funnelplot, [META] meta bias, [META] meta
[META] meta mvregress trimfill, [META] meta mvregress
inverse-variance method, [META] meta esize, restricted maximum likelihood method,
[META] meta update, [META] meta [META] meta esize, [META] meta set,
forestplot, [META] meta summarize, [META] meta update, [META] meta
[META] meta galbraithplot, [META] meta forestplot, [META] meta summarize,
labbeplot, [META] meta funnelplot [META] meta galbraithplot, [META] meta
Mantel–Haenszel method, [META] meta esize, labbeplot, [META] meta regress,
[META] meta update, [META] meta [META] meta funnelplot, [META] meta
forestplot, [META] meta summarize, bias, [META] meta trimfill, [META] meta
[META] meta galbraithplot, [META] meta mvregress
labbeplot, [META] meta funnelplot Sidik–Jonkman method, [META] meta esize,
random-effects, [META] meta esize, [META] meta [META] meta set, [META] meta update,
set, [META] meta update, [META] meta [META] meta forestplot, [META] meta
forestplot, [META] meta summarize, summarize, [META] meta galbraithplot,
[META] meta galbraithplot, [META] meta [META] meta labbeplot, [META] meta
labbeplot, [META] meta regress, [META] meta regress, [META] meta funnelplot,
funnelplot, [META] meta bias, [META] meta [META] meta bias, [META] meta trimfill
trimfill, [META] meta mvregress meta-regression, [META] Intro, [META] meta,
DerSimonian–Laird method, [META] meta esize, [META] meta regress, [META] meta regress
[META] meta set, [META] meta update, postestimation, [META] meta mvregress,
[META] meta forestplot, [META] meta [META] Glossary
summarize, [META] meta galbraithplot, method, [M-2] class, [SEM] Glossary
[META] meta labbeplot, [META] meta methodological heterogeneity, [META] Intro,
regress, [META] meta funnelplot, [META] Glossary
[META] meta bias, [META] meta trimfill metobit command, [ME] metobit, [ME] metobit
empirical Bayes method, [META] meta esize, postestimation
[META] meta set, [META] meta update, metric scaling, [MV] Glossary, also see
[META] meta forestplot, [META] meta multidimensional scaling
summarize, [META] meta galbraithplot, Metropolis–Hastings
[META] meta labbeplot, [META] meta algorithm, [BAYES] Intro, [BAYES] Bayesian
regress, [META] meta funnelplot, commands, [BAYES] bayes, [BAYES] bayesmh,
[META] meta bias, [META] meta trimfill [BAYES] bayesmh evaluators,
Hedges method, [META] meta esize, [BAYES] Glossary
[META] meta set, [META] meta update, sampling, [BAYES] Intro, [BAYES] Bayesian
[META] meta forestplot, [META] meta commands, [BAYES] bayes, [BAYES] bayesmh,
summarize, [META] meta galbraithplot, [BAYES] bayesmh evaluators,
[META] meta labbeplot, [META] meta [BAYES] Glossary
regress, [META] meta funnelplot, mfcolor() option, [G-3] marker options
[META] meta bias, [META] meta trimfill mfp prefix command, [R] mfp, [R] mfp postestimation
Subject index 203

MGARCH, see multivariate GARCH model mi, continued


mgarch predict command, [MI] mi estimate
ccc command, [TS] mgarch ccc, [TS] mgarch ccc postestimation, [MI] mi predict
postestimation predictnl command, [MI] mi estimate
dcc command, [TS] mgarch dcc, [TS] mgarch dcc postestimation, [MI] mi predict
postestimation ptrace command, [MI] mi ptrace
dvech command, [TS] mgarch dvech, [TS] mgarch query command, [MI] mi describe
dvech postestimation register command, [MI] mi set
vcc command, [TS] mgarch vcc, [TS] mgarch vcc rename command, [MI] mi rename
postestimation replace0 command, [MI] mi replace0
MH reset command, [MI] mi reset
algorithm, see Metropolis–Hastings algorithm reshape command, [MI] mi reshape
sampling, see Metropolis–Hastings sampling select command, [MI] mi select, also see mi
mhodds command, [R] Epitab extract command
mi set command, [MI] mi set
add command, [MI] mi add st command, [MI] mi XXXset
append command, [MI] mi append stjoin command, [MI] mi stsplit
command, [MI] Intro, [MI] Styles, [MI] Workflow streset command, [MI] mi XXXset
convert command, [MI] mi convert stset command, [MI] mi XXXset
copy command, [MI] mi copy, [MI] Styles stsplit command, [MI] mi stsplit
describe command, [MI] mi describe svyset command, [MI] mi XXXset
erase command, [MI] mi erase, [MI] Styles test command, [MI] mi estimate postestimation,
estimate command, [MI] mi estimate, [MI] mi test
[MI] mi estimate using, [MI] mi estimate testtransform command, [MI] mi estimate
postestimation, [MI] mi test postestimation, [MI] mi test
estimate postestimation, [MI] mi estimate tsset command, [MI] mi XXXset
postestimation, [MI] mi predict, [MI] mi test unregister command, [MI] mi set
expand command, [MI] mi expand unset command, [MI] mi set
export update command, [MI] mi update, [MI] noupdate
ice command, [MI] mi export, [MI] mi export option
ice varying command, [MI] mi varying
nhanes1 command, [MI] mi export, [MI] mi xeq command, [MI] mi xeq
export nhanes1 xtset command, [MI] mi XXXset
extract command, [MI] mi extract, [MI] mi mi data, [MI] Glossary
replace0 mi() function, see missing() function
fvset command, [MI] mi XXXset MICE, see multivariate imputation, chained equations
import Microsoft
flong command, [MI] mi import, [MI] mi Access, importing from, [D] odbc
import flong
Automation, [P] Automation
flongsep command, [MI] mi import, [MI] mi
Excel, [M-5] xl( )
import flongsep
dates, [D] Datetime values from other software
ice command, [MI] mi import, [MI] mi import
ice exporting data to, [D] import excel
nhanes1 command, [MI] mi import, [MI] mi importing data from, [D] import excel, [D] odbc
import nhanes1 writing results to, [RPT] putexcel,
wide command, [MI] mi import, [MI] mi [RPT] putexcel advanced, [U] 21.3 The
import wide putdocx, putpdf, and putexcel commands
impute command, [MI] mi impute, [MI] mi impute Office, [M-5] docx*( ), [M-5] xl( )
chained, [MI] mi impute intreg, [MI] mi impute Windows, see Windows
logit, [MI] mi impute mlogit, [MI] mi impute Word, [M-5] docx*( ), [RPT] docx2pdf,
monotone, [MI] mi impute mvn, [MI] mi [RPT] Dynamic documents intro,
impute nbreg, [MI] mi impute ologit, [MI] mi [RPT] dyndoc, [RPT] html2docx,
impute pmm, [MI] mi impute poisson, [MI] mi [RPT] markdown, [RPT] putdocx intro,
impute regress, [MI] mi impute truncreg, [RPT] putdocx begin, [RPT] putdocx
[MI] mi impute usermethod collect, [RPT] putdocx pagebreak,
merge command, [MI] mi merge [RPT] putdocx paragraph, [RPT] putdocx table,
misstable command, [MI] mi misstable [TABLES] collect export, [U] 21.2 The dynamic
document commands, [U] 21.3 The putdocx,
passive command, [MI] mi passive
putpdf, and putexcel commands
204 Subject index

middle suboption, [G-4] alignmentstyle missing data, [MI] Intro substantive, also see missing
midsummaries, [R] lv values
mild outliers, [R] lv arbitrary pattern, [MI] Intro substantive, [MI] mi
miles, [SP] spdistance impute, [MI] mi impute chained, [MI] mi
Mills’s ratio, [R] heckman, [R] heckman impute mvn, [MI] Glossary
postestimation monotone pattern, [MI] Intro substantive, [MI] mi
MIMIC models, see multiple indicators and multiple impute, [MI] mi impute chained, [MI] mi
causes model impute monotone, [MI] mi impute mvn,
min(), egen function, [D] egen [MI] Glossary
min() function, [FN] Mathematical functions, missing() function, [FN] Programming functions,
[M-5] minmax( ) [M-5] missing( )
minbyte() function, [FN] Programming functions missing not at random, [ERM] Intro 4,
[ERM] Glossary, [MI] Intro substantive,
mindices, estat subcommand, [SEM] Intro 7,
[MI] Glossary
[SEM] estat mindices, [SEM] Methods and
formulas for sem missing observations, see dropout
mindouble() function, [FN] Programming functions, missing on observables, [ERM] Intro 4
[M-5] mindouble( ) missing values, [M-5] missing( ), [M-5] missingof( ),
minfloat() function, [FN] Programming functions [M-5] editmissing( ), [M-5] fillmissing( ),
[D] Missing values, [R] misstable,
minimization, [M-5] LinearProgram( ),
[SEM] Example 26, [SP] Intro 2,
[M-5] moptimize( ), [M-5] optimize( )
[U] 12.2.1 Missing values, [U] 13 Functions and
minimum expressions
absolute deviations, [R] qreg counting, [D] codebook, [D] inspect
creating dataset of, [D] collapse encoding and decoding, [D] mvencode
detectable effect size, [PSS-2] power, extended, [D] mvencode
[PSS-5] Glossary
hard and soft, [MI] Glossary
detectable value, [PSS-5] Glossary
ineligible, [MI] Glossary
entropy rotation, [MV] rotate, [MV] rotatemat,
pattern of, [MI] mi misstable
[MV] Glossary
replacing, [D] merge
function, [D] egen, [FN] Mathematical
functions, [FN] Programming functions, missingness, [ERM] Glossary
[M-5] mindouble( ), [M-5] minindex( ), pattern, see pattern of missingness
[M-5] minmax( ) missingof() function, [M-5] missingof( )
squared deviations, [R] areg, [R] cnsreg, [R] nl, misspecification effects, [SVY] estat, [SVY] Glossary
[R] regress, [R] regress postestimation misstable
values, reporting, [CM] cmsummarize, [R] lv, for mi data, [MI] mi misstable
[R] summarize, [R] table nested command, [R] misstable
minindex() function, [M-5] minindex( ) patterns command, [R] misstable
minint() function, [FN] Programming functions summarize command, [R] misstable
Minkowski dissimilarity measure, tree command, [R] misstable
[MV] measure option misstable, mi subcommand, [MI] mi misstable
minlong() function, [FN] Programming functions mixed
minmax() function, [M-5] minmax( ) design, [MV] manova, [PSS-5] Glossary, [R] anova
min memory, set subcommand, [D] memory, [R] set model, see multilevel model
Minnesota mixed command, [ME] mixed, [ME] mixed
factor covariance, [BAYES] Glossary postestimation
prior, [BAYES] Glossary mixed-effects model, [ME] Glossary, also see multilevel
Minnesota prior, [BAYES] bayes: var model
minutes() function, [D] Datetime durations, mixed-treatment studies, see multiple-treatment studies
[FN] Date and time functions, [M-5] date( ) mixing of Markov chain, see Markov chain Monte
misclassification rate, [MV] Glossary, also see Carlo, mixing of
discriminant analysis mkdir command, [D] mkdir
missing at random, [ERM] Glossary, [MI] Intro mkdir() function, [M-5] chdir( )
substantive, [MI] mi impute, [MI] Glossary mkdir() function, [M-5] chdir( )
missing completely at random, [ERM] Glossary, mkf command, [D] frame create
[MI] Intro substantive, [MI] Glossary mkmat command, [P] matrix mkmat
Subject index 205

mkspline command, [R] mkspline mlwidth() option, [G-3] marker options


ML, see maximum likelihood mm() function, [D] Datetime, [FN] Date and time
ml functions, [M-5] date( )
check command, [R] ml .mmat matrix file, [M-3] mata matsave,
clear command, [R] ml [U] 11.6 Filenaming conventions
command, [SVY] ml for svy mmC() function, [D] Datetime, [FN] Date and time
count command, [R] ml functions, [M-5] date( )
display command, [R] ml MNAR, see missing not at random
footnote command, [R] ml MNP, see outcomes, multinomial
graph command, [R] ml .mo object code file, [M-1] How, [M-3] mata
init command, [R] ml mosave, [M-3] mata which, [M-6] Glossary,
[U] 11.6 Filenaming conventions
maximize command, [R] ml
mod() function, [FN] Mathematical functions,
model command, [R] ml
[M-5] mod( )
plot command, [R] ml
mode(), egen function, [D] egen
query command, [R] ml
mode-curvature adaptive Gauss–Hermite quadrature,
report command, [R] ml see quadrature, mode-curvature adaptive Gauss–
score command, [R] ml 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
mlabformat() option, [G-3] marker label options hypothesis testing, see Bayesian, hypothesis testing
mlabgap() option, [G-3] marker label options identification, [DSGE] Intro 6, [SEM] Intro 4,
mlabposition() option, [G-3] marker label options [SEM] Intro 12
mlabsize() option, [G-3] marker label options interpretation, [ERM] Intro 7
mlabstyle() option, [G-3] marker label options parameter, see Bayesian, model parameters
mlabtextstyle() option, posterior probability, [BAYES] Intro,
[G-3] marker label options [BAYES] Bayesian commands,
mlabvposition() option, [BAYES] bayestest model, [BAYES] Glossary
[G-3] marker label options simplification test, [SEM] Example 8,
mlalign() option, [G-3] marker options [SEM] Example 10
mlcolor() option, [G-3] marker options solution, [DSGE] Glossary
MLE, see maximum likelihood estimation specification test, see specification test
mleval command, [R] ml model, bayestest subcommand, [BAYES] bayestest
mlexp command, [R] mlexp, [R] mlexp postestimation model
mlib model, ml subcommand, [R] ml
add, mata subcommand, [M-3] mata mlib model-consistent expectation, [DSGE] Glossary
create, mata subcommand, [M-3] mata mlib model-implied covariances and correlations,
index, mata subcommand, [M-3] mata mlib [SEM] Example 11
query, mata subcommand, [M-3] mata mlib modeling
.mlib library file, [M-1] How, [M-3] lmbuild, fractions, [FMM] fmm: betareg, [R] betareg
[M-3] mata describe, [M-3] mata mlib, proportions, [FMM] fmm: betareg, [R] betareg
[M-3] mata set, [M-3] mata which, rates, [FMM] fmm: betareg, [R] betareg
[M-6] Glossary, [U] 11.6 Filenaming moderator, [META] Intro, [META] meta,
conventions [META] meta regress, [META] estat bubbleplot,
mlmatbysum command, [R] ml [META] meta bias, [META] meta mvregress,
mlmatsum command, [R] ml [META] Glossary
MLMV, see maximum likelihood with missing values modern scaling, [MV] mds, [MV] mdslong,
mlogit command, [R] mlogit, [R] mlogit [MV] mdsmat, [MV] Glossary
postestimation modification, file, [D] filefilter
mlong MI data style, [MI] Styles, [MI] Glossary modification indices, [SEM] estat mindices,
technical description, [MI] Technical [SEM] Example 5, [SEM] Methods and
mlpattern() option, [G-3] marker options formulas for sem, [SEM] Glossary
mlstyle() option, [G-3] marker options modify data, [D] generate, also see edit data
mlsum command, [R] ml modify, vl subcommand, [D] vl create
mlvecsum command, [R] ml modulus function, [FN] Mathematical functions,
[M-5] mod( )
206 Subject index

modulus transformations, [R] boxcox mreldif() function, [FN] Matrix functions,


mofd() function, [D] Datetime, [FN] Date and time [M-5] reldif( ), [P] matrix define
functions, [M-5] date( ) mreldifre() function, [M-5] reldif( )
moments (of a distribution), [SEM] Glossary mreldifsym() function, [M-5] reldif( )
monadic operator, [M-2] Syntax, [M-6] Glossary msangle() option, [G-3] marker options
monotone imputation, see imputation, monotone msize() option, [G-3] marker options,
monotone-missing pattern, [MI] mi impute monotone, [G-3] rcap options
[MI] Glossary, [R] misstable msofhours() function, [D] Datetime durations,
monotonicity, see pattern of missingness [FN] Date and time functions, [M-5] date( )
Monte Carlo msofminutes() function, [D] Datetime durations,
error, [MI] mi estimate, [MI] mi estimate using, [FN] Date and time functions, [M-5] date( )
[MI] Glossary msofseconds() function, [D] Datetime durations,
simulations, [P] frame post, [P] postfile, [FN] Date and time functions, [M-5] date( )
[R] permute, [R] simulate mspline, graph twoway subcommand, [G-2] graph
standard error, [BAYES] Intro, [BAYES] Bayesian twoway mspline
commands, [BAYES] bayes, [BAYES] bayesmh, mstyle() option, [G-3] marker options
[BAYES] bayesstats summary, mswitch command, [TS] mswitch, [TS] mswitch
[BAYES] Glossary postestimation
month() function, [D] Datetime, [FN] Date and time msymbol() option, [G-3] marker options
functions, [M-5] date( ), [U] 25.5 Extracting mt64, see random-number generator
components of dates and times MTMM, see multitrait–multimethod data and matrices
monthly() function, [D] Datetime, [D] Datetime mtr(), egen function, [D] egen
conversion, [FN] Date and time functions, multiarm trial, [ST] Glossary
[M-5] date( ) multidimensional scaling, [MV] mds, [MV] mds
Moore–Penrose inverse, [M-5] pinv( ) postestimation plots, [MV] mdslong,
moptimize() function, [M-5] moptimize( ) [MV] mdsmat, [MV] Glossary
moptimize() function, [M-5] moptimize( ) configuration plot, [MV] Glossary, see configuration
moptimize ado cleanup() function, plot
[M-5] moptimize( ) multilevel data, [MI] mi estimate
moptimize evaluate() function, multilevel latent variable, [SEM] Intro 2, [SEM] gsem
[M-5] moptimize( ) path notation extensions
moptimize evaluate() function, [M-5] moptimize( ) multilevel model, [BAYES] bayes,
moptimize init() function, [M-5] moptimize( ) [BAYES] bayesmh, [BAYES] bayes: mecloglog,
moptimize init *() functions, [M-5] moptimize( ) [BAYES] bayes: meglm, [BAYES] bayes: mein-
moptimize query() function, [M-5] moptimize( ) treg, [BAYES] bayes: melogit,
moptimize result *() functions, [BAYES] bayes: menbreg, [BAYES] bayes: me-
[M-5] moptimize( ) ologit, [BAYES] bayes: meopro-
moptimize util *() functions, [M-5] moptimize( ) bit, [BAYES] bayes: mepois-
moran, estat subcommand, [SP] estat moran son, [BAYES] bayes: mepro-
bit, [BAYES] bayes: mestreg,
Moran’s test of residual correlation with nearby
[BAYES] bayes: meto-
residuals, [SP] estat moran
bit, [BAYES] bayes: mixed, [ME] me,
Mordor fictional location, [SP] Intro 2 [ME] mecloglog, [ME] meglm, [ME] mein-
more command and parameter, [P] macro, [P] more, treg, [ME] melogit, [ME] menbreg, [ME] menl,
[R] more, [U] 7 –more– conditions, [ME] meologit, [ME] meoprobit, [ME] mepois-
[U] 16.1.6 Preventing –more– conditions son, [ME] meprobit, [ME] mestreg, [ME] meto-
more() function, [M-5] more( ) bit, [ME] mixed, [R] gllamm, [SEM] Intro 5,
more, set subcommand, [R] more, [R] set, [U] 7 – [SEM] Example 30g, [SEM] Example 38g,
more– conditions [SEM] Example 39g, [SEM] Example 40g,
mortality table, see life tables [SEM] Example 41g, [SEM] Example 42g,
mosave, mata subcommand, [M-3] mata mosave [SEM] Glossary, [U] 27.16 Multilevel mixed-
move, vl subcommand, [D] vl set effects models
moving average multinomial
model, [TS] arch, [TS] arfima, [TS] arima, logistic regression, [FMM] fmm, [SEM] Intro 2,
[TS] sspace, [TS] ucm [SEM] Intro 5, [SEM] Example 37g,
process, [TS] Glossary [SEM] Example 41g, [SEM] Glossary,
smoother, [TS] tssmooth, [TS] tssmooth ma [SVY] svy estimation
mprobit command, [R] mprobit, [R] mprobit logistic regression imputation, see imputation,
postestimation multinomial logistic regression
Subject index 207

multinomial, continued multiple subgroup analyses, [META] meta forestplot,


outcome model, see outcomes, multinomial [META] Glossary
probit regression, [SVY] svy estimation multiple-range multiple-comparison adjustment, see
multiple comparisons, [R] contrast, [R] margins, multiple comparisons, Dunnett’s method
[R] pwcompare, [R] pwmean, [MV] mvreg, multiple-endpoint studies, [META] meta mvregress,
[R] anova postestimation, [R] correlate, [META] Glossary
[R] oneway, [R] regress postestimation, multiple-failure st data, [BAYES] bayes: streg,
[R] roccomp, [R] spearman, [R] test, [R] testnl, [FMM] fmm: streg, [ST] stbase, [ST] stci,
[R] tetrachoric [ST] stcox, [ST] stcox postestimation,
Bonferroni’s method, [R] contrast, [R] margins, [ST] stcurve, [ST] stdescribe, [ST] stfill,
[R] pwcompare, [R] pwmean, [R] anova [ST] stgen, [ST] stir, [ST] stptime, [ST] strate,
postestimation, [R] correlate, [R] oneway, [ST] streg, [ST] streg postestimation, [ST] sts,
[R] regress postestimation, [R] roccomp, [ST] sts generate, [ST] sts graph, [ST] sts list,
[R] spearman, [R] test, [R] testnl, [ST] sts test, [ST] stset, [ST] stsplit, [ST] stsum
[R] tetrachoric multiple-record st data, [BAYES] bayes: streg,
Duncan’s method, [R] pwcompare, [R] pwmean [FMM] fmm: streg, [ST] stbase, [ST] stci,
Dunnett’s method, [R] pwcompare, [R] pwmean [ST] stcox, [ST] stcox postestimation,
Holm’s method, [R] anova postestimation, [ST] stcrreg, [ST] stcrreg postestimation,
[R] regress postestimation, [R] test, [R] testnl [ST] stcurve, [ST] stdescribe, [ST] stfill,
multiple-range method, see Dunnett’s method [ST] stgen, [ST] stir, [ST] stptime, [ST] strate,
subentry [ST] streg, [ST] streg postestimation, [ST] sts,
[ST] sts generate, [ST] sts graph, [ST] sts list,
Scheffé’s method, [R] contrast, [R] margins,
[ST] sts test, [ST] stset, [ST] stsplit, [ST] stsum,
[R] pwcompare, [R] pwmean, [R] oneway
[ST] stvary, [ST] Glossary, [TE] Glossary
Šidák’s method, [R] contrast, [R] margins,
multiple-sample
[R] pwcompare, [R] pwmean, [R] anova
postestimation, [R] correlate, [R] oneway, means, see means, multiple-sample
[R] regress postestimation, [R] roccomp, study, [PSS-2] power oneway, [PSS-2] power
[R] spearman, [R] test, [R] testnl, twoway, [PSS-2] power repeated
[R] tetrachoric test, [PSS-2] power oneway, [PSS-2] power
Studentized-range method, see Tukey’s method twoway, [PSS-2] power repeated
subentry independent samples, [PSS-2] power oneway,
Student–Newman–Keuls’s method, [R] pwcompare, [PSS-2] power twoway, [PSS-2] power
[R] pwmean repeated
Tukey’s method, [R] pwcompare, [R] pwmean means, [PSS-2] power oneway, [PSS-2] power
multiple correlation, [SEM] Glossary twoway, [PSS-2] power repeated
multiple correspondence analysis, [MV] mca, multiple-treatment studies, [META] meta mvregress,
[MV] mca postestimation, [MV] mca [META] Glossary
postestimation plots, [MV] Glossary multiplication operator, see arithmetic operators
multiple imputation, [MI] Intro substantive, multiplicative dispersion parameter, [META] Intro,
[MI] Intro, [MI] Styles, [MI] Workflow, [META] meta regress, [META] meta bias,
[U] 27.31 Multiple imputation [META] Glossary
analysis step, [MI] Intro substantive, [MI] mi multiplicative heteroskedastic regression, [R] hetregress
estimate, [MI] mi estimate using, [MI] mi multiplicative heteroskedasticity, [TS] arch
estimate postestimation, [MI] mi test multiplicative meta-regression, [META] Intro,
estimation, [MI] Estimation [META] meta regress, [META] meta
imputation step, [MI] Intro substantive, [MI] mi regress postestimation, [META] meta bias,
impute, [MI] mi impute usermethod [META] Glossary
inference, [MI] Intro substantive multistage clustered sampling, [SVY] Survey,
pooling step, [MI] Intro substantive, [MI] mi [SVY] svydescribe, [SVY] svyset
estimate, [MI] mi estimate using multitrait–multimethod data and matrices,
prediction, [MI] mi predict [SEM] Intro 5, [SEM] Example 17
theory, [MI] Intro substantive multivalued treatment effect, [ERM] Glossary,
[TE] teffects aipw, [TE] teffects ipw,
multiple indicators and multiple causes model,
[TE] teffects ipwra, [TE] teffects multivalued,
[SEM] Intro 5, [SEM] Example 10,
[TE] teffects ra, [TE] Glossary
[SEM] Example 36g, [SEM] Glossary
multivariable fractional polynomial regression, [R] mfp
multiple languages, [D] label language
multiple partial correlation, [PSS-5] Glossary
multiple regression, see linear regression
208 Subject index

multivariate multivariate, continued


analysis of variance, [MV] manova, [MV] Glossary time series,
Behrens–Fisher problem, [MV] mvtest means dynamic stochastic
biplot, see biplot general equilibrium, [BAYES] bayes: dsge,
canonical [BAYES] bayes: dsgenl, [DSGE] Intro,
correlations, [MV] canon [DSGE] dsge, [DSGE] dsgenl
discriminant analysis, [MV] candisc dynamic-factor models, [TS] dfactor
cluster analysis, see cluster analysis MGARCH models, see multivariate GARCH
correspondence analysis, see correspondence analysis model
Cronbach’s alpha, [MV] alpha state-space models, [TS] sspace
discriminant analysis, see discriminant analysis structural vector autoregressive models, [TS] var
svar
factor analysis, see factor analysis
vector autoregressive models, [TS] var,
GARCH model, [TS] mgarch, [TS] Glossary
[TS] varbasic
constant conditional correlation, [TS] mgarch ccc
vector error-correction models, [TS] vec
diagonal vech, [TS] mgarch dvech
time-series estimators,
dynamic conditional correlation, [TS] mgarch
vector autoregressive models,
dcc
[BAYES] bayes: var
varying conditional correlation, [TS] mgarch vcc
MVAGH, see quadrature, mean–variance adaptive
heterogeneity statistics, [META] estat heterogeneity Gauss–Hermite
imputation, see imputation, multivariate MVAGHQ, see quadrature, mean–variance adaptive
imputation using chained equations, see imputation, Gauss–Hermite
multivariate, chained equations mvdecode command, [D] mvencode
kurtosis, [MV] mvtest normality mvencode command, [D] mvencode
logistic variable imputation, see imputation, MVN imputation, see imputation, multivariate normal
multivariate
mvnormal() function, [M-5] mvnormal( )
meta-analysis, [META] Glossary
mvnormalcv() function, [M-5] mvnormal( )
meta-regression, [META] Intro, [META] meta,
mvnormalcvderiv() function, [M-5] mvnormal( )
[META] meta mvregress, [META] meta
mvregress postestimation, [META] estat mvnormalcvderivqp() function, [M-5] mvnormal( )
heterogeneity, [META] estat recovariance, mvnormalcvqp() function, [M-5] mvnormal( )
[META] estat sd, [META] Glossary mvnormalderiv() function, [M-5] mvnormal( )
multidimensional scaling, see multidimensional mvnormalderivqp() function, [M-5] mvnormal( )
scaling mvnormalqp() function, [M-5] mvnormal( )
normal, [MV] mvtest normality mvreg command, [MV] mvreg, [MV] mvreg
distribution, [M-5] mvnormal( ) postestimation
distribution derivative, [M-5] mvnormal( ) mvreg, estat subcommand, [MV] procrustes
probability, [M-5] mvnormal( ) postestimation
normal imputation, see imputation, multivariate mvregress, meta subcommand, [META] meta
normal mvregress, [META] meta mvregress
normal simulator, [M-5] ghk( ), [M-5] ghkfast( ) postestimation
principal component analysis, see principal mvtest, [MV] mvtest
component analysis correlations command, [MV] mvtest
regression, [META] meta mvregress, [MV] mvreg, correlations
[MV] Glossary, [U] 27.22 Multivariate analysis covariances command, [MV] mvtest covariances
Bayesian, see Bayesian regression, multivariate means command, [MV] mvtest means
bivariate probit, [BAYES] bayes: biprobit, normality command, [MV] mvtest normality
[R] biprobit
imputation, see imputation, multivariate N
structural equation modeling,
[SEM] Example 12, [SEM] Glossary n and N built-in variables, [U] 13.4 System variables
three-stage least squares, [R] reg3 ( variables), [U] 13.7 Explicit subscripting
Zellner’s seemingly unrelated, [R] nlsur, name() option, [G-3] name option
[R] sureg named substitutable expression, [ME] Glossary
skewness, [MV] mvtest normality nameexternal() function, [M-5] findexternal( )
test, [MV] hotelling, [MV] mvtest namelists, [M-3] namelists
Subject index 209

names negative binomial, continued


conflicts, [P] matrix, [P] matrix define, [P] scalar probability mass function, [FN] Statistical functions,
matrix row and columns, [P] ereturn, [P] matrix [M-5] normal( )
define, [P] matrix rowjoinbyname, [P] matrix regression, [R] nbreg, [SEM] Glossary,
rownames [XT] Glossary
names, confirm subcommand, [P] confirm Bayesian, [BAYES] bayes: glm,
namespace and conflicts, matrices and scalars, [BAYES] bayes: gnbreg,
[P] matrix, [P] matrix define [BAYES] bayes: meglm,
naming [BAYES] bayes: menbreg,
convention, [M-1] Naming, [U] 11.3 Naming [BAYES] bayes: nbreg,
conventions [BAYES] bayes: tnbreg,
groups of variables, [D] rename group [BAYES] bayes: xtnbreg,
[BAYES] bayes: zinb
variables, [D] rename
finite mixture model, [FMM] fmm: glm,
NaN, [M-6] Glossary
[FMM] fmm: nbreg
NARCH, see nonlinear autoregressive conditional
fixed-effects, [XT] xtnbreg
heteroskedasticity
generalized linear model,
NARCHK, see nonlinear autoregressive conditional
[BAYES] bayes: meglm, [FMM] fmm: glm,
heteroskedasticity with a shift
[R] glm
narrative review, [META] Intro, [META] Glossary
multilevel, [BAYES] bayes: meglm,
natural log function, [FN] Mathematical functions, [BAYES] bayes: menbreg, [ME] meglm,
[FN] Statistical functions, [M-5] exp( ), [ME] menbreg
[M-5] normal( )
population-averaged, [XT] xtgee, [XT] xtnbreg
natural splines, [R] mkspline
random-effects, [XT] xtnbreg
nbetaden() function, [FN] Statistical functions,
survey data, [SVY] svy estimation
[M-5] normal( )
truncated, [BAYES] bayes: tnbreg, [R] tnbreg
nbinomial() function, [FN] Statistical functions,
[M-5] normal( ) zero-inflated, [BAYES] bayes: zinb, [R] zinb
nbinomialp() function, [FN] Statistical functions, negative effect size, [PSS-2] power, [PSS-5] Glossary
[M-5] normal( ) neighbors, first- and second-order, [SP] Intro 1,
nbinomialtail() function, [FN] Statistical functions, [SP] spmatrix create, [SP] Glossary
[M-5] normal( ) Nelder–Mead algorithm, [M-5] moptimize( ),
nbreg command, [R] nbreg, [R] nbreg postestimation [M-5] optimize( )
nchi2() function, [FN] Statistical functions, Nelson–Aalen cumulative hazard, [ST] sts, [ST] sts
[M-5] normal( ) generate, [ST] sts graph, [ST] sts list
nchi2den() function, [FN] Statistical functions, nested
[M-5] normal( ) case–control data, [ST] sttocc
nchi2tail() function, [FN] Statistical functions, designs, [MV] manova, [R] anova
[M-5] normal( ) effects, [MV] manova, [R] anova
n-class command, [P] program, [P] return logit, [CM] nlogit
ndots() option, [G-2] graph twoway dot model statistics, [R] nestreg
nearest neighbor, [MI] mi impute pmm, [MV] discrim number list, [PSS-2] power
knn, [MV] Glossary random effects, [BAYES] bayes: mecloglog,
nearest-neighbor matching, [TE] teffects intro, [BAYES] bayes: meglm,
[TE] teffects intro advanced, [TE] teffects [BAYES] bayes: meintreg,
nnmatch, [TE] Glossary [BAYES] bayes: melogit,
needle plot, [R] spikeplot [BAYES] bayes: menbreg,
negate() function, [M-5] negate( ) [BAYES] bayes: meologit,
[BAYES] bayes: meoprobit,
negation matrix, [M-5] negate( )
[BAYES] bayes: mepoisson,
negation operator, see arithmetic operators [BAYES] bayes: meprobit,
negative binomial, [SEM] Example 39g [BAYES] bayes: mestreg,
distribution, [BAYES] bayes: metobit,
cumulative, [FN] Statistical functions, [BAYES] bayes: mixed, [ME] mecloglog,
[M-5] normal( ) [ME] meglm, [ME] meintreg, [ME] melogit,
inverse cumulative, [FN] Statistical functions, [ME] menbreg, [ME] menl, [ME] meologit,
[M-5] normal( ) [ME] meoprobit, [ME] mepoisson,
inverse reverse cumulative, [FN] Statistical [ME] meprobit, [ME] mestreg, [ME] metobit,
functions, [M-5] normal( ) [ME] mixed, [ME] Glossary
reverse cumulative, [FN] Statistical functions, regression, [R] nestreg
[M-5] normal( ) nested, misstable subcommand, [R] misstable
210 Subject index

nested variables, [D] assertnested nhanes1,


nested-effects model, [SEM] Glossary, also see mi export subcommand, [MI] mi export, [MI] mi
multilevel model export nhanes1
nestreg prefix command, [R] nestreg mi import subcommand, [MI] mi import, [MI] mi
net import nhanes1
cd command, [R] net nibeta() function, [FN] Statistical functions,
describe command, [R] net [M-5] normal( )
from command, [R] net niceness, set subcommand, [D] memory, [R] set
get command, [R] net nl command, [R] nl, [R] nl postestimation
install command, [R] net nl, tssmooth subcommand, [TS] tssmooth nl
link command, [R] net nlcom command, [R] nlcom, [SEM] Intro 7,
query command, [R] net [SEM] estat stdize, [SEM] Example 42g,
search command, [R] net search [SEM] nlcom, [SVY] svy postestimation
set ado command, [R] net NLME, see nonlinear mixed-effects model
set other command, [R] net nlogit command, [CM] Intro 5, [CM] nlogit,
[CM] nlogit postestimation
sj command, [R] net
nlogitgen command, [CM] nlogit
stb command, [R] net
nlogittree command, [CM] nlogit
net d, view subcommand, [R] view
nlsur command, [R] nlsur, [R] nlsur postestimation
net, view subcommand, [R] view
nnmatch, teffects subcommand, [TE] teffects
NetCourseNow, [U] 3.6.2 NetCourses
nnmatch
NetCourses, [U] 3.6.2 NetCourses
nobreak command, [P] break
network, query subcommand, [R] query
nodraw option, [G-3] nodraw option
.new built-in class function, [P] class
noisily prefix, [P] quietly
New Classical model, [DSGE] Intro 3b,
nominal
[DSGE] Intro 3e, [DSGE] Intro 9b
alpha, [PSS-5] Glossary, also see significance level
new() function, [M-2] class
item, [IRT] Glossary
New Keynesian model, [DSGE] Intro 3a,
[DSGE] Intro 3d, [DSGE] Intro 9a power, see power
new lines, data without, [D] infile (fixed format) response model, [IRT] irt nrm, [IRT] Glossary
new, ssc subcommand, [R] ssc sample size, see sample-size
newey command, [TS] newey, [TS] newey significance level, [PSS-5] Glossary, see significance
postestimation level
Newey–West nonadaptive Gauss–Hermite quadrature, see quadrature,
Gauss–Hermite
covariance matrix, [TS] Glossary, also see HAC
variance estimate noncentral
postestimation, [TS] newey postestimation beta density, [FN] Statistical functions,
[M-5] normal( )
regression, [TS] newey
beta distribution, [FN] Statistical functions,
standard errors, [P] matrix accum, [R] glm
[M-5] normal( )
newline(#), display directive, [P] display
χ2 distribution, [FN] Statistical functions,
newsletter, [U] 3 Resources for learning and using [M-5] normal( )
Stata
F density, [FN] Statistical functions,
Newton–Raphson algorithm, [M-5] moptimize( ), [M-5] normal( )
[M-5] optimize( ), [R] ml
F distribution, [FN] Statistical functions,
Newton–Raphson method, [M-5] solvenl( ) [M-5] normal( )
Newton’s method, see iterations, Newton’s method Student’s t density, [FN] Statistical functions,
nextbirthday() function, [D] Datetime relative [M-5] normal( )
dates, [FN] Date and time functions, Student’s t distribution, [FN] Statistical functions,
[M-5] date( ) [M-5] normal( )
nextleapyear() function, [D] Datetime relative noncentrality parameter, [PSS-2] power, [PSS-2] power
dates, [FN] Date and time functions, onemean, [PSS-2] power twomeans,
[M-5] date( ) [PSS-2] power pairedmeans, [PSS-2] power
Neyman allocation, [SVY] estat oneway, [PSS-2] power twoway, [PSS-2] power
nF() function, [FN] Statistical functions, repeated, [PSS-2] power oneslope,
[M-5] normal( ) [PSS-2] power rsquared, [PSS-2] power pcorr,
nFden() function, [FN] Statistical functions, [PSS-5] Glossary
[M-5] normal( ) nonconformities, quality control, [R] QC
nFtail() function, [FN] Statistical functions, nonconstant variance, see robust, Huber/White/sandwich
[M-5] normal( ) estimator of variance
Subject index 211

noncursive model, see nonrecursive model nonparametric analysis, continued


nondirectional test, see two-sided test (power) ROC analysis, [R] roc
nonignorable missing data, [ERM] Intro 4 estimation, [R] rocreg
noninformative prior, [BAYES] Intro, graphs, [R] rocregplot
[BAYES] Bayesian commands, [BAYES] bayes, test equality of areas, [R] roccomp
[BAYES] bayesmh, [BAYES] bayesstats ic, without covariates, [R] roctab
[BAYES] Glossary series regression, [R] npregress intro, [R] npregress
nonlinear series, [R] npregress series postestimation
autoregressive conditional heteroskedasticity, smoothing, [R] kdensity, [R] lowess, [R] lpoly,
[TS] arch [R] smooth
autoregressive conditional heteroskedasticity with a survival analysis,
shift, [TS] arch Kaplan–Meier curves, [ST] sts graph
combinations of parameters, [R] nlcom, log rank and other tests of equality, [ST] sts test
[U] 20.15 Obtaining nonlinear combinations Nelson–Aalen curves, [ST] sts graph
of coefficients
treatment effect, [TE] teffects nnmatch,
combinations, predictions, and tests, [SVY] svy [TE] teffects psmatch
postestimation
nonparametric maximum-likelihood estimation, see
DSGE, [DSGE] dsgenl maximum likelihood estimation, nonparametric
equations, [M-5] solvenl( ) nonparametric methods, [MV] discrim knn,
estimation, [TS] arch [MV] Glossary
hypothesis test after estimation, [R] lrtest, nonpredetermined variable, [DSGE] Glossary
[R] margins, [R] margins, contrast, nonrecursive model, [SEM] Glossary
[R] margins, pwcompare, [R] nlcom,
stability of, [SEM] estat stable, [SEM] Example 7
[R] predictnl, [R] testnl
nonselection hazard, [R] heckman, [R] heckman
least squares, [R] nl, [SVY] svy estimation
postestimation
mixed-effects model, [ME] me, [ME] menl,
nonsphericity correction, [PSS-2] power repeated,
[ME] Glossary
[PSS-5] Glossary
power autoregressive conditional heteroskedasticity,
nonstationary time series
[TS] arch
first-difference stationary, [TS] vec intro, [TS] vec
prediction, see multiple imputation, prediction
test for unit root, [TS] dfgls, [TS] dfuller,
regression, [ME] menl, [R] boxcox, [R] nl,
[TS] pperron
[R] nlsur, [TE] teffects ra
nonzero coefficients, [LASSO] Glossary
smoothing, [TS] tssmooth nl
nonzero null, [PSS-2] power, [PSS-2] power
test, [R] nlcom, [R] testnl
onemean, [PSS-2] power pairedmeans,
time-series model, [TS] mswitch, [TS] threshold [PSS-2] power oneproportion, [PSS-2] power
nonmetric scaling, [MV] mds, [MV] mdslong, onevariance, [PSS-2] power onecorrelation,
[MV] mdsmat, [MV] Glossary [PSS-2] power oneslope, [PSS-2] power
nonmissing() function, [M-5] missing( ) rsquared, [PSS-2] power pcorr
nonmonotonic power, see saw-toothed power function nopreserve option, [P] nopreserve option
nonnormed fit index, see Tucker–Lewis index norm, [M-5] norm( ), [M-6] Glossary
nonparametric analysis, norm() function, [M-5] norm( )
discriminant analysis, see nonparametric methods normal distribution and normality,
hypothesis tests, examining distributions for, [R] Diagnostic plots,
agreement, [R] kappa [R] lv
association, [R] spearman, [R] tabulate twoway generating multivariate data, [D] drawnorm
cusum, [R] cusum probability and quantile plots, [R] Diagnostic plots
equality of distributions, [R] ksmirnov, test for, see normality test
[R] kwallis, [R] ranksum, [R] signrank transformations to achieve, [R] boxcox, [R] ladder,
medians, [R] ranksum [R] lnskew0
proportions, [R] bitest, [R] prtest normal() function, [FN] Statistical functions,
random order, [R] runtest [M-5] normal( )
trend, [R] nptrend normal,
kernel regression, [R] npregress intro, density,
[R] npregress kernel, [R] npregress kernel mean µ, std. dev. σ , [FN] Statistical functions,
postestimation, [U] 27.3.9 Nonparametric [M-5] normal( )
regression natural log of mean µ, std. dev. σ ,
percentiles, [R] centile [FN] Statistical functions, [M-5] normal( )
quantile regression, [R] qreg
212 Subject index

normal density, continued notes,


natural log of standard normal, [FN] Statistical cluster subcommand, [MV] cluster notes
functions, [M-5] normal( ) estimates subcommand, [R] estimates notes
standard normal, [FN] Statistical functions, notes on estimation results, [R] estimates notes
[M-5] normal( ) notes,
distribution, cluster analysis, [MV] cluster notes
cumulative, [FN] Statistical functions, creating, [D] notes, [D] varmanage
[M-5] normal( ) editing, [D] notes, [D] varmanage
generating multivariate data with, [D] corr2data notifyuser, set subcommand, [R] set
inverse cumulative, [FN] Statistical functions, not-selected covariates, [LASSO] Glossary
[M-5] normal( ) noupdate option, [MI] noupdate option
joint cumulative of bivariate, [FN] Statistical novarabbrev command, [P] varabbrev
functions, [M-5] normal( )
now() function, [D] Datetime relative dates,
natural log of cumulative, [FN] Statistical [FN] Date and time functions, [M-5] date( )
functions, [M-5] normal( )
NPARCH, see nonlinear power autoregressive
sample from multivariate, [FN] Statistical conditional heteroskedasticity
functions, [M-5] normal( )
npgraph command, [R] npregress kernel
normalden() function, [FN] Statistical functions, postestimation
[M-5] normal( )
NPMLE, see maximum likelihood estimation,
normality assumption, nonparametric
conditional, [SEM] Intro 4, [SEM] Glossary npnchi2() function, [FN] Statistical functions,
joint, [SEM] Intro 4, [SEM] Glossary [M-5] normal( )
normality, mvtest subcommand, [MV] mvtest npnF() function, [FN] Statistical functions,
normality [M-5] normal( )
normality test, see normal distribution and normality npnt() function, [FN] Statistical functions,
after VAR or SVAR, [TS] varnorm [M-5] normal( )
after VEC, [TS] vecnorm npregress
based on kurtosis, [R] sktest kernel command, [R] npregress intro,
based on skewness, [R] sktest [R] npregress kernel, [R] npregress kernel
multivariate, [MV] mvtest normality postestimation
Shapiro–Francia W 0 , [R] swilk series command, [R] npregress intro,
Shapiro–Wilk W , [R] swilk [R] npregress series, [R] npregress series
normalization, [MV] ca, [MV] mca, [MV] mds, postestimation
[MV] rotate, [MV] Glossary nproc, estat subcommand, [R] rocreg postestimation
constraints, see model identification nptrend command, [R] nptrend
normalize, spmatrix subcommand, [SP] spmatrix NR algorithm, [R] ml
normalize NRM, see nominal response model
normalized residuals, [R] regress postestimation nrm, irt subcommand, [IRT] irt nrm, [IRT] irt nrm
diagnostic plots, [SEM] estat residuals, postestimation
[SEM] Methods and formulas for sem, nt() function, [FN] Statistical functions,
[SEM] Glossary [M-5] normal( )
normalized spatial weighting matrix, [SP] Glossary ntden() function, [FN] Statistical functions,
normally distributed random numbers, [FN] Random- [M-5] normal( )
number functions, [M-5] runiform( ), [R] set nttail() function, [FN] Statistical functions,
rng, [R] set rngstream, [R] set seed [M-5] normal( )
not concave message, [R] Maximize NULL, [M-2] pointers, [M-6] Glossary
Not Elsewhere Classified, see Stata Blog null
not equal operator, see relational operators correlation, [PSS-2] power
not operator, see logical operators hypothesis and alternative hypothesis,
note() option, [G-3] title options [DSGE] Glossary, [PSS-2] power,
note, spmatrix subcommand, [SP] spmatrix note [PSS-2] power onemean, [PSS-2] power
notes twomeans, [PSS-2] power pairedmeans,
command, [D] notes [PSS-2] power oneproportion, [PSS-2] power
drop command, [D] notes twoproportions, [PSS-2] power
pairedproportions, [PSS-2] power onevariance,
list command, [D] notes
[PSS-2] power twovariances, [PSS-2] power
renumber command, [D] notes onecorrelation, [PSS-2] power twocorrelations,
replace command, [D] notes [PSS-2] power oneway, [PSS-2] power twoway,
search command, [D] notes
Subject index 213

null hypothesis and alternative hypothesis, continued N-way analysis of variance, [R] anova
[PSS-2] power repeated, [PSS-2] power N-way multivariate analysis of variance, [MV] manova
oneslope, [PSS-2] power rsquared,
[PSS-2] power pcorr, [PSS-2] power cmh,
[PSS-2] power mcc, [PSS-2] power trend, O
[PSS-2] power cox, [PSS-2] power exponential,
object, [M-2] class, [P] class
[PSS-2] power logrank, [PSS-4] Unbalanced
designs, [PSS-5] Glossary code, [M-1] How, [M-6] Glossary
mean, [PSS-2] power, [PSS-2] power onemean, objective prior, see noninformative prior
[PSS-2] power oneproportion, [PSS-2] power object-oriented programming, [M-2] class,
onecorrelation, [PSS-4] Unbalanced designs [M-6] Glossary, [P] class, [P] Glossary
mean difference, [PSS-2] power, [PSS-2] power objects, graph, see graph objects
pairedmeans .objkey built-in class function, [P] class
parameter, [PSS-5] Glossary, see null value .objtype built-in class function, [P] class
partial correlation, [PSS-2] power, [PSS-2] power oblimax rotation, [MV] rotate, [MV] rotatemat,
pcorr [MV] Glossary
proportion, [PSS-2] power oblimin rotation, [MV] rotate, [MV] rotatemat,
R2 , [PSS-2] power, [PSS-2] power rsquared [MV] Glossary
slope, [PSS-2] power, [PSS-2] power oneslope oblique rotation, [MV] factor postestimation,
standard deviation, [PSS-2] power, [PSS-2] power [MV] rotate, [MV] rotatemat, [MV] Glossary
onevariance oblique transformation, see oblique rotation
value, [PSS-2] power, [PSS-5] Glossary obs parameter, [D] describe, [D] obs
variance, [PSS-2] power, [PSS-2] power obs, set subcommand, [D] obs, [R] set
onevariance observation, [CM] Glossary
null-terminator, see binary 0 observational data, [ERM] Glossary, [TE] Glossary
nullmat() function, [FN] Matrix functions, observational study, [PSS-2] power, [PSS-3] ciwidth,
[P] matrix define [PSS-5] Glossary
number observations,
of clusters, [PSS-5] Glossary, also see cluster adding, [D] insobs
analysis built-in counter variable, [U] 11.3 Naming
of events, see number of failures conventions
of failures, [PSS-2] power cox, [PSS-2] power complete and incomplete, [MI] Glossary
exponential, [PSS-2] power logrank, also see creating dataset of, [D] collapse
survival analysis dropping, [D] drop
to string conversion, see string functions dropping duplicate, [D] duplicates
number, confirm subcommand, [P] confirm duplicating, [D] expand
numbered duplicating, clustered, [D] expandcl
styles, [G-4] linestyle, [G-4] markerlabelstyle, identifying duplicate, [D] duplicates
[G-4] markerstyle, [G-4] pstyle increasing number of, [D] obs
numbers, [U] 12.2 Numbers inserting, [D] insobs
formatting, [D] format, [U] 12.5 Formats: marking, [P] mark
Controlling how data are displayed, maximum number of, [D] memory, [U] 6 Managing
[U] 20.9 Formatting the coefficient table memory
mapping to strings, [D] destring, [D] encode, ordering, [D] gsort, [D] sort
[D] label, also see real() function, also see transposing with variables, [D] xpose
strofreal() function
observed information matrix, [R] ml, [R] vce option,
missing values, see missing values [SEM] Glossary, [XT] vce options
precision, see numerical precision observed level of significance, see p-value
storing, see data types observed variables, [SEM] Intro 4, [SEM] Glossary
numeric, [M-2] Declarations, [M-6] Glossary Ochiai coefficient similarity measure,
numeric list, [P] numlist, [P] syntax, [MV] measure option
[U] 11.1.8 numlist odbc
numeric value labels, [D] labelbook describe command, [D] odbc
numerical integration, [M-5] Quadrature( ), [R] dydx exec() command, [D] odbc
numerical precision, [U] 13.12 Precision and problems insert command, [D] odbc
therein
list command, [D] odbc
numlabel command, [D] labelbook
load command, [D] odbc
numlist, [D] Glossary, [P] Glossary, [U] Glossary
query command, [D] odbc
numlist command, [P] numlist, [U] 11.1.8 numlist
sqlfile() command, [D] odbc
214 Subject index

ODBC data source, importing from, [D] odbc, ograph,


[U] 22.4 ODBC sources, [U] 22.5 JDBC sources bayesirf subcommand, [BAYES] bayesirf ograph
odbcdriver, set subcommand, [D] odbc, [R] set irf subcommand, [TS] irf ograph
odbcmgr, set subcommand, [D] odbc, [R] set OIM, see observed information matrix
odds, [PSS-5] Glossary, [ST] Glossary OLDPLACE directory, [P] sysdir, [U] 17.5 Where does
odds ratio, [META] Intro, [META] meta esize, Stata look for ado-files?
[META] meta summarize, [META] Glossary, OLE Automation, [P] Automation
[PSS-2] power, [PSS-2] power twoproportions, ologit command, [R] ologit, [R] ologit postestimation
[PSS-2] power pairedproportions, ologit regression, mixed-effects, [ME] meologit
[PSS-2] power cmh, [PSS-2] power mcc, OLS regression, see linear regression
[PSS-5] Glossary, [R] eform option,
omitted variables, [ERM] Intro 3, [ERM] Glossary
[R] Epitab, [SEM] estat eform, [ST] Glossary
omitted variables test, [R] regress postestimation, also
differences, [SVY] svy postestimation
see specification test
estimation, [CM] cmclogit, [LASSO] dslogit,
on,
[LASSO] pologit, [LASSO] xpologit, [R] binreg,
[R] clogit, [R] cloglog, [R] exlogistic, cmdlog subcommand, [R] log
[R] fracreg, [R] glm, [R] logistic, [R] logit, log subcommand, [R] log
[R] mlogit, [R] ologit, [R] scobit timer subcommand, [P] timer
Bayesian, [BAYES] bayes: binreg, one-parameter logistic model, [IRT] irt 1pl,
[BAYES] bayes: clogit, [IRT] Glossary
[BAYES] bayes: fracreg, one-at-a-time Markov chain Monte Carlo sampling,
[BAYES] bayes: glm, [BAYES] Intro, [BAYES] bayesmh,
[BAYES] bayes: logistic, [BAYES] Glossary
[BAYES] bayes: logit, onecorrelation, power subcommand, [PSS-2] power
[BAYES] bayes: meglm, onecorrelation
[BAYES] bayes: melogit, one-level model, [ME] me, [ME] Glossary
[BAYES] bayes: meologit, onemean,
[BAYES] bayes: ologit, ciwidth subcommand, [PSS-3] ciwidth onemean
[BAYES] bayes: xtlogit, power subcommand, [PSS-2] power onemean,
[BAYES] bayes: xtologit [PSS-2] power onemean, cluster
finite mixture model, [FMM] fmm: glm, oneproportion, power subcommand, [PSS-2] power
[FMM] fmm: logit oneproportion, [PSS-2] power oneproportion,
multilevel model, [ME] meglm, [ME] melogit, cluster
[ME] meologit one-sample
panel-data model, [XT] xtcloglog, [XT] xtgee, confidence interval, [PSS-1] Intro, [PSS-3] Intro
[XT] xtlogit, [XT] xtologit (ciwidth), [PSS-3] ciwidth, [PSS-3] ciwidth
structural equation modeling, [SEM] Intro 7, usermethod
[SEM] Example 33g, [SEM] Example 34g mean, [PSS-3] ciwidth onemean,
survey data, [SVY] svy estimation [PSS-4] Unbalanced designs
postestimation, [R] contrast, [R] exlogistic variance, [PSS-3] ciwidth onevariance
postestimation, [R] lincom correlation, see correlation, one-sample
OEx, [SEM] sem and gsem option covstructure( ) mean, see means, one-sample
off, proportion, see proportions, one-sample
cmdlog subcommand, [R] log standard deviation, see standard deviations, one-
log subcommand, [R] log sample
timer subcommand, [P] timer study, [PSS-2] power, [PSS-4] Unbalanced designs
Office Open XML, [M-5] docx*( ), [RPT] docx2pdf, test, [PSS-1] Intro, [PSS-2] Intro (power),
[RPT] Dynamic documents intro, [PSS-2] power, [PSS-2] power usermethod,
[RPT] dyndoc, [RPT] html2docx, [PSS-5] Glossary
[RPT] markdown, [RPT] putdocx intro, correlation, [PSS-2] power onecorrelation
[RPT] putdocx begin, [RPT] putdocx Cox proportional hazards model, [PSS-2] power
collect, [RPT] putdocx pagebreak,
cox
[RPT] putdocx paragraph, [RPT] putdocx table,
hazard function, [PSS-2] power cox
[TABLES] collect export, [U] 21.2 The dynamic
document commands, [U] 21.3 The putdocx, hazard ratio, [PSS-2] power cox
putpdf, and putexcel commands linear logit model, [PSS-2] power trend
Office, Microsoft, see Microsoft Office log hazard-ratio, [PSS-2] power cox
offset between axes and data, setting, mean, [PSS-2] power onemean,
[G-3] region options [PSS-4] Unbalanced designs
offset variable, [ST] Glossary partial correlation, [PSS-2] power pcorr
Subject index 215

one-sample test, continued operator,


proportion, [PSS-2] power oneproportion arithmetic, [M-2] op arith, [M-2] op colon,
regression coefficient, [PSS-2] power trend, [P] matrix define, [U] 13.2.1 Arithmetic
[PSS-2] power cox operators
R2 , [PSS-2] power rsquared assignment, [M-2] op assignment, [U] 11.1.5 =exp
slope, [PSS-2] power oneslope colon, [M-2] op colon, [M-6] Glossary
survivor function, [PSS-2] power cox column-join, [M-2] op join
variance, [PSS-2] power onevariance conditional, [M-2] op conditional
variance, see variance, one-sample conjugate transpose, [M-2] op transpose
one-sided increment (++) and decrement (–),
confidence interval, [PSS-3] Intro (ciwidth), [M-2] op increment, [P] macro
[PSS-3] ciwidth, [PSS-3] ciwidth onemean, Kronecker direct-product, [M-2] op kronecker,
[PSS-3] ciwidth twomeans, [PSS-3] ciwidth [P] matrix define
pairedmeans, [PSS-3] ciwidth onevariance, logical, [M-2] op colon, [M-2] op logical,
[PSS-5] Glossary [U] 13.2.4 Logical operators
test (power), [PSS-2] power, [PSS-2] power order of evaluation, [P] matrix define,
onemean, [PSS-2] power onemean, cluster, [U] 13.2.5 Order of evaluation, all operators
[PSS-2] power twomeans, [PSS-2] power range, [M-2] op range
twomeans, cluster, [PSS-2] power pairedmeans, relational, [M-2] op colon, [U] 13.2.3 Relational
[PSS-2] power oneproportion, [PSS-2] power operators
oneproportion, cluster, [PSS-2] power row-join, [M-2] op join
twoproportions, [PSS-2] power twoproportions, string,
cluster, [PSS-2] power pairedproportions,
concatenation, [M-4] String, [M-5] invtokens( ),
[PSS-2] power onevariance, [PSS-2] power
[U] 13.2.2 String operators
twovariances, [PSS-2] power onecorrelation,
[PSS-2] power twocorrelations, [PSS-2] power duplication, [M-4] String, [M-5] strdup( ),
oneway, [PSS-2] power oneslope, [PSS-2] power [U] 13.2.2 String operators
cmh, [PSS-2] power mcc, [PSS-2] power trend, time-series, [U] 11.4.3.6 Using factor variables with
[PSS-2] power cox, [PSS-2] power exponential, time-series operators, [U] 13.10 Time-series
[PSS-2] power logrank, [PSS-2] power logrank, operators
cluster, [PSS-5] Glossary difference, [U] 11.4.4 Time-series varlists
oneslope, power subcommand, [PSS-2] power lag, [U] 11.4.4 Time-series varlists
oneslope lead, [U] 11.4.4 Time-series varlists
one-step-ahead forecast, see static forecast programming, [M-5] st tsrevar( ), [TS] tsrevar
one-tailed test, see one-sided test (power) seasonal lag, [U] 11.4.4 Time-series varlists
onevariance, transpose, [M-2] op transpose
ciwidth subcommand, [PSS-3] ciwidth OPG, see outer product of the gradient
onevariance oprobit command, [R] oprobit, [R] oprobit
power subcommand, [PSS-2] power onevariance postestimation
one-way analysis of variance, [PSS-2] power, oprobit regression, mixed-effects, [ME] meoprobit
[PSS-2] power oneway, [PSS-5] Glossary, optimization, [M-3] mata set, [M-5] moptimize( ),
[R] kwallis, [R] loneway, [R] oneway [M-5] optimize( ), [M-6] Glossary, also see
oneway command, [R] oneway maximum likelihood estimation
one-way repeated-measures ANOVA, [PSS-2] power linear, see linear optimization
repeated, [PSS-5] Glossary optimize() function, [M-5] optimize( )
oneway, power subcommand, [PSS-2] power oneway optimize() function, [M-5] optimize( )
opaccum, matrix subcommand, [P] matrix accum optimize evaluate() function, [M-5] optimize( )
opacity, [G-4] colorstyle, [G-4] Glossary optimize evaluate() function, [M-5] optimize( )
open, file subcommand, [P] file optimize init() function, [M-5] optimize( )
OpenOffice dates, [D] Datetime values from other optimize init *() functions, [M-5] optimize( )
software optimize query() function, [M-5] optimize( )
operating characteristic curve, [IRT] Glossary, also see optimize result *() functions, [M-5] optimize( )
category characteristic curve option, [U] Glossary
operating system command, [D] cd, [D] copy, [D] dir, options, [U] 11 Language syntax
[D] erase, [D] mkdir, [D] rmdir, [D] shell, in a programming context, [P] syntax, [P] unab
[D] type repeated, [G-4] Concept: repeated options,
[G-4] Glossary
216 Subject index

or operator, see logical operators orthogonal, continued


Oracle, importing from, [D] odbc transformation, see orthogonal rotation
order orthogonalized impulse–response function,
observations, [D] gsort, [D] sort [BAYES] bayesirf, [TS] irf, [TS] var intro,
statistics, [D] egen, [R] lv [TS] vec intro, [TS] vec, [TS] Glossary
variables, [D] order, [D] sort orthonormal basis, [P] matrix svd
order command, [D] order orthpoly command, [R] orthog
order() function, [M-5] sort( ) other, query subcommand, [R] query
order of evaluation, see operator, order of evaluation outcome model, [ERM] Glossary, [TE] didregress,
ordered [TE] eteffects, [TE] etpoisson, [TE] etregress,
categorical variable, [ERM] Glossary [TE] teffects intro advanced, [TE] teffects
aipw, [TE] teffects ipwra, [TE] teffects ra,
complementary log–log regression, [SEM] Glossary
[TE] telasso, [TE] Glossary
logistic regression, [BAYES] bayes: meologit,
outcome variable, [LASSO] Glossary, [SP] Glossary
[BAYES] bayes: ologit,
[BAYES] bayes: xtologit, outcomes,
[BAYES] bayes: ziologit, [FMM] fmm: ologit, binary,
[ME] meologit, [R] ologit, [R] ziologit, complementary log–log, [BAYES] bayes: cloglog,
[SEM] Example 35g, [SVY] svy estimation [FMM] fmm, [FMM] fmm: cloglog,
logistic regression imputation, see imputation, [R] cloglog, [XT] xtcloglog
ordered logistic regression generalized estimating equations, [XT] xtgee
logit, see ordered logistic regression glm for binomial family, [BAYES] bayes: binreg,
logit regression, [SEM] Glossary, also see ordered [BAYES] bayes: glm, [FMM] fmm,
logistic regression [FMM] fmm: glm, [R] binreg, [R] glm
probit, [BAYES] bayes: heckoprobit, logistic, [BAYES] bayesmh
[BAYES] bayes: hetoprobit, evaluators, [BAYES] bayes: logistic,
[BAYES] bayes: meoprobit, [BAYES] bayes: logit,
[BAYES] bayes: oprobit, [BAYES] bayes: xtlogit, [FMM] fmm,
[BAYES] bayes: xtoprobit, [FMM] fmm: logit, [IRT] irt 1pl, [IRT] irt
[BAYES] bayes: zioprobit, [ERM] Intro 2, 2pl, [IRT] irt 3pl, [IRT] irt hybrid,
[ERM] eoprobit, [ERM] Example 6a, [LASSO] dslogit, [LASSO] elasticnet,
[ERM] Example 6b, [ERM] Example 9, [LASSO] lasso, [LASSO] pologit,
[FMM] fmm: oprobit, [ME] meoprobit, [LASSO] xpologit, [R] exlogistic, [R] logistic,
[R] heckoprobit, [R] hetoprobit, [R] oprobit, [R] logit, [R] scobit, [XT] xtlogit,
[R] zioprobit, [SEM] Example 35g, [XT] xtstreg
[SEM] Example 36g, [SVY] svy estimation multilevel
probit regression, [SEM] Glossary, also see ordered mixed-effects, [BAYES] bayes: mecloglog,
probit [BAYES] bayes: melogit,
ordinal [BAYES] bayes: meprobit, [ME] mecloglog,
[ME] meglm, [ME] melogit, [ME] meprobit
exposure, [PSS-2] power trend
power and sample size, [PSS-2] power,
item, [IRT] Glossary
[PSS-2] power oneproportion,
model, [SEM] Intro 5, [SEM] Example 31g, [PSS-2] power twoproportions,
[SEM] Example 32g, [SEM] Example 35g, [PSS-2] power pairedproportions,
[SEM] Example 36g [PSS-2] power cmh, [PSS-2] power mcc,
outcome, see outcomes, ordinal [PSS-2] power trend
outcome model, see outcomes, ordinal probit, [BAYES] bayes: biprobit,
ordinary least squares, see linear regression [BAYES] bayes: heckprobit,
ordination, [MV] mds, [MV] Glossary [BAYES] bayes: hetprobit,
orgtype, [M-2] Declarations, [M-6] Glossary [BAYES] bayes: probit,
orgtype() function, [M-5] eltype( ) [BAYES] bayes: xtprobit, [ERM] eprobit,
orientationstyle, [G-4] orientationstyle [ERM] Example 3a, [ERM] Example 3b,
orientationstyle, [G-4] Glossary [ERM] Example 4a, [ERM] Example 4b,
original data, [MI] Glossary [ERM] Example 5, [ERM] Example 6b,
orthog command, [R] orthog [FMM] fmm, [FMM] fmm: probit,
[LASSO] elasticnet, [LASSO] lasso,
orthogonal
[R] biprobit, [R] heckprobit, [R] hetprobit,
matrix, [M-6] Glossary [R] ivprobit, [R] probit, [XT] xtprobit
polynomial, [R] contrast, [R] margins, contrast, regress, [R] hetregress
[R] orthog
ROC analysis, [R] rocfit, [R] rocreg
rotation, [MV] factor postestimation, [MV] rotate,
[MV] rotatemat, [MV] Glossary
Subject index 217

outcomes, binary, continued outcomes, continues, continued


structural equation modeling, [SEM] Intro 5, power and sample size, [PSS-2] power onemean,
[SEM] Example 27g, [SEM] Example 28g, [PSS-2] power twomeans, [PSS-2] power
[SEM] Example 29g, [SEM] Example 30g, pairedmeans, [PSS-2] power onevariance,
[SEM] Example 31g, [SEM] Example 32g, [PSS-2] power twovariances, [PSS-2] power
[SEM] Example 33g, [SEM] Example 34g, onecorrelation, [PSS-2] power
[SEM] Example 50g twocorrelations, [PSS-2] power oneway,
treatment effects, [TE] eteffects, [TE] teffects [PSS-2] power twoway, [PSS-2] power
aipw, [TE] teffects ipw, [TE] teffects repeated
ipwra, [TE] teffects nnmatch, [TE] teffects precision and sample size, [PSS-3] ciwidth
psmatch, [TE] teffects ra, [TE] telasso onemean, [PSS-3] ciwidth twomeans,
categorical, [PSS-3] ciwidth pairedmeans,
logistic, [BAYES] bayes: mlogit, [PSS-3] ciwidth onevariance
[BAYES] bayes: xtmlogit, [CM] cmclogit, time series, [TS] arch, [TS] arfima, [TS] arima,
[CM] cmmixlogit, [CM] cmxtmixlogit, [TS] dfactor, [TS] mgarch ccc, [TS] mgarch
[CM] nlogit, [FMM] fmm, dcc, [TS] mgarch dvech, [TS] mgarch vcc,
[FMM] fmm: mlogit, [IRT] irt nrm, [IRT] irt [TS] mswitch, [TS] newey, [TS] prais,
hybrid, [R] clogit, [R] mlogit, [R] slogit, [TS] sspace, [TS] threshold, [TS] ucm,
[XT] xtmlogit [TS] var, [TS] var svar, [TS] vec
probit, [BAYES] bayes: mprobit, treatment effects, [TE] didregress, [TE] eteffects,
[BAYES] bayes: probit, [TE] etregress, [TE] teffects aipw,
[BAYES] bayes: xtprobit, [CM] cmmprobit, [TE] teffects ipw, [TE] teffects ipwra,
[R] mprobit [TE] teffects nnmatch, [TE] teffects
censored, multilevel mixed-effects, psmatch, [TE] teffects ra, [TE] telasso
[BAYES] bayes: metobit, [ME] meintreg, count, [U] 27.8 Count outcomes
[ME] metobit generalized estimating equations, [XT] xtgee
continuous, [ERM] eintreg, [ERM] eregress, heckpoisson, [R] heckpoisson
[FMM] fmm, [LASSO] dsregress, multilevel, [SEM] Example 39g
[LASSO] elasticnet, [LASSO] lasso, multilevel
[LASSO] poivregress, [LASSO] poregress, mixed-effects, [BAYES] bayes: menbreg,
[LASSO] sqrtlasso, [LASSO] xpoivregress, [BAYES] bayes: mepoisson, [ME] menbreg,
[LASSO] xporegress, [R] anova, [R] areg, [ME] mepoisson
[R] churdle, [R] cnsreg, [R] frontier, [R] glm, negative binomial, [BAYES] bayes: gnbreg,
[R] heckman, [R] hetregress, [R] intreg, [BAYES] bayes: nbreg,
[R] ivregress, [R] ivtobit, [R] qreg, [R] reg3, [BAYES] bayes: tnbreg,
[R] regress, [R] rreg, [R] sureg, [R] tobit, [BAYES] bayes: xtnbreg,
[R] truncreg, [R] vwls [BAYES] bayes: zinb, [FMM] fmm,
Bayesian, [FMM] fmm: nbreg, [R] nbreg, [R] tnbreg,
[BAYES] bayesmh, [BAYES] bayes: dsge, [R] zinb, [SEM] Intro 5, [XT] xtnbreg
[BAYES] bayes: dsgenl, Poisson, [BAYES] bayes: poisson,
[BAYES] bayes: glm, [BAYES] bayes: tpoisson,
[BAYES] bayes: heckman, [BAYES] bayes: xtpoisson,
[BAYES] bayes: hetregress, [BAYES] bayes: zip,
[BAYES] bayes: intreg, [FMM] fmm, [FMM] fmm: poisson,
[BAYES] bayes: regress, [FMM] fmm: tpoisson, [FMM] Example 2,
[BAYES] bayes: tobit, [FMM] Example 3, [LASSO] dspoisson,
[BAYES] bayes: truncreg, [LASSO] elasticnet, [LASSO] lasso,
[BAYES] bayes: var, [BAYES] bayes: xtreg [LASSO] popoisson, [LASSO] xpopoisson,
multilevel mixed-effects, [ME] meglm, [R] cpoisson, [R] expoisson, [R] ivpoisson,
[ME] meintreg, [ME] menl, [ME] metobit, [R] poisson, [R] tpoisson, [R] zip,
[ME] mixed [SEM] Intro 5, [SEM] Example 34g,
panel data, [BAYES] bayes: xtreg, [SEM] Example 53g, [SEM] Example 54g,
[ERM] eintreg, [ERM] eregress, [TE] etpoisson, [XT] xtpoisson
[ERM] Example 7, [ERM] Example 8a, treatment effects, [TE] eteffects, [TE] etpoisson,
[ERM] Example 8b, [TE] didregress, [TE] teffects aipw, [TE] teffects ipw,
[XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, [TE] teffects ipwra, [TE] teffects nnmatch,
[XT] xtfrontier, [XT] xtgls, [XT] xtheckman, [TE] teffects psmatch, [TE] teffects ra,
[XT] xthtaylor, [XT] xtintreg, [XT] xtivreg, [TE] telasso
[XT] xtpcse, [XT] xtreg, [XT] xtregar,
[XT] xttobit
218 Subject index

outcomes, continued outliers, continued


fractional, identifying, [R] jackknife, [R] lv, [R] regress
beta, [BAYES] bayes: betareg, postestimation
[FMM] fmm: betareg, [R] betareg outlines, suppressing, [G-4] linestyle
fractional response, [BAYES] bayes: fracreg, outlining regions, [G-3] region options
[R] fracreg out-of-sample predictions, [R] predict, [R] predictnl,
treatment effects, [TE] eteffects, [TE] teffects [U] 20.11.3 Making out-of-sample predictions,
ipw, [TE] teffects nnmatch, [TE] teffects see simulated outcome
psmatch out-of-sample R2 , [LASSO] Glossary
multinomial, see categorical subentry, see ordinal output,
subentry, see rank subentry query subcommand, [R] query
ordinal, set subcommand, [P] quietly, [R] set
logistic, [BAYES] bayes: ologit, output gap, [TS] Glossary
[BAYES] bayes: xtologit, output,
[BAYES] bayes: ziologit, [FMM] fmm, coefficient table,
[FMM] fmm: ologit, [IRT] irt grm,
automatically widen, [R] set
[IRT] irt pcm, [IRT] irt rsm, [IRT] irt
hybrid, [R] ologit, [R] slogit, [R] ziologit, display settings, [R] set showbaselevels
[XT] xtologit format settings, [R] set cformat
multilevel controlling the scrolling of, [R] more, [U] 7 –more–
mixed-effects, [BAYES] bayes: meologit, conditions
[BAYES] bayes: meoprobit, [ME] meologit, displaying, [P] display, [P] smcl
[ME] meoprobit formatting numbers, [D] format
probit, [BAYES] bayes: hetoprobit, printing, [R] translate, [U] 15 Saving and printing
[BAYES] bayes: oprobit, output—log files
[BAYES] bayes: xtoprobit, recording, [R] log
[BAYES] bayes: zioprobit, [ERM] eoprobit, settings, [P] creturn
[ERM] Example 6a, [ERM] Example 9, suppressing, [P] quietly
[FMM] fmm, [FMM] fmm: oprobit, outside values, [R] lv
[R] heckoprobit, [R] hetoprobit, [R] oprobit, over() option, [G-2] graph bar, [G-2] graph box,
[R] zioprobit, [XT] xtoprobit [G-2] graph dot
treatment effect, [TE] teffects multivalued overall effect size, [META] meta, [META] Glossary
polytomous, see categorical subentry, see ordinal overdispersion, [ME] menbreg, [ME] mepoisson,
subentry, see rank subentry [ME] mestreg, [ME] Glossary, also see
rank, imputation, overdispersed count data
logistic, [CM] cmrologit overid,
probit, [CM] cmroprobit estat subcommand, [R] gmm postestimation,
survival, [FMM] fmm [R] ivpoisson postestimation, [R] ivregress
competing risks, [ST] stcrreg postestimation
Cox, [ST] stcox, [ST] stintcox tebalance subcommand, [TE] tebalance overid
parametric, [BAYES] bayes: streg, overidentifying restrictions, [XT] Glossary
[FMM] fmm: streg, [FMM] Example 4, tests of, [R] gmm postestimation, [R] ivpoisson
[ST] stintreg, [ST] streg postestimation, [R] ivregress postestimation,
power and sample size, [PSS-2] power cox, [XT] xtabond, [XT] xtabond postestimation,
[PSS-2] power exponential, [PSS-2] power [XT] xtdpd, [XT] xtdpdsys, [XT] xtdpdsys
logrank postestimation
treatment effects, [TE] stteffects ipw, overlap assumption, [TE] teffects intro, [TE] teffects
[TE] stteffects ipwra, [TE] stteffects ra, intro advanced, [TE] teoverlap, [TE] Glossary
[TE] stteffects wra overlap, teffects subcommand, [TE] teoverlap
outer overloading, class program names, [P] class
fence, [R] lv ovtest, estat subcommand, [R] regress
product, see Kronecker direct product postestimation
product of the gradient, [R] ml, [R] vce option,
[SEM] Glossary, [XT] vce options
outfile command, [D] outfile P
outliers,
downweighting, [R] qreg, [R] rreg p charts, see fraction defective
graphing, [G-2] graph twoway lfitci, [G-2] graph P–P plot, [R] Diagnostic plots
twoway qfitci p-value, [SEM] Glossary
pac command, [TS] corrgram
Subject index 219

pagebreak, paragraph,
putdocx subcommand, [RPT] putdocx pagebreak putdocx subcommand, [RPT] putdocx paragraph
putpdf subcommand, [RPT] putpdf pagebreak putpdf subcommand, [RPT] putpdf paragraph
pagenumber, putdocx subcommand, [RPT] putdocx parallel number list, [PSS-2] power, [PSS-3] ciwidth
paragraph parallel-trends assumption, [TE] DID intro,
pagesize, set subcommand, [R] more, [R] set [TE] didregress, [TE] didregress postestimation
paging of screen output, controlling, [P] more, parameter
[R] more, [U] 7 –more– conditions constraints, [SEM] estat ginvariant,
paired [SEM] Glossary
data, [PSS-5] Glossary stability, [TS] estat sbcusum
means, see means, paired trace files, [MI] mi impute mvn, [MI] mi ptrace
observations, see paired data parameterized curves, [D] range
proportions, see proportions, paired parameters, [SEM] Glossary
study, [PSS-2] power, [PSS-2] power mcc combinations of, [SEM] lincom, [SEM] nlcom
test, [PSS-5] Glossary system, see system parameters
paired-coordinate plots, [G-2] graph twoway pcarrow, parametric
[G-2] graph twoway pccapsym, [G-2] graph methods, [MV] Glossary
twoway pcscatter, [G-2] graph twoway pcspike spectral density estimation, [TS] psdensity
pairedmeans, survival models, [BAYES] bayes: mestreg,
ciwidth subcommand, [PSS-3] ciwidth [BAYES] bayes: streg, [FMM] fmm,
pairedmeans [FMM] fmm: streg, [FMM] Example 4,
pairedmeans, power subcommand, [PSS-2] power [ME] mestreg, [SEM] Intro 5,
pairedmeans [SEM] Example 47g, [SEM] Example 48g,
pairedproportions, power subcommand, [SEM] Example 49g, [ST] stintreg, [ST] streg,
[PSS-2] power pairedproportions [SVY] svy estimation
paired-sample PARCH, see power autoregressive conditional
confidence interval, [PSS-1] Intro, [PSS-3] Intro heteroskedasticity
(ciwidth), [PSS-3] ciwidth, [PSS-3] ciwidth parsedistance, cluster subcommand, [MV] cluster
pairedmeans programming utilities
test, [PSS-1] Intro, [PSS-2] Intro (power), parsimax rotation, [MV] rotate, [MV] rotatemat,
[PSS-2] power, [PSS-2] power pairedmeans, [MV] Glossary
[PSS-2] power pairedproportions parsing, [M-5] tokenget( ), [M-5] tokens( ),
pairwise [M-5] ustrsplit( ), [P] gettoken, [P] numlist,
combinations, [D] cross, [D] joinby [P] syntax, [P] tokenize, [U] 18.4 Program
comparisons, [MV] Intro, [R] margins, pwcompare, arguments
[R] marginsplot, [R] pwcompare, [R] pwmean, partial
[U] 20.18 Obtaining pairwise comparisons autocorrelation function, [TS] corrgram,
correlation, [R] correlate [TS] Glossary
pairwise, estat subcommand, [MV] mds correlation, [PSS-2] power, [PSS-2] power pcorr,
postestimation [PSS-5] Glossary, [R] pcorr
palette color command, [G-2] palette credit model, [IRT] irt pcm, [IRT] Glossary
palette linepalette command, [G-2] palette DFBETA, [ST] stcox postestimation, [ST] stcrreg
palette smclsymbolpalette command, postestimation, [ST] Glossary
[G-2] palette effects, [CM] margins, [R] margins,
palette symbolpalette command, [G-2] palette [R] marginsplot
panel data, [BAYES] bayes, [BAYES] bayesmh, likelihood displacement value, [ST] Glossary
[CM] Glossary, [D] assertnested, LMAX value, [ST] stcox postestimation,
[ERM] Glossary, [M-5] panelsetup( ), [ST] Glossary
[M-5] panelsum( ), [MI] mi estimate, regression leverage plot, [R] regress postestimation
[SP] Glossary, [U] 27.15 Panel-data models, diagnostic plots
[XT] xt, [XT] Glossary, also see area data regression plot, [R] regress postestimation
panel-corrected standard error, [XT] xtpcse, diagnostic plots
[XT] Glossary residual plot, [R] regress postestimation diagnostic
panels, variable identifying, [CM] cmset, [XT] xtset plots
panelsetup() function, [M-5] panelsetup( ) partialing out, [LASSO] Lasso inference
panelstats() function, [M-5] panelsetup( ) intro, [LASSO] Inference examples,
panelsubmatrix() function, [M-5] panelsetup( ) [LASSO] Inference requirements,
panelsubview() function, [M-5] panelsetup( ) [LASSO] poivregress, [LASSO] pologit,
panelsum() function, [M-5] panelsum( )
220 Subject index

partialing out, continued pcamat command, [MV] pca, [MV] pca


[LASSO] popoisson, [LASSO] poregress, postestimation
[LASSO] Glossary pcarrow, graph twoway subcommand, [G-2] graph
partially specified target rotation, [MV] rotate, twoway pcarrow
[MV] rotatemat, [MV] Glossary pcarrowi, graph twoway subcommand, [G-2] graph
partition cluster-analysis methods, [MV] cluster kmeans twoway pcarrowi
and kmedians, [MV] Glossary pcbarrow, graph twoway subcommand, [G-2] graph
partitioned matrices, [P] matrix define twoway pcarrow
partitioning memory, [U] 6 Managing memory pccapsym, graph twoway subcommand, [G-2] graph
Parzen kernel function, [G-2] graph twoway kdensity, twoway pccapsym
[G-2] graph twoway lpoly, [R] kdensity, pchart command, [R] QC
[R] lpoly, [R] npregress kernel, [R] qreg, pchi command, [R] Diagnostic plots
[TE] tebalance density, [TE] teoverlap pci, graph twoway subcommand, [G-2] graph twoway
passive imputation, see imputation, passive pci
passive variables, see variables, multiple-imputation PCM, see partial credit model
passive pcm, irt subcommand, [IRT] irt pcm, [IRT] irt pcm
passive, mi subcommand, [MI] mi passive postestimation
past history, [ST] stset, [ST] Glossary p-conformability, [M-6] Glossary
path (in a filesystem sense), [M-5] pathjoin( ), pcorr command, [R] pcorr
[P] creturn, [U] 11.6 Filenaming conventions pcorr, power subcommand, [PSS-2] power pcorr
path (in an SEM sense), [SEM] Glossary pcscatter, graph twoway subcommand, [G-2] graph
adding, [SEM] Intro 6 twoway pcscatter
coefficients, [SEM] Glossary PCSE, see panel-corrected standard error
constraining, [SEM] Intro 4 pcspike, graph twoway subcommand, [G-2] graph
diagrams, [SEM] Intro 2, [SEM] Intro 3, twoway pcspike
[SEM] Glossary pctile(), egen function, [D] egen
model, [SEM] Intro 5 pctile command, [D] pctile
notation, [SEM] Intro 2, [SEM] Intro 3, pctile command, [D] pctile
[SEM] gsem path notation extensions, PDF, see Portable Document Format
[SEM] sem and gsem path notation, [SEM] sem Pdf*() functions, [M-5] Pdf*( )
path notation extensions, [SEM] Glossary Pearson
pathasciisuffix() function, [M-5] pathjoin( ) coefficient similarity measure,
pathbasename() function, [M-5] pathjoin( ) [MV] measure option
pathgetparent() function, [M-5] pathjoin( ) goodness-of-fit test, [R] estat gof
pathisabs() function, [M-5] pathjoin( ) product-moment correlation coefficient,
pathisurl() function, [M-5] pathjoin( ) [PSS-2] power onecorrelation, [PSS-2] power
pathjoin() function, [M-5] pathjoin( ) twocorrelations, [R] correlate
pathlist() function, [M-5] pathjoin( ) residual, [ME] mecloglog postestimation,
pathresolve() function, [M-5] pathjoin( ) [ME] meglm postestimation, [ME] melogit
pathrmsuffix() function, [M-5] pathjoin( ) postestimation, [ME] menbreg postestimation,
pathsearchlist() function, [M-5] pathjoin( ) [ME] mepoisson postestimation, [ME] meprobit
pathsplit() function, [M-5] pathjoin( ) postestimation, [R] binreg postestimation,
pathstatasuffix() function, [M-5] pathjoin( ) [R] clogit postestimation, [R] glm
postestimation, [R] logistic postestimation,
pathsubsysdir() function, [M-5] pathjoin( )
[R] logit postestimation
pathsuffix() function, [M-5] pathjoin( )
Pearson’s correlation, [PSS-5] Glossary, also see
pattern Pearson product-moment correlation coefficient
matching, [M-5] strmatch( ) Pedroni test, [XT] xtcointtest
of data, [D] egen pedroni, xtcointtest subcommand, [XT] xtcointtest
of missing values, [R] misstable Pegdown, [RPT] markdown
of missingness, [MI] Intro substantive, [MI] mi penalized
impute, [MI] mi misstable, [MI] Glossary
coefficients, [LASSO] Glossary
patterns, misstable subcommand, [R] misstable
estimators, [LASSO] Glossary
pause command, [P] pause
penalized log-likelihood function, [ST] stcox,
pausing until key is pressed, [P] more, [R] more, [ST] Glossary
[U] 7 –more– conditions
penalty
pc(), egen function, [D] egen
loadings, [LASSO] Glossary
PCA, see principal component analysis
parameter, [LASSO] Glossary
pca command, [MV] pca, [MV] pca postestimation
Penn World Table, importing from, [D] import fred
Subject index 221

percentiles, pkcross command, [R] pkcross


create pkequiv command, [R] pkequiv
dataset of, [D] collapse pkexamine command, [R] pkexamine
variable containing, [D] codebook, [D] egen, .pkg filename suffix, [R] net
[D] pctile pkshape command, [R] pkshape
displaying, [CM] cmsummarize, [R] centile, [R] lv, pksumm command, [R] pksumm
[R] summarize, [R] table summary, [R] table, places, [SP] Glossary
[R] tabstat Plackett–Luce model, [CM] cmrologit
perfect prediction, see imputation, perfect prediction plain ASCII, [D] Glossary, [P] Glossary, [U] Glossary
pergram command, [TS] pergram planar coordinates, see coordinate system
perhapsequilc() function, [M-5] equilrc( ) platforms for which Stata is available,
perhapsequilr() function, [M-5] equilrc( ) [U] 5.1 Platforms
perhapsequilrc() function, [M-5] equilrc( ) play, graph subcommand, [G-2] graph play
period, estat subcommand, [TS] ucm, [TS] ucm play() option, [G-3] play option
postestimation playsnd, set subcommand, [R] set
periodogram, [TS] pergram, [TS] psdensity, plegend() option, [G-3] legend options
[TS] Glossary plot, definition, [G-4] pstyle
permname macro function, [P] macro plot, ml subcommand, [R] ml
permutation matrix and vector, [M-1] Permutation, plot region, [G-3] region options, [G-4] Glossary
[M-5] invorder( ), [M-6] Glossary
suppressing border around, [G-3] region options
permutation test, [M-5] cvpermute( ), [R] permute
plotregion() option, [G-3] region options
permute prefix command, [R] permute
plotregionstyle, [G-4] plotregionstyle, [G-4] Glossary
person location, [IRT] Glossary
plottypes, [G-2] graph twoway, [G-4] Glossary
personal command, [P] sysdir
base, [G-3] advanced options
PERSONAL directory, [P] sysdir, [U] 17.5 Where does
derived, [G-3] advanced options
Stata look for ado-files?
plugin, [P] Glossary
person-time, [ST] stptime
plugin option, [P] plugin, [P] program
Peters test, [META] meta bias
plugin,
Peto’s method, [META] Glossary
Java, [P] Java intro, [P] Java plugin, [P] Java
pformat, set subcommand, [R] set, [R] set cformat
utilities, [P] javacall
pharmaceutical statistics, [R] pk, [R] pksumm
loading, [P] plugin
pharmacokinetic data, [R] pk,
plugins, [LASSO] Inference examples, [LASSO] lasso
[R] pkcollapse, [R] pkcross, [R] pkequiv,
fitting, [LASSO] Glossary
[R] pkexamine, [R] pkshape, [R] pksumm,
[U] 27.21 Pharmacokinetic data plural() function, [FN] String functions
pharmacokinetic plots, [R] pkexamine PLUS directory, [P] sysdir, [U] 17.5 Where does Stata
look for ado-files?
phase function, [TS] tsfilter, [TS] Glossary
PMM imputation, see imputation, predictive mean
Phillips curve, [TS] Glossary
matching
Phillips–Perron test, [TS] pperron
PNG, see Portable Network Graphics
phtest, estat subcommand, [ST] stcox PH-
pnorm command, [R] Diagnostic plots
assumption tests
po, [LASSO] Glossary
pi built-in variable, [U] 11.3 Naming conventions
point estimate, [SVY] Glossary
pi() function, [M-5] sin( )
point-and-click analysis, see graphical user interface
pi, value of, [U] 11.3 Naming conventions,
[U] 13.4 System variables ( variables) pointers, [M-2] pointers, [M-2] ftof,
[M-5] findexternal( ), [M-6] Glossary
pie chart, [G-2] graph pie
pointmass density, [FMM] fmm: pointmass,
pie, graph subcommand, [G-2] graph pie
[FMM] Glossary
piece macro function, [P] macro
points, connecting, [G-3] connect options,
piecewise [G-4] connectstyle
cubic functions, [R] mkspline Poisson
linear functions, [R] mkspline distribution,
Pillai’s trace statistic, [MV] canon, [MV] manova, confidence intervals, [R] ci
[MV] mvtest means, [MV] Glossary
cumulative, [FN] Statistical functions,
pinnable, set subcommand, [R] set [M-5] normal( )
pinv() function, [M-5] pinv( ) inverse cumulative, [FN] Statistical functions,
pinv() function, [M-5] pinv( ) [M-5] normal( )
pk, see pharmacokinetic data inverse reverse cumulative, [FN] Statistical
pkcollapse command, [R] pkcollapse functions, [M-5] normal( )
222 Subject index

Poisson distribution, continued polydiv() function, [M-5] polyeval( )


reverse cumulative, [FN] Statistical functions, polyeval() function, [M-5] polyeval( )
[M-5] normal( ) polyinteg() function, [M-5] polyeval( )
probability mass function, [FN] Statistical functions, polymorphism, [P] class
[M-5] normal( ) polymult() function, [M-5] polyeval( )
regression, [R] nbreg, [R] poisson, [ST] stcox, polynomial, [M-5] polyeval( )
[SVY] svy estimation basis, [R] npregress series
Bayesian, [BAYES] bayes, [BAYES] bayesmh, fractional, [R] fp, [R] mfp
[BAYES] bayes: glm, orthogonal, [R] orthog
[BAYES] bayes: meglm,
smoothing, see local polynomial
[BAYES] bayes: mepoisson,
[BAYES] bayes: poisson, polyroots() function, [M-5] polyeval( )
[BAYES] bayes: tpoisson, polysolve() function, [M-5] polyeval( )
[BAYES] bayes: xtpoisson, polytomous
[BAYES] bayes: zip item, see categorical item
censored, [R] cpoisson logistic regression, see logistic and logit regression,
elastic net, [LASSO] elasticnet multinomial
finite mixture model, [FMM] fmm, outcome model, see outcomes, polytomous
[FMM] fmm: poisson, [FMM] Example 2 polytrim() function, [M-5] polyeval( )
fixed-effects, [XT] xtpoisson POMs, see potential-outcome means
generalized linear model, [BAYES] bayes: glm, pooled effect size, see overall effect size
[BAYES] bayes: meglm, [FMM] fmm: glm, pooled estimates, [R] Epitab
[ME] meglm, [R] glm pooled estimator, [XT] Glossary
lasso, [LASSO] Lasso inference intro, pooling step, [MI] Intro substantive, [MI] mi estimate,
[LASSO] dspoisson, [LASSO] Inference [MI] mi estimate using, [MI] mi predict
examples, [LASSO] lasso, popoisson command, [LASSO] Inference examples,
[LASSO] popoisson, [LASSO] xpopoisson [LASSO] lasso inference postestimation,
mixed-effects, [BAYES] bayes: mepoisson, [LASSO] popoisson
[ME] mepoisson population
model, [XT] Glossary attributable risk, [R] Epitab
population-averaged, [XT] xtgee, [XT] xtpoisson error, [SEM] estat gof, [SEM] Example 4
random-effects, [XT] xtpoisson parameter, [PSS-2] power, [PSS-2] power onemean,
structural equation modeling, [PSS-2] power twomeans, [PSS-2] power
[SEM] Example 34g, [SEM] Example 39g, pairedmeans, [PSS-2] power oneproportion,
[SEM] Example 53g, [SEM] Example 54g, [PSS-2] power twoproportions, [PSS-2] power
[SEM] Glossary pairedproportions, [PSS-2] power onevariance,
truncated, [BAYES] bayes: tpoisson, [PSS-2] power twovariances, [PSS-2] power
[FMM] fmm: tpoisson, [R] tpoisson onecorrelation, [PSS-2] power twocorrelations,
with sample selection, [R] heckpoisson [PSS-2] power oneway, [PSS-2] power twoway,
zero-inflated, [BAYES] bayes: zip, [R] zip [PSS-2] power repeated, [PSS-3] ciwidth
poisson command, [R] nbreg, [R] poisson, onemean, [PSS-3] ciwidth twomeans,
[R] poisson postestimation [PSS-3] ciwidth pairedmeans, [PSS-3] ciwidth
poisson() function, [FN] Statistical functions, onevariance, [PSS-4] Unbalanced designs
[M-5] normal( ) pyramid, [G-2] graph twoway bar
poissonp() function, [FN] Statistical functions, size, [PSS-2] power, [PSS-2] power onemean,
[M-5] normal( ) [PSS-2] power pairedmeans, [PSS-3] ciwidth
poissontail() function, [FN] Statistical functions, onemean, [PSS-3] ciwidth pairedmeans
[M-5] normal( ) standard deviation, see subpopulation, standard
poivregress command, [LASSO] Inference deviations of
examples, [LASSO] lasso inference standard errors, [ERM] Intro 5
postestimation, [LASSO] poivregress population-averaged model, [XT] xtcloglog, [XT] xtgee,
polar coordinates, [D] range [XT] xtlogit, [XT] xtnbreg, [XT] xtpoisson,
policy, estat subcommand, [DSGE] estat policy [XT] xtprobit, [XT] xtreg, [XT] Glossary
policy matrix, [DSGE] estat policy, [DSGE] Glossary populations,
pologit command, [LASSO] Inference examples, diagnostic plots, [R] Diagnostic plots
[LASSO] lasso inference postestimation, examining, [R] histogram, [R] lv, [R] spikeplot,
[LASSO] pologit [R] stem, [R] summarize, [R] table
polyadd() function, [M-5] polyeval( ) standard, [R] dstdize
polyderiv() function, [M-5] polyeval( ) testing equality of, see distributions, testing equality
of
Subject index 223

populations, continued posterior, continued


testing for normality, [R] sktest, [R] swilk odds, [BAYES] Intro, [BAYES] Bayesian
poregress command, [LASSO] Inference examples, commands, [BAYES] bayesstats ic,
[LASSO] lasso inference postestimation, [BAYES] bayestest model, [BAYES] Glossary
[LASSO] poregress predictive
Portable Document Format, [G-2] graph export, checking, [BAYES] Glossary
[G-4] Glossary, [R] translate, [RPT] docx2pdf, distribution, [BAYES] Intro, [BAYES] Glossary
[RPT] putpdf intro, [TABLES] collect export p-value, [BAYES] Intro, [BAYES] Bayesian
create, [M-5] Pdf*( ), [RPT] putpdf begin, commands, [BAYES] bayesmh,
[RPT] putpdf collect, [RPT] putpdf pagebreak, [BAYES] Bayesian postestimation,
[RPT] putpdf paragraph, [RPT] putpdf table [BAYES] bayesstats, [BAYES] bayesstats
Portable Network Graphics, [G-2] graph export, ppvalues, [BAYES] bayespredict,
[G-3] png options, [G-4] Glossary [BAYES] Glossary
portmanteau statistic, [TS] corrgram, [TS] wntestq, probabilities, [BAYES] Intro, [BAYES] Bayesian
[TS] Glossary commands, [BAYES] bayesmh,
positive effect size, [PSS-2] power, [PSS-5] Glossary [BAYES] bayestest interval, [BAYES] bayestest
post, model, [MV] Glossary
frame subcommand, [P] frame post standard deviation, [BAYES] bayes,
post command, [P] postfile [BAYES] bayesmh, [BAYES] bayesstats
post, ereturn subcommand, [P] ereturn, summary
[P] makecns, [P] return postest command, [R] postest
postclose command, [P] postfile postestimation command,
posterior Bayesian,
distribution, [BAYES] Intro, [BAYES] Bayesian [BAYES] bayesgraph, [BAYES] bayesstats
commands, [BAYES] bayes, [BAYES] bayesmh, ess, [BAYES] bayesstats grubin,
[BAYES] Glossary [BAYES] bayesstats ic, [BAYES] bayesstats
ppvalues, [BAYES] bayesstats summary,
independence, see independent a posteriori
[BAYES] bayestest interval, [BAYES] bayestest
interval, see credible interval model, [BAYES] bayespredict,
mean, [BAYES] Intro, [BAYES] Bayesian [BAYES] bayesvarstable, [BAYES] bayesfcast
commands, [BAYES] bayes, [BAYES] bayesmh, compute, [BAYES] bayesfcast graph,
[BAYES] bayesstats summary, [IRT] irt 1pl [BAYES] bayesirf, [BAYES] bayesirf create
postestimation, [IRT] irt 2pl postestimation, dynamic stochastic general equilibrium,
[IRT] irt 3pl postestimation, [IRT] irt grm [DSGE] estat covariance, [DSGE] estat policy,
postestimation, [IRT] irt nrm postestimation, [DSGE] estat stable, [DSGE] estat steady,
[IRT] irt pcm postestimation, [IRT] irt rsm [DSGE] estat transition
postestimation, [IRT] irt hybrid postestimation,
estat, [CM] cmmprobit postestimation,
[IRT] Glossary, [ME] mecloglog postestimation,
[CM] cmroprobit postestimation, [CM] nlogit
[ME] meglm postestimation, [ME] meintreg
postestimation, [DSGE] estat covariance,
postestimation, [ME] melogit postestimation,
[DSGE] estat policy, [DSGE] estat stable,
[ME] menbreg postestimation, [ME] meologit
[DSGE] estat steady, [DSGE] estat transition,
postestimation, [ME] meoprobit postestimation,
[ERM] estat teffects, [FMM] estat eform,
[ME] mepoisson postestimation, [ME] meprobit
[FMM] estat lcmean, [FMM] estat lcprob,
postestimation, [ME] mestreg postestimation,
[IRT] estat report, [IRT] estat greport,
[ME] metobit postestimation, [ME] Glossary
[ME] estat df, [ME] estat group, [ME] estat
mode, [BAYES] Intro, [IRT] irt 1pl postestimation, icc, [ME] estat recovariance, [ME] estat
[IRT] irt 2pl postestimation, [IRT] irt 3pl sd, [ME] estat wcorrelation, [META] estat
postestimation, [IRT] irt grm postestimation, heterogeneity, [META] estat recovariance,
[IRT] irt nrm postestimation, [IRT] irt [META] estat sd, [MV] ca postestimation,
pcm postestimation, [IRT] irt rsm [MV] canon postestimation, [MV] discrim
postestimation, [IRT] irt hybrid postestimation, estat, [MV] factor postestimation, [MV] mca
[IRT] Glossary, [ME] mecloglog postestimation, postestimation, [MV] mds postestimation,
[ME] meglm postestimation, [ME] meintreg [MV] pca postestimation, [MV] procrustes
postestimation, [ME] melogit postestimation, postestimation, [P] estat programming,
[ME] menbreg postestimation, [ME] meologit [R] bootstrap postestimation, [R] estat,
postestimation, [ME] meoprobit postestimation, [R] estat classification, [R] estat gof, [R] estat
[ME] mepoisson postestimation, [ME] meprobit ic, [R] estat summarize, [R] estat vce,
postestimation, [ME] mestreg postestimation, [R] exlogistic postestimation, [R] expoisson
[ME] metobit postestimation, [ME] Glossary postestimation, [R] gmm postestimation,
[R] ivpoisson postestimation, [R] ivregress
postestimation, [R] poisson postestimation,
224 Subject index

postestimation command, estat, continued postestimation command, continued


[R] regress postestimation, [R] regress structural equation modeling, [SEM] estat eform,
postestimation time series, [R] rocreg [SEM] estat eqgof, [SEM] estat eqtest,
postestimation, [SEM] estat eform, [SEM] estat [SEM] estat framework, [SEM] estat ggof,
eqgof, [SEM] estat eqtest, [SEM] estat [SEM] estat ginvariant, [SEM] estat gof,
framework, [SEM] estat ggof, [SEM] estat [SEM] estat lcgof, [SEM] estat lcmean,
ginvariant, [SEM] estat gof, [SEM] estat [SEM] estat lcprob, [SEM] estat mindices,
lcgof, [SEM] estat lcmean, [SEM] estat [SEM] estat residuals, [SEM] estat scoretests,
lcprob, [SEM] estat mindices, [SEM] estat [SEM] estat sd, [SEM] estat stable, [SEM] estat
residuals, [SEM] estat scoretests, [SEM] estat stdize, [SEM] estat summarize, [SEM] estat
sd, [SEM] estat stable, [SEM] estat stdize, teffects
[SEM] estat summarize, [SEM] estat survey, [SVY] estat, [SVY] svy postestimation
teffects, [SP] estat moran, [SP] spivregress survival analysis, [ST] stcox PH-assumption
postestimation, [SP] spregress postestimation, tests, [ST] stcox postestimation, [ST] stcurve,
[SP] spxtregress postestimation, [ST] stcox PH- [ST] stintcox PH-assumption plots,
assumption tests, [ST] stcox postestimation, [ST] stintcox postestimation, [ST] stintreg
[ST] stintreg postestimation, [SVY] estat, postestimation
[TS] estat acplot, [TS] estat aroots, time series, [BAYES] bayesvarstable,
[TS] estat sbcusum, [TS] estat sbknown, [BAYES] bayesfcast graph, [BAYES] bayesirf,
[TS] estat sbsingle, [TS] ucm postestimation, [TS] estat acplot, [TS] estat aroots, [TS] estat
[XT] xtabond postestimation, [XT] xtdpd sbcusum, [TS] estat sbknown, [TS] estat
postestimation, [XT] xtdpdsys postestimation, sbsingle, [TS] fcast compute, [TS] fcast
[XT] xtgee postestimation graph, [TS] irf, [TS] psdensity, [TS] ucm
extended regression model, [ERM] estat teffects postestimation, [TS] vargranger, [TS] varlmar,
finite mixture model, [FMM] estat eform, [TS] varnorm, [TS] varsoc, [TS] varstable,
[FMM] estat lcmean, [FMM] estat lcprob [TS] varwle, [TS] veclmar, [TS] vecnorm,
interface, [R] postest [TS] vecstable
item response theory, [IRT] estat report, [IRT] estat treatment effects, [TE] tebalance box,
greport, [IRT] irtgraph icc, [IRT] irtgraph tcc, [TE] tebalance density, [TE] tebalance overid,
[IRT] irtgraph iif, [IRT] irtgraph tif [TE] tebalance summarize, [TE] teoverlap
lasso, [LASSO] bicplot, [LASSO] coefpath, Postestimation Selector, [R] postest
[LASSO] cvplot, [LASSO] lassocoef, postfile command, [P] postfile
[LASSO] lassogof, [LASSO] lassoinfo, postlasso coefficients, [LASSO] Glossary
[LASSO] lassoknots, [LASSO] lassoselect PostScript, [G-2] graph export, [G-3] eps options,
multilevel, [ME] estat df, [ME] estat group, [G-3] ps options, [G-4] Glossary
[ME] estat icc, [ME] estat recovariance, poststratification, [SVY] Poststratification,
[ME] estat sd, [ME] estat wcorrelation [SVY] Glossary
multiple imputation, [MI] mi predict, [MI] mi test postulated value, [PSS-2] power, [PSS-5] Glossary
multivariate, [MV] ca postestimation, [MV] canon postutil
postestimation, [MV] discrim estat, [MV] factor
clear command, [P] postfile
postestimation, [MV] mca postestimation,
[MV] mds postestimation, [MV] pca dir command, [P] postfile
postestimation, [MV] procrustes postestimation potential covariates, see covariates
panel data, [XT] xtabond postestimation, potential outcome, [ERM] Intro 7, [ERM] eintreg,
[XT] xtdpd postestimation, [XT] xtdpdsys [ERM] eoprobit, [ERM] eprobit,
postestimation, [XT] xtgee postestimation [ERM] eregress, [ERM] Glossary,
spatial, [SP] estat moran, [SP] spivregress [TE] eteffects, [TE] etpoisson, [TE] etpoisson
postestimation, [SP] spregress postestimation, postestimation, [TE] etregress, [TE] tebalance
[SP] spxtregress postestimation box, [TE] tebalance density, [TE] tebalance
overid, [TE] tebalance summarize, [TE] teffects
standard, [CM] margins, [R] contrast, [R] estat,
intro, [TE] teffects intro advanced, [TE] teffects
[R] estat gof, [R] estat ic, [R] estat summarize,
aipw, [TE] teffects ipw, [TE] teffects
[R] estat vce, [R] estimates, [R] hausman,
ipwra, [TE] teffects nnmatch, [TE] teffects
[R] lincom, [R] linktest, [R] lrtest, [R] margins,
postestimation, [TE] teffects psmatch,
[R] margins, contrast, [R] margins,
[TE] teffects ra, [TE] telasso, [TE] teoverlap,
pwcompare, [R] marginsplot, [R] nlcom,
[TE] Glossary
[R] predict, [R] predictnl, [R] pwcompare,
[R] suest, [R] test, [R] testnl potential spillover effects, see spillover effects
Subject index 225

potential-outcome means, [ERM] Intro 5, power, continued


[ERM] Intro 7, [ERM] predict treatment, oneproportion command, [PSS-2] power
[ERM] Glossary, [TE] eteffects, [TE] teffects oneproportion, [PSS-2] power oneproportion,
intro, [TE] teffects intro advanced, [TE] teffects cluster
aipw, [TE] teffects ipw, [TE] teffects ipwra, oneslope command, [PSS-2] power oneslope
[TE] teffects multivalued, [TE] teffects ra, onevariance command, [PSS-2] power
[TE] telasso, [TE] Glossary onevariance
survival time, [TE] stteffects ipw, [TE] stteffects oneway command, [PSS-2] power oneway
ipwra, [TE] stteffects ra, [TE] stteffects wra pairedmeans command, [PSS-2] power
poverty indices, [R] Inequality pairedmeans
power, [M-2] op arith, [M-2] op colon, pairedproportions command, [PSS-2] power
[M-5] matpowersym( ), [PSS-5] Glossary, pairedproportions
[ST] Glossary, [U] 19.3 The power command, pcorr command, [PSS-2] power pcorr
[U] 27.32 Power, precision, and sample-size
repeated command, [PSS-2] power repeated
analysis
rsquared command, [PSS-2] power rsquared
and sample-size analysis, [PSS-2] GUI
(power), [PSS-2] power, [PSS-2] power trend command, [PSS-2] power trend
usermethod, [PSS-2] power onemean, twocorrelations command, [PSS-2] power
[PSS-2] power twomeans, [PSS-2] power twocorrelations
pairedmeans, [PSS-2] power oneproportion, twomeans command, [PSS-2] power twomeans,
[PSS-2] power twoproportions, [PSS-2] power [PSS-2] power twomeans, cluster
pairedproportions, [PSS-2] power onevariance, twoproportions command, [PSS-2] power
[PSS-2] power twovariances, [PSS-2] power twoproportions, [PSS-2] power twoproportions,
onecorrelation, [PSS-2] power twocorrelations, cluster
[PSS-2] power oneway, [PSS-2] power twoway, twovariances command, [PSS-2] power
[PSS-2] power repeated, [PSS-2] power twovariances
oneslope, [PSS-2] power rsquared, twoway command, [PSS-2] power twoway
[PSS-2] power pcorr, [PSS-2] power cmh, power, raise to, function, see arithmetic operators
[PSS-2] power mcc, [PSS-2] power trend, pperron command, [TS] pperron
[PSS-2] power cox, [PSS-2] power exponential, ppvalues, bayesstats subcommand,
[PSS-2] power logrank, [PSS-4] Unbalanced [BAYES] bayesstats ppvalues
designs, [PSS-5] Glossary
pragma, [M-2] pragma, [M-6] Glossary
goals of, [PSS-1] Intro, [PSS-2] Intro (power) pragma unset, [M-2] pragma
autoregressive conditional heteroskedasticity, pragma unused, [M-2] pragma
[TS] arch
prais command, [TS] prais, [TS] prais postestimation
curve, [PSS-2] power, [PSS-2] power usermethod,
Prais–Winsten regression, [TS] prais, [TS] prais
[PSS-2] power, graph, [PSS-5] Glossary
postestimation, [TS] Glossary, [XT] xtpcse
function, [PSS-2] Intro (power), [PSS-5] Glossary
precision, see numerical precision
graphical output, see power curve
and sample-size analysis, [PSS-3] GUI
regress, [PSS-2] power, [PSS-2] power oneslope, (ciwidth), [PSS-3] ciwidth, [PSS-3] ciwidth
[PSS-2] power rsquared, [PSS-2] power pcorr usermethod, [PSS-3] ciwidth onemean,
tabular output, [PSS-2] power, table [PSS-3] ciwidth twomeans, [PSS-3] ciwidth
transformations, [R] boxcox, [R] lnskew0 pairedmeans, [PSS-3] ciwidth onevariance,
user-defined, [PSS-2] power usermethod [PSS-4] Unbalanced designs, [PSS-5] Glossary
power goals of, [PSS-1] Intro, [PSS-3] Intro (ciwidth)
cmh command, [PSS-2] power cmh curve, [PSS-3] ciwidth, graph
command, [PSS-1] Intro, [PSS-2] Intro (power), determination, [PSS-3] ciwidth usermethod
[PSS-2] GUI (power), [PSS-2] power, graphical output, see precision curve
[PSS-2] power usermethod, [PSS-2] power, of a confidence interval, see confidence-interval
graph, [PSS-2] power, table precision
cox command, [PSS-2] power cox tabular output, [PSS-3] ciwidth, table
exponential command, [PSS-2] power predetermined variable, [DSGE] Glossary,
exponential [XT] Glossary
logrank command, [PSS-2] power logrank, predict command, [P] predict
[PSS-2] power logrank, cluster predict command, [ERM] Intro 4, [ERM] Intro 7,
mcc command, [PSS-2] power mcc [ERM] eintreg predict, [ERM] eoprobit predict,
onecorrelation command, [PSS-2] power [ERM] eprobit predict, [ERM] eregress predict,
onecorrelation [ERM] predict advanced, [ERM] predict
onemean command, [PSS-2] power onemean, treatment, [P] ereturn, [P] estimates,
[PSS-2] power onemean, cluster [R] predict, [R] regress postestimation,
226 Subject index

predict command, continued primary sampling unit, [SVY] svydescribe,


[SEM] Intro 7, [SEM] Example 14, [SVY] svyset, [SVY] Glossary
[SEM] Example 28g, [SEM] predict primary study, [META] Intro, [META] Glossary
after gsem, [SEM] predict after sem, priming values, [TS] arch, [TS] Glossary
[SVY] svy postestimation, [TE] stteffects principal
postestimation, [TE] teffects postestimation, component analysis, [MV] pca, [MV] Glossary
[U] 20.11 Obtaining predicted values
factor method, [MV] Glossary, also see
predict, estat subcommand, [R] exlogistic communality, also see factor analysis
postestimation
factors analysis, [MV] factor
predict, mi subcommand, [MI] mi predict
print command, [R] translate
prediction interval, [META] Glossary
print, graph subcommand, [G-2] graph print
predictions, [LASSO] Lasso inference intro,
printcolor, set subcommand, [G-2] set printcolor,
[LASSO] Glossary, [R] predict, [R] predictnl,
[R] set
[SVY] svy postestimation, see multiple
imputation, prediction printf() function, [M-5] printf( )
obtaining after estimation, [MI] mi predict, printing graphs, [G-2] graph print, [G-3] pr options
[P] predict exporting options, [G-2] graph set
standard error of, [R] glm, [R] predict, [R] regress settings, [G-2] graph set
postestimation printing, logs (output), [R] translate, [U] 15 Saving
predictive and printing output—log files
distribution, see posterior predictive distribution, see prior
prior predictive distribution distribution, [BAYES] Intro, [BAYES] Bayesian
inference, [BAYES] bayesstats ppvalues, commands, [BAYES] bayes, [BAYES] bayesmh,
[BAYES] bayespredict, [BAYES] Glossary [BAYES] Glossary
margins, [SVY] Glossary, [U] 20.16 Obtaining independence, see independent a priori
marginal means, adjusted predictions, and odds, [BAYES] Intro, [BAYES] Bayesian
predictive margins commands, [BAYES] bayesstats ic,
mean matching imputation, see imputation, [BAYES] bayestest model, [BAYES] Glossary
predictive mean matching predictive distribution, [BAYES] bayespredict,
outcome, [BAYES] Glossary [BAYES] Glossary
predictive modeling, [LASSO] Glossary probabilities, [BAYES] Intro, [BAYES] Bayesian
predictnl command, [R] predictnl, [SVY] svy commands, [BAYES] bayesmh,
postestimation [BAYES] bayestest model, [MV] Glossary
predictnl, mi subcommand, [MI] mi predict tightness, [BAYES] Glossary
prefix command, [BAYES] bayes, [D] by, private, [M-2] class
[D] frame prefix, [D] statsby, [D] Glossary, probability
[FMM] fmm, [MI] mi estimate, [MI] mi of a type I error, [PSS-2] power, [PSS-5] Glossary
estimate using, [R] bootstrap, [R] fp, of a type II error, [PSS-2] power, [PSS-5] Glossary
[R] jackknife, [R] mfp, [R] nestreg, of confidence-interval width, [PSS-3] Intro
[R] permute, [R] simulate, [R] stepwise, [R] xi, (ciwidth), [PSS-5] Glossary
[SVY] svy, [TABLES] collect get, [TS] rolling, determination, [PSS-1] Intro, [PSS-3] Intro
[U] 11.1.10 Prefix commands, [U] Glossary (ciwidth), [PSS-3] ciwidth, [PSS-3] ciwidth
Pregibon delta beta influence statistic, see delta beta usermethod, [PSS-3] ciwidth,
influence statistic graph, [PSS-3] ciwidth onemean,
preprocessor command, [P] #delimit, [R] #review [PSS-3] ciwidth twomeans, [PSS-3] ciwidth
preserve command, [D] frames intro, [P] preserve pairedmeans, [PSS-3] ciwidth onevariance,
preserve data, [D] snapshot, [P] preserve [PSS-5] Glossary
prevalence studies, see case–control data weight, see sampling weight
prevented fraction, [R] Epitab probability of unit circle inclusion, [BAYES] Glossary
preview, probit command, [R] probit, [R] probit
collect subcommand, [TABLES] collect preview postestimation
previousbirthday() function, [D] Datetime probit regression, [R] probit, [SEM] Glossary,
relative dates, [FN] Date and time functions, [SVY] svy estimation
[M-5] date( ) Bayesian, [BAYES] bayes: biprobit,
previousleapyear() function, [D] Datetime [BAYES] bayes: heckoprobit,
relative dates, [FN] Date and time functions, [BAYES] bayes: heckprobit,
[M-5] date( ) [BAYES] bayes: hetoprobit,
[BAYES] bayes: hetprobit,
prewhiten, [XT] Glossary
[BAYES] bayes: meoprobit,
[BAYES] bayes: meprobit,
Subject index 227

probit regression, Bayesian, continued production


[BAYES] bayes: mprobit, frontier model, [R] frontier, [XT] xtfrontier
[BAYES] bayes: oprobit, function, [XT] Glossary
[BAYES] bayes: probit, product-moment correlation, [PSS-2] power
[BAYES] bayes: xtoprobit, onecorrelation, [PSS-2] power twocorrelations,
[BAYES] bayes: xtprobit, [R] correlate
[BAYES] bayes: zioprobit between ranks, [R] spearman
bivariate, [BAYES] bayes: biprobit, [R] biprobit profile likelihood function, [ST] Glossary
extended regression model, [ERM] Intro 2, profile log likelihood, [ST] stintcox
[ERM] eprobit, [ERM] Example 3a,
profile plots, [R] marginsplot
[ERM] Example 3b, [ERM] Example 4a,
[ERM] Example 5 profiles, estat subcommand, [MV] ca
postestimation
finite mixture model, [FMM] fmm: oprobit,
[FMM] fmm: probit program
generalized estimating equations, [XT] xtgee define command, [P] plugin, [P] program,
[P] program properties
generalized linear model, [FMM] fmm: glm,
[R] glm dir command, [P] program
heteroskedastic, [BAYES] bayes: hetoprobit, drop command, [P] program
[BAYES] bayes: hetprobit, [R] hetprobit list command, [P] program
multilevel, [BAYES] bayes: meoprobit, program properties, [P] program properties
[BAYES] bayes: meprobit, [ME] meoprobit, programmer’s commands and utilities, [MI] mi select,
[ME] meprobit [MI] Styles, [MI] Technical
multinomial, [BAYES] bayes: mprobit, programming, [P] syntax
[CM] cmmprobit, [R] mprobit Bayesian user-defined evaluator, [BAYES] bayesmh
ordered, [BAYES] bayes: heckoprobit, evaluators
[BAYES] bayes: hetoprobit, ciwidth methods, [PSS-3] ciwidth usermethod
[BAYES] bayes: oprobit, cluster analysis, [MV] cluster programming
[BAYES] bayes: xtoprobit, utilities
[BAYES] bayes: zioprobit, [ERM] eoprobit, cluster subcommands, [MV] cluster programming
[ERM] Example 3b, [ERM] Example 6a, subroutines
[ERM] Example 6b, [FMM] fmm: oprobit, cluster utilities, [MV] cluster programming
[R] heckoprobit, [R] hetoprobit, [R] oprobit, subroutines
[R] zioprobit, [SEM] Example 35g dialog, [P] Dialog programming
population-averaged, [XT] xtgee, [XT] xtprobit estat, [P] estat programming
random-effects, [ERM] eoprobit, [ERM] eprobit, estimation commands, [P] Estimation command
[ERM] Example 9, [XT] xtoprobit, functions, [FN] Programming functions,
[XT] xtprobit [M-4] Programming
rank-ordered, [CM] cmroprobit limits, [R] Limits
structural equation modeling, [SEM] Intro 5, linear, [M-5] LinearProgram( )
[SEM] Example 35g Mac, [P] window programming, [P] window
two-equation, see probit regression, bivariate fopen, [P] window manage, [P] window menu,
with endogenous covariates, [ERM] eoprobit, [P] window push, [P] window stopbox
[ERM] eprobit, [R] ivprobit, [SVY] svy matrix, see matrices (via Mata matrix language), see
estimation matrices (via Stata commands)
with sample selection, [BAYES] bayes: heckoprobit, menus, [P] window programming, [P] window
[BAYES] bayes: heckprobit, [ERM] eoprobit, menu
[ERM] eprobit, [R] heckoprobit, multiple-imputation method, [MI] mi impute
[R] heckprobit, [SVY] svy estimation usermethod
zero-inflated ordered, [R] zioprobit power methods, [PSS-2] power usermethod
procedure codes, [D] icd, [D] icd9p, [D] icd10pcs rotations, [MV] rotate
processors, set subcommand, [R] set spatial weighting matrix, [SP] spmatrix userdefined
procoverlay command, [MV] procrustes use, [M-1] Ado
postestimation
Windows, [P] window programming, [P] window
procrustes command, [MV] procrustes, fopen, [P] window manage, [P] window menu,
[MV] procrustes postestimation [P] window push, [P] window stopbox
Procrustes rotation, [MV] procrustes, [MV] Glossary programs, clear subcommand, [D] clear
Procrustes transformation, see Procrustes rotation programs,
product, [M-2] op arith, [M-2] op colon, adding comments to, [P] comments
[M-2] op kronecker, [M-5] cross( ),
community-contributed, see ado-files
[M-5] crossdev( ), [M-5] quadcross( )
228 Subject index

programs, continued paired, [PSS-2] power pairedproportions


debugging, [P] trace stratified test, [PSS-2] power cmh
dropping, [P] discard survey data, [SVY] svy estimation,
looping, [P] continue [SVY] svy: tabulate oneway,
Project Manager, [P] Project Manager [SVY] svy: tabulate twoway
projection matrix, diagonal elements of, [R] binreg test of marginal homogeneity, [PSS-2] power mcc
postestimation, [R] clogit postestimation, testing equality of, [R] bitest, [R] prtest
[R] glm postestimation, [R] logistic two-sample, [PSS-2] power twoproportions,
postestimation, [R] logit postestimation, [PSS-2] power pairedproportions
[R] regress postestimation, [R] rreg cluster randomized design, [PSS-2] power
postestimation twoproportions, cluster
projection plot, [G-2] graph twoway contour, proportions,
[G-2] graph twoway contourline ci subcommand, [R] ci
projmanager command, [P] Project Manager cii subcommand, [R] ci
promax power rotation, [MV] rotate, [MV] rotatemat, proposal distribution, [BAYES] Intro,
[MV] Glossary [BAYES] bayesmh, [BAYES] bayesgraph,
promax rotation, [MV] rotate [BAYES] Glossary
propensity score, [TE] stteffects postestimation, prospective study, [PSS-2] power, [PSS-3] ciwidth,
[TE] teffects intro, [TE] teffects intro advanced, [PSS-5] Glossary, [R] Epitab, also see cohort
[TE] teffects postestimation, [TE] teffects study
psmatch, [TE] Glossary protected, [M-2] class
propensity-score matching, [TE] teffects intro, proximity, [MV] Glossary
[TE] teffects intro advanced, [TE] teffects data, [MV] mds, [MV] mdslong, [MV] mdsmat
psmatch, [TE] Glossary matrix, [MV] mdsmat, [MV] Glossary, also see
proper imputation method, [MI] Intro substantive distance matrix
proper values, [M-5] eigensystem( ) measure, [MV] Glossary
properties, [P] program properties PrSS analysis, see precision and sample-size analysis
properties macro function, [P] macro prtest command, [R] prtest
proportion command, [R] proportion, prtesti command, [R] prtest
[R] proportion postestimation PS, see PostScript
proportional psdensity command, [TS] psdensity
hazards model, [ST] Glossary, [SVY] svy pseudo confidence interval, [META] meta funnelplot,
estimation, also see Cox proportional hazards [META] Glossary
model, see survival analysis
pseudo R2 , [R] Maximize
odds assumption, [FMM] fmm: ologit, [R] ologit
pseudoconvergence, [BAYES] Intro,
relaxed, [R] slogit [BAYES] bayesmh, [BAYES] bayesgraph,
odds model, [BAYES] bayes: ologit, [BAYES] Glossary
[BAYES] bayes: xtologit, [FMM] fmm: ologit, pseudofunctions, [D] Datetime, [FN] Programming
[R] ologit functions, [FN] Random-number functions
sampling, [D] sample, [D] splitsample, pseudoguessing parameter, [IRT] irt 3pl
[R] bootstrap
pseudoinverse, [M-5] pinv( )
proportions, [PSS-2] power
pseudolikelihood, [SVY] Glossary
confidence intervals for, [R] ci
pseudosigmas, [R] lv
control-group, [PSS-2] power twoproportions,
psi function, [FN] Mathematical functions,
[PSS-2] power cmh
[M-5] factorial( )
correlated, see proportions, paired
psmatch, teffects subcommand, [TE] teffects
discordant, [PSS-2] power pairedproportions psmatch
estimating, [R] proportion, [U] 27.2 Means, PSS analysis, see power and sample-size analysis
proportions, and related statistics
PSS Control Panel, [PSS-2] GUI (power), [PSS-3] GUI
experimental-group, [PSS-2] power twoproportions, (ciwidth), [PSS-5] Glossary
[PSS-2] power cmh
pstyle, [G-4] pstyle, [G-4] Glossary
independent, see proportions, two-sample
pstyle() option, [G-2] graph twoway scatter,
marginal, [PSS-2] power pairedproportions, [G-3] rspike options, [G-4] pstyle
[PSS-5] Glossary
PSU, see primary sampling unit
of exposed cases, [PSS-2] power mcc
.ptrace file, [MI] mi impute mvn, [MI] mi ptrace
of exposed controls, [PSS-2] power mcc
ptrace, mi subcommand, [MI] mi ptrace
one-sample, [PSS-2] power oneproportion
ptrends, estat subcommand, [TE] didregress
cluster randomized design, [PSS-2] power postestimation
oneproportion, cluster
Subject index 229

public, [M-2] class putpdf, continued


publication bias, [META] Intro, [META] meta, table command, [RPT] putpdf table
[META] meta funnelplot, [META] meta bias, text command, [RPT] putpdf paragraph
[META] meta trimfill, [META] Glossary p-value, [PSS-5] Glossary
push, window subcommand, [P] window pwcompare command, [R] pwcompare,
programming, [P] window push [R] pwcompare postestimation, [SEM] Intro 7,
put, frame subcommand, [D] frame put [SVY] svy postestimation, [U] 20.18 Obtaining
putdocx pairwise comparisons
append command, [RPT] putdocx begin pwcorr command, [R] correlate
begin command, [RPT] putdocx begin, pwd command, [D] cd
[RPT] putdocx paragraph pwd() function, [M-5] chdir( )
clear command, [RPT] putdocx begin pweight, see sampling weight
collect command, [RPT] putdocx collect [pweight=exp] modifier, [U] 11.1.6 weight,
command, [RPT] putdocx intro, [RPT] putdocx [U] 20.24.3 Sampling weights
collect, [RPT] putdocx paragraph, pwf command, [D] frame pwf
[RPT] putdocx table pwf, frame subcommand, [D] frame pwf
describe command, [RPT] putdocx begin, pwmean command, [R] pwmean, [R] pwmean
[RPT] putdocx table postestimation
image command, [RPT] putdocx paragraph pyramid, population, [G-2] graph twoway bar
pagebreak command, [RPT] putdocx pagebreak PyStata, [P] PyStata intro, [P] PyStata integration,
pagenumber command, [RPT] putdocx paragraph [P] PyStata module, [P] Glossary
paragraph command, [RPT] putdocx paragraph Python, [P] PyStata intro, [P] PyStata integration,
save command, [RPT] putdocx begin [P] PyStata module
sectionbreak command, [RPT] putdocx python
pagebreak clear command, [P] PyStata integration
table command, [RPT] putdocx table command, [P] PyStata integration
text command, [RPT] putdocx paragraph describe command, [P] PyStata integration
textblock append command, [RPT] putdocx drop command, [P] PyStata integration
paragraph query command, [P] PyStata integration
textblock begin command, [RPT] putdocx script command, [P] PyStata integration
paragraph search command, [P] PyStata integration
textblock end command, [RPT] putdocx set exec command, [P] PyStata integration
paragraph set userpath command, [P] PyStata integration
textfile command, [RPT] putdocx paragraph which command, [P] PyStata integration
putdocx, query subcommand, [R] query python, query subcommand, [R] query
putexcel python: command, [P] PyStata integration
clear command, [RPT] putexcel, [RPT] putexcel python exec, set subcommand, [P] PyStata
advanced integration, [R] set
command, [RPT] putexcel, [RPT] putexcel python userpath, set subcommand, [P] PyStata
advanced integration, [R] set
describe command, [RPT] putexcel,
[RPT] putexcel advanced
set command, [RPT] putexcel, [RPT] putexcel Q
advanced
putmata command, [D] putmata Q–Q plot, [R] Diagnostic plots
putpdf Q statistic, [META] meta forestplot, [META] meta
begin command, [RPT] putpdf begin summarize, [META] meta regress,
clear command, [RPT] putpdf begin [META] meta mvregress, [META] Glossary,
collect command, [RPT] putpdf collect also see portmanteau statistic
command, [RPT] putpdf intro, [RPT] putpdf begin, qc charts, see quality control charts
[RPT] putpdf collect, [RPT] putpdf pagebreak, qchi command, [R] Diagnostic plots
[RPT] putpdf paragraph, [RPT] putpdf table QDA, see quadratic discriminant analysis
describe command, [RPT] putpdf begin qda, discrim subcommand, [MV] discrim qda
image command, [RPT] putpdf paragraph qfit, graph twoway subcommand, [G-2] graph
pagebreak command, [RPT] putpdf pagebreak twoway qfit
paragraph command, [RPT] putpdf paragraph qfitci, graph twoway subcommand, [G-2] graph
save command, [RPT] putpdf begin twoway qfitci
sectionbreak command, [RPT] putpdf pagebreak qladder command, [R] ladder
QML, see quasimaximum likelihood
230 Subject index

qnorm command, [R] Diagnostic plots quadrature, mode-curvature adaptive Gauss–Hermite,


qofd() function, [D] Datetime, [FN] Date and time continued
functions, [M-5] date( ) [ME] meoprobit, [ME] mepoisson,
qqplot command, [R] Diagnostic plots [ME] meprobit, [ME] mestreg, [ME] metobit,
QR decomposition, [M-5] qrd( ), [ME] Glossary [ME] Glossary, [R] Estimation options,
qrd() function, [M-5] qrd( ) [SEM] Intro 12, [SEM] gsem estimation
options, [SEM] Methods and formulas for gsem
qrdp() function, [M-5] qrd( )
nonadaptive Gauss–Hermite, see quadrature, Gauss–
qreg command, [R] qreg, [R] qreg postestimation
Hermite
qrinv() function, [M-5] qrinv( )
Quadrature() function, [M-5] Quadrature( )
qrinv() function, [M-5] qrinv( )
quadrowsum() function, [M-5] sum( )
qrsolve() function, [M-5] qrsolve( )
quadrunningsum() function, [M-5] runningsum( )
qrsolve() function, [M-5] qrsolve( )
quadrunningsum() function, [M-5] runningsum( )
quad precision, [M-5] mean( ), [M-5] quadcross( ),
quadsum() function, [M-5] sum( )
[M-5] runningsum( ), [M-5] sum( )
quadvariance() function, [M-5] mean( )
quadchk command, [XT] quadchk
qualitative dependent variables, [U] 27.4 Binary
quadcolsum() function, [M-5] sum( )
outcomes, [U] 27.6 Ordinal outcomes,
quadcorrelation() function, [M-5] mean( ) [U] 27.7 Categorical outcomes,
quadcross() function, [M-5] quadcross( ) [U] 27.15.3 Discrete outcomes with panel data
quadcrossdev() function, [M-5] quadcross( ) Bayesian estimation, [BAYES] bayesmh,
quadmeanvariance() function, [M-5] mean( ) [BAYES] bayes: binreg, [BAYES] bayes: bipro-
quadrant() function, [M-5] sign( ) bit,
quadratic discriminant analysis, [MV] discrim qda, [BAYES] bayes: clogit, [BAYES] bayes: cloglog,
[MV] Glossary [BAYES] bayes: glm, [BAYES] bayes: heck-
quadratic terms, [SVY] svy postestimation oprobit, [BAYES] bayes: heck-
quadrature, [IRT] Glossary, [SEM] Glossary, probit, [BAYES] bayes: hetopro-
[XT] Glossary bit, [BAYES] bayes: hetprobit,
adaptive Simpson, [M-5] Quadrature( ) [BAYES] bayes: logistic, [BAYES] bayes: logit,
Gauss–Hermite, [IRT] irt 1pl, [IRT] irt 2pl, [BAYES] bayes: mecloglog,
[IRT] irt 3pl, [IRT] irt grm, [IRT] irt nrm, [BAYES] bayes: melogit, [BAYES] bayes: me-
[IRT] irt pcm, [IRT] irt rsm, [IRT] irt hybrid, ologit, [BAYES] bayes: meopro-
[IRT] irt, group( ), [IRT] Glossary, [ME] me, bit, [BAYES] bayes: meprobit,
[ME] mecloglog, [ME] meglm, [ME] meintreg, [BAYES] bayes: mlogit, [BAYES] bayes: mpro-
[ME] melogit, [ME] menbreg, [ME] meologit, bit,
[ME] meoprobit, [ME] mepoisson, [BAYES] bayes: ologit, [BAYES] bayes: opro-
[ME] meprobit, [ME] mestreg, [ME] metobit, bit, [BAYES] bayes: probit, [BAYES] bayes: xt-
[ME] Glossary, [R] Estimation options, logit, [BAYES] bayes: xtmlogit,
[SEM] Intro 12, [SEM] gsem estimation [BAYES] bayes: xtologit, [BAYES] bayes: xto-
options, [SEM] Methods and formulas for probit, [BAYES] bayes: xtprobit
gsem, [XT] quadchk Brier score decomposition, [R] brier
Gauss–Kronrod, [M-5] Quadrature( ) choice model
mean–variance adaptive Gauss–Hermite, conditional logit, [CM] cmclogit
[IRT] irt 1pl, [IRT] irt 2pl, [IRT] irt 3pl, mixed logit, [CM] cmmixlogit,
[IRT] irt grm, [IRT] irt nrm, [IRT] irt [CM] cmxtmixlogit
pcm, [IRT] irt rsm, [IRT] irt hybrid, multinomial probit, [CM] cmmprobit
[IRT] irt, group( ), [IRT] Glossary, [ME] me, nested logistic, [CM] nlogit
[ME] mecloglog, [ME] meglm, [ME] meintreg, panel data, [CM] cmxtmixlogit
[ME] melogit, [ME] menbreg, [ME] meologit, rank-ordered logistic, [CM] cmrologit
[ME] meoprobit, [ME] mepoisson, rank-ordered probit, [CM] cmroprobit
[ME] meprobit, [ME] mestreg, [ME] metobit, complementary log–log regression, [R] cloglog
[ME] Glossary, [R] Estimation options,
cumulative sum, [R] cusum
[SEM] Intro 12, [SEM] gsem estimation
options, [SEM] Methods and formulas for extended regression model, [ERM] eoprobit,
gsem, [XT] quadchk [ERM] eprobit
mode-curvature adaptive Gauss–Hermite, [IRT] irt finite mixture model, [FMM] fmm: cloglog,
1pl, [IRT] irt 2pl, [IRT] irt 3pl, [IRT] irt [FMM] fmm: glm, [FMM] fmm: logit,
grm, [IRT] irt nrm, [IRT] irt pcm, [IRT] irt [FMM] fmm: mlogit, [FMM] fmm: ologit,
rsm, [IRT] irt hybrid, [IRT] irt, group( ), [FMM] fmm: oprobit, [FMM] fmm: probit
[IRT] Glossary, [ME] me, [ME] mecloglog, generalized linear model, [R] glm
[ME] meglm, [ME] meintreg, [ME] melogit, for binomial family, [R] binreg
[ME] menbreg, [ME] meologit,
Subject index 231

qualitative dependent variables, continued query, continued


item response theory, [IRT] irt 1pl, [IRT] irt 2pl, java command, [R] query
[IRT] irt 3pl, [IRT] irt grm, [IRT] irt nrm, lapack command, [R] query
[IRT] irt pcm, [IRT] irt rsm, [IRT] irt hybrid, mata command, [R] query
[IRT] irt, group( ) memory command, [D] memory, [R] query
logistic regression, [R] logistic, [R] logit network command, [R] query
conditional, [R] clogit other command, [R] query
exact, [R] exlogistic output command, [R] query
multinomial, [R] mlogit putdocx command, [R] query
ordered, [R] ologit python command, [R] query
skewed, [R] scobit rng command, [R] query
stereotype, [R] slogit sort command, [R] query
multilevel mixed-effects model, [ME] mecloglog, trace command, [R] query
[ME] meglm, [ME] melogit, [ME] meologit, unicode command, [R] query
[ME] meoprobit, [ME] meprobit
update command, [R] query
multinomial
query,
logistic regression, [R] mlogit
cluster subcommand, [MV] cluster programming
probit regression, [R] mprobit utilities
panel-data model, [ERM] eoprobit, [ERM] eprobit, estimates subcommand, [R] estimates store
[XT] xtcloglog, [XT] xtgee, [XT] xtlogit,
file subcommand, [P] file
[XT] xtmlogit, [XT] xtologit, [XT] xtoprobit,
[XT] xtprobit forecast subcommand, [TS] forecast query
probit regression, [R] probit graph subcommand, [G-2] graph query
bivariate, [R] biprobit icd10cm subcommand, [D] icd10cm
heteroskedastic, [R] hetprobit icd10pcs subcommand, [D] icd10pcs
multinomial, [R] mprobit icd10 subcommand, [D] icd10
ordered, [R] heckoprobit, [R] hetoprobit, icd9 subcommand, [D] icd9
[R] oprobit icd9p subcommand, [D] icd9p
with endogenous covariates, [R] ivprobit log subcommand, [R] log
with sample selection, [R] heckprobit meta subcommand, [META] meta update
ROC analysis estimation, [R] rocfit, [R] rocreg mi subcommand, [MI] mi describe
survey data, [SVY] svy estimation ml subcommand, [R] ml
quality control charts, [R] QC, [R] serrbar net subcommand, [R] net
quantile command, [R] Diagnostic plots odbc subcommand, [D] odbc
quantile–normal plots, [R] Diagnostic plots python subcommand, [P] PyStata integration
quantile plots, [R] Diagnostic plots translator subcommand, [R] translate
quantile–quantile plots, [R] Diagnostic plots transmap subcommand, [R] translate
quantile regression, [R] qreg update subcommand, [R] update
quantiles, see percentiles webuse subcommand, [D] webuse
quantiles, estat subcommand, [MV] mds querybreakintr() function, [M-5] setbreakintr( )
postestimation quietly prefix, [P] quietly
quarter() function, [D] Datetime, [FN] Date and quit Mata, [M-3] end
time functions, [M-5] date( ) quit Stata, see exit command
quarterly() function, [D] Datetime, [D] Datetime quotes
conversion, [FN] Date and time functions, to delimit strings, [U] 18.3.5 Double quotes
[M-5] date( ) to expand macros, [P] macro, [U] 18.3.1 Local
quartimax rotation, [MV] rotate, [MV] rotatemat, macros
[MV] Glossary
quartimin rotation, [MV] rotate, [MV] rotatemat, R
[MV] Glossary
quasimaximum likelihood, [SEM] Glossary r()
query stored results, [U] 18.9 Accessing results calculated
command, [R] query by estimation commands
graphics command, [G-2] set graphics, [G-2] set r() function, [FN] Programming functions
printcolor, [G-2] set scheme, [R] query r() stored results, [P] discard, [P] return, [R] Stored
interface command, [R] query results, [U] 18.8 Accessing results calculated by
java subcommand, [P] Java utilities other programs, [U] 18.10.1 Storing results in
r()
r(functions) macro function, [P] macro
232 Subject index

r(macros) macro function, [P] macro random-effects model, [BAYES] bayes: xtreg,
r(matrices) macro function, [P] macro [ERM] eintreg, [ERM] eoprobit, [ERM] eprobit,
r(scalars) macro function, [P] macro [ERM] eregress, [ERM] Example 7,
R chart, see range chart [ERM] Example 8a, [ERM] Example 8b,
R dates, [D] Datetime values from other software [ERM] Example 9, [ERM] Glossary,
[ME] Glossary, [R] anova, [R] loneway,
R statistic, [META] estat heterogeneity
[SEM] Example 38g, [SEM] Glossary,
r1title() option, [G-3] title options [SP] spxtregress, [XT] xtabond, [XT] xtcloglog,
r2title() option, [G-3] title options [XT] xtdpd, [XT] xtdpdsys, [XT] xtgee,
ra, stteffects subcommand, [TE] stteffects ra [XT] xtheckman, [XT] xthtaylor, [XT] xtintreg,
ra, teffects subcommand, [ERM] Example 2a, [XT] xtivreg, [XT] xtlogit, [XT] xtmlogit,
[ERM] Example 2b, [TE] teffects ra [XT] xtnbreg, [XT] xtologit, [XT] xtoprobit,
radians, [FN] Mathematical functions [XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
raise to a power function, [U] 13.2.1 Arithmetic [XT] xtregar, [XT] xtstreg, [XT] xttobit,
operators [XT] Glossary
Ramsey test, [R] regress postestimation multilevel mixed-effects models, [ME] me,
random [ME] mecloglog, [ME] meglm, [ME] meintreg,
coefficient, [BAYES] bayesmh, [ME] Glossary [ME] melogit, [ME] menbreg, [ME] menl,
effects, [BAYES] Glossary, [ME] Glossary, [ME] meologit, [ME] meoprobit,
[PSS-5] Glossary, also see random-effects model [ME] mepoisson, [ME] meprobit, [ME] mestreg,
linear form, [BAYES] Glossary [ME] metobit, [ME] mixed
parameters, [BAYES] Glossary random-effects substitutable expression, [ME] Glossary
variable, [BAYES] Glossary randomized controlled trial, [META] Intro,
[META] Glossary
intercept, [BAYES] bayesmh, [ME] Glossary,
[SEM] Example 38g randomized controlled trial study, [PSS-2] power,
[PSS-3] ciwidth, [PSS-5] Glossary
model parameter, [BAYES] Intro,
[BAYES] Bayesian commands, random-number
[BAYES] bayesmh function, [FN] Random-number functions,
numbers, normally distributed, [FN] Random- [M-5] runiform( ), [R] set rng, [R] set
rngstream, [R] set seed, [D] generate
number functions, [M-5] runiform( ),
[R] set rng, [R] set rngstream, [R] set seed, generator, [FN] Random-number functions,
[D] generate [M-5] runiform( ), [R] set seed
order, test for, [R] runtest generator setting, [R] set rng, [R] set rngstream
sample, [D] sample, [D] splitsample, [R] bootstrap, seed, [BAYES] bayes, [BAYES] bayesmh, [MI] mi
[U] 22.3 If you run out of memory impute, [R] set seed
slope, [SEM] Example 38g random-order test, [R] runtest
utility model, [CM] Intro 8 range
variates, [FN] Random-number functions, chart, [R] QC
[R] set rng, [R] set rngstream, [R] set seed, of data, [CM] cmsummarize, [D] codebook,
[M-5] runiform( ) [D] inspect, [R] lv, [R] stem, [R] summarize,
walk, [TS] dfgls, [TS] dfuller, [TS] pperron, [R] table summary, [R] table, [R] tabstat,
[TS] sspace, [TS] tsfilter, [TS] tsfilter cf, [XT] xtsum
[TS] ucm, [TS] vec intro, [TS] Glossary operators, [M-2] op range
random-coefficients model, [U] 27.15.1 Continuous plots, [G-3] rcap options
outcomes with panel data, [XT] xtrc, spikes, [G-3] rspike options
[XT] Glossary subscripts, see subscripts
random-effects meta-analysis model, [META] Intro, vector, [M-5] range( )
[META] meta esize, [META] meta set, range command, [D] range
[META] meta update, [META] meta forestplot, range() function, [M-5] range( )
[META] meta galbraithplot, [META] meta rangen() function, [M-5] range( )
labbeplot, [META] meta regress, [META] meta rank, [M-5] rank( ), [M-6] Glossary
funnelplot, [META] meta trimfill, [META] meta correlation, [R] spearman
mvregress, [META] Glossary, also see meta-
data, [CM] cmrologit
analysis random-effects
rank(), egen function, [D] egen
random-effects meta-regression, [META] Intro,
[META] meta regress, [META] meta mvregress, rank() function, [M-5] rank( )
[META] Glossary rank-order statistics, [D] egen, [R] signrank,
[R] spearman
rank-ordered alternatives, [CM] Glossary
rank-ordered logistic regression, see outcomes, rank
Subject index 233

ranks of observations, [D] egen real number to string conversion, [D] destring,
ranksum command, [R] ranksum [D] encode, [FN] String functions
Rao’s canonical-factor method, [MV] factor real part, [M-5] Re( )
rarea, graph twoway subcommand, [G-2] graph realization, [DSGE] Glossary, [M-6] Glossary
twoway rarea rebuild, vl subcommand, [D] vl rebuild
Rasch models, see item response theory recast command, [D] recast
raster image format, see image format recast() option, [G-3] advanced options,
rate ratio, [R] Epitab, [ST] stir, [ST] stptime, [G-3] rcap options, [G-3] rspike options
[ST] stsum, also see risk ratio, see incidence-rate receiver operating characteristic analysis, [R] roc,
ratio [U] 27.4.3 ROC analysis
rating scale model, [IRT] irt rsm, [IRT] Glossary area under ROC curve, [R] lroc
ratio command, [R] ratio, [R] ratio postestimation nonparametric analysis without covariates,
rational expectations, [DSGE] Glossary [R] roctab
ratios, parametric analysis without covariates, [R] rocfit
estimating, [R] ratio, [U] 27.2 Means, proportions, regression models, [R] rocreg
and related statistics ROC curves after rocfit, [R] rocfit postestimation
sample sizes, see allocation ratio ROC curves after rocreg, [R] rocregplot
survey data, [SVY] svy estimation, test equality of ROC areas, see equality test of ROC
[SVY] svy: tabulate twoway areas
raw data, [U] 12 Data reciprocal averaging, [MV] ca
.raw file, [U] 11.6 Filenaming conventions recode,
raw residuals, [SEM] Methods and formulas for sem collect subcommand, [TABLES] collect recode
rbar, graph twoway subcommand, [G-2] graph recode command, [D] recode
twoway rbar recode data, [D] recode
rbeta() function, [FN] Random-number functions, recode data autocode() function, [FN] Programming
[M-5] runiform( ) functions
rbinomial() function, [FN] Random-number recode() function, [FN] Programming functions,
functions, [M-5] runiform( ) [U] 26.1.2 Converting continuous variables to
rc (return codes), see error messages and return codes categorical variables
rc built-in variable, [P] capture, [U] 13.4 System reconstructed correlations, [MV] factor postestimation
variables ( variables) record I/O versus stream I/O, [U] 22 Entering and
rcap, graph twoway subcommand, [G-2] graph importing data
twoway rcap recording sessions, [U] 15 Saving and printing
rcapsym, graph twoway subcommand, [G-2] graph output—log files
twoway rcapsym recovariance, estat subcommand, [ME] estat
rcauchy() function, [FN] Random-number functions, recovariance, [ME] mixed postestimation,
[M-5] runiform( ) [META] estat recovariance
rchart command, [R] QC recruitment period, see accrual period
rchi2() function, [FN] Random-number functions, rectangle kernel function, [G-2] graph twoway
[M-5] runiform( ) kdensity, [G-2] graph twoway lpoly,
r-class command, [P] program, [P] return, [R] kdensity, [R] lpoly, [R] npregress kernel,
[U] 18.8 Accessing results calculated by other [R] qreg, [TE] tebalance density, [TE] teoverlap
programs rectangularize dataset, [D] fillin
r-conformability, [M-5] normal( ), [M-6] Glossary recursion, [P] Glossary
rconnected, graph twoway subcommand, recursive
[G-2] graph twoway rconnected estimation, [TS] rolling
RCT, see randomized controlled trial study model, [ERM] Glossary, [SEM] Glossary
rdiscrete() function, [M-5] runiform( ) regression analysis, [TS] rolling, [TS] Glossary
Re() function, [M-5] Re( ) system requirement and solution,
read [ERM] Triangularize
console input in programs, see console, obtaining red, green, and blue (RGB) values, [G-4] colorstyle,
input from [G-4] Glossary
data, [M-5] docx*( ), [M-5] xl( ) redisplay graph, [G-2] graph display
data from disk, see import data reduced form, [DSGE] Glossary
read, file subcommand, [P] file reduced model, [PSS-2] power, [PSS-2] power
real, [M-2] Declarations, [M-6] Glossary rsquared, [PSS-5] Glossary
real() function, [FN] String functions reexpression, [R] boxcox, [R] ladder, [R] lnskew0
.ref built-in class function, [P] class
234 Subject index

reference regression diagnostics, continued


group, see control group [R] regress postestimation diagnostic
prior, see noninformative prior plots, [R] regress postestimation time
value, see null value series, [ST] stcox PH-assumption tests,
references, class, [M-2] class, [P] class [ST] stcox postestimation, [ST] stcrreg
postestimation, [ST] stintcox PH-assumption
reflection, [MV] procrustes, [MV] Glossary
plots, [ST] stintcox postestimation, [ST] stintreg
.ref n built-in class function, [P] class postestimation, [ST] streg postestimation,
reg3 command, [R] reg3, [R] reg3 postestimation [SVY] estat, [SVY] svy postestimation
regexm() function, [FN] String functions dummy variables, with, [R] anova, [R] areg, [R] xi,
regexr() function, [FN] String functions [U] 26.2.5 Specifying indicator (dummy)
regexs() function, [FN] String functions variables as factor variables, [XT] xtreg
regime-switching model, [TS] mswitch fixed-effects, see fixed-effects model
regions fractional polynomial, [R] fp, [R] mfp
look of, [G-4] areastyle function, estimating, [R] lpoly
outlining, [G-3] region options graphing, [R] logistic postestimation, [R] lroc,
shading, [G-3] region options [R] lsens, [R] marginsplot, [R] regress
register, mi subcommand, [MI] mi set postestimation diagnostic plots
registered variables, see variables, multiple-imputation hurdle, [R] churdle
registered instrumental variables, [FMM] fmm: ivregress,
regress command, [R] regress, [R] regress [LASSO] poivregress, [LASSO] xpoivregress,
postestimation, [R] regress postestimation [R] gmm, [R] ivpoisson, [R] ivprobit,
diagnostic plots, [R] regress postestimation time [R] ivregress, [R] ivtobit, [SP] spivregress,
series, [SP] estat moran [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys,
regress, meta subcommand, [META] meta regress, [XT] xthtaylor, [XT] xtivreg
[META] meta regress postestimation linear, see linear regression
regressand, [TS] Glossary, [XT] Glossary lines, see fits, adding
regression, [SEM] Glossary random-effects, see random-effects model
adjustment, [TE] teffects intro, [TE] teffects intro scoring, [MV] factor postestimation
advanced, [TE] teffects ra, [TE] Glossary spatial autoregressive models, [SP] spivregress,
Bayesian, see Bayesian regression [SP] spregress, [SP] spxtregress
coefficient, system, see system estimators
accessing, [U] 13.5 Accessing coefficients and truncated, [FMM] fmm: truncreg, [R] truncreg
standard errors regression (in generic sense), see estimation commands
combinations of, [R] lincom, [R] nlcom accessing coefficients and standard errors, [P] matrix
power for, [PSS-2] power, [PSS-2] power get, [U] 13.5 Accessing coefficients and
oneslope, [PSS-2] power rsquared, standard errors
[PSS-2] power pcorr, [PSS-2] power trend, dummy variables, with, [R] xi, [U] 26.2.5 Specifying
[PSS-2] power cox indicator (dummy) variables as factor variables
tests of, [R] lrtest, [R] test, [R] testnl regressor, [TS] Glossary, [XT] Glossary
competing risks, [ST] stcrreg regular expressions, [FN] String functions
constrained, [R] cnsreg regular variables, see variables, multiple-imputation
creating orthogonal polynomials for, [R] orthog regular
diagnostic plots, [R] regress postestimation regularized estimator, [LASSO] Glossary
diagnostic plots rejection region, [PSS-5] Glossary
diagnostics, [ME] mecloglog postestimation, relational operators, [M-2] op colon,
[ME] meglm postestimation, [ME] meintreg [U] 13.2.3 Relational operators
postestimation, [ME] melogit postestimation, relative
[ME] menbreg postestimation, [ME] menl difference function, [FN] Mathematical functions,
postestimation, [ME] mepoisson postestimation, [FN] Matrix functions, [M-5] reldif( )
[ME] meprobit postestimation, [ME] mestreg efficiency, [MI] mi estimate, [MI] mi predict,
postestimation, [ME] metobit postestimation, [MI] Glossary
[ME] mixed postestimation, [META] meta risk, [PSS-2] power, [PSS-2] power
mvregress postestimation, [R] binreg twoproportions, [PSS-2] power
postestimation, [R] clogit postestimation, pairedproportions, [PSS-5] Glossary,
[R] estat classification, [R] estat gof, [R] glm [R] Epitab
postestimation, [R] logistic postestimation,
variance increase, [MI] mi estimate, [MI] mi
[R] poisson postestimation, [R] predict,
predict, [MI] Glossary
[R] predictnl, [R] regress postestimation,
relative risk, see risk ratio
Subject index 235

relative-risk ratio repeated measures, [MV] Glossary, [PSS-2] power


estimation pairedmeans, [PSS-2] power pairedproportions,
Bayesian, [BAYES] bayes: xtmlogit [PSS-3] ciwidth pairedmeans
relative-risk ratio, [BAYES] bayes: mlogit, repeated options, [G-4] Concept: repeated options,
[FMM] fmm: mlogit, [R] eform option, [G-4] Glossary
[R] lincom, [R] mlogit, [SEM] estat eform, repeated, power subcommand, [PSS-2] power
[XT] xtmlogit repeated
reldif() function, [FN] Mathematical functions, repeated-measures ANOVA, [PSS-2] power,
[M-5] reldif( ) [PSS-2] power repeated, [R] anova
release marker, [P] version repeated-measures MANOVA, [MV] manova
releases, compatibility of Stata programs across, repeating and editing command, [R] #review,
[P] version [U] 10 Keyboard use
reliability, [MV] alpha, [MV] factor, [R] brier, repeating command, [D] by, [P] continue, [P] foreach,
[R] eivreg, [R] heckpoisson, [R] icc, [R] intreg, [P] forvalues
[R] loneway, [R] poisson, [SEM] Intro 5, replace command, [D] generate, [MI] mi passive,
[SEM] Intro 12, [SEM] Example 24, [MI] mi xeq
[SEM] gsem model description options, replace, notes subcommand, [D] notes
[SEM] sem and gsem option reliability( ), replace option, [U] 11.2 Abbreviation rules
[SEM] sem model description options, replace0, mi subcommand, [MI] mi replace0
[SEM] Glossary, [ST] Survival analysis, replay,
[ST] Discrete, [ST] ltable, [ST] st, [ST] stcox,
estimates subcommand, [R] estimates replay
[ST] stcrreg, [ST] streg
graph subcommand, [G-2] graph replay
theory, see survival analysis
replay() function, [FN] Programming functions,
remainder function, see modulus function
[P] ereturn, [P] estimates
remap,
replay graphs, [G-2] graph replay
collect subcommand, [TABLES] collect remap
replay models, [SEM] Intro 7, [U] 20.3 Replaying
REML, see restricted maximum likelihood prior results
remove replicate-weight variable, [SVY] Survey, [SVY] svy
directories, [D] rmdir bootstrap, [SVY] svy brr, [SVY] svy jackknife,
files, [D] erase, [M-5] unlink( ) [SVY] svy sdr, [SVY] svyset, [SVY] Glossary
remove, jdbc subcommand, [D] jdbc replicated
r. En, [SEM] sem and gsem option covstructure( ) data, [BAYES] Glossary
rename, outcome, [BAYES] Bayesian commands,
bayesirf subcommand, [BAYES] bayesirf [BAYES] bayesstats ppvalues,
char subcommand, [P] char [BAYES] bayespredict, [BAYES] Glossary
cluster subcommand, [MV] cluster utility replicating
collect subcommand, [TABLES] collect rename clustered observations, [D] expandcl
graph subcommand, [G-2] graph rename observations, [D] expand
irf subcommand, [TS] irf rename replication method, [SVY] svy bootstrap, [SVY] svy
mata subcommand, [M-3] mata rename brr, [SVY] svy jackknife, [SVY] svy sdr,
matrix subcommand, [P] matrix utility [SVY] svyset, [SVY] Variance estimation
mi subcommand, [MI] mi rename report,
rename collection, [TABLES] collect rename datasignature subcommand, [D] datasignature
rename command, [D] rename, [D] rename group duplicates subcommand, [D] duplicates
rename for mi data, [MI] mi rename estat subcommand, [IRT] estat report
rename, frame subcommand, [D] frame rename fvset subcommand, [R] fvset
rename graph, [G-2] graph rename ml subcommand, [R] ml
rename variables, [D] rename, [D] rename group, report generation, [G-2] graph export, [RPT] Dynamic
[MI] mi rename documents intro, [RPT] dyndoc,
renamevar, cluster subcommand, [MV] cluster [RPT] putdocx intro, [RPT] putdocx begin,
utility [RPT] putdocx collect, [RPT] putdocx
renumber, notes subcommand, [D] notes pagebreak, [RPT] putdocx paragraph,
[RPT] putdocx table, [RPT] putexcel,
reorder data, [D] gsort, [D] order, [D] sort
[RPT] putpdf intro, [RPT] putpdf begin,
reorganize data, [D] reshape, [D] xpose [RPT] putpdf collect, [RPT] putpdf pagebreak,
repair, ssd subcommand, [SEM] ssd [RPT] putpdf paragraph, [RPT] putpdf table,
repeated DDF, see denominator degrees of freedom, [U] 13.5 Accessing coefficients and standard
repeated errors, [U] 13.6 Accessing results from Stata
commands, [U] 21 Creating reports
236 Subject index

reporting bias, [META] Glossary, also see publication restore,


bias estimates subcommand, [LASSO] estimates store,
reporting options, [SEM] gsem reporting options, [R] estimates store
[SEM] sem reporting options return subcommand, [P] return
repost, ereturn subcommand, [P] ereturn, snapshot subcommand, [D] snapshot
[P] return restore command, [D] frames intro, [P] preserve
request(macname), display directive, [P] display restore data, [D] snapshot, [P] preserve
resampling, [D] sample, [D] splitsample, restricted cubic splines, [R] mkspline
[R] bootstrap, [R] bsample, [R] bstat, restricted maximum likelihood, [ME] menl,
[R] jackknife, [R] permute, [SVY] Glossary [ME] mixed, [ME] Glossary
reserved names, [U] 11.3 Naming conventions results macro function, [P] macro
reserved words, [M-2] reswords results, clear subcommand, [D] clear
reset, Results window, clearing, [R] cls
frames subcommand, [D] frames reset results,
mi subcommand, [MI] mi reset accessing, [R] Stored results, [SEM] Intro 7,
RESET test, [R] regress postestimation [U] 13.5 Accessing coefficients and standard
reset, translator subcommand, [R] translate errors, [U] 13.6 Accessing results from
reset id, serset subcommand, [P] serset Stata commands, [U] 18.8 Accessing
reshape results calculated by other programs,
command, [D] reshape [U] 18.9 Accessing results calculated by
error command, [D] reshape estimation commands
for mi data, [MI] mi reshape clearing, [M-5] st rclear( ), [P] ereturn,
long command, [D] reshape [P] estimates, [P] return, [P] return,
[R] estimates store
wide command, [D] reshape
listing, [P] ereturn, [P] estimates, [P] return,
reshape data, [D] reshape, also see transpose data
[P] return, [R] estimates store, [R] Stored
reshape, mi subcommand, [MI] mi reshape results
residual, [R] predict, [ST] stintcox postestimation, saving, [P] estimates, [P] frame post, [P] postfile,
also see Anscombe residual, also see Cox–Snell [P] return, [R] estimates save
residual, also see deviance residual, also see
stored, hidden or historical, [M-5] st global( ),
martingale residual, also see Pearson residual
[M-5] st matrix( ), [M-5] st numscalar( )
covariance, see error covariance
storing, [M-5] st global( ), [M-5] st local( ),
DDF, see denominator degrees of freedom, residual [M-5] st matrix( ), [M-5] st numscalar( ),
error covariance, see error covariance [P] ereturn, [P] return, [R] estimates store,
graph, [R] logistic postestimation, [R] regress [U] 18.10 Storing results
postestimation diagnostic plots retrospective study, [PSS-2] power, [PSS-3] ciwidth,
Moran’s test of residual correlation, [SP] estat [PSS-5] Glossary
moran return
programming to obtain, [P] predict codes, see error messages and return codes
serial correlation in, [R] runtest, [TS] varlmar, results, see results, listing
[TS] veclmar value, [P] class
structural equation modeling, [SEM] estat gof, return
[SEM] estat residuals, [SEM] Example 4,
dir command, [P] return
[SEM] Methods and formulas for sem,
[SEM] Glossary drop command, [P] return
residual heterogeneity, [META] Intro, [META] meta, hold command, [P] return
[META] meta bias, [META] Glossary restore command, [P] return
residuals, estat subcommand, [MV] factor return, [M-2] return
postestimation, [MV] pca postestimation, add command, [P] return
[SEM] Intro 7, [SEM] estat residuals, clear command, [P] return
[SEM] Methods and formulas for sem list command, [P] return, [R] Stored results
residual-versus-fitted plot, [R] regress postestimation local command, [P] return
diagnostic plots matrix command, [P] return
residual-versus-predictor plot, [R] regress scalar command, [P] return
postestimation diagnostic plots return() function, [FN] Programming functions
resistant smoothers, [R] smooth reventries, set subcommand, [R] set
reverse causation, [ERM] Intro 3, [ERM] Glossary
Subject index 237

reversed scales, [G-3] axis scale options rng, query subcommand, [R] query
#review command, [R] #review, [U] 10 Keyboard rng, set subcommand, [R] set, [R] set rng
use, [U] 15 Saving and printing output—log rngstate() function, [M-5] runiform( )
files rngstate, set subcommand, [R] set, [R] set seed
revkeyboard, set subcommand, [R] set rngstream,
revorder() function, [M-5] invorder( ) clear subcommand, [D] clear
rexponential() function, [FN] Random-number set subcommand, [R] set, [R] set rngstream
functions, [M-5] runiform( ) rnormal() function, [FN] Random-number functions,
rgamma() function, [FN] Random-number functions, [M-5] runiform( )
[M-5] runiform( ) robust
RGB values, see red, green, and blue (RGB) values regression, [R] betareg, [R] regress, [R] rreg
rhypergeometric() function, [FN] Random-number standard errors, [XT] Glossary, also see robust,
functions, [M-5] runiform( ) Huber/White/sandwich estimator of variance
ridge prior, [MI] mi impute mvn test for equality of variance, [R] sdtest
rigaussian() function, [FN] Random-number robust, [SEM] Glossary, also see robust,
functions, [M-5] runiform( ) Huber/White/sandwich estimator of variance
right eigenvectors, [M-5] eigensystem( ) robust, Abadie–Imbens standard errors, [TE] teffects
right-censored, [ERM] Glossary, [ST] Glossary, nnmatch, [TE] teffects psmatch
[TE] Glossary robust, Huber/White/sandwich estimator of variance,
right-censoring, see imputation, interval-censored data [P] robust, [R] vce option, [SVY] Variance
right-hand-side variable, [ERM] Glossary, also see estimation, [XT] vce options
covariate ARCH, [TS] arch
rightmost options, [G-4] Concept: repeated options, ARFIMA, [TS] arfima
[G-4] Glossary ARIMA and ARMAX, [TS] arima
right-truncation, [ST] Glossary, [TE] Glossary beta regression, [R] betareg
ringposstyle, [G-4] ringposstyle, [G-4] Glossary between-effects models,
risk instrumental variables, [XT] xtivreg
difference, [BAYES] bayes: binreg, [META] Intro, censored Poisson regression, [R] cpoisson
[META] meta summarize, [PSS-2] power, choice model
[PSS-2] power twoproportions, [PSS-2] power
conditional logit, [CM] cmclogit
pairedproportions, [PSS-5] Glossary,
[R] binreg, [R] Epitab mixed logit, [CM] cmmixlogit,
[CM] cmxtmixlogit
factor, [PSS-5] Glossary, [R] Epitab, [ST] Glossary
multinomial probit, [CM] cmmprobit
pool, [ST] stcox, [ST] stcrreg, [ST] stset,
[ST] Glossary nested logit, [CM] nlogit
ratio, [BAYES] bayes: binreg, [META] Intro, rank-ordered logistic, [CM] cmrologit
[META] meta esize, [META] meta update, rank-ordered probit, [CM] cmroprobit
[META] meta summarize, [META] Glossary, competing-risks regression, [ST] stcrreg
[PSS-5] Glossary, [R] binreg, [R] Epitab, also complementary log–log regression, [R] cloglog
see relative risk Cox proportional hazards model, [ST] stcox
rlaplace() function, [FN] Random-number dynamic stochastic general equilibrium,
functions, [M-5] runiform( ) [DSGE] dsge, [DSGE] dsgenl
rline, graph twoway subcommand, [G-2] graph dynamic-factor model, [TS] dfactor
twoway rline exponential regression hurdle, [R] churdle
rlogistic() function, [FN] Random-number finite mixture models, [FMM] fmm
functions, [M-5] runiform( ) first-differenced estmator, [XT] xtivreg
rm command, [D] erase fixed-effects models,
rmcoll command, [P] rmcoll instrumental variables, [XT] xtivreg,
rmdcoll command, [P] rmcoll [XT] xtmlogit
rmdir command, [D] rmdir linear, [XT] xtreg
rmdir() function, [M-5] chdir( ) Poisson, [XT] xtpoisson
rmdir() function, [M-5] chdir( ) fractional response regression, [R] fracreg
rmexternal() function, [M-5] findexternal( ) GARCH, [TS] arch, also see MGARCH subentry
RMSEA, see root mean squared error of approximation generalized linear models, [R] glm
rmsg, set subcommand, [P] creturn, [P] error, for binomial family, [R] binreg
[P] rmsg, [R] set, [U] 8 Error messages and generalized method of moments, [R] gmm,
return codes [R] ivpoisson
rnbinomial() function, [FN] Random-number Heckman selection model, [R] heckman,
functions, [M-5] runiform( ) [XT] xtheckman
238 Subject index

robust, Huber/White/sandwich estimator of variance, robust, Huber/White/sandwich estimator of variance,


continued continued
heckpoisson regression, [R] heckpoisson nonlinear
hurdle regression, [R] churdle least-squares estimation, [R] nl
instrumental-variables regression, systems of equations, [R] nlsur
[LASSO] poivregress, [LASSO] xpoivregress, nonparametric series regression, [R] npregress series
[R] ivregress, [XT] xtivreg ordered probit regression, [ERM] eoprobit
interval regression, [ERM] eintreg, [R] intreg parametric survival models, [ST] stintreg, [ST] streg
linear dynamic panel-data estimation, [XT] xtabond, Poisson regression, [LASSO] dspoisson,
[XT] xtdpd, [XT] xtdpdsys [LASSO] elasticnet, [LASSO] lasso,
linear regression, [ERM] eregress, [LASSO] popoisson, [LASSO] xpopoisson,
[LASSO] dsregress, [LASSO] elasticnet, [R] poisson, [TE] etpoisson
[LASSO] lasso, [LASSO] poregress, censored, [R] cpoisson
[LASSO] sqrtlasso, [LASSO] xporegress, truncated, [R] tpoisson
[R] regress with endogenous covariates, [R] ivpoisson
constrained, [R] cnsreg zero-inflated, [R] zip
heteroskedastic, [R] hetregress population-averaged models, [XT] xtgee
hurdle, [R] churdle complementary log–log, [XT] xtcloglog
truncated, [R] truncreg logit, [XT] xtlogit
with dummy-variable set, [R] areg negative binomial, [XT] xtnbreg
logistic regression, [IRT] irt 1pl, [IRT] irt 2pl, Poisson, [XT] xtpoisson
[IRT] irt 3pl, [IRT] irt hybrid, [IRT] irt,
probit, [XT] xtprobit
group( ), [LASSO] dslogit, [LASSO] elasticnet,
[LASSO] lasso, [LASSO] pologit, Prais–Winsten and Cochrane–Orcutt regression,
[LASSO] xpologit, [R] logistic, [R] logit, also [TS] prais
see logit regression subentry probit regression, [ERM] eprobit,
conditional, [R] clogit [LASSO] elasticnet, [LASSO] lasso, [R] probit
multinomial, [IRT] irt nrm, [IRT] irt hybrid, bivariate, [R] biprobit
[R] mlogit heteroskedastic, [R] hetprobit
ordered, [IRT] irt grm, [IRT] irt pcm, [IRT] irt multinomial, [R] mprobit
rsm, [IRT] irt hybrid, [R] ologit ordered, [R] heckoprobit, [R] hetoprobit,
skewed, [R] scobit [R] oprobit
stereotype, [R] slogit with endogenous covariates, [R] ivprobit
zero-inflated ordered, [R] ziologit with sample selection, [R] heckprobit
logit regression, [IRT] irt 1pl, [IRT] irt 2pl, zero-inflated ordered, [R] zioprobit
[IRT] irt 3pl, [IRT] irt hybrid, [IRT] irt, quantile regression, [R] qreg
group( ), [LASSO] dslogit, [LASSO] elasticnet, random-effects model
[LASSO] lasso, [LASSO] pologit, complementary log–log, [XT] xtcloglog
[LASSO] xpologit, [R] logistic, [R] logit, also Hausman–Taylor estimator, [XT] xthtaylor
see logistic regression subentry instrumental variables, [XT] xtivreg
Markov-switching model, [TS] mswitch linear, [XT] xtheckman, [XT] xtreg
maximum likelihood estimation, [R] ml, [R] mlexp logistic, [XT] xtlogit, [XT] xtmlogit,
MGARCH, [TS] mgarch ccc, [TS] mgarch dcc, [XT] xtologit
[TS] mgarch dvech, [TS] mgarch vcc parametric survival, [XT] xtstreg
multilevel mixed-effects model, [ME] mecloglog, Poisson, [XT] xtpoisson
[ME] meglm, [ME] meintreg, [ME] melogit, probit, [XT] xtoprobit, [XT] xtprobit
[ME] menbreg, [ME] meologit, spatial autoregressive models, [SP] spregress
[ME] meoprobit, [ME] mepoisson, state-space model, [TS] sspace
[ME] meprobit, [ME] mestreg, [ME] metobit,
stochastic frontier model, [R] frontier
[ME] mixed
structural equation modeling, [SEM] Intro 8,
multinomial
[SEM] sem option method( )
logistic regression, [IRT] irt nrm, [IRT] irt
threshold regression model, [TS] threshold
hybrid, [R] mlogit
tobit model, [R] tobit
probit regression, [R] mprobit
with endogenous covariates, [R] ivtobit
negative binomial regression, [R] nbreg
truncated, [R] tnbreg
zero-inflated, [R] zinb
Newey–West regression, [TS] newey
Subject index 239

robust, Huber/White/sandwich estimator of variance, rotated


continued factor loadings, [MV] factor postestimation
treatment effect, [TE] didregress, [TE] eteffects, principal components, [MV] pca postestimation
[TE] etpoisson, [TE] etregress, [TE] teffects rotatemat command, [MV] rotatemat
aipw, [TE] teffects ipw, [TE] teffects ipwra, rotation, [MV] factor postestimation, [MV] pca
[TE] teffects ra, [TE] telasso postestimation, [MV] rotate, [MV] rotatemat,
survival-time data, [TE] stteffects ipw, [MV] Glossary
[TE] stteffects ipwra, [TE] stteffects ra, Bentler’s invariant pattern simplicity, see Bentler’s
[TE] stteffects wra invariant pattern simplicity rotation
truncated biquartimax, see biquartimax rotation
negative binomial regression, [R] tnbreg biquartimin, see biquartimin rotation
Poisson regression, [R] tpoisson Comrey’s tandem 1, see Comrey’s tandem 1 and 2
regression, [R] truncreg rotations
unobserved-components model, [TS] ucm Comrey’s tandem 2, see Comrey’s tandem 1 and 2
with endogenous covariates, rotations
Poisson regression, [R] ivpoisson covarimin, see covarimin rotation
probit regression, [R] ivprobit Crawford–Ferguson, see Crawford–Ferguson rotation
tobit regression, [R] ivtobit equamax, see equamax rotation
with endogenous regressors, factor parsimony, see factor parsimony rotation
instrumental- minimum entropy, see minimum entropy rotation
variables regression, [LASSO] poivregress, oblimax, see oblimax rotation
[LASSO] xpoivregress, [R] ivregress oblimin, see oblimin rotation
zero-inflated oblique, see oblique rotation
negative binomial regression, [R] zinb orthogonal, see orthogonal rotation
ordered logistic regression, [R] ziologit parsimax, see parsimax rotation
ordered probit regression, [R] zioprobit partially specified target, see partially specified target
Poisson regression, [R] zip rotation
robust, other methods of, [R] rreg, [R] smooth Procrustes, see Procrustes rotation
robust command, [P] robust promax, see promax rotation
robvar command, [R] sdtest quartimax, see quartimax rotation
ROC, see receiver operating characteristic analysis quartimin, see quartimin rotation
roccomp command, [R] roc, [R] roccomp toward a target, see toward a target rotation
rocfit command, [R] rocfit, [R] rocfit postestimation varimax, see varimax rotation
rocgold command, [R] roc, [R] roccomp round() function, [FN] Mathematical functions,
rocplot command, [R] rocfit postestimation [M-5] trunc( )
rocreg command, [R] rocreg, [R] rocreg roundoff error, [M-5] epsilon( ), [M-5] edittozero( ),
postestimation, [R] rocregplot [M-5] edittoint( ), [U] 13.12 Precision and
rocregplot command, [R] rocregplot problems therein
roctab command, [R] roc, [R] roctab row
Rogers and Tanimoto similarity measure, of matrix, selecting, [M-5] select( )
[MV] measure option operators for data, [D] egen
roh, [R] loneway stripes, [M-5] st matrix( ), [M-6] Glossary
rolling command, [TS] rolling roweq macro function, [P] macro
rolling regression, [TS] rolling, [TS] Glossary roweq, matrix subcommand, [P] matrix rownames
root mean squared error of approximation, [SEM] estat roweqnumb macro function, [P] macro
gof, [SEM] Example 4, [SEM] Methods and roweqnumb() function, [FN] Matrix functions
formulas for sem rowfirst(), egen function, [D] egen
rootograms, [R] spikeplot rowfullnames macro function, [P] macro
roots of polynomials, [M-5] polyeval( ) row-join operator, [M-2] op join
rotate command, [MV] factor postestimation, rowjoinbyname, matrix subcommand, [P] matrix
[MV] pca postestimation, [MV] rotate rowjoinbyname
rotate, estat subcommand, [MV] canon rowlast(), egen function, [D] egen
postestimation rowlfnames macro function, [P] macro
rotatecompare, estat subcommand, [MV] canon row-major order, [M-6] Glossary
postestimation, [MV] factor postestimation,
rowmax(), egen function, [D] egen
[MV] pca postestimation
rowmax() function, [M-5] minmax( )
rowmaxabs() function, [M-5] minmax( )
rowmean(), egen function, [D] egen
240 Subject index

rowmedian(), egen function, [D] egen Rubin’s combination rules, [MI] mi estimate, [MI] mi
rowmin(), egen function, [D] egen estimate using, [MI] mi predict
rowmin() function, [M-5] minmax( ) run command, [R] do, [U] 16 Do-files
rowminmax() function, [M-5] minmax( ) runiform() function, [FN] Random-number
rowmiss(), egen function, [D] egen functions, [M-5] runiform( ), [R] set seed
rowmissing() function, [M-5] missing( ) runiformint() function, [FN] Random-number
rownames macro function, [P] macro functions, [M-5] runiform( )
rownames, matrix subcommand, [P] matrix runningsum() function, [M-5] runningsum( )
rownames runningsum() function, [M-5] runningsum( )
rownfreeparms macro function, [P] macro runtest command, [R] runtest
rownfreeparms() function, [FN] Matrix functions Russell and Rao coefficient similarity measure,
rownlfs macro function, [P] macro [MV] measure option
rownonmiss(), egen function, [D] egen rvalue, class, [P] class
rownonmissing() function, [M-5] missing( ) rvfplot command, [R] regress postestimation
rownumb macro function, [P] macro diagnostic plots
rownumb() function, [FN] Matrix functions, RVI, see relative variance increase
[P] matrix define rvpplot command, [R] regress postestimation
rowpctile(), egen function, [D] egen diagnostic plots
rows() function, [M-5] rows( ) rweibull() function, [FN] Random-number
functions, [M-5] runiform( )
rows of matrix
rweibullph() function, [FN] Random-number
appending to, [P] matrix define
functions, [M-5] runiform( )
names, [P] ereturn, [P] matrix define, [P] matrix
rowjoinbyname, [P] matrix rownames
operators, [P] matrix define S
rowscalefactors() function, [M-5] equilrc( )
rowsd(), egen function, [D] egen s() function, [FN] Programming functions
rowshape() function, [M-5] rowshape( ) s() stored results, [FN] Programming
functions, [P] return, [R] Stored results,
rowsof macro function, [P] macro
[U] 18.8 Accessing results calculated by other
rowsof() function, [FN] Matrix functions, [P] matrix programs, [U] 18.10.3 Storing results in s()
define
s(macros) macro function, [P] macro
rowsum() function, [M-5] sum( )
s1color scheme, [G-4] Scheme s1
rowtotal(), egen function, [D] egen
s1manual scheme, [G-4] Scheme s1
rowvarlist macro function, [P] macro
s1mono scheme, [G-4] Scheme s1
rowvector, [M-2] Declarations, [M-6] Glossary
s1rcolor scheme, [G-4] Scheme s1
Roy’s
s2color scheme, [G-4] Scheme s2
largest root test, [MV] canon, [MV] manova,
s2gcolor scheme, [G-4] Scheme s2
[MV] mvtest means, [MV] Glossary
s2gmanual scheme, [G-4] Scheme s2
union-intersection test, [MV] canon, [MV] manova,
[MV] mvtest means s2manual scheme, [G-4] Scheme s2
rpoisson() function, [FN] Random-number s2mono scheme, [G-4] Scheme s2
functions, [M-5] runiform( ) SAARCH, see simple asymmetric autoregressive
rreg command, [R] rreg, [R] rreg postestimation conditional heteroskedasticity
rscatter, graph twoway subcommand, [G-2] graph saddle-path stable, [DSGE] Glossary
twoway rscatter Sammon mapping criterion, [MV] Glossary
rseed() function, [M-5] runiform( ) sample, [SVY] Glossary, also see random sample
RSM, see rating scale model selection, [ERM] Glossary, also see endogenous
rsm, irt subcommand, [IRT] irt rsm, [IRT] irt rsm sample selection, also see selection model
postestimation sample command, [D] sample
rspike, graph twoway subcommand, [G-2] graph sample splitting, [LASSO] Glossary
twoway rspike sample-size, [PSS-5] Glossary, [U] 27.32 Power,
R2 , [LASSO] Glossary, [PSS-2] power, precision, and sample-size analysis
[PSS-2] power rsquared, [PSS-2] power pcorr, analysis, see power and sample-size analysis
[PSS-5] Glossary, [SEM] estat eqgof, also see curve, [PSS-2] power, [PSS-2] power usermethod,
coefficient of determination [PSS-3] ciwidth, [PSS-3] ciwidth usermethod,
rsquared, power subcommand, [PSS-2] power [PSS-3] ciwidth, graph, [PSS-5] Glossary
rsquared
rt() function, [FN] Random-number functions,
[M-5] runiform( )
Subject index 241

sample-size, continued sasxport5,


determination, [PSS-1] Intro, [PSS-2] Intro export subcommand, [D] import sasxport5
(power), [PSS-2] power, [PSS-2] power import subcommand, [D] import sasxport5
usermethod, [PSS-2] power onemean, sasxport8,
[PSS-2] power twomeans, [PSS-2] power export subcommand, [D] import sasxport8
pairedmeans, [PSS-2] power oneproportion, import subcommand, [D] import sasxport8
[PSS-2] power twoproportions, [PSS-2] power
Satterthwaite DDF, see denominator degrees of freedom,
pairedproportions, [PSS-2] power onevariance,
Satterthwaite
[PSS-2] power twovariances, [PSS-2] power
onecorrelation, [PSS-2] power twocorrelations, Satterthwaite’s t test, [PSS-2] power, [PSS-2] power
[PSS-2] power oneway, [PSS-2] power twoway, twomeans, [PSS-5] Glossary
[PSS-2] power repeated, [PSS-2] power saturated likelihood, [LASSO] Glossary
oneslope, [PSS-2] power rsquared, saturated model, [SEM] estat gof, [SEM] estat lcgof,
[PSS-2] power pcorr, [PSS-2] power cmh, [SEM] Example 4, [SEM] Methods and
[PSS-2] power mcc, [PSS-2] power trend, formulas for sem, [SEM] Glossary
[PSS-2] power cox, [PSS-2] power exponential, saturation, see intensity, color, adjustment
[PSS-2] power logrank, [PSS-3] Intro (ciwidth), save
[PSS-3] ciwidth, [PSS-3] ciwidth usermethod, data, [D] import dbase, [D] import delimited,
[PSS-3] ciwidth, graph, [PSS-3] ciwidth [D] outfile, [D] save, [D] snapshot, also see
onemean, [PSS-3] ciwidth twomeans, export data
[PSS-3] ciwidth pairedmeans, [PSS-3] ciwidth results, see results, saving
onevariance, [PSS-4] Unbalanced designs, save,
[PSS-5] Glossary collect subcommand, [TABLES] collect save
cluster size, [PSS-2] power onemean, cluster, estimates subcommand, [LASSO] estimates store,
[PSS-2] power twomeans, cluster, [R] estimates save
[PSS-2] power twoproportions, cluster, graph subcommand, [G-2] graph save
[PSS-2] power logrank, cluster
label subcommand, [D] label
ratio, [PSS-5] Glossary
putdocx subcommand, [RPT] putdocx begin
rounding rules for, [PSS-4] Unbalanced designs
putpdf subcommand, [RPT] putpdf begin
sampling, [D] sample, [D] splitsample, [R] bootstrap,
snapshot subcommand, [D] snapshot
[R] bsample, [SVY] Survey, [SVY] svydescribe,
[SVY] svyset, [SVY] Glossary, also see cluster spmatrix subcommand, [SP] spmatrix save
sampling save command, [D] save
rate, [PSS-2] power, [PSS-2] power onemean, saveold command, [D] save
[PSS-2] power pairedmeans, [PSS-3] ciwidth, saving() option, [G-3] saving option
[PSS-3] ciwidth onemean, [PSS-3] ciwidth saw-toothed power function, [PSS-2] power
pairedmeans oneproportion, [PSS-2] power twoproportions
stage, [SVY] estat, [SVY] Glossary sbcusum, estat subcommand, [TS] estat sbcusum
unit, [SVY] Survey, [SVY] Glossary, also see sbknown, estat subcommand, [TS] estat sbknown
primary sampling unit sbsingle, estat subcommand, [TS] estat sbsingle
weight, [SVY] Survey, [SVY] Calibration, Scalable Vector Graphics, [G-2] graph export,
[SVY] Poststratification, [SVY] Glossary, [G-3] svg options, [G-4] Glossary
[U] 11.1.6 weight, [U] 20.24.3 Sampling scalar, [M-2] Declarations, [M-6] Glossary,
weights, also see survey data [P] scalar
with and without replacement, [SVY] Glossary confirm subcommand, [P] confirm
sandwich/Huber/White estimator of variance, see robust, define command, [P] scalar
Huber/White/sandwich estimator of variance dir command, [P] scalar
SAR, see spatial autoregressive model drop command, [P] scalar
sargan, estat subcommand, [XT] xtabond, ereturn subcommand, [P] ereturn, [P] return
[XT] xtabond postestimation, [XT] xtdpd, list command, [P] scalar
[XT] xtdpd postestimation, [XT] xtdpdsys return subcommand, [P] return
postestimation
scalar functions, [M-4] Scalar
Sargan test, [XT] xtabond postestimation, [XT] xtdpd
scalar model parameter, [BAYES] Glossary, also see
postestimation, [XT] xtdpdsys postestimation
Bayesian, model parameters
SAS dates, [D] Datetime values from other software
scalar() function, [FN] Programming functions
sas, import subcommand, [D] import sas
scalar() pseudofunction, [P] scalar
SAS XPORT format, [D] import sasxport5, [D] import
scalars, [P] scalar
sasxport8
namespace and conflicts, [P] matrix, [P] matrix
define
242 Subject index

scale, score, continued


log, [G-3] axis scale options test, [PSS-2] power oneproportion,
range of, [G-3] axis scale options [PSS-5] Glossary, [SEM] Intro 7, [SEM] estat
reversed, [G-3] axis scale options ginvariant, [SEM] estat mindices, [SEM] estat
scale() option, [G-3] scale option scoretests, [SEM] Methods and formulas
scaling, [MV] mds, [MV] mds postestimation plots, for sem, [SEM] Glossary, also see Lagrange
[MV] mdslong, [MV] mdsmat multiplier test
scatter, graph twoway subcommand, [G-2] graph score, matrix subcommand, [P] matrix score
twoway scatter score, ml subcommand, [R] ml
scatteri, graph twoway subcommand, [G-2] graph scoreplot command, [MV] discrim lda
twoway scatteri postestimation, [MV] factor postestimation,
scatterplot matrices, [G-2] graph matrix [MV] scoreplot
scenarios, [TS] forecast, [TS] forecast adjust, scores, [SEM] Glossary
[TS] forecast clear, [TS] forecast coefvector, obtaining, [ERM] predict advanced, [R] predict,
[TS] forecast create, [TS] forecast describe, [SEM] predict after gsem, [SEM] predict after
[TS] forecast drop, [TS] forecast estimates, sem, [U] 20.23 Obtaining scores
[TS] forecast exogenous, [TS] forecast programming, [M-5] deriv( ), [M-5] moptimize( ),
identity, [TS] forecast list, [TS] forecast query, [M-5] optimize( ), [P] matrix score, [P] program
[TS] forecast solve properties, [P] robust
Scheffé’s multiple-comparison adjustment, see multiple scoretests, estat subcommand, [SEM] Intro 7,
comparisons, Scheffé’s method [SEM] estat scoretests, [SEM] Methods and
scheme() option, [G-3] scheme option formulas for sem
scheme, set subcommand, [G-2] set scheme, [R] set scree plot, [MV] screeplot, [MV] Glossary
schemes, [G-2] set scheme, [G-3] play option, screeplot command, [MV] discrim lda
[G-3] scheme option, [G-4] Schemes intro, postestimation, [MV] factor postestimation,
[G-4] Scheme economist, [G-4] Scheme [MV] pca postestimation, [MV] screeplot
s1, [G-4] Scheme s2, [G-4] Scheme sj, script subcommand, [P] PyStata integration
[G-4] Glossary scrollbufsize, set subcommand, [R] set
changing, [G-2] graph display scrolling of output, controlling, [P] more, [R] more,
creating your own, [G-4] Schemes intro [U] 7 –more– conditions
default, [G-2] set scheme sd(), egen function, [D] egen
Schoenfeld residual, [ST] stcox PH-assumption sd, estat subcommand, [ME] estat sd, [ME] menl,
tests, [ST] stcox postestimation, [ST] stcrreg [ME] mixed postestimation, [META] estat
postestimation sd, [R] mean postestimation, [SEM] estat sd,
Schur [SVY] estat
decomposition, [M-5] schurd( ), [M-6] Glossary, SDR, see successive difference replication
also see generalized Schur decomposition sdr options, [SVY] sdr options
form, [M-6] Glossary sdtest command, [R] sdtest
schurd() function, [M-5] schurd( ) sdtesti command, [R] sdtest
schurd() function, [M-5] schurd( ) se, estat subcommand, [R] exlogistic postestimation,
schurdgroupby() function, [M-5] schurd( ) [R] expoisson postestimation
schurdgroupby() function, [M-5] schurd( ) se[], [U] 13.5 Accessing coefficients and standard
schurdgroupby la() function, [M-5] schurd( ) errors
schurd la() function, [M-5] schurd( ) search,
Schwarz information criterion, see Bayesian information icd10 subcommand, [D] icd10
criterion icd10cm subcommand, [D] icd10cm
scientific notation, [U] 12.2 Numbers icd10pcs subcommand, [D] icd10pcs
s-class command, [P] program, [P] return, [R] Stored icd9 subcommand, [D] icd9
results, [U] 18.8 Accessing results calculated by icd9p subcommand, [D] icd9p
other programs ml subcommand, [R] ml
scobit command, [R] scobit, [R] scobit net subcommand, [R] net
postestimation notes subcommand, [D] notes
scope, class, [P] class python subcommand, [P] PyStata integration
score, [MV] factor postestimation, [MV] pca view subcommand, [R] view
postestimation, [MV] Glossary search command, [R] search, [U] 4 Stata’s help and
plot, [MV] scoreplot, [MV] Glossary search facilities
search d, view subcommand, [R] view
Subject index 243

search Internet, [R] net search sem command, [SEM] Builder, [SEM] Methods and
searchdefault, set subcommand, [R] search, [R] set formulas for sem, [SEM] sem, [SEM] Glossary
seasonal examples,
ARIMA, [TS] arima CFA model, [SEM] Example 1,
difference operator, [TS] arima, [TS] forecast [SEM] Example 3, [SEM] Example 15,
estimates, [TS] Glossary [SEM] Example 20
lag operator, [U] 11.4.4 Time-series varlists constraints, [SEM] Example 8,
smoothing, [TS] tssmooth, [TS] tssmooth shwinters [SEM] Example 23
secondary sampling unit, [SVY] Variance estimation, correlated uniqueness model, [SEM] Example 17
[SVY] Glossary correlation, [SEM] Example 16
second-level variables, see first-level variables latent growth model, [SEM] Example 18
second-order latent variables, see first-order latent linear regression, [SEM] Example 6,
variables [SEM] Example 12
seconds() function, [D] Datetime durations, measurement model, [SEM] Example 1,
[FN] Date and time functions, [M-5] date( ) [SEM] Example 3, [SEM] Example 20
sectionbreak, MIMIC model, [SEM] Example 10
putdocx subcommand, [RPT] putdocx pagebreak model with MAR data, [SEM] Example 26
putpdf subcommand, [RPT] putpdf pagebreak multilevel, [SEM] Example 42g
seed, set subcommand, [R] set, [R] set seed multiple-group model, [SEM] Example 20,
seek, file subcommand, [P] file [SEM] Example 23
seemingly unrelated path model, [SEM] Example 7,
estimation, [R] suest [SEM] Example 12
regression, [R] nlsur, [R] reg3, [R] sureg, reliability model, [SEM] Example 24
[SEM] Intro 5, [SEM] Example 12, structural model, [SEM] Example 7,
[SEM] Glossary, [TS] dfactor [SEM] Example 9
segmentsize, set subcommand, [D] memory, [R] set missing values, [SEM] Example 26
select() function, [M-5] select( ) options, [SEM] sem and gsem option constraints( ),
select, mi subcommand, [MI] mi select [SEM] sem and gsem option covstructure( ),
[SEM] sem and gsem option from( ),
selected,
[SEM] sem and gsem option reliability( ),
estimates subcommand, [R] estimates selected [SEM] sem and gsem syntax options,
selected covariates, see covariate selection [SEM] sem estimation options, [SEM] sem
selectindex() function, [M-5] select( ) group options, [SEM] sem model description
selection, [ERM] Glossary options, [SEM] sem option method( ),
on observables, see conditional-independence [SEM] sem option noxconditional, [SEM] sem
assumption option select( ), [SEM] sem reporting options,
on unobservables, [ERM] Glossary [SEM] sem ssd options
selection model, [R] heckman, [R] heckoprobit, path notation, [SEM] sem and gsem path notation,
[R] heckprobit [SEM] sem path notation extensions
Bayesian estimation, [BAYES] bayes: heckman, postestimation, [SEM] sem postestimation
[BAYES] bayes: heckoprobit, semicolons, [M-2] Semicolons
[BAYES] bayes: heckprobit semiconjugacy, see semiconjugate prior
structural equation modeling, [SEM] Example 45g semiconjugate prior, [BAYES] Intro,
survey data, [SVY] svy estimation [BAYES] bayesmh, [BAYES] Glossary
with endogenous covariates, [ERM] Intro 1, semiparametric imputation method, see imputation,
[ERM] eintreg, [ERM] eoprobit, [ERM] eprobit, predictive mean matching
[ERM] eregress, [ERM] Example 1c, semiparametric model, [ST] stcox, [ST] stcrreg,
[ERM] Example 6b, [ERM] Example 8b [ST] stintcox, [ST] Glossary
with random effects, [XT] xtheckman semirobust standard errors, [XT] Glossary
with treatment effects, [ERM] Intro 1, sensitivity, [R] estat classification, [R] lroc, [R] lsens,
[ERM] eintreg, [ERM] eoprobit, [ERM] eprobit, also see receiver operating characteristic analysis
[ERM] eregress, [ERM] Example 4a, analysis, [META] Intro, [META] meta
[ERM] Example 4b, [ERM] Example 6b summarize, [META] meta regress,
selection-order statistics, [TS] varsoc [META] meta mvregress, [META] Glossary,
self-variable, [BAYES] Glossary [PSS-2] power, [PSS-2] power, graph,
self-variables [PSS-2] power, table, [PSS-2] power onemean,
first-lag coefficients, [BAYES] Glossary [PSS-2] power twomeans, [PSS-2] power
tightness parameter, [BAYES] Glossary pairedmeans, [PSS-2] power oneproportion,
SEM, see structural equation modeling [PSS-2] power twoproportions, [PSS-2] power
pairedproportions, [PSS-2] power onevariance,
244 Subject index

sensitivity, continued set, continued


[PSS-2] power twovariances, [PSS-2] power collect label command, [TABLES] set
onecorrelation, [PSS-2] power twocorrelations, collect label
[PSS-2] power oneway, [PSS-2] power twoway, collect style command, [TABLES] set
[PSS-2] power repeated, [PSS-2] power collect style
oneslope, [PSS-2] power rsquared, collect warn command, [TABLES] set
[PSS-2] power pcorr, [PSS-2] power cmh, collect warn
[PSS-2] power mcc, [PSS-2] power trend, command, [R] query, [R] set
[PSS-2] power cox, [PSS-2] power exponential,
conren command, [R] set
[PSS-2] power logrank, [PSS-3] Intro (ciwidth),
[PSS-3] ciwidth, [PSS-3] ciwidth, graph, copycolor command, [G-2] set printcolor, [R] set
[PSS-3] ciwidth, table, [PSS-5] Glossary, also dockable command, [R] set
see Bayesian, sensitivity analysis docx hardbreak command, [R] set, [RPT] set
model, [R] regress postestimation, [R] rreg docx
separate command, [D] separate docx paramode command, [R] set, [RPT] set docx
separating string variables into parts, [D] split dots command, [R] set
seq(), egen function, [D] egen doublebuffer command, [R] set
sequential imputation, [MI] mi impute, [MI] mi impute dp command, [D] format, [R] set
chained, [MI] mi impute monotone emptycells command, [R] set, [R] set emptycells
sequential limit theory, [XT] Glossary fastscroll command, [R] set
sequential regression multivariate imputation, see floatwindows command, [R] set
imputation, multivariate, chained equations fredkey command, [D] import fred, [R] set
serial correlation, [TS] Glossary, also see fvbase command, [R] set
autocorrelation fvlabel command, [R] set, [R] set showbaselevels
test, [TS] Glossary, also see autocorrelation test fvtrack command, [R] set
serial independence test, [R] regress postestimation fvwrap command, [R] set, [R] set showbaselevels
time series, [R] runtest, [TS] varlmar, fvwrapon command, [R] set, [R] set
[TS] veclmar, [XT] xtabond postestimation, showbaselevels
[XT] xtdpd postestimation, [XT] xtdpdsys graphics command, [G-2] set graphics, [R] set
postestimation haverdir command, [D] import haver, [R] set
series, npregress subcommand, [R] npregress intro, httpproxy command, [R] netio, [R] set
[R] npregress series httpproxyauth command, [R] netio, [R] set
series regression, [R] npregress series httpproxyhost command, [R] netio, [R] set
serrbar command, [R] serrbar httpproxyport command, [R] netio, [R] set
serset, [P] serset httpproxypw command, [R] netio, [R] set
clear command, [P] serset httpproxyuser command, [R] netio, [R] set
create command, [P] serset include bitmap command, [R] set
create cspline command, [P] serset iterlog command, [R] set, [R] set iter
create xmedians command, [P] serset java heapmax command, [P] Java utilities, [R] set
dir command, [P] serset java home command, [P] Java utilities, [R] set
drop command, [P] serset lapack mkl command, [M-1] LAPACK, [R] set
reset id command, [P] serset lapack mkl cnr command, [M-1] LAPACK,
set command, [P] serset [R] set
sort command, [P] serset level command, [R] level, [R] set
summarize command, [P] serset linegap command, [R] set
use command, [P] serset linesize command, [R] log, [R] set
sersetread, file subcommand, [P] serset locale functions command, [P] set
sersetwrite, file subcommand, [P] serset locale functions, [R] set
session, recording, [R] log, [U] 15 Saving and printing locale ui command, [P] set locale ui, [R] set
output—log files locksplitters command, [R] set
set logtype command, [R] log, [R] set
adosize command, [P] sysdir, [R] set, lstretch command, [R] set
[U] 18.11 Ado-files maxbezierpath command, [R] set
autotabgraphs command, [R] set maxdb command, [R] db, [R] set
cformat command, [R] set, [R] set cformat maxiter command, [R] set, [R] set iter
clevel command, [BAYES] set clevel, [R] set max memory command, [D] memory, [R] set
coeftabresults command, [R] set max preservemem command, [P] preserve
collect double command, [TABLES] set max preservemem command, [R] set
collect double
Subject index 245

set, continued set, continued


maxvar command, [D] memory, [R] set varabbrev command, [R] set
min memory command, [D] memory, [R] set varkeyboard command, [R] set
more command, [P] more, [R] more, [R] set, set,
[U] 7 –more– conditions bayesirf subcommand, [BAYES] bayesirf
niceness command, [D] memory, [R] set cluster subcommand, [MV] cluster programming
notifyuser command, [R] set utilities
obs command, [D] obs, [R] set collect subcommand, [TABLES] collect set
odbcdriver command, [D] odbc, [R] set datasignature subcommand, [D] datasignature
odbcmgr command, [D] odbc, [R] set file subcommand, [P] file
output command, [P] quietly, [R] set graph subcommand, [G-2] graph set
pagesize command, [R] more, [R] set irf subcommand, [TS] irf set
pformat command, [R] set, [R] set cformat meta subcommand, [META] meta set
pinnable command, [R] set mi subcommand, [MI] mi set
playsnd command, [R] set putexcel subcommand, [RPT] putexcel,
print, graph subcommand, [G-2] graph set [RPT] putexcel advanced
printcolor command, [G-2] set printcolor, [R] set serset subcommand, [P] serset
processors command, [R] set ssd subcommand, [SEM] ssd
python exec command, [P] PyStata integration, sysdir subcommand, [P] sysdir
[R] set translator subcommand, [R] translate
python userpath command, [P] PyStata vl subcommand, [D] vl set
integration, [R] set webuse subcommand, [D] webuse
reventries command, [R] set set M , [MI] mi add, [MI] mi set
revkeyboard command, [R] set set ado, net subcommand, [R] net
rmsg command, [P] creturn, [P] error, [P] rmsg, set exec subcommand, [P] PyStata integration
[R] set, [U] 8 Error messages and return codes set heapmax, java subcommand, [P] Java utilities
rng command, [R] set, [R] set rng set home, java subcommand, [P] Java utilities
rngstate command, [R] set, [R] set seed set matacache, mata subcommand, [M-3] mata set,
rngstream command, [R] set, [R] set rngstream [R] set
scheme command, [G-2] set scheme, set matafavor, mata subcommand, [M-3] mata set,
[G-4] Schemes intro, [R] set [M-5] favorspeed( ), [R] set
scrollbufsize command, [R] set set matalibs, mata subcommand, [M-3] mata set,
searchdefault command, [R] search, [R] set [R] set
seed command, [R] set, [R] set seed set matalnum, mata subcommand, [M-3] mata set,
segmentsize command, [D] memory, [R] set [R] set
sformat command, [R] set, [R] set cformat set matamofirst, mata subcommand, [M-3] mata
showbaselevels command, [R] set, [R] set set, [R] set
showbaselevels set mataoptimize, mata subcommand, [M-3] mata
showemptycells command, [R] set, [R] set set, [R] set
showbaselevels set matastrict, mata subcommand, [M-1] Ado,
showomitted command, [R] set, [R] set [M-2] Declarations, [M-3] mata set, [R] set
showbaselevels set mi data, [MI] mi set
smoothfonts command, [R] set set other, net subcommand, [R] net
sortmethod command, [P] set sortmethod, [R] set set userpath subcommand, [P] PyStata integration
sortrngstate command, [P] set sortrngstate, setbreakintr() function, [M-5] setbreakintr( )
[R] set set defaults command, [R] set defaults
table style command, [TABLES] set table style setmore() function, [M-5] more( )
trace command, [P] trace, [R] set setmoreonexit() function, [M-5] more( )
tracedepth command, [P] trace, [R] set settings,
traceexpand command, [P] trace, [R] set display, [R] set showbaselevels
tracehilite command, [P] trace, [R] set efficiency, [P] sysdir
traceindent command, [P] trace, [R] set format, [R] set cformat
tracenumber command, [P] trace, [R] set graphics, [G-2] set graphics, [G-2] set printcolor,
tracesep command, [P] trace, [R] set [G-2] set scheme, [P] creturn
type command, [D] generate, [R] set interface, [P] creturn, [R] db
update interval command, [R] set, [R] update Java, [P] creturn
update prompt command, [R] set, [R] update LAPACK, [M-1] LAPACK, [P] creturn
update query command, [R] set, [R] update Mata, [M-3] mata set, [P] creturn
246 Subject index

settings, continued SHR, see subhazard ratio


memory, [D] memory, [P] creturn shwinters, tssmooth subcommand, [TS] tssmooth
network, [P] creturn, [R] netio shwinters
output, [BAYES] set clevel, [D] format, [P] creturn, Šidák’s multiple-comparison adjustment, see multiple
[P] rmsg, [R] level, [R] log, [R] more, [R] set comparisons, Šidák’s method
cformat, [R] set showbaselevels, [U] 7 –more– sign() function, [FN] Mathematical functions,
conditions [M-5] sign( )
program debugging, see settings trace sign test, [PSS-2] power oneproportion,
putdocx, [P] creturn [PSS-5] Glossary
Python, [P] creturn signature of data, [D] checksum, [D] datasignature,
random-number generator, [R] set rng, [R] set [P] datasignature, [P] signestimationsample
rngstream signestimationsample command,
RNG, [P] creturn [P] signestimationsample
sort, [P] creturn, [P] set sortmethod, [P] set significance contours, [META] meta funnelplot,
sortrngstate [META] Glossary
trace, [P] creturn, [P] trace significance level, [PSS-2] power, [PSS-2] power
Unicode, [P] creturn, [P] set locale functions, onemean, [PSS-2] power twomeans,
[P] set locale ui [PSS-2] power pairedmeans, [PSS-2] power
update, [P] creturn, [R] update oneproportion, [PSS-2] power twoproportions,
[PSS-2] power pairedproportions,
sformat, set subcommand, [R] set, [R] set cformat
[PSS-2] power onevariance, [PSS-2] power
sfrancia command, [R] swilk twovariances, [PSS-2] power onecorrelation,
shadestyle, [G-4] shadestyle, [G-4] Glossary [PSS-2] power twocorrelations, [PSS-2] power
shading region, [G-3] region options oneway, [PSS-2] power twoway, [PSS-2] power
shape parameter, [BAYES] bayes, [BAYES] bayesmh, repeated, [PSS-2] power oneslope,
[R] nbreg, [ST] stintreg, [ST] streg, [PSS-2] power rsquared, [PSS-2] power pcorr,
[ST] Glossary, [TE] stteffects postestimation, [PSS-2] power cmh, [PSS-2] power mcc,
[TE] Glossary [PSS-2] power trend, [PSS-2] power cox,
shapefiles, [SP] Intro 3, [SP] spbalance, [SP] spset, [PSS-2] power exponential, [PSS-2] power
[SP] spshape2dta, [SP] Glossary, also see area logrank, [PSS-3] Intro (ciwidth),
data [PSS-3] ciwidth, [PSS-3] ciwidth onemean,
standard-format, [SP] Intro 4 [PSS-3] ciwidth twomeans, [PSS-3] ciwidth
Stata-format, [SP] Intro 4 pairedmeans, [PSS-3] ciwidth onevariance,
translating to Stata format, [SP] Intro 4 [PSS-4] Unbalanced designs, [PSS-5] Glossary,
Shapiro–Francia test for normality, [R] swilk [R] level, [U] 20.8 Specifying the width of
confidence intervals
Shapiro–Wilk test for normality, [R] swilk
shared frailty, [ST] stcox, [ST] stcox postestimation, observed, see p-value
[ST] stcurve, [ST] streg, [ST] streg signing digitally data, see datasignature command
postestimation, [ST] Glossary signrank command, [R] signrank
shared object, [P] class, [P] plugin signtest command, [R] signrank
shell command, [D] shell signum function, see sign() function
Shepard similarity, [MV] Glossary
diagram, [MV] mds postestimation plots, matrices, [MV] matrix dissimilarity, [P] matrix
[MV] Glossary dissimilarity
plot, [MV] mds postestimation plots measures, [MV] cluster, [MV] cluster
shewhart command, [R] QC programming utilities, [MV] matrix
dissimilarity, [MV] measure option, [P] matrix
shift, macro subcommand, [P] macro
dissimilarity
shock variable, [DSGE] Glossary
Anderberg coefficient, [MV] measure option
showbaselevels, set subcommand, [R] set, [R] set
showbaselevels
angular, [MV] measure option
showdbs, jdbc subcommand, [D] jdbc correlation, [MV] measure option
showemptycells, set subcommand, [R] set, [R] set Dice coefficient, [MV] measure option
showbaselevels Gower coefficient, [MV] measure option
showomitted, set subcommand, [R] set, [R] set Hamann coefficient, [MV] measure option
showbaselevels Jaccard coefficient, [MV] measure option
showtables, jdbc subcommand, [D] jdbc Kulczyński coefficient, [MV] measure option
.shp files, [SP] Intro 4, also see shapefiles matching coefficient, [MV] measure option
* shp.dta files, [SP] Intro 4, [SP] spcompress Ochiai coefficient, [MV] measure option
* shp.dta files, also see shapefiles Pearson coefficient, [MV] measure option
Subject index 247

similarity, continued singleton strata, [SVY] estat, [SVY] Variance


Rogers and Tanimoto coefficient, estimation
[MV] measure option singleton-group data, [ST] stcox, [ST] Glossary
Russell and Rao coefficient, singular value decomposition, [M-5] svd( ),
[MV] measure option [M-5] fullsvd( ), [MV] Glossary, [P] matrix svd
Sneath and Sokal coefficient, sinh() function, [FN] Trigonometric functions,
[MV] measure option [M-5] sin( )
Yule coefficient, [MV] measure option SIR, see standardized incidence ratio
simple asymmetric autoregressive conditional SITE directory, [P] sysdir, [U] 17.5 Where does Stata
heteroskedasticity, [TS] arch look for ado-files?
simple random sample, [SVY] Glossary, also see size, [G-4] size
random sample size, estat subcommand, [SVY] estat
Simpson’s rule, [PSS-2] power logrank size of
simulate prefix command, [R] simulate all text and markers, [G-3] scale option
simulated outcome, [BAYES] bayesstats ppvalues, graph, [G-3] region options
[BAYES] bayespredict, [BAYES] Glossary changing, [G-2] graph display
simulation, [TS] forecast, [TS] forecast adjust, graph objects, [G-4] size
[TS] forecast clear, [TS] forecast coefvector, markers, [G-3] marker options
[TS] forecast create, [TS] forecast describe, test, [PSS-5] Glossary
[TS] forecast drop, [TS] forecast estimates,
text, [G-3] textbox options
[TS] forecast exogenous, [TS] forecast
identity, [TS] forecast list, [TS] forecast query, sizeof() function, [M-5] sizeof( )
[TS] forecast solve, [U] 20.21 Dynamic forecasts SJ, see Stata Journal and Stata Technical Bulletin
and simulations sj, net subcommand, [R] net
Markov chain Monte Carlo, see Markov chain sj scheme, [G-4] Scheme sj
Monte Carlo skew(), egen function, [D] egen
Monte Carlo, see Monte Carlo simulations skewed logistic regression, [R] scobit, [SVY] svy
simultaneous estimation
autoregressive model, see spatial autoregressive skewness, [CM] cmsummarize, [MV] mvtest
model normality, [R] ladder, [R] regress
bootstraps and simulations, [R] set rngstream postestimation, [R] summarize, [TS] varnorm,
causation, [ERM] Intro 3, [ERM] Triangularize, [R] lnskew0, [R] lv, [R] pksumm, [R] sktest,
[ERM] Glossary [R] table, [R] table summary, [R] tabstat
equations, solving, [M-1] LAPACK, [M-5] lapack( ) skip(#), display directive, [P] display
log files, [U] 15.6 Creating multiple log files for sktest command, [R] sktest
simultaneous use sleep command, [P] sleep
quantile regression, [R] qreg slogit command, [R] slogit, [R] slogit postestimation
system, [DSGE] Intro, [ERM] Glossary, slope, [IRT] Glossary
[SEM] estat stable, [SEM] Example 7, S macros, [P] creturn, [P] macro
[TS] forecast, [U] 27.28 Dynamic stochastic smallestdouble() function, [FN] Programming
general equilibrium (DSGE) models functions, [M-5] mindouble( )
systems, [R] reg3 small-study effects, [META] meta, [META] meta set,
sin() function, [FN] Trigonometric functions, [META] meta funnelplot, [META] Glossary
[M-5] sin( ) smc, estat subcommand, [MV] factor postestimation,
sine functions, [FN] Trigonometric functions, [MV] pca postestimation
[M-5] sin( ) SMCL, see Stata Markup and Control Language
single subgroup analysis, [META] meta forestplot, .smcl file, [U] 11.6 Filenaming conventions
[META] meta funnelplot, [META] Glossary smclsymbolpalette, palette subcommand,
single-failure st data, see survival analysis [G-2] palette
single-imputation methods, [MI] Intro substantive smooth command, [R] smooth
singlelinkage, smooth treatment-effects estimator, [TE] stteffects
clustermat subcommand, [MV] cluster linkage ipw, [TE] stteffects ipwra, [TE] stteffects
cluster subcommand, [MV] cluster linkage ra, [TE] stteffects wra, [TE] teffects aipw,
single-linkage clustering, [MV] cluster, [TE] teffects ipw, [TE] teffects ipwra,
[MV] clustermat, [MV] cluster linkage, [TE] teffects ra, [TE] telasso, [TE] Glossary
[MV] Glossary smoothers, [TS] tssmooth, [TS] Glossary
single-precision floating point number, double exponential, [TS] tssmooth dexponential
[U] 12.2.2 Numeric storage types exponential, [TS] tssmooth exponential
single-record st data, see st data, see survival analysis
248 Subject index

smoothers, continued sort order, continued


graphs, [G-2] graph twoway lpoly, [R] kdensity, for strings, [U] 13.2.3 Relational operators
[R] lowess, [R] lpoly with Unicode, [D] unicode collator, [FN] String
Holt–Winters, functions, [M-5] ustrcompare( ),
nonseasonal, [TS] tssmooth hwinters [U] 12.4.2.5 Sorting strings containing
seasonal, [TS] tssmooth shwinters Unicode characters
kernel density estimation, [R] kdensity in byable() programs, [P] byable
local polynomial, [R] lpoly rows of matrix, [M-5] sort( ), [M-5] uniqrows( )
lowess, [R] lowess with by varlist:, [U] 11.5 by varlist: construct
moving average, [TS] tssmooth ma with missing values, [U] 12.2.1 Missing values
nonlinear, [TS] tssmooth nl with sersets, [P] serset
robust, [R] smooth within programs, [P] macro, [P] sortpreserve
smoothfonts, set subcommand, [R] set sort, query subcommand, [R] query
smoothing, see smoothers sort, serset subcommand, [P] serset
SMR, see standardized mortality ratio sortedby macro function, [P] macro
snapshot, also see preserve data sortmethod, set subcommand, [P] set sortmethod,
snapshot [R] set
erase command, [D] snapshot sortpreserve option, [P] sortpreserve
label command, [D] snapshot sortrngstate, set subcommand, [P] set sortrngstate,
list command, [D] snapshot [R] set
restore command, [D] snapshot soundex() function, [FN] String functions,
[M-5] soundex( )
save command, [D] snapshot
soundex nara() function, [FN] String functions,
snapshot data, [D] snapshot, [ST] snapspan, [ST] stset,
[M-5] soundex( )
[ST] Glossary
source code,
snapspan command, [ST] snapspan
ado-files,
Sneath and Sokel coefficient similarity measure,
[MV] measure option viewing, [P] viewsource
soft missing value, [MI] mi impute, [MI] Glossary where to put, [P] sysdir
solve AX=B, [M-4] Solvers, [M-5] cholsolve( ), Mata, [M-6] Glossary
[M-5] lusolve( ), [M-5] qrsolve( ), object code, [M-1] How
[M-5] solve tol( ), [M-5] solvelower( ), viewing, [M-1] Source
[M-5] svsolve( ) where to put, [M-1] Ado
solve, forecast subcommand, [TS] forecast solve Sp, see spatial
solvelower() function, [M-5] solvelower( ) sparse data, [META] meta esize, [META] Glossary
solvelower() function, [M-5] solvelower( ) sparse data limiting model, [META] meta esize,
solvelowerlapacke() function, [M-5] solvelower( ) [META] Glossary
solvelowerlapacke() function, [M-5] solvelower( ) sparsity assumption, [LASSO] Lasso inference
solvenl dump() function, [M-5] solvenl( ) intro, [LASSO] Inference requirements,
solvenl init() function, [M-5] solvenl( ) [LASSO] Glossary
solvenl init *() functions, [M-5] solvenl( ) spatial, [SP] Glossary
solvenl result *() functions, [M-5] solvenl( ) autoregressive model, [SP] Intro, [SP] Intro 1,
[SP] spivregress, [SP] spregress,
solvenl solve() function, [M-5] solvenl( )
[SP] spxtregress, [SP] Glossary,
solvenl solve() function, [M-5] solvenl( ) [U] 27.19 Spatial autoregressive models
solve tol() function, [M-5] solve tol( ) direct, indirect, and total impacts,
solvetolerance, [M-5] solve tol( ) [SP] spivregress postestimation,
solveupper() function, [M-5] solvelower( ) [SP] spregress postestimation,
solveupper() function, [M-5] solvelower( ) [SP] spxtregress postestimation
solveupperlapacke() function, [M-5] solvelower( ) Moran’s test of residual correlation with nearby
solveupperlapacke() function, [M-5] solvelower( ) residuals, [SP] estat moran
sort command, [D] sort data, [SP] spbalance, [SP] spcompress,
sort() function, [M-5] sort( ) [SP] spgenerate, [SP] spset, [SP] spshape2dta,
sort() function, [M-5] sort( ) [SP] Glossary, also see area data
sort option, [G-3] connect options estimation, [SP] Intro 8
sort order, lags, [SP] Intro 1, [SP] Intro 2, [SP] spgenerate,
ascending, [D] sort [SP] Glossary
ascending and descending, [D] gsort use with non-SP datasets, [SP] spgenerate
displaying, [D] describe simultaneous autoregressive model, see spatial
autoregressive model
Subject index 249

spatial, continued sphericity, [MV] Glossary


units, [SP] Glossary assumption, [PSS-2] power repeated,
weighting matrix, [SP] Intro 1, [SP] spgenerate, [PSS-5] Glossary
[SP] spmatrix, [SP] spmatrix copy, Spiegelhalter’s Z statistic, [R] brier
[SP] spmatrix note, [SP] spmatrix save, spike, graph twoway subcommand, [G-2] graph
[SP] spmatrix use, [SP] Glossary twoway spike
advanced construction, [SP] spmatrix spike plot, [R] spikeplot
spfrommata, [SP] spmatrix userdefined spikeplot command, [R] spikeplot
contiguity, [SP] spmatrix create spillover effects, [SP] Intro 2, [SP] spivregress
creating from data, [SP] spmatrix fromdata postestimation, [SP] spregress postestimation,
dropping from memory, [SP] spmatrix drop [SP] spxtregress postestimation, [SP] Glossary
ex post contiguity, [SP] spmatrix summarize spivregress command, [SP] Intro 8,
explained, [SP] Intro 2 [SP] spivregress, [SP] spivregress
exporting as text file, [SP] spmatrix export postestimation
import from text file, [SP] spmatrix import spline
inverse distance, [SP] spmatrix create, basis, [R] npregress series
[SP] spmatrix userdefined natural, [R] npregress series
inverse-distance contiguity, [SP] spmatrix create spline3() function, [M-5] spline3( )
listing, [SP] spmatrix drop spline3eval() function, [M-5] spline3( )
manipulation from Mata, [SP] spmatrix splines
userdefined linear, [R] mkspline
manipulation in Mata, [SP] spmatrix restricted cubic, [R] mkspline
matafromsp, [SP] spmatrix spfrommata split command, [D] split
normalization, [SP] spmatrix create split data, [D] splitsample
panel data, [SP] spmatrix create split-plot designs, [MV] manova, [R] anova
renormalizing, [SP] spmatrix normalize splitsample command, [D] splitsample
user-defined, [SP] spmatrix fromdata, splitting time-span records, [ST] stsplit
[SP] spmatrix spfrommata, [SP] spmatrix spmatrix
userdefined clear command, [SP] spmatrix drop
spatially autoregressive error, see autoregressive error command, [SP] spmatrix
spbalance command, [SP] Intro 4, [SP] Intro 6 copy command, [SP] spmatrix copy
spcompress command, [SP] spcompress create command, [SP] Intro 7, [SP] spmatrix
spdistance command, [SP] spdistance create
Spearman–Brown prophecy formula, [MV] alpha dir command, [SP] spmatrix drop, [SP] spmatrix
spearman command, [R] spearman summarize
Spearman’s rho, [R] spearman drop command, [SP] spmatrix drop
specification test, [R] gmm postestimation, export command, [SP] spmatrix export
[R] hausman, [R] ivpoisson postestimation, fromdata command, [SP] spmatrix fromdata
[R] ivregress postestimation, [R] linktest, import command, [SP] spmatrix import,
[R] lnskew0, [R] regress postestimation, [SP] spmatrix normalize
[R] suest, [ST] stcox, [ST] stcox PH-assumption matafromsp command, [SP] spmatrix create,
tests, [ST] stcox postestimation, [ST] stsplit, [SP] spmatrix matafromsp
[TS] varlmar, [TS] vec intro, [TS] veclmar,
normalize command, [SP] spmatrix normalize
[XT] xtreg postestimation
note command, [SP] spmatrix note, [SP] spmatrix
specificity, [MV] factor, [R] estat classification,
save
[R] lroc, [R] lsens, also see receiver operating
characteristic analysis save command, [SP] spmatrix save
spectral spfrommata command, [SP] spmatrix create,
[SP] spmatrix spfrommata
analysis, see frequency-domain analysis
summarize command, [SP] spmatrix summarize
density, [TS] psdensity, [TS] Glossary
use command, [SP] spmatrix use
distribution, [TS] cumsp, [TS] pergram,
[TS] psdensity, [TS] Glossary userdefined command, [SP] spmatrix userdefined
plots, cumulative, [TS] cumsp spread, see percentiles, displaying, see standard
deviations, displaying, see variance, displaying,
spell data, [ST] Discrete, [ST] Glossary
see interquartile range, see range of data
spfrommata,
spreadsheets,
spmatrix subcommand, [SP] spmatrix spfrommata
exporting, [D] edit, [D] export, [D] import
spgenerate command, [SP] spgenerate delimited, [D] import excel, [D] odbc,
spherical covariance, [MV] mvtest covariances [D] outfile
250 Subject index

spreadsheets, continued ssc


collection, [TABLES] collect export copy command, [R] ssc
results, [RPT] putexcel, [RPT] putexcel describe command, [R] ssc
advanced, [U] 21.3 The putdocx, putpdf, hot command, [R] ssc
and putexcel commands install command, [R] ssc
importing, [D] edit, [D] import, [D] import new command, [R] ssc
delimited, [D] import excel, [D] infile (fixed type command, [R] ssc
format), [D] infile (free format), [D] odbc, uninstall command, [R] ssc
[U] 22 Entering and importing data
SSC archive, see Statistical Software Components
modifying, [RPT] putexcel, [RPT] putexcel Archive
advanced, [U] 21.3 The putdocx, putpdf, and
ssC() function, [D] Datetime, [FN] Date and time
putexcel commands
functions, [M-5] date( )
spregress command, [SP] Intro 7, [SP] Intro 8,
SSCP matrix, [MV] Glossary
[SP] estat moran, [SP] spregress, [SP] spregress
postestimation SSD, see summarize data, summary statistics
sprintf() function, [M-5] printf( ) ssd
spset command, [SP] Intro 4, [SP] Intro 5, addgroup command, [SEM] ssd
[SP] Intro 6, [SP] spset build command, [SEM] ssd
spshape2dta command, [SP] Intro 4, [SP] Intro 7, describe command, [SEM] ssd
[SP] spshape2dta init command, [SEM] ssd
SPSS dates, [D] Datetime values from other software list command, [SEM] ssd
spss, import subcommand, [D] import spss repair command, [SEM] ssd
spxtregress command, [SP] Intro 8, set command, [SEM] ssd
[SP] spxtregress, [SP] spxtregress status command, [SEM] ssd
postestimation unaddgroup command, [SEM] ssd
SQL, [D] jdbc, [D] odbc sspace command, [TS] sspace, [TS] sspace
sqlfile(), odbc subcommand, [D] odbc postestimation
sqreg command, [R] qreg, [R] qreg postestimation SSU, see secondary sampling unit
sqrt() function, [FN] Mathematical functions, st addobs() function, [M-5] st addobs( )
[M-5] sqrt( ) st addobs() function, [M-5] st addobs( )
sqrtlasso command, [LASSO] lasso postestimation, st addvar() function, [M-5] st addvar( )
[LASSO] sqrtlasso st addvar() function, [M-5] st addvar( )
square st command, [ST] stset
brackets, [U] 11 Language syntax, st commands for mi data, [MI] mi stsplit
[U] 13.5.2 Multiple-equation models, st ct, [ST] st is
[U] 13.7 Explicit subscripting st data, [ST] st, [ST] Glossary, [TE] Glossary
graph, see aspect ratio st data() function, [M-5] st data( )
marker symbols, [G-4] symbolstyle 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( )
[FN] Mathematical functions st dropobsin() function, [M-5] st dropvar( )
transformation, [R] ladder st dropvar() function, [M-5] st dropvar( )
squared multiple correlations, [MV] factor st eclear() function, [M-5] st rclear( )
postestimation, [SEM] Methods and formulas
st framecopy() function, [D] frames intro,
for sem
[M-5] st frame*( )
square-root lasso, [LASSO] sqrtlasso, st framecreate() function, [D] frames intro,
[LASSO] Glossary [M-5] st frame*( )
sreturn st framecurrent() function, [D] frames intro,
clear command, [P] return [M-5] st frame*( )
list command, [P] return, [R] Stored results st framedir() function, [D] frames intro,
local command, [P] return [M-5] st frame*( )
SRMI, see imputation, multivariate, chained equations st framedrop() function, [D] frames intro,
SRMR, see standardized, root mean squared residual [M-5] st frame*( )
SRS, see simple random sample st framedropabc() function, [D] frames intro,
ss() function, [D] Datetime, [FN] Date and time [M-5] st frame*( )
functions, [M-5] date( ) st frameexists() function, [D] frames intro,
[M-5] st frame*( )
st framerename() function, [D] frames intro,
[M-5] st frame*( )
Subject index 251

st global() function, [M-5] st global( ) st viewvars() function, [M-5] st viewvars( )


st global hcat() function, [M-5] st global( ) st vldrop() function, [M-5] st vlexists( )
st is 2, [ST] st is st vlexists() function, [M-5] st vlexists( )
st isfmt() function, [M-5] st isfmt( ) st vlload() function, [M-5] st vlexists( )
st islmname() function, [M-5] st isname( ) st vlmap() function, [M-5] st vlexists( )
st isname() function, [M-5] st isname( ) st vlmodify() function, [M-5] st vlexists( )
st isnumfmt() function, [M-5] st isfmt( ) st vlsearch() function, [M-5] st vlexists( )
st isnumvar() function, [M-5] st vartype( ) stability, [TS] Glossary
st isstrfmt() function, [M-5] st isfmt( ) condition, [TS] Glossary
st isstrvar() function, [M-5] st vartype( ) stability,
st keepobsif() function, [M-5] st dropvar( ) ARIMA, [TS] estat aroots
st keepobsin() function, [M-5] st dropvar( ) cumulative sum test, [TS] estat sbcusum
st keepvar() function, [M-5] st dropvar( ) DSGE, [DSGE] Intro 5, [DSGE] estat stable
st local() function, [M-5] st local( ) nonrecursive model, see nonrecursive model,
st macroexpand() function, stability of
[M-5] st macroexpand( ) VAR, [BAYES] bayesvarstable
st macroexpand() function, VAR or SVAR, [TS] var intro, [TS] var, [TS] var
[M-5] st macroexpand( ) svar, [TS] varstable
st matrix() function, [M-5] st matrix( ) VEC, [TS] vec intro, [TS] vec, [TS] vecstable
st matrix hcat() function, [M-5] st matrix( ) stable, estat subcommand, [DSGE] estat
st matrixcolstripe() function, [M-5] st matrix( ) stable, [SEM] Intro 7, [SEM] estat stable,
st matrixrowstripe() function, [M-5] st matrix( ) [SEM] Methods and formulas for sem
st, mi subcommand, [MI] mi XXXset stable unit treatment value assumption, [TE] teffects
st nobs() function, [M-5] st nvar( ) intro advanced
st numscalar() function, [M-5] st numscalar( ) stack command, [D] stack
st numscalar hcat() function, stack data, [D] stack
[M-5] st numscalar( ) stacked variables, [MV] ca, [MV] mca, [MV] Glossary
st nvar() function, [M-5] st nvar( ) stacking variables, [MV] ca, [MV] mca, [MV] Glossary
st rclear() function, [M-5] st rclear( ) stairstep, connecting points with, [G-4] connectstyle
st replacematrix() function, [M-5] st matrix( ) standard deviations, [PSS-2] power, [PSS-2] power
st sclear() function, [M-5] st rclear( ) onevariance, [PSS-3] ciwidth, [PSS-3] ciwidth
st sdata() function, [M-5] st data( ) onevariance
st sdata() function, [M-5] st data( ) confidence intervals for, [R] ci
st select() function, [M-5] select( ) control-group, [PSS-2] power twovariances
st show, [ST] st is creating
st sstore() function, [M-5] st store( ) dataset of, [D] collapse
st sstore() function, [M-5] st store( ) dataset with specified structure, [D] corr2data
st store() function, [M-5] st store( ) variable containing, [D] egen
st store() function, [M-5] st store( ) discriminating variables group summary,
[MV] discrim estat
st strscalar() function, [M-5] st numscalar( )
displaying, [CM] cmsummarize, [D] codebook,
st subview() function, [M-5] st subview( )
[R] lv, [R] summarize, [R] table summary,
st sview() function, [M-5] st view( ) [R] table, [R] tabstat, [R] tabulate, summarize()
st tempfilename() function, [M-5] st tempname( ) for panel data, [XT] xtsum
st tempname() function, [M-5] st tempname( ) graphically, [R] dotplot
st tsrevar() function, [M-5] st tsrevar( ) with correlation matrix, [R] correlate
st tsrevar() function, [M-5] st tsrevar( ) estimation sample, [R] estat summarize
st updata() function, [M-5] st updata( ) experimental-group, [PSS-2] power twovariances
st varformat() function, [M-5] st varformat( ) independent, see standard deviations, two-sample
st varindex() function, [M-5] st varindex( ) jackknifed estimate, [R] jackknife
st varindex() function, [M-5] st varindex( ) of shocks, [DSGE] Intro 1, [DSGE] Intro 7
st varlabel() function, [M-5] st varformat( ) one-sample, [PSS-2] power onevariance,
st varname() function, [M-5] st varname( ) [PSS-3] ciwidth onevariance
st varrename() function, [M-5] st varrename( ) posterior, see posterior standard deviation
st vartype() function, [M-5] st vartype( ) subpopulations, see subpopulation, standard
st varvaluelabel() function, [M-5] st varformat( ) deviations of
st view() function, [M-5] st view( ) testing equality of, [R] sdtest
st viewobs() function, [M-5] st viewvars( ) two-sample, [PSS-2] power twovariances
252 Subject index

standard deviations, continued standardized, continued


variance components, [ME] estat sd, [META] estat mortality ratio, [R] dstdize, [R] Epitab,
sd, [SEM] estat sd [ST] stptime, [ST] strate, [ST] Glossary
within-cluster, [ME] estat wcorrelation normal probability plot, [R] Diagnostic plots
standard error bar charts, [R] serrbar option, [SEM] Example 16, [SEM] sem reporting
standard errors options
accessing, [P] matrix get, [U] 13.5 Accessing parameters, [SEM] estat stdize, [SEM] Methods
coefficients and standard errors and formulas for sem
balanced repeated replication, see balanced repeated proportions, [R] proportion
replication standard errors rate ratio, [R] Epitab
bootstrap, see bootstrap standard errors rates, [R] dstdize
for general predictions, [R] predictnl ratios, [R] ratio
forecast, [R] predict, [R] regress postestimation residuals, [ME] menl postestimation, [ME] mixed
jackknife, see jackknife standard errors postestimation, [META] meta mvregress
MCMC, see Monte Carlo standard error postestimation, [R] binreg postestimation,
mean, [R] ci, [R] mean [R] clogit postestimation, [R] glm
panel-corrected, see panel-corrected standard error postestimation, [R] logistic postestimation,
[R] logit postestimation, [R] predict, [R] regress
population, [ERM] Intro 5
postestimation, [SEM] Glossary, [TS] sspace
prediction, [R] glm, [R] predict, [R] regress postestimation, [TS] ucm postestimation
postestimation
risk difference, [R] Epitab
residuals, [R] predict, [R] regress postestimation
risk ratio, [R] Epitab
robust, see robust, Abadie–Imbens standard errors,
root mean squared residual, [SEM] estat
see robust, Huber/White/sandwich estimator of
ggof, [SEM] estat gof, [SEM] Example 4,
variance
[SEM] Example 21, [SEM] Methods and
semirobust, see semirobust standard errors formulas for sem
successive difference replication, see successive variables, [D] egen
difference replication
standardized coefficients, [LASSO] Glossary
standard linear SEM, [SEM] Glossary, also see sem
standardized mean difference, [META] meta
command
summarize
standard strata, see direct standardization
stars,
standard weights, see direct standardization
collect subcommand, [TABLES] collect stars
standard-format shapefiles, see shapefiles
starting values, [R] set iter
standardized
DSGE, [DSGE] Intro 5, [DSGE] Intro 7,
coefficients, [MV] canon, [R] regress, [DSGE] dsge, [DSGE] dsgenl
[SEM] Example 3, [SEM] Example 6,
multilevel mixed-effects, [ME] meglm
[SEM] Glossary, also see standardized
parameters structural equation modeling, [SEM] Intro 12,
[SEM] gsem estimation options, [SEM] sem and
correlation residual, [MV] factor postestimation
gsem option from( ), [SEM] sem and gsem path
covariance, [SEM] Glossary notation, [SEM] sem path notation extensions,
covariance residual, [SEM] estat residuals, [SEM] Glossary
[SEM] Example 10, [SEM] Methods and time series, [TS] arch, [TS] arima, [TS] tssmooth
formulas for sem hwinters, [TS] tssmooth shwinters
data, [MV] Glossary Stata
difference, [PSS-2] power, [PSS-2] power onemean, Blog, [U] 3.2.3 The Stata Blog: Not Elsewhere
[PSS-2] power twomeans, [PSS-2] power Classified
pairedmeans, [PSS-3] ciwidth twomeans,
c-class results, [M-5] st global( )
[PSS-3] ciwidth pairedmeans, [TE] tebalance,
[TE] tebalance summarize characteristic, [M-5] st global( ), [M-5] st dir( )
discriminant function coefficients, [MV] candisc, conference, [U] 3.6.1 Conferences and users group
[MV] discrim, [MV] discrim lda, [MV] discrim meetings
lda postestimation, [MV] scoreplot data file format, technical description, [P] File
incidence ratio, [R] dstdize formats .dta
incidence-rate difference, [R] Epitab description, [U] 2 A brief description of Stata
margins, [R] margins documentation, [U] 1 Read this—it will help
mean residual, [SEM] estat residuals, e-class results, [M-5] st global( ), [M-5] st dir( ),
[SEM] Example 10, [SEM] Methods and [M-5] st rclear( )
formulas for sem error message, see error messages and return codes
means, [R] mean example datasets, [U] 1.2.2 Example datasets
execute command, [M-3] mata stata, [M-5] stata( )
Subject index 253

Stata, continued stata() function, [M-5] stata( )


exiting, see exit command stata() function, [M-5] stata( )
for Mac, see Mac Stata Journal and Stata Technical Bulletin, [U] 3.4 The
for Unix, see Unix Stata Journal
for Windows, see Windows installation of, [R] net, [R] sj, [U] 17.6 How do I
Forum, [U] 3.2.4 The Stata Forum install an addition?
Function Interface (sfi) module, [P] PyStata intro, keyword search of, [R] search, [U] 4 Stata’s help
[P] PyStata integration, [P] PyStata module and search facilities
limits, [R] Limits, [U] 5 Editions of Stata scheme, [G-4] Scheme sj
logo, [G-2] graph print, [G-3] pr options stata, mata subcommand, [M-3] mata stata
macro, [M-5] st global( ), [M-5] st local( ), Stata News, [U] 3 Resources for learning and using
[M-5] st dir( ) Stata
Markup and Control Language, [M-5] display( ), Stata Technical Bulletin Reprints, [U] 3.4 The Stata
[M-5] printf( ), [M-5] errprintf( ), [P] smcl Journal
matrix, [M-5] st matrix( ), [M-5] st dir( ), Stata-format shapefiles, see shapefiles
[M-6] Glossary Stata/BE, [R] Limits, [U] 5 Editions of Stata
NetCourseNow, [U] 3.6.2 NetCourses Stata/MP, [R] Limits, [U] 5 Editions of Stata
NetCourses, [U] 3.6.2 NetCourses Stata/SE, [R] Limits, [U] 5 Editions of Stata
on Facebook, [U] 3.2.5 Stata on social media stata.key file, [R] search
on Instagram, [U] 3.2.5 Stata on social media Statalist, [U] 3.2.4 The Stata Forum
on LinkedIn, [U] 3.2.5 Stata on social media statasetversion() function, [M-5] stataversion( )
on Twitter, [U] 3.2.5 Stata on social media stataversion() function, [M-5] stataversion( )
op.varname, see Stata, time-series–operated variable state transition matrix, [DSGE] estat transition,
pause, [P] sleep [DSGE] Glossary
platforms, [U] 5.1 Platforms state variables, [DSGE] Glossary
Press, [U] 3.3 Stata Press lag of, [DSGE] Intro 4c
r-class results, [M-5] st global( ), [M-5] st dir( ), state-space model, [DSGE] Glossary, [TS] sspace,
[M-5] st rclear( ) [TS] sspace postestimation, [TS] Glossary, also
scalar, [M-5] st numscalar( ), [M-5] st dir( ) see autoregressive integrated moving-average
s-class results, [M-5] st global( ), [M-5] st dir( ), model, also see dynamic factor model
[M-5] st rclear( ) static, [M-2] class
Stata/BE, see Stata/BE static forecast, [DSGE] Glossary, [TS] forecast,
Stata/MP, see Stata/MP [TS] forecast adjust, [TS] forecast clear,
[TS] forecast coefvector, [TS] forecast
Stata/SE, see Stata/SE
create, [TS] forecast describe, [TS] forecast
supplementary material, [U] 3 Resources for drop, [TS] forecast estimates, [TS] forecast
learning and using Stata exogenous, [TS] forecast identity, [TS] forecast
support, [U] 3 Resources for learning and using list, [TS] forecast query, [TS] forecast solve,
Stata [TS] Glossary
temporary stationary distribution, [BAYES] Intro,
filenames, [M-5] st tempname( ) [BAYES] bayesmh, [BAYES] bayesgraph,
names, [M-5] st tempname( ) [BAYES] Glossary
time-series–operated variable, [M-5] st tsrevar( ), stationary process, [TS] Glossary
[M-6] Glossary stationary time series, [BAYES] bayes: var,
training, [U] 3.6 Conferences and training [BAYES] bayesvarstable, see covariance
updates, see updates to Stata stationary, see nonstationary time series
users group meeting, [U] 3.6.1 Conferences and statistical
users group meetings density functions, [M-5] normal( )
value labels, [M-5] st varformat( ), distribution functions, [M-5] normal( )
[M-5] st vlexists( ) heterogeneity, see heterogeneity
variable inference, hypothesis testing, see hypothesis test
formats, [M-5] st varformat( ) Statistical Software Components Archive, [R] ssc
labels, [M-5] st varformat( ) stats, estimates subcommand, [R] estimates stats
webinar, [U] 3.6.6 Webinars statsby prefix command, [D] statsby
website, [U] 3.2.1 The Stata website status, ssd subcommand, [SEM] ssd
(www.stata.com) STB, see Stata Journal and Stata Technical Bulletin
YouTube Channel, [U] 3.2.2 The Stata YouTube stb, net subcommand, [R] net
Channel stbase command, [ST] stbase
STATA directory, [P] sysdir
254 Subject index

.stbcal file, [D] bcal, [D] Datetime business stop,


calendars, [D] Datetime business calendars clustermat subcommand, [MV] cluster stop
creation, [U] 11.6 Filenaming conventions cluster subcommand, [MV] cluster stop
stci command, [ST] stci stop command execution, [U] 10 Keyboard use
stcox command, [ST] stcox, [ST] stcox PH- stopbox, window subcommand, [P] window
assumption tests, [ST] stcox postestimation, programming, [P] window stopbox
[ST] stcurve stopping rules, [MV] Glossary
stcox, fractional polynomials, [R] fp, [R] mfp adding, [MV] cluster programming subroutines
stcoxkm command, [ST] stcox PH-assumption tests Caliński and Harabasz index, [MV] cluster,
stcrreg command, [ST] stcrreg, [ST] stcrreg [MV] cluster stop
postestimation, [ST] stcurve Duda and Hart index, [MV] cluster, [MV] cluster
stcurve command, [ST] stcurve stop
std(), egen function, [D] egen stepsize, [MV] cluster programming subroutines
stdescribe command, [ST] stdescribe storage types,
stdize, estat subcommand, [SEM] estat stdize changing, [D] compress, [D] format, [D] recast,
steady, estat subcommand, [DSGE] estat steady [D] varmanage
steady-state equilibrium, [DSGE] Glossary, default, [D] generate
[TS] Glossary displaying, [D] codebook, [D] describe, [D] ds
steepest descent (ascent), [M-5] moptimize( ), explaining, [D] Data types, [D] Glossary,
[M-5] optimize( ) [U] 12.2.2 Numeric storage types,
stem command, [R] stem [U] 12.4 Strings, [U] Glossary
stem-and-leaf displays, [R] stem obtaining, [D] describe, [D] ds, [M-5] st vartype( ),
stepwise estimation, [R] stepwise [P] macro
stepwise prefix command, [R] stepwise precision of, [D] Data types, [U] 13.12 Precision
.ster file, [MI] mi estimate, [MI] mi estimate and problems therein
using, [MI] mi predict, [U] 11.6 Filenaming specifying when
conventions creating variables, [D] egen, [D] encode,
stereotype logistic regression, [R] slogit, [SVY] svy [D] generate
estimation importing data, [U] 11.4.2 Lists of new variables
stfill command, [ST] stfill testing, [M-5] st vartype( ), [P] confirm
stgen command, [ST] stgen store and restore estimation results, see results, stored,
.sthlp file, [U] 4 Stata’s help and search hidden or historical
facilities, [U] 11.6 Filenaming conventions, store, estimates subcommand, [LASSO] estimates
[U] 18.11.6 Writing system help store, [R] estimates store
stintcox command, [ST] stcurve, [ST] stintcox, stored results, see results
[ST] stintcox PH-assumption plots, stphplot command, [ST] stcox PH-assumption tests
[ST] stintcox postestimation .stpr file, [U] 11.6 Filenaming conventions
stintcoxnp command, [ST] stintcox PH-assumption stptime command, [ST] stptime
plots .stptrace file, [U] 11.6 Filenaming conventions
stintphplot command, [ST] stintcox PH-assumption str#, [D] Data types, [U] 12.4 Strings
plots
strata, estat subcommand, [SVY] estat
stintreg command, [ST] stcurve, [ST] stintreg,
strata with one sampling unit, [SVY] Variance
[ST] stintreg postestimation
estimation
stir command, [ST] stir
strate command, [ST] strate
stjoin command, [ST] stsplit
stratification, [BAYES] bayes: streg, [R] Epitab,
stjoin, mi subcommand, [MI] mi stsplit [R] rocreg, [SEM] Example 49g, [ST] stcox,
stmc command, [ST] strate [ST] stcox PH-assumption tests, [ST] stintcox,
stmh command, [ST] strate [ST] stintcox PH-assumption plots,
stochastic [ST] stintreg, [ST] stir, [ST] strate, [ST] streg,
cycle, [TS] Glossary [ST] sts, [ST] sts generate, [ST] sts graph,
equation, [DSGE] Glossary, [TS] forecast, [ST] sts list, [ST] sts test, [ST] stsplit,
[TS] forecast estimates, [TS] forecast solve, [SVY] Glossary, also see stratified sampling
[TS] Glossary stratified
frontier model, [R] frontier, [U] 27.3.7 Stochastic 2×2 table, [PSS-2] power, [PSS-2] power cmh,
frontier models, [XT] xtfrontier [PSS-5] Glossary
growth model, [DSGE] Intro 3f analysis, [PSS-2] power, [PSS-2] power cmh
trend, [DSGE] Glossary, [TS] tsfilter, [TS] ucm, graphs, [R] dotplot
[TS] Glossary
Subject index 255

stratified, continued string, [M-2] Declarations, [M-6] Glossary


model, [CM] cmclogit, [CM] cmmprobit, string() function, [FN] String functions
[CM] cmrologit, [CM] cmroprobit, [R] clogit, stritrim() function, [FN] String functions,
[R] exlogistic, [R] expoisson, [R] rocreg, [M-5] strtrim( )
[SEM] Example 49g, [ST] stcox, [ST] stintcox, strL, [D] Data types, [D] Glossary, [P] Glossary,
[ST] stintreg, [ST] streg, [ST] Glossary [U] 12.4 Strings, [U] Glossary
resampling, [R] bootstrap, [R] bsample, [R] bstat, displaying, [U] 12.4.13 How to see the full contents
[R] permute of a strL or a str# variable
sampling, [SVY] Survey, [SVY] svydescribe, strlen macro function, [P] macro
[SVY] svyset, [SVY] Glossary strlen() function, [FN] String functions,
standardization, [R] dstdize [M-5] strlen( )
summary statistics, [R] mean, [R] proportion, strlower() function, [FN] String functions,
[R] ratio, [R] total [M-5] strupper( )
tables, [R] Epitab strltrim() function, [FN] String functions,
test, [R] Epitab, [ST] stcox PH-assumption tests, [M-5] strtrim( )
[ST] sts test, [ST] Glossary strmatch() function, [FN] String functions,
stratum collapse, [SVY] svydescribe [M-5] strmatch( )
strcat() function, [FN] String functions strofreal() function, [FN] String functions,
strdup() function, [FN] String functions, [M-5] strofreal( )
[M-5] strdup( ) strongly balanced, [ERM] Glossary, [SP] spbalance,
stream I/O versus record I/O, [U] 22 Entering and [XT] Glossary
importing data data, [SP] Glossary
streg command, [ST] stcurve, [ST] streg, [ST] streg strongly stationary process, see stationary process
postestimation strpos() function, [FN] String functions,
streset command, [ST] stset [M-5] strpos( )
streset, mi subcommand, [MI] mi XXXset strproper() function, [FN] String functions,
stress, [MV] mds postestimation, [MV] Glossary [M-5] strupper( )
stress, estat subcommand, [MV] mds strreverse() function, [FN] String functions,
postestimation [M-5] strreverse( )
strict stationarity, [DSGE] Glossary strrpos() function, [FN] String functions,
strictly stationary process, see stationary process [M-5] strpos( )
string, see Unicode strings strrtrim() function, [FN] String functions,
concatenation, [M-4] String, [M-5] invtokens( ), [M-5] strtrim( )
[U] 13.2.2 String operators strtoname() function, [FN] String functions,
duplication, [M-4] String, [M-5] strdup( ), [M-5] strtoname( )
[U] 13.2.2 String operators strtoreal() function, [M-5] strtoreal( )
functions, [FN] String functions, [M-4] String, strtoreal() function, [M-5] strtoreal( )
[U] 12.4 Strings, [U] 12.4.2.1 Unicode string strtrim() function, [FN] String functions,
functions, [U] 24 Working with strings [M-5] strtrim( )
pattern matching, [M-5] strmatch( ) struct, [M-2] struct
to real, convert, [M-5] strtoreal( ) structname() function, [M-5] eltype( )
variables, [D] Data types, [D] infile (free format), structural break,
[U] 12.4 Strings, [U] 24 Working with strings known break date, [TS] estat sbknown
converting to numbers, [FN] String functions unknown break date, [TS] estat sbsingle
encoding, [D] encode structural equation modeling, [SEM] Glossary,
exporting, [D] export [SVY] svy estimation, [U] 27.24 Structural
formatting, [D] format equation modeling (SEM)
importing, [D] import builder, [SEM] Builder, [SEM] Builder, generalized
inputting, [D] edit, [D] input, [U] 22 Entering CFA model, [SEM] Intro 5, [SEM] Example 1,
and importing data [SEM] Example 3, [SEM] Example 15,
long, [U] 12.4.13 How to see the full contents of [SEM] Example 27g, [SEM] Example 31g
a strL or a str# variable, also see strL constraints, [SEM] Intro 2, [SEM] Intro 4,
making from value labels, [D] encode [SEM] sem and gsem option constraints( )
mapping to numbers, [D] destring, [D] encode, convergence, [SEM] Intro 12
[D] label, also see real() function correlated uniqueness model, [SEM] Intro 5,
parsing, [M-5] ustrsplit( ), [P] gettoken, [SEM] Example 17
[P] tokenize correlations, [SEM] Intro 5, [SEM] Example 16
sort order, [U] 13.2.3 Relational operators covariance restrictions, [SEM] sem and gsem option
splitting into parts, [D] split, [M-5] ustrsplit( ) covstructure( )
256 Subject index

structural equation modeling, continued structural equation modeling, continued


effects decomposition, [SEM] estat teffects, multilevel model, [SEM] Intro 5,
[SEM] Example 7 [SEM] Example 38g, [SEM] Example 39g,
estimation commands, [SEM] gsem, [SEM] sem [SEM] Example 40g, [SEM] Example 41g,
estimation options, [SEM] gsem estimation options, [SEM] Example 42g
[SEM] sem estimation options multinomial logistic regression, [SEM] Intro 5,
exponentiated coefficients, [SEM] estat eform [SEM] Example 37g, [SEM] Example 41g
factor variables, [SEM] Intro 3 ordered probit and logit, [SEM] Intro 5,
family-and-link options, [SEM] gsem family-and- [SEM] Example 35g
link options parameters of observed exogenous variables,
finite mixture model, [SEM] Intro 5, [SEM] sem option noxconditional
[SEM] Example 53g, [SEM] Example 54g path diagrams, [SEM] Intro 2, [SEM] gsem path
goodness-of-fit, [SEM] estat eqgof, [SEM] estat notation extensions, [SEM] sem and gsem path
ggof, [SEM] estat lcgof, [SEM] Example 4, notation, [SEM] sem path notation extensions
[SEM] Example 21, [SEM] Example 51g postestimation, [SEM] Intro 7, [SEM] gsem
groups, [SEM] Intro 6, [SEM] Example 20, postestimation, [SEM] sem postestimation
[SEM] Example 23, [SEM] Example 49g, predictions, [SEM] Example 14, [SEM] predict
[SEM] gsem group options, [SEM] sem group after gsem, [SEM] predict after sem
options reliability, [SEM] Intro 5, [SEM] Example 24,
Heckman selection model, [SEM] Example 45g [SEM] sem and gsem option reliability( )
interpretation of syntax, [SEM] sem and gsem reporting options, [SEM] gsem reporting options,
syntax options [SEM] sem reporting options
interval regression, [SEM] Example 44g residuals, [SEM] estat residuals,
introduction, [SEM] Intro 1 [SEM] Example 10
IRT model, [SEM] Intro 5, [SEM] Example 28g, seemingly unrelated regression, [SEM] Intro 5,
[SEM] Example 29g [SEM] Example 12, [SEM] Glossary
latent, see latent stability of system, [SEM] estat stable,
linear regression, [SEM] Intro 5, [SEM] Example 6 [SEM] Example 7
logistic regression, [SEM] Intro 5, standard deviations, [SEM] estat sd,
[SEM] Example 33g, also see structural equation [SEM] Example 31g
modeling, multinomial logistic regression, also standard errors, [SEM] Intro 8, [SEM] Intro 9
see structural equation modeling, ordered probit starting values, [SEM] Intro 12, [SEM] sem and
and logit gsem option from( )
marginal means for latent classes, structural model, [SEM] Intro 5, [SEM] Example 7,
[SEM] estat lcmean, [SEM] Example 50g, [SEM] Example 9
[SEM] Example 53g, [SEM] Example 54g summary statistics, [SEM] Intro 11,
marginal probabilities for latent classes, [SEM] estat summarize, [SEM] Example 2,
[SEM] estat lcprob, [SEM] Example 50g, [SEM] Example 19, [SEM] Example 25,
[SEM] Example 53g, [SEM] Example 54g [SEM] sem option select( ), [SEM] sem ssd
measurement model, see structural equation options, [SEM] ssd
modeling, CFA model survey data, [SEM] Intro 10
mediation model, [SEM] Intro 5, survival model, [SEM] Example 47g,
[SEM] Example 42g [SEM] Example 48g, [SEM] Example 49g
methods and formulas, [SEM] Methods and test,
formulas for gsem, [SEM] Methods and coefficients are zero, [SEM] estat eqtest,
formulas for sem [SEM] Example 13
MIMIC model, [SEM] Intro 5, [SEM] Example 10 combinations of parameters, [SEM] lincom,
missing values, [SEM] Intro 4, [SEM] Example 26 [SEM] nlcom
model description options, [SEM] gsem model hypothesis, [SEM] test, [SEM] testnl
description options, [SEM] sem model invariance of parameters, [SEM] estat ginvariant,
description options [SEM] Example 22
model identification, [SEM] Intro 4 likelihood-ratio, [SEM] lrtest
modeling framework, [SEM] estat framework, score, [SEM] estat scoretests
[SEM] Example 11 standardized parameters, [SEM] estat stdize,
modification indices, [SEM] estat mindices, [SEM] Example 16
[SEM] Example 5 tobit regression, [SEM] Example 43g
treatment-effects model, [SEM] Example 46g
variable types, [SEM] Intro 4
VCE, [SEM] sem option method( )
Subject index 257

structural model, [BAYES] bayes: dsge, Student–Newman–Keuls’s multiple-comparison


[BAYES] bayes: dsgenl, [DSGE] Intro 1, adjustment, see multiple comparisons, Student–
[DSGE] dsge, [DSGE] dsgenl, [DSGE] Glossary, Newman–Keuls’s method
[ERM] Glossary, [SEM] Intro 5, Student’s t
[SEM] Example 7, [SEM] Example 9, density,
[SEM] Example 32g, [SEM] Glossary, central, [FN] Statistical functions,
[TS] psdensity, [TS] sspace, [TS] ucm, [M-5] normal( )
[TS] Glossary, also see structural vector noncentral, [FN] Statistical functions,
autoregressive model [M-5] normal( )
structural vector autoregressive distribution, see t distribution
model, [TS] var intro, [TS] var svar, [TS] Glossary cumulative, [FN] Statistical functions,
postestimation, [R] regress postestimation time [M-5] normal( )
series, [TS] fcast compute, [TS] fcast graph, cumulative noncentral, [FN] Statistical functions,
[TS] irf, [TS] irf create, [TS] var svar [M-5] normal( )
postestimation, [TS] vargranger, [TS] varlmar,
inverse cumulative, [FN] Statistical functions,
[TS] varnorm, [TS] varsoc, [TS] varstable,
[M-5] normal( )
[TS] varwle
inverse cumulative noncentral, [FN] Statistical
structure
functions, [M-5] normal( )
(factors), [MV] discrim lda postestimation,
inverse reverse cumulative, [FN] Statistical
[MV] factor postestimation, [MV] Glossary
functions, [M-5] normal( )
(programming), [M-2] struct, [M-5] liststruct( ),
reverse cumulative, [FN] Statistical functions,
[M-6] Glossary
[M-5] normal( )
structure, estat subcommand, [MV] discrim lda
study precision, [META] Intro, [META] meta
postestimation, [MV] factor postestimation
funnelplot, [META] Glossary
structured (correlation or covariance), see unstructured
study,
(correlation or covariance)
case–control, see case–control study
strupper() function, [FN] String functions,
[M-5] strupper( ) cohort, see cohort study
sts command, [ST] sts, [ST] sts generate, [ST] sts controlled clinical trial, see controlled clinical trial
graph, [ST] sts list, [ST] sts test study
sts generate command, [ST] sts, [ST] sts generate cross-sectional, see cross-sectional study
sts graph command, [ST] sts, [ST] sts graph experimental, see experimental study
sts list command, [ST] sts, [ST] sts list follow-up, see cohort study
sts test command, [ST] sts, [ST] sts test matched, see matched study
.stsem file, [U] 11.6 Filenaming conventions multiple-sample, see multiple-sample study
stset command, [ST] stset observational, see observational study
stset, mi subcommand, [MI] mi XXXset one-sample, see one-sample study
stsplit command, [ST] stsplit paired, see paired study
stsplit, mi subcommand, [MI] mi stsplit prospective, see prospective study
stsum command, [ST] stsum randomized controlled trial, see randomized
controlled trial study
.stswm file extension, [SP] spmatrix save,
[SP] spmatrix use retrospective, see retrospective study
.stswm file, [U] 11.6 Filenaming conventions two-sample, see two-sample study
stteffects, [TE] stteffects, [TE] stteffects stvary command, [ST] stvary
postestimation .stxer file, [U] 11.6 Filenaming conventions
command, [TE] tebalance style, [G-4] Glossary
ipw command, [TE] stteffects ipw style, [MI] mi convert, [MI] Styles, [MI] Glossary
ipwra command, [TE] stteffects ipwra style autolevels, collect subcommand,
ra command, [TE] stteffects ra [TABLES] collect style autolevels
wra command, [TE] stteffects wra style cell, collect subcommand, [TABLES] collect
style cell
sttocc command, [ST] sttocc
style clear, collect subcommand,
sttoct command, [ST] sttoct
[TABLES] collect style clear
Stuart–Maxwell test statistic, [R] symmetry
style column, collect subcommand,
Studentized residuals, [R] predict, [R] regress [TABLES] collect style column
postestimation
style header, collect subcommand,
Studentized-range multiple-comparison adjustment, see [TABLES] collect style header
multiple comparisons, Tukey’s method
style html, collect subcommand, [TABLES] collect
style html
258 Subject index

style putdocx, collect subcommand, subgroup analysis, [META] Intro, [META] meta
[TABLES] collect style putdocx forestplot, [META] meta summarize,
style putpdf, collect subcommand, [META] meta funnelplot, [META] Glossary
[TABLES] collect style putpdf subgroup heterogeneity, [META] meta forestplot,
style row, collect subcommand, [TABLES] collect [META] meta funnelplot, [META] Glossary
style row subhazard ratio, [R] eform option, [R] lincom,
style save, collect subcommand, [TABLES] collect [ST] stcrreg, [ST] stcrreg postestimation,
style save [ST] Glossary, also see cumulative subhazard
style showbase, collect subcommand, function
[TABLES] collect style showbase subinertia, estat subcommand, [MV] mca
style showempty, collect subcommand, postestimation
[TABLES] collect style showempty subinstr macro function, [P] macro
style showomit, collect subcommand, subinstr() function, [FN] String functions,
[TABLES] collect style showomit [M-5] subinstr( )
style table, collect subcommand, subinword() function, [FN] String functions,
[TABLES] collect style table [M-5] subinstr( )
style use, collect subcommand, [TABLES] collect subjective prior, see informative prior
style use sublowertriangle() function,
style, [M-5] sublowertriangle( )
added line, [G-4] addedlinestyle sublowertriangle() function,
area, [G-4] areastyle, [G-4] shadestyle [M-5] sublowertriangle( )
axis, [G-4] axisstyle, [G-4] ticksetstyle, subpopulation
[G-4] tickstyle differences, [SVY] Survey, [SVY] svy
by-graphs, [G-4] bystyle postestimation
clock position, [G-4] clockposstyle estimation, [SVY] Subpopulation estimation,
color, [G-4] colorstyle, [G-4] intensitystyle [SVY] svy estimation, [SVY] Glossary
compass direction, [G-4] compassdirstyle means, [SVY] svy estimation
connect points, [G-4] connectstyle proportions, [SVY] svy estimation,
flong, see flong MI data style [SVY] svy: tabulate oneway,
[SVY] svy: tabulate twoway
flongsep, see flongsep MI data style
ratios, [SVY] svy estimation, [SVY] svy: tabulate
grid lines, [G-4] gridstyle
oneway, [SVY] svy: tabulate twoway
legends, [G-4] legendstyle
standard deviations of, [SVY] estat
lines, [G-4] linealignmentstyle,
totals, [SVY] svy estimation, [SVY] svy: tabulate
[G-4] linepatternstyle, [G-4] linestyle,
oneway, [SVY] svy: tabulate twoway
[G-4] linewidthstyle
subroutines, adding, [MV] cluster programming
lists, [G-4] stylelists
utilities
location, [G-4] ringposstyle
subsampling the chain, see thinning
margins, [G-4] marginstyle
subscripts, [M-2] Subscripts, [M-6] Glossary,
marker labels, [G-4] markerlabelstyle, [U] 13.7 Explicit subscripting
[G-4] markersizestyle, [G-4] markerstyle
substantive constraints, see constraints
markers, [G-4] symbolstyle
substitutable expression, [ME] Glossary
mlong, see mlong MI data style
substitute, vl subcommand, [D] vl create
outline, [G-4] linealignmentstyle
substr() function, [M-5] substr( )
plot, [G-4] plotregionstyle, [G-4] pstyle
substr() function, [FN] String functions,
text, [G-4] textsizestyle, [G-4] textstyle [M-5] substr( )
text display angle, [G-4] anglestyle substring function, [FN] String functions,
text justification, [G-4] justificationstyle [M-5] strpos( ), [M-5] ustrpos( ), [M-5] substr( ),
textboxes, [G-4] orientationstyle, [M-5] usubstr( ), [M-5] udsubstr( )
[G-4] textboxstyle subtitle() option, [G-3] title options
vertical alignment of text, [G-4] alignmentstyle subtraction operator, see arithmetic operators
wide, see wide MI data style success–failure proportion, [PSS-2] power
style cons, collect subcommand, pairedproportions
[TABLES] collect style cons successive difference replication, [SVY] sdr options,
stylelist, [G-4] stylelists [SVY] svy sdr, [SVY] Variance estimation,
subclass, [M-2] class [SVY] Glossary
subdirectories, [U] 11.6 Filenaming conventions suest command, [R] suest, [SVY] svy postestimation
sufficient statistic, [BAYES] Glossary
.sum file, [U] 11.6 Filenaming conventions
Subject index 259

sum() function, [FN] Mathematical functions, sums, see checksums of data


[M-5] sum( ) creating dataset containing, [D] collapse
sum of vector, [M-5] runningsum( ) of vector, [M-5] runningsum( )
summarize, over observations, [CM] cmsummarize, [D] egen,
misstable subcommand, [R] misstable [FN] Mathematical functions, [M-5] sum( ),
estat subcommand, [MV] ca postestimation, [R] summarize
[MV] discrim estat, [MV] factor postestimation, over variables, [D] egen, [D] list, [M-5] sum( )
[MV] mca postestimation, [MV] mds sunflower command, [R] sunflower
postestimation, [MV] pca postestimation, sunflower plots, [R] sunflower
[MV] procrustes postestimation, [R] estat, Super, class prefix operator, [P] class
[R] estat summarize, [SEM] estat summarize super-varying variables, [MI] mi varying,
serset subcommand, [P] serset [MI] Glossary
spmatrix subcommand, [SP] spmatrix summarize .superclass built-in class function, [P] class
tebalance subcommand, [TE] tebalance supplementary rows or columns, [MV] ca,
summarize [MV] Glossary
summarize command, [D] format, [R] summarize, supplementary variables, [MV] mca, [MV] Glossary
[R] tabulate, summarize() support of Stata, [U] 3 Resources for learning and
summarize data, [D] codebook, [D] inspect, [R] cumul, using Stata
[R] lv, [R] stem suppress graphs, [G-3] nodraw option
estimation sample, [R] estat summarize, suppress terminal output, [P] quietly
[SEM] estat summarize
SUR, see seemingly unrelated regression
missing values, [MI] mi misstable, [R] misstable
sureg command, [R] sureg, [R] sureg postestimation,
counting, [D] codebook, [D] inspect [SEM] Intro 5, [SEM] Example 12
panel data, [XT] xtsum survey
pharmacokinetic data, [R] pksumm concepts, [SVY] Calibration, [SVY] Direct
spatial weighting matrix, [SP] spmatrix summarize standardization, [SVY] Poststratification,
summary statistics, [CM] cmsummarize, [SVY] Subpopulation estimation,
[R] summarize, [R] table summary, [R] table, [SVY] Variance estimation
[R] tabstat, [R] tabulate, summarize(), data, [D] assertnested, [MI] Intro substantive,
[SEM] Intro 11, [SEM] Example 2, [MI] mi estimate, [SEM] Intro 10,
[SEM] Example 19, [SEM] Example 25, also [SVY] Survey, [SVY] svydescribe,
see Bayesian, summary statistics [SVY] svyset, [SVY] Glossary,
survival-time data, [ST] stsum [U] 27.30 Survey data
tabulation, [R] table oneway, [R] table twoway, design, [SVY] svydescribe, [SVY] svyset,
[R] table multiway, [R] tabulate oneway, [SVY] Glossary
[R] tabulate twoway estimation, [SVY] bootstrap options,
panel data, [XT] xttab [SVY] brr options, [SVY] jackknife options,
survey data, [SVY] svy: tabulate oneway, [SVY] sdr options, [SVY] svy, [SVY] svy
[SVY] svy: tabulate twoway bootstrap, [SVY] svy brr, [SVY] svy
time-series aspects, [TS] tsreport estimation, [SVY] svy jackknife, [SVY] svy sdr
summarize, meta subcommand, [META] meta postestimation, [SVY] estat, [SVY] svy
summarize postestimation
summary prefix command, [SVY] svy
data, [META] meta, [META] Glossary programmers tools, [SVY] ml for svy,
effect, see overall effect size [SVY] svymarkout
statistics, see summarize data, summary statistics, sampling, [SVY] Survey, [SVY] svydescribe,
see descriptive statistics [SVY] svyset, also see cluster sampling
statistics data, [SEM] sem option select( ), tables, [SVY] svy: tabulate oneway,
[SEM] sem ssd options, [SEM] ssd, [SVY] svy: tabulate twoway
[SEM] Glossary survival analysis, [ST] Survival analysis, [ST] Discrete,
variables, generating, [MV] cluster generate [ST] st, [U] 27.17 Survival analysis models
summary, bayesstats subcommand, competing-risks regression, [ST] stcrreg,
[BAYES] bayesstats summary [ST] stcrreg postestimation
summative (Likert) scales, [MV] alpha count-time data, [ST] ct, [ST] ctset, [ST] cttost,
[ST] sts graph
260 Subject index

survival analysis, continued survivor function, see survival analysis, survivor


Cox proportional hazards model, [ST] stcox, function
[ST] stcox PH-assumption tests, [ST] stcox SUTVA, see stable unit treatment value assumption
postestimation, [ST] stintcox, [ST] stintcox PH- SVAR, see structural vector autoregressive
assumption plots, [ST] stintcox postestimation svar command, [TS] var svar, [TS] var svar
failure function, [ST] stcurve, [ST] sts, [ST] sts postestimation
generate, [ST] sts graph, [ST] sts list, SVD, see singular value decomposition
[ST] Glossary svd() function, [M-5] svd( )
failure rates and rate ratios, [ST] strate svd() function, [M-5] svd( )
finite mixture model, [FMM] fmm: streg svd, matrix subcommand, [P] matrix svd
graphs, [ST] ltable, [ST] stci, [ST] stcurve, svd la() function, [M-5] svd( ), [M-5] fullsvd( )
[ST] strate, [ST] sts graph svdsv() function, [M-5] svd( )
incidence rates, [ST] stir, [ST] stptime svdsv() function, [M-5] svd( )
interval regression, [ERM] eintreg, [R] intreg, SVG, see Scalable Vector Graphics
[ST] stintcox, [ST] stintreg
svmat command, [P] matrix mkmat
life table, [ST] ltable
svsolve() function, [M-5] svsolve( )
logistic regression, [R] logistic
svsolve() function, [M-5] svsolve( )
mixed-effects parametric model, [ME] mestreg
svy: biprobit command, [SVY] svy estimation
Bayesian, [BAYES] bayes: mestreg
svy: clogit command, [SVY] svy estimation
multiple imputation, [MI] mi estimate, [MI] mi
svy: cloglog command, [SVY] svy estimation
predict, [MI] mi XXXset
svy: cmmixlogit command, [SVY] svy estimation
parametric survival model, [BAYES] bayes: streg,
[FMM] fmm: streg, [FMM] Example 4, svy: cmxtmixlogit command, [SVY] svy estimation
[SEM] Example 47g, [SEM] Example 48g, svy: cnsreg command, [SVY] svy estimation
[SEM] Example 49g, [ST] stintreg, [ST] stintreg svy: cpoisson command, [SVY] svy estimation
postestimation, [ST] streg, [ST] streg svy: eintreg command, [SVY] svy estimation
postestimation svy: eoprobit command, [SVY] svy estimation
person-time, [ST] stptime svy: eprobit command, [SVY] svy estimation
Poisson regression, [R] poisson svy: eregress command, [SVY] svy estimation
power and sample size, [PSS-2] power, svy: etpoisson command, [SVY] svy estimation
[PSS-2] power cox, [PSS-2] power exponential, svy: etregress command, [SVY] svy estimation
[PSS-2] power logrank svy: fmm: betareg command, [SVY] svy estimation
programmer’s utilities, [ST] st is svy: fmm: cloglog command, [SVY] svy estimation
random-effects parametric model, [XT] xtstreg svy: fmm: glm command, [SVY] svy estimation
semiparametric model, [ST] stintcox PH-assumption svy: fmm: intreg command, [SVY] svy estimation
plots, [ST] stintcox postestimation svy: fmm: ivregress command, [SVY] svy
SMR, [ST] stptime, [ST] strate estimation
snapshot data, [ST] snapspan svy: fmm: logit command, [SVY] svy estimation
survey data, [SVY] Survey, [SVY] svy estimation svy: fmm: mlogit command, [SVY] svy estimation
survival-time data, svy: fmm: nbreg command, [SVY] svy estimation
converting, [ST] sttocc, [ST] sttoct svy: fmm: ologit command, [SVY] svy estimation
declaring and summarizing, [ST] stdescribe, svy: fmm: oprobit command, [SVY] svy estimation
[ST] stset, [ST] stsum svy: fmm: pointmass command, [SVY] svy
manipulating, [ST] stbase, [ST] stfill, [ST] stgen, estimation
[ST] stsplit, [ST] stvary svy: fmm: poisson command, [SVY] svy estimation
survivor function, [ST] stci, [ST] stcox svy: fmm: probit command, [SVY] svy estimation
postestimation, [ST] stcurve, [ST] stintcox PH- svy: fmm: regress command, [SVY] svy estimation
assumption plots, [ST] stintcox postestimation,
svy: fmm: streg command, [SVY] svy estimation
[ST] sts, [ST] sts generate, [ST] sts graph,
svy: fmm: tobit command, [SVY] svy estimation
[ST] sts list, [ST] sts test, [ST] Glossary,
[TE] Glossary svy: fmm: tpoisson command, [SVY] svy estimation
treatment effects, [TE] stteffects ipw, [TE] stteffects svy: fmm: truncreg command, [SVY] svy estimation
ipwra, [TE] stteffects ra, [TE] stteffects wra svy: glm command, [SVY] svy estimation
survival data, see survival analysis svy: gnbreg command, [SVY] svy estimation
survival model, see survival analysis svy: gsem command, [SVY] svy estimation
survival outcomes, see outcomes, survival svy: heckman command, [SVY] svy estimation
survival-time data, see survival analysis, survival-time svy: heckoprobit command, [SVY] svy estimation
data svy: heckpoisson command, [SVY] svy estimation
svy: heckprobit command, [SVY] svy estimation
Subject index 261

svy: hetoprobit command, [SVY] svy estimation svy: tabulate command, [SVY] svy
svy: hetprobit command, [SVY] svy estimation estimation, [SVY] svy: tabulate oneway,
svy: hetregress command, [SVY] svy estimation [SVY] svy: tabulate twoway
svy: intreg command, [SVY] svy estimation svy: tnbreg command, [SVY] svy estimation
svy: irt 1pl command, [SVY] svy estimation svy: tobit command, [SVY] svy estimation
svy: irt 2pl command, [SVY] svy estimation svy: total command, [SVY] svy brr, [SVY] svy
svy: irt 3pl command, [SVY] svy estimation estimation
svy: irt grm command, [SVY] svy estimation svy: tpoisson command, [SVY] svy estimation
svy: irt hybrid command, [SVY] svy estimation svy: truncreg command, [SVY] svy estimation
svy: irt nrm command, [SVY] svy estimation svy: xtmlogit command, [SVY] svy estimation
svy: irt pcm command, [SVY] svy estimation svy: zinb command, [SVY] svy estimation
svy: irt rsm command, [SVY] svy estimation svy: ziologit command, [SVY] svy estimation
svy: ivprobit command, [SVY] svy estimation svy: zioprobit command, [SVY] svy estimation
svy: ivregress command, [SVY] svy estimation svy: zip command, [SVY] svy estimation
svy: ivtobit command, [SVY] svy estimation svy bootstrap prefix command, [SVY] svy bootstrap
svy: logistic command, [SVY] svy estimation, svy brr prefix command, [SVY] svy brr
[SVY] svy postestimation svy jackknife prefix command, [SVY] svy jackknife
svy: logit command, [SVY] svy estimation svy prefix command, [SVY] svy
svy: mean command, [SVY] Survey, [SVY] estat, svy sdr prefix command, [SVY] svy sdr
[SVY] Poststratification, [SVY] Subpopulation svydescribe command, [SVY] Survey,
estimation, [SVY] svy, [SVY] svy estimation, [SVY] svydescribe
[SVY] svy postestimation, [SVY] svydescribe, svymarkout command, [P] mark, [SVY] svymarkout
[SVY] svyset svyset command, [SVY] Survey, [SVY] svyset
svy: mecloglog command, [SVY] svy estimation svyset, estat subcommand, [SVY] estat
svy: meglm command, [SVY] svy estimation svyset, mi subcommand, [MI] mi XXXset
svy: meintreg command, [SVY] svy estimation swap() function, [M-5] swap( )
svy: melogit command, [SVY] svy estimation sweep() function, [FN] Matrix functions, [P] matrix
svy: menbreg command, [SVY] svy estimation define
svy: meologit command, [SVY] svy estimation swilk command, [R] swilk
svy: meoprobit command, [SVY] svy estimation switching styles, [MI] mi convert
svy: mepoisson command, [SVY] svy estimation symbolic forms, [R] anova
svy: meprobit command, [SVY] svy estimation symbolpalette, palette subcommand, [G-2] palette
svy: mestreg command, [SVY] svy estimation symbols, see markers
svy: metobit command, [SVY] svy estimation symbolstyle, [G-4] symbolstyle, [G-4] Glossary
svy: mlogit command, [SVY] svy estimation symeigen, matrix subcommand, [P] matrix symeigen
svy: mprobit command, [SVY] svy estimation symeigen la() function, [M-5] eigensystem( )
svy: nbreg command, [SVY] svy estimation symeigensystem() function, [M-5] eigensystem( )
svy: nl command, [SVY] svy estimation symeigensystem() function, [M-5] eigensystem( )
svy: ologit command, [SVY] svy estimation, symeigensystemselect*() functions,
[SVY] svy postestimation [M-5] eigensystemselect( )
svy: oprobit command, [SVY] svy estimation symeigensystemselect*() functions,
svy: poisson command, [SVY] svy estimation [M-5] eigensystemselect( )
svy: probit command, [SVY] svy estimation symeigenvalues() function, [M-5] eigensystem( )
svy: proportion command, [SVY] svy estimation symeigenvalues() function, [M-5] eigensystem( )
svy: ratio command, [SVY] Direct standardization, symmetric matrices, [M-5] issymmetric( ),
[SVY] svy brr, [SVY] svy estimation, [M-5] makesymmetric( ), [M-6] Glossary
[SVY] svy: tabulate twoway symmetriconly, [M-6] Glossary
svy: regress command, [SVY] Survey, symmetry, [PSS-2] power, [PSS-2] power
[SVY] svy, [SVY] svy estimation, [SVY] svy pairedproportions, [PSS-2] power mcc,
jackknife, [SVY] svy postestimation, [PSS-5] Glossary
[TABLES] Example 7 plots, [R] Diagnostic plots
svy: scobit command, [SVY] svy estimation test, [R] symmetry
svy: sem command, [SVY] svy estimation symmetry command, [R] symmetry
svy: slogit command, [SVY] svy estimation symmi command, [R] symmetry
svy: stcox command, [SVY] svy estimation symplot command, [R] Diagnostic plots
svy: stintreg command, [SVY] svy estimation
svy: streg command, [SVY] svy estimation
262 Subject index

syntax, [M-2] Syntax t1title() option, [G-3] title options


diagrams explained, [R] Intro t2title() option, [G-3] title options
syntax of Stata’s language, [P] syntax, tab characters, show, [D] type
[U] 11 Language syntax tab expansion of variable names, [U] 10.6 Tab
syntax command, [P] syntax expansion of variable names
sysdir tab1 command, [R] tabulate oneway
command, [U] 17.5 Where does Stata look for ado- tab2 command, [R] tabulate twoway
files? tabdisp command, [P] tabdisp
list command, [P] sysdir tabi command, [R] tabulate twoway
macro function, [P] macro table,
set command, [P] sysdir bayesirf subcommand, [BAYES] bayesirf table
sysmiss, see missing values estat subcommand, [MV] ca postestimation
system estimates subcommand, [R] estimates table
estimators, [BAYES] bayes: mvreg, [DSGE] dsge, irf subcommand, [TS] irf table
[DSGE] dsgenl, [ERM] eintreg, [ERM] eoprobit, putdocx subcommand, [RPT] putdocx table
[ERM] eprobit, [ERM] eregress, putpdf subcommand, [RPT] putpdf table
[FMM] fmm: ivregress, [MV] mvreg, table command, [R] table oneway, [R] table
[R] gmm, [R] ivpoisson, [R] ivprobit, twoway, [R] table multiway, [R] table
[R] ivregress, [R] ivtobit, [R] nlsur, summary, [R] table hypothesis tests, [R] table
[R] reg3, [R] sureg, [SEM] Intro 5, regression, [R] table, [TABLES] Example 1,
[SEM] gsem, [SEM] sem, [SP] spivregress, [TABLES] Example 2, [TABLES] Example 3,
[SP] spregress, [SP] spxtregress, [TE] eteffects, [TABLES] Example 5
[TE] etpoisson, [TE] etregress, [TE] stteffects
table,
intro, [TE] teffects intro, [TS] dfactor,
[TS] mgarch, [TS] mgarch ccc, [TS] mgarch impulse–response functions, [BAYES] bayesirf
dcc, [TS] mgarch dvech, [TS] mgarch table, [BAYES] bayesirf ctable
vcc, [TS] sspace, [TS] var, [TS] var svar, layout, [TABLES] Glossary
[TS] vec, [U] 27.3.6 Multiple-equation models, tables,
[XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, also N-way, [P] tabdisp
see generalized method of moments actuarial, see life tables
limits, [P] creturn classification, see classification table
of equations, solving, [M-4] Solvers, coefficient,
[M-5] lapack( ), [M-5] solvenl( ) display in exponentiated form, [FMM] estat
parameters, [M-3] mata set, [P] creturn, [P] set eform, [R] eform option, [SEM] estat eform
locale functions, [P] set locale ui, [R] query, display settings, [R] Estimation options, [R] set
[R] set, [R] set defaults showbaselevels
values, [P] creturn format settings, [R] set cformat
variables, [U] 13.4 System variables ( variables) maximum likelihood display options, [R] ml
systematic review, [META] Intro, [META] meta system parameter settings, [R] set
funnelplot, [META] Glossary confidence interval, [PSS-3] ciwidth, table
sysuse contingency, [R] Epitab, [R] symmetry, [R] table
command, [D] sysuse oneway, [R] table twoway, [R] table
dir command, [D] sysuse multiway, [R] table, [R] tabulate twoway,
szroeter, estat subcommand, [R] regress [SVY] svy: tabulate twoway
postestimation customized, [R] table, [RPT] putdocx collect,
Szroeter’s test for heteroskedasticity, [R] regress [RPT] putexcel, [RPT] putpdf collect,
postestimation [TABLES] Intro, [TABLES] Intro 1,
[TABLES] Intro 2, [TABLES] Intro 3,
[TABLES] Intro 4, [TABLES] Intro 5
T epidemiological, see epidemiology and related, tables
estimation results, [R] estimates selected,
t distribution,
[R] estimates table, [R] table regression,
cdf, [FN] Statistical functions, [M-5] normal( ) [R] table
confidence interval for mean, [R] ci, [R] mean failure, see failure tables
testing equality of means, [R] esize, [R] ttest formatting numbers in, [D] format
%t formats, [D] Datetime, [D] format fourfold, see fourfold tables
t() function, [FN] Statistical functions,
[M-5] normal( )
t test, [PSS-5] Glossary
Subject index 263

tables, continued target, continued


frequency, [R] table oneway, [R] table twoway, mean, [PSS-2] power, [PSS-2] power onemean,
[R] table multiway, [R] tabulate oneway, [PSS-2] power twomeans, [PSS-4] Unbalanced
[R] tabulate twoway, [SVY] svy: tabulate designs
oneway, [SVY] svy: tabulate twoway, [R] table, mean difference, [PSS-2] power, [PSS-2] power
[R] table summary, [R] tabstat, [R] tabulate, pairedmeans
summarize() odds ratio, [PSS-2] power cmh, [PSS-2] power mcc
hazard, see hazard tables parameter, [PSS-5] Glossary
impulse–response function, [TS] irf ctable, [TS] irf partial correlation, [PSS-2] power, [PSS-2] power
table pcorr
life, see life tables proportion, [PSS-2] power, [PSS-2] power
missing values, [MI] mi misstable, [R] misstable oneproportion, [PSS-2] power twoproportions
output, [PSS-2] power, table, [PSS-2] power cox, regression coefficient, [PSS-2] power cox
[PSS-2] power exponential, [PSS-3] ciwidth, rotation, [MV] procrustes, [MV] rotate,
table [MV] rotatemat, [MV] Glossary
power, [PSS-2] power, table R2 , [PSS-2] power, [PSS-2] power rsquared
printing, [U] 15 Saving and printing output—log slope, [PSS-2] power, [PSS-2] power oneslope
files standard deviation, [PSS-2] power, [PSS-2] power
programming, [P] tabdisp onevariance, [PSS-2] power twovariances
summary statistics, [BAYES] bayesstats summary, variance, [PSS-2] power, [PSS-2] power
[R] table summary, [R] table, [R] tabstat, onevariance, [PSS-2] power twovariances
[R] tabulate, summarize() tau, [R] spearman
table style, set subcommand, [TABLES] set taxonomy, [MV] Glossary, also see cluster analysis
table style Taylor linearization, see linearized variance estimator
tabodds command, [R] Epitab tC() pseudofunction, [D] Datetime, [FN] Date and
tabstat command, [R] tabstat time functions
tabulate tc() pseudofunction, [D] Datetime, [FN] Date and
one-way, [SVY] svy: tabulate oneway time functions
two-way, [SVY] svy: tabulate twoway TCC, see test characteristic curve
tabulate command, [R] tabulate oneway, tcc, irtgraph subcommand, [IRT] irtgraph tcc
[R] tabulate twoway td() pseudofunction, [D] Datetime, [FN] Date and
summarize(), [R] tabulate, summarize() time functions
tag, duplicates subcommand, [D] duplicates tden() function, [FN] Statistical functions,
tag(), egen function, [D] egen [M-5] normal( )
Tagged Image File Format, [G-2] graph export, TDT test, see transmission-disequilibrium test
[G-3] tif options, [G-4] Glossary tebalance
tan() function, [FN] Trigonometric functions, box command, [TE] tebalance box
[M-5] sin( ) command, [TE] tebalance
tangent functions, [FN] Trigonometric functions, density command, [TE] tebalance density
[M-5] sin( ) overid command, [TE] tebalance overid
tanh() function, [FN] Trigonometric functions, summarize command, [TE] tebalance summarize
[M-5] sin( )
technical support, [U] 3.8 Technical support
TARCH, see threshold autoregressive conditional
technique, [SEM] Glossary
heteroskedasticity
teffects
target
aipw command, [TE] teffects aipw
between-group variance, [PSS-2] power oneway
command, [TE] tebalance, [TE] teffects,
correlation, [PSS-2] power, [PSS-2] power
[TE] teffects postestimation
onecorrelation, [PSS-2] power twocorrelations
ipw command, [TE] teffects ipw
discordant proportions, [PSS-2] power,
[PSS-2] power pairedproportions ipwra command, [TE] teffects ipwra
effect variance, [PSS-2] power twoway, nnmatch command, [TE] teffects nnmatch
[PSS-2] power repeated overlap command, [TE] teoverlap
hazard difference, [PSS-2] power exponential psmatch command, [TE] teffects psmatch
hazard ratio, [PSS-2] power exponential, ra command, [ERM] Example 2a,
[PSS-2] power logrank [ERM] Example 2b, [TE] teffects ra
log hazard-ratio, [PSS-2] power exponential, teffects, estat subcommand, [ERM] Intro 9,
[PSS-2] power logrank [ERM] estat teffects, [SEM] Intro 7,
[SEM] estat teffects, [SEM] Example 42g
264 Subject index

telasso command, [TE] telasso, [TE] telasso test, continued


postestimation autocorrelation, see autocorrelation test
tempfile command, [P] macro autoregressive conditional heteroskedasticity, see
tempfile macro function, [P] macro autoregressive conditional heteroskedasticity test
tempname, class, [P] class Bartlett’s periodogram, see Bartlett’s periodogram
tempname command, [P] macro, [P] matrix, [P] scalar test
tempname macro function, [P] macro Bayesian hypothesis, see Bayesian hypothesis testing
temporary, see preserve data binomial, see binomial test
argument, [M-5] isfleeting( ) binomial probability, see binomial probability test
files, [M-5] st tempname( ), [P] macro, bioequivalence, see bioequivalence test
[P] preserve, [P] scalar, [U] 18.7.3 Temporary Box M , see Box M test
files Breitung, see Breitung test
frames, [U] 18.7.4 Temporary frames Breusch–Godfrey, see Breusch–Godfrey test
names, [M-5] st tempname( ), [P] macro, Breusch–Pagan, see Breusch–Pagan test
[P] matrix, [P] scalar, [U] 18.7.2 Temporary Breusch–Pagan Lagrange multiplier, see Breusch–
scalars and matrices Pagan Lagrange multiplier test
scalars and matrices, [M-5] st tempname( ), Breusch–Pagan/Cook–Weisberg, see Breusch–
[P] matrix, [P] scalar, [U] 18.7.2 Temporary Pagan/Cook–Weisberg test for heteroskedasticity
scalars and matrices χ2 , see χ2 -test
variables, [M-2] pointers, [P] macro, [P] mark, for marginal homogeneity, see χ2 test for
[U] 18.7.1 Temporary variables marginal homogeneity
varlists of independence, see χ2 test of independence
with factor variables, [R] fvrevar χ2 hypothesis, see χ2 hypothesis test
with time-series operators, [TS] tsrevar Chow, see Chow test
tempvar command, [P] macro Cochran–Armitage, see Cochran–Armitage test
tempvar macro function, [P] macro Cochran–Mantel–Haenszel, see Cochran–Mantel–
termcap(5), [U] 10 Keyboard use Haenszel test
terminal cointegration, see cointegration test
obtaining input from, [P] display comparison (between nested models), see
suppressing output, [P] quietly comparison test between nested models
terminfo(4), [U] 10 Keyboard use Cook–Weisberg, for heteroskedasticity, see Cook–
test Weisberg test for heteroskedasticity
after estimation, see estimation, test after correlations, see correlation tests of
characteristic curve, [IRT] irt, [IRT] irtgraph tcc, covariate balance, see treatment effects, covariate
[IRT] Glossary balance
information function, [IRT] irt, [IRT] irtgraph tif, Cox proportional hazards model, assumption,
[IRT] Glossary see Cox proportional hazards model, test of
of symmetry, [PSS-2] power, [PSS-2] power assumption
pairedproportions, [PSS-2] power mcc cusum, see cusum test
quantity, [BAYES] Glossary Dickey–Fuller, see Dickey–Fuller test
statistic, [BAYES] Glossary, [PSS-2] power, differences of two means, see differences of two
[PSS-2] power onemean, [PSS-2] power means test
twomeans, [PSS-2] power pairedmeans, directional, see one-sided test (power)
[PSS-2] power oneproportion, [PSS-2] power Doornik–Hansen normality, see Doornik–Hansen
twoproportions, [PSS-2] power normality test
pairedproportions, [PSS-2] power onevariance, Durbin’s alternative, see Durbin’s alternative test
[PSS-2] power twovariances, [PSS-2] power endogeneity, see endogeneity test
onecorrelation, [PSS-2] power twocorrelations,
Engle’s LM, see Engle’s LM test
[PSS-2] power oneway, [PSS-2] power twoway,
[PSS-2] power repeated, [PSS-2] power equal FMI, see equal FMI test
oneslope, [PSS-2] power rsquared, equality of
[PSS-2] power pcorr, [PSS-5] Glossary binomial proportions, see equality test of
test, binomial proportions
mi subcommand, [MI] mi test coefficients, see equality test of coefficients
sts subcommand, [ST] sts test correlations, see equality test of correlations
test, covariances, see equality test of covariances
ARCH, see autoregressive conditional distributions, see distributions, testing equality of
heteroskedasticity test margins, see equality test of margins
association, see association test means, see equality test of means
Subject index 265

test, equality of, continued test model, continued


medians, see equality test of medians model
proportions, see equality test of proportions coefficients, see model coefficients test
ROC areas, see equality test of ROC areas simplification, see model simplification test
survivor functions, see equality test, survivor specification, see specification test
functions modification indices, see modification indices
variances, see equality test of variances Moran, see Moran’s test of residual correlation with
equivalence, see equivalence test nearby residuals
exact, see exact test multiple-comparison, see multiple comparisons
exogeneity, see endogeneity test multiple-sample, see multiple-sample test
exponential, see exponential test multivariate, see multivariate test
F , see F test nonlinear, see nonlinear test
Fisher–Irwin’s exact, see Fisher–Irwin’s exact test nonlinear hypotheses after estimation, see nonlinear
Fisher-type, see Fisher-type test hypothesis test after estimation
Fisher’s exact, see Fisher’s exact test normality, see normal distribution and normality, see
Fisher’s z , see Fisher’s z test normality test
goodness-of-fit, see goodness of fit omitted variables, see omitted variables test
Granger causality, see Granger causality one-sample, see one-sample test
group invariance, see group invariance test one-sided, see one-sided test (power)
Hadri Lagrange multiplier, see Hadri Lagrange overidentifying restrictions, see overidentifying
multiplier stationarity test restrictions, tests of
Harris–Tzavalis, see Harris–Tzavalis test overlap assumption, see overlap assumption
Hausman specification, see Hausman specification paired-sample, see paired-sample test
test periodogram, see Bartlett’s periodogram test
Henze–Zirkler normality, see Henze–Zirkler permutation, see permutation test
normality test proportions, stratified, see proportions, stratified test
heterogeneity, see heterogeneity test quadrature, see quadrature
heteroskedasticity, see heteroskedasticity test Ramsey, see Ramsey test
homogeneity, see homogeneity test random-order, see random-order test
Hosmer–Lemeshow goodness-of-fit, see Hosmer– RESET, see RESET test
Lemeshow goodness-of-fit test Roy’s largest root, see Roy’s largest root test
hypothesis, see hypothesis test Roy’s union-intersection, see Roy’s union-
Im–Pesaran–Shin, see Im–Pesaran–Shin test intersection test
independence, also see Breusch–Pagan test, see Sargan, see Sargan test
independence test Satterthwaite’s t, see Satterthwaite’s t test
independence of irrelevant alternatives, see score, see score test
independence of irrelevant alternatives serial correlation, see autocorrelation
information matrix, see information matrix test serial independence, see serial independence test
internal consistency, see internal consistency test Shapiro–Francia, see Shapiro–Francia test for
interrater agreement, see interrater agreement normality
interval hypothesis, see interval hypothesis test Shapiro–Wilk, see Shapiro–Wilk test for normality
Kao, see Kao test sign, see sign test
Kolmogorov–Smirnov, see Kolmogorov–Smirnov test skewness, see skewness
Kruskal–Wallis, see Kruskal–Wallis test specification, see specification test
kurtosis, see kurtosis stratified, see stratified test
Lagrange multiplier, see Lagrange multiplier test structural break, see structural break
Levin–Lin–Chu, see Levin–Lin–Chu test symmetry, see symmetry test
likelihood-ratio, see likelihood-ratio test Szroeter’s, see Szroeter’s test for heteroskedasticity
linear hypotheses after estimation, see linear t, see t test
hypothesis test after estimation TDT, see transmission-disequilibrium test
log-rank, see log-rank test transmission-disequilibrium, see transmission-
Mantel–Haenszel, see Mantel–Haenszel test disequilibrium test
marginal homogeneity, see marginal homogeneity, trend, see trend, test for
test of two-sample, see two-sample test
margins, see margins test two-sample paired, see paired-sample test
matched-pairs, see matched-pairs test two-sided, see two-sided test (power)
McNemar’s, see McNemar’s test unit-root, see unit-root test
McNemar’s χ2 test, see McNemar’s test
266 Subject index

test, continued textblock append, putdocx subcommand,


unrestricted FMI, see unrestricted FMI test [RPT] putdocx paragraph
variance-comparison, see variance-comparison test textblock begin, putdocx subcommand,
Wald, see Wald test [RPT] putdocx paragraph
weak instrument, see weak instrument test textblock end, putdocx subcommand,
z , see z test [RPT] putdocx paragraph
test command, [R] anova postestimation, [R] test, textboxes, [G-3] textbox options, [G-4] Glossary
[SEM] estat stdize, [SEM] Example 8, orientation of, [G-4] orientationstyle
[SEM] Example 9, [SEM] Example 16, textboxstyle, [G-4] textboxstyle, [G-4] Glossary
[SEM] test, [SVY] Survey, [SVY] svy textfile, putdocx subcommand, [RPT] putdocx
postestimation, [U] 20.13 Performing paragraph
hypothesis tests on the coefficients textsizestyle, [G-4] textsizestyle, [G-4] Glossary
tested covariates, [PSS-5] Glossary textstyle, [G-4] textstyle, [G-4] Glossary
testnl command, [R] testnl, [SEM] estat stdize, th() pseudofunction, [D] Datetime, [FN] Date and
[SEM] testnl, [SVY] svy postestimation time functions
testparm command, [R] test, [SEM] test, [SVY] svy thickness of lines, [G-4] linewidthstyle
postestimation thinning, [BAYES] bayesmh, [BAYES] Glossary
testtransform, mi subcommand, [MI] mi test Thomson scoring, [MV] factor postestimation
tetrachoric command, [R] tetrachoric thrashing, [ST] Glossary
tetrachoric correlation, [MV] Glossary, [R] tetrachoric three-dimensional graph, [G-2] graph twoway contour,
text, [G-2] graph twoway contourline
putdocx subcommand, [RPT] putdocx paragraph three-level model, [ME] me, [ME] Glossary
putpdf subcommand, [RPT] putpdf paragraph three-parameter logistic model, [IRT] irt 3pl,
text() option, [G-3] added text options, [IRT] Glossary
[G-3] aspect option three-stage least squares, [R] reg3
text, threshold autoregressive conditional heteroskedasticity,
ASCII, [D] Glossary, [M-5] ascii( ), [M-5] isascii( ), [TS] arch
[U] Glossary threshold command, [TS] threshold, [TS] threshold
encoding, [D] unicode, [D] unicode encoding, postestimation
[U] 12.4.2 Handling Unicode strings, tick,
[U] 12.4.2.3 Encodings definition, [G-4] tickstyle, [G-4] Glossary
encoding conversion, [D] unicode convertfile, suppressing, [G-4] tickstyle
[D] unicode translate ticksetstyle, [G-4] ticksetstyle, [G-4] Glossary
exporting, see export data tickstyle, [G-4] tickstyle, [G-4] Glossary
importing, see import data ties, [MV] Glossary
in files, TIF, see test information function
examining, [D] hexdump tif, irtgraph subcommand, [IRT] irtgraph tif
modifying, [D] filefilter, [M-4] IO, [P] file TIFF, see Tagged Image File Format
writing and reading, [M-4] IO, [P] file tightness, see prior tightness
in graphs, [G-4] text parameter, [BAYES] Glossary
adding, [G-3] added text options time and date, see date and time
angle of, [G-4] anglestyle time of day, [P] creturn
captions, [G-3] title options time stamp, [D] describe
look of, [G-4] textboxstyle, [G-4] textstyle time variable, [SP] Glossary
note, [G-3] title options time variables and values, [D] Datetime, [D] Datetime
resizing, [G-3] scale option durations, [D] Datetime relative dates,
running outside of borders, [D] Datetime values from other software
[G-3] added text options time, variable identifying, [CM] cmset
size of, [G-3] textbox options time-domain analysis, [TS] arch, [TS] arfima,
subtitle, [G-3] title options [TS] arima, [TS] Glossary
title, [G-3] title options timer
vertical alignment, [G-4] alignmentstyle clear command, [P] timer
reading data in, see import data list command, [P] timer
saving data in, see export data off command, [P] timer
Unicode, [D] unicode, [U] 12.4.2 Handling Unicode on command, [P] timer
strings
text and textboxes, relationship between, [G-4] textstyle
Subject index 267

time-series time-varying variance, [TS] arch


calendar, [D] Datetime business calendars timing code, [P] timer
data, importing, [D] import fred, also see import tin() function, [FN] Selecting time-span functions
data title, estimates subcommand, [R] estimates title
estimation, [U] 27.14 Time-series models, also see title() option, [G-3] title options
multivariate time series, also see univariate time titlecase, [D] Glossary, [M-6] Glossary, [P] Glossary,
series [U] Glossary, also see lowercase-string functions,
filters, see filters also see uppercase-string functions
forecast, see forecast titles, [G-3] title options
formats, [D] format of axis, [G-3] axis title options
functions, [FN] Selecting time-span functions tlabel() option, [G-3] axis label options
graphs, TLI, see Tucker–Lewis index
autocorrelations, [TS] corrgram tm() pseudofunction, [D] Datetime, [FN] Date and
cross-correlogram, [TS] xcorr time functions
cumulative spectral distribution, [TS] cumsp tmlabel() option, [G-3] axis label options
dynamic-multiplier functions, see time-series TMPDIR Unix environment variable, [P] macro
graphs, impulse–response functions tmtick() option, [G-3] axis label options
FEVD, see time-series graphs, impulse–response tnbreg command, [R] tnbreg, [R] tnbreg
functions postestimation
forecasts, [BAYES] bayesfcast graph, [TS] fcast tobit command, [R] tobit, [R] tobit postestimation
graph tobit estimator, [ERM] Glossary
impulse–response functions, [BAYES] bayesirf tobit regression, [R] tobit, [U] 27.3.5 Regression with
graph, [BAYES] bayesirf cgraph, censored and truncated outcomes, also see
[BAYES] bayesirf ograph, [BAYES] bayesirf intreg command
table, [BAYES] bayesirf ctable, [TS] irf Bayesian estimation, [BAYES] bayes: metobit,
cgraph, [TS] irf graph, [TS] irf ograph [BAYES] bayes: tobit
line plots, [G-2] graph twoway tsline, finite mixture models, [FMM] fmm: tobit
[TS] tsline multilevel, [BAYES] bayes: metobit, [ME] metobit
parametric autocorrelation and autocovariance, random-effects, [ERM] eintreg, [XT] xttobit
[TS] estat acplot
structural equation modeling, [SEM] Example 43g
periodogram, [TS] pergram
with endogenous covariates, [R] ivtobit, [SVY] svy
impulse–response functions, see impulse–response estimation
functions
with endogenous treatment, [ERM] eintreg
lags and leads, see lagged values
with sample selection, [ERM] eintreg
moving average, see moving average
with survey data, [SVY] svy estimation
multivariate, see multivariate time series
tobytes() function, [FN] String functions
operators, [U] 11.4.4 Time-series varlists,
.toc filename suffix, [R] net
[U] 13.10 Time-series operators
today() function, [D] Datetime relative dates,
programming, [M-5] st tsrevar( ), [TS] tsrevar
[FN] Date and time functions, [M-5] date( )
parametric spectral density, [TS] psdensity
Toeplitz() function, [M-5] Toeplitz( )
rolling regressions, [TS] rolling
token, [P] Glossary
setup and utilities, [TS] tsappend, [TS] tsfill,
tokenallowhex() function, [M-5] tokenget( )
[TS] tsreport, [TS] tsset
tokenallownum() function, [M-5] tokenget( )
smoothers, see smoothers
tokenget() function, [M-5] tokenget( )
tests
tokengetall() function, [M-5] tokenget( )
after regress, [R] regress postestimation time
series tokeninit() function, [M-5] tokenget( )
for parameter stability, [TS] estat sbcusum tokeninitstata() function, [M-5] tokenget( )
for structural break, [TS] estat sbknown, tokenize command, [P] tokenize
[TS] estat sbsingle tokenoffset() function, [M-5] tokenget( )
for unit roots, see unit-root test tokenpchars() function, [M-5] tokenget( )
for white noise, [TS] wntestb, [TS] wntestq tokenpeek() function, [M-5] tokenget( )
unabbreviating varlists, [P] unab tokenqchars() function, [M-5] tokenget( )
univariate, see univariate time series tokenrest() function, [M-5] tokenget( )
time-series–operated variable, [M-5] st data( ), tokens() function, [M-5] tokens( )
[M-5] st tsrevar( ), [M-6] Glossary tokenset() function, [M-5] tokenget( )
time-span data, [ST] snapspan tokenwchars() function, [M-5] tokenget( )
time-varying covariates, [ST] Glossary
268 Subject index

tolerances, [M-1] Tolerance, [M-5] moptimize( ), transformations, [MV] procrustes


[M-5] optimize( ), [M-5] solve tol( ), [R] ml, fractional polynomial, [R] fp
[R] mlexp, [R] set iter log, [R] lnskew0
top() suboption, [G-4] alignmentstyle modulus, [R] boxcox
tostring command, [D] destring power, [R] boxcox, [R] lnskew0
total Procrustes, [MV] procrustes
characteristic curve, see test characteristic curve to achieve normality, [R] boxcox, [R] ladder
effects, see effects, total to achieve zero skewness, [R] lnskew0
impacts, [SP] spivregress postestimation, transformed coefficients, [R] lincom, [R] nlcom
[SP] spregress postestimation, [SP] spxtregress exponentiated, see exponentiated coefficients
postestimation multiple imputation, [MI] mi estimate, [MI] mi
inertia, [MV] ca, [MV] ca postestimation, estimate using, [MI] mi test
[MV] mca, [MV] mca postestimation, transition, estat subcommand, [DSGE] estat
[MV] Glossary transition
information function, see test information function translate
principal inertia, [MV] ca, [MV] mca, files with Unicode, [D] unicode translate
[MV] Glossary
logs, [R] translate
sample size, see sample-size
translate command, [R] translate
total command, [R] total, [R] total postestimation
translation, file, [D] changeeol, [D] filefilter
total(), egen function, [D] egen
translator
totals, estimation, [R] total, [U] 27.2 Means,
query command, [R] translate
proportions, and related statistics
reset command, [R] translate
totals, survey data, [SVY] svy estimation
set command, [R] translate
toward a target rotation, [MV] procrustes, [MV] rotate,
[MV] rotatemat transmap
tpoisson command, [R] tpoisson, [R] tpoisson define command, [R] translate
postestimation query command, [R] translate
tq() pseudofunction, [D] Datetime, [FN] Date and transmission-disequilibrium test, [R] symmetry
time functions transmorphic, [M-2] Declarations, [M-6] Glossary
trace, transparency, [G-4] colorstyle, also see opacity
ml subcommand, [R] ml transpose, [M-6] Glossary, also see conjugate transpose
query subcommand, [R] query data, [D] xpose, also see reshape data
set subcommand, [P] creturn, [P] trace, [R] set matrix, [M-2] op transpose, [P] matrix define
trace() function, [FN] Matrix functions, in place, [M-5] transpose( )
[M-5] trace( ), [P] matrix define without conjugation, [M-5] transposeonly( )
trace of matrix, [M-5] trace( ), [P] matrix define operator, [M-2] op transpose
traceback log, [M-2] Errors, [M-5] error( ), transpose() function, [M-5] transpose( )
[M-6] Glossary transposeonly() function, [M-5] transposeonly( )
tracedepth, set subcommand, [P] creturn, [P] trace, transposeonly() function, [M-5] transposeonly( )
[R] set transposition, see transpose
traceexpand, set subcommand, [P] creturn, treatment, [ERM] Glossary
[P] trace, [R] set treatment arms, [ERM] Glossary
tracehilite, set subcommand, [P] creturn, treatment assignment, [D] splitsample, [ERM] Glossary
[P] trace, [R] set treatment effects, [ERM] predict treatment,
traceindent, set subcommand, [P] creturn, [ERM] Glossary
[P] trace, [R] set covariate balance, [TE] tebalance, [TE] tebalance
tracenumber, set subcommand, [P] creturn, box, [TE] tebalance density, [TE] tebalance
[P] trace, [R] set overid, [TE] tebalance summarize
tracesep, set subcommand, [P] creturn, [P] trace, difference in differences, [TE] didregress
[R] set doubly robust estimators, [TE] teffects aipw,
tracing iterative maximization process, [R] Maximize [TE] teffects ipwra, [TE] telasso
training, [U] 3.6 Conferences and training
transfer data
copying and pasting, [D] edit
from Stata, [D] export
into Stata, [D] import, [U] 22 Entering and
importing data
Subject index 269

treatment effects, continued trim-and-fill method, [META] Intro, [META] meta,


endogenous, [ERM] Intro 1, [ERM] eintreg, [META] meta trimfill, [META] Glossary
[ERM] eoprobit, [ERM] eprobit, trimfill, meta subcommand, [META] meta trimfill
[ERM] eregress, [SEM] Example 46g, trunc() function, [FN] Mathematical functions,
[TE] eteffects, [TE] eteffects postestimation, [M-5] trunc( )
[TE] etpoisson, [TE] etpoisson postestimation, truncated
[TE] etregress, [TE] etregress postestimation negative
exogenous, [ERM] Intro 1, [ERM] Intro 5, binomial regression, [BAYES] bayes: tnbreg,
[ERM] Example 2a, [ERM] Example 2b [R] tnbreg, [SVY] svy estimation
if on the treated, [ERM] predict treatment observations, [BAYES] bayes: truncreg,
inverse-probability weighting, [TE] stteffects ipw, [FMM] fmm: truncreg, [R] truncreg, also see
[TE] teffects ipw censored observations
matching estimators, [TE] teffects nnmatch, Poisson regression, [BAYES] bayes: tpoisson,
[TE] teffects psmatch [FMM] fmm: tpoisson, [R] tpoisson, [SVY] svy
overlap plots, [TE] teoverlap estimation
overview, [TE] Intro, [TE] Treatment effects, regression, [BAYES] bayes: truncreg,
[TE] stteffects intro, [TE] teffects, [TE] teffects [FMM] fmm: truncreg, [MI] Estimation,
intro, [TE] teffects intro advanced, [TE] teffects [R] truncreg, [SVY] svy estimation
multivalued, [U] 27.20 Treatment-effects truncating
models real numbers, [FN] Mathematical functions,
postestimation, [TE] teffects postestimation [M-5] trunc( )
power, [PSS-2] power, [PSS-2] power twomeans, strings, [FN] String functions
[PSS-2] power pairedmeans, [PSS-2] power truncation, [ST] stset, [ST] Glossary, [TE] Glossary
oneproportion, [PSS-2] power twoproportions, truncreg command, [R] truncreg, [R] truncreg
[PSS-2] power pairedproportions, postestimation
[PSS-2] power oneway, [PSS-2] power twoway, tsappend command, [TS] tsappend
[PSS-2] power repeated, [PSS-2] power
tscale, graph twoway subcommand, [G-2] graph
exponential, [PSS-2] power logrank
twoway tsline
precision, [PSS-3] ciwidth twomeans,
tscale() option, [G-3] axis scale options
[PSS-3] ciwidth pairedmeans
tsfill command, [TS] tsfill
regression adjustment, [TE] stteffects ra,
[TE] teffects ra tsfilter, [TS] tsfilter
survey data, [SVY] svy estimation bk command, [TS] tsfilter bk
survival-time data, [TE] stteffects, [TE] stteffects bw command, [TS] tsfilter bw
intro, [TE] stteffects ipw, [TE] stteffects ipwra, cf command, [TS] tsfilter cf
[TE] stteffects postestimation, [TE] stteffects ra, hp command, [TS] tsfilter hp
[TE] stteffects wra tsline command, [TS] tsline
treatment model, [ERM] Glossary, [TE] Glossary tsline, graph twoway subcommand, [G-2] graph
treatment statistics, [ERM] Intro 5 twoway tsline
tree, misstable subcommand, [R] misstable tsnorm macro function, [P] macro
trees, [MV] cluster, [MV] cluster dendrogram tsreport command, [TS] tsreport
trend, [DSGE] Glossary, [TS] Glossary tsrevar command, [TS] tsrevar
test for, [PSS-2] power, [PSS-2] power trend, tsrline command, [TS] tsline
[R] Epitab, [R] nptrend, [R] symmetry, tsrline, graph twoway subcommand, [G-2] graph
[ST] strate, [ST] sts test twoway tsline
trend, power subcommand, [PSS-2] power trend tsset command, [TS] tsset
trendplots, estat subcommand, [TE] didregress tsset, mi subcommand, [MI] mi XXXset
postestimation tssmooth, [TS] tssmooth
triangle kernel function, [G-2] graph twoway kdensity, dexponential command, [TS] tssmooth
[G-2] graph twoway lpoly, [R] kdensity, dexponential
[R] lpoly, [R] npregress kernel, [R] qreg, exponential command, [TS] tssmooth exponential
[TE] tebalance density, [TE] teoverlap hwinters command, [TS] tssmooth hwinters
triangular matrix, [M-5] solvelower( ), [M-6] Glossary ma command, [TS] tssmooth ma
triangular system, see recursive model nl command, [TS] tssmooth nl
triangularization, requirement, [ERM] Intro 3, shwinters command, [TS] tssmooth shwinters
[ERM] Triangularize tsunab command, [P] unab
trigamma() function, [FN] Mathematical functions, ttail() function, [FN] Statistical functions,
[M-5] factorial( ) [M-5] normal( )
trigonometric functions, [FN] Trigonometric functions, ttest and ttesti commands, [R] ttest
[M-5] sin( )
270 Subject index

ttest command, [MV] hotelling two-sample test, continued


ttick() option, [G-3] axis label options dependent samples, [PSS-2] power mcc
ttitle() option, [G-3] axis title options hazard functions, [PSS-2] power exponential,
Tucker–Lewis index, [SEM] estat gof, [SEM] Methods [PSS-2] power logrank
and formulas for sem independent samples, [PSS-2] power
tukeyprob() function, [FN] Statistical functions, twomeans, [PSS-2] power twoproportions,
[M-5] normal( ) [PSS-2] power twovariances, [PSS-2] power
Tukey’s twocorrelations, [PSS-2] power cmh,
multiple-comparison adjustment, see multiple [PSS-2] power exponential, [PSS-2] power
comparisons, Tukey’s method logrank
Studentized range distribution, log hazards, [PSS-2] power exponential,
cumulative, [FN] Statistical functions, [PSS-2] power logrank
[M-5] normal( ) log-rank, [PSS-2] power exponential,
inverse cumulative, [FN] Statistical functions, [PSS-2] power logrank
[M-5] normal( ) means, [PSS-2] power twomeans, [PSS-2] power
tuning constant, [R] rreg pairedmeans, [PSS-4] Unbalanced designs
Turnbull proportions, [PSS-2] power twoproportions,
[PSS-2] power pairedproportions,
survivor function, [ST] stintcox PH-assumption
[PSS-2] power cmh, [PSS-2] power mcc
plots
survivor functions, [PSS-2] power exponential,
Turnbull’s innermost intervals, [ST] stintcox,
[PSS-2] power logrank
[ST] Glossary
variances, [PSS-2] power twovariances
tutorials, [U] 1.2.2 Example datasets
variance, see variance, two-sample
tw() pseudofunction, [D] Datetime, [FN] Date and
time functions two-sided
twithin() function, [FN] Selecting time-span confidence interval, [PSS-3] Intro (ciwidth),
functions [PSS-3] ciwidth, [PSS-3] ciwidth onemean,
[PSS-3] ciwidth twomeans, [PSS-3] ciwidth
Twitter, see Stata on Twitter
pairedmeans, [PSS-3] ciwidth onevariance,
twocorrelations, power subcommand, [PSS-4] Unbalanced designs, [PSS-5] Glossary
[PSS-2] power twocorrelations
test (power), [PSS-2] power, [PSS-2] power
two-independent-samples test, [PSS-5] Glossary onemean, [PSS-2] power onemean, cluster,
two-level model, [ME] me, [ME] Glossary [PSS-2] power twomeans, [PSS-2] power
twomeans, twomeans, cluster, [PSS-2] power pairedmeans,
ciwidth subcommand, [PSS-3] ciwidth twomeans [PSS-2] power oneproportion, [PSS-2] power
power subcommand, [PSS-2] power twomeans, oneproportion, cluster, [PSS-2] power
[PSS-2] power twomeans, cluster twoproportions, [PSS-2] power twoproportions,
two-parameter logistic model, [IRT] irt 2pl, cluster, [PSS-2] power pairedproportions,
[IRT] Glossary [PSS-2] power onevariance, [PSS-2] power
twoproportions, power subcommand, [PSS-2] power twovariances, [PSS-2] power onecorrelation,
twoproportions, [PSS-2] power twoproportions, [PSS-2] power twocorrelations, [PSS-2] power
cluster oneway, [PSS-2] power repeated,
two-sample [PSS-2] power oneslope, [PSS-2] power cmh,
confidence interval, [PSS-1] Intro, [PSS-3] Intro [PSS-2] power mcc, [PSS-2] power trend,
(ciwidth), [PSS-3] ciwidth, [PSS-3] ciwidth [PSS-2] power cox, [PSS-2] power exponential,
usermethod [PSS-2] power logrank, [PSS-2] power
logrank, cluster, [PSS-4] Unbalanced designs,
independent samples, [PSS-3] ciwidth twomeans
[PSS-5] Glossary
means, [PSS-3] ciwidth twomeans,
[PSS-3] ciwidth pairedmeans, two-stage least squares, [R] ivregress
[PSS-4] Unbalanced designs generalized spatial, [SP] spivregress, [SP] spregress
correlations, see correlation, two-sample panel data, [XT] xthtaylor, [XT] xtivreg
means, see means, two-sample with survey data, [SVY] svy estimation
paired test, see paired-sample test two-tailed test, see two-sided test (power)
proportions, see proportions, two-sample twovariances, power subcommand, [PSS-2] power
twovariances
standard deviations, see standard deviations, two-
sample two-way
study, [PSS-2] power, [PSS-4] Unbalanced designs analysis of variance, [PSS-2] power, [PSS-2] power
twoway, [PSS-5] Glossary, [R] anova
test, [PSS-1] Intro, [PSS-2] Intro (power),
[PSS-2] power, [PSS-2] power usermethod, graphs, [G-2] graph twoway, [G-4] Glossary
[PSS-5] Glossary multivariate analysis of variance, [MV] manova
correlations, [PSS-2] power twocorrelations
Subject index 271

two-way, continued uncensored, [ST] Glossary


repeated-measures ANOVA, [PSS-2] power, uncompress files, [D] zipfile
[PSS-2] power repeated, [PSS-5] Glossary, unconfoundedness, see conditional-independence
[R] anova assumption
twoway, power subcommand, [PSS-2] power twoway under observation, [ST] cttost, [ST] st, [ST] stset,
type, [M-2] Declarations, [M-6] Glossary [ST] Glossary
type underlining in syntax diagram, [U] 11 Language syntax
command, [D] type underscore functions, [M-1] Naming, [M-6] Glossary
macro function, [P] macro underscore variables, [U] 13.4 System variables
parameter, [D] generate ( variables)
type, unequal-allocation design, see unbalanced design
set subcommand, [D] generate, [R] set unhold, estimates subcommand, [P] estimates
ssc subcommand, [R] ssc Unicode, [D] unicode, [D] Glossary, [P] Glossary,
type, broad, [M-6] Glossary [U] 12.4.2 Handling Unicode strings,
type I error, [PSS-5] Glossary, [ST] Glossary [U] Glossary
type I error probability, see probability of a type I error character, [D] Glossary, [P] Glossary, [U] Glossary
type I study, [PSS-5] Glossary collation, [D] unicode collator, [FN] String
type II error, [PSS-5] Glossary, [ST] Glossary functions, [M-5] ustrcompare( ),
[U] 12.4.2.5 Sorting strings containing Unicode
type II error probability, see probability of a type II
characters
error
encoding conversion, [D] unicode convertfile,
type II study, [PSS-5] Glossary
[D] unicode translate
typical within-study variance, [META] Glossary
encodings, [D] unicode encoding,
[U] 12.4.2.3 Encodings
U functions, [U] 12.4.2.1 Unicode string functions
U statistic, [R] ranksum locales, [D] unicode locale, [P] set locale functions,
UCA, see Unicode collation [P] set locale ui, [U] 12.4.2.4 Locales in
uchar() function, [FN] String functions, Unicode
[M-5] uchar( ) normalization, [D] Glossary, [P] Glossary,
UCM, see unobserved-components model [U] Glossary, also see ustrnormalize()
function
ucm command, [TS] ucm, [TS] ucm postestimation
strings, [FN] String functions, [M-4] String,
uconv, [D] unicode convertfile
[U] 12.4.2 Handling Unicode strings
udstrlen macro function, [P] macro
title-cased string, [D] Glossary, [P] Glossary,
udstrlen() function, [FN] String functions,
[U] Glossary, also see ustrtitle() function
[M-5] udstrlen( )
unicode
udsubstr() function, [FN] String functions,
analyze command, [D] unicode translate
[M-5] udsubstr( )
collator list command, [D] unicode collator
uisdigit() function, [FN] String functions
command, [D] unicode
uisletter() function, [FN] String functions
convertfile command, [D] unicode convertfile
unab command, [P] unab
encoding alias command, [D] unicode encoding
unabbreviate
encoding list command, [D] unicode encoding
command names, [P] unabcmd
encoding set command, [D] unicode encoding,
variable list, [P] syntax, [P] unab
[D] unicode translate
unabcmd command, [P] unabcmd
erasebackups command, [D] unicode translate
unaddgroup, ssd subcommand, [SEM] ssd
locale list command, [D] unicode locale
.uname built-in class function, [P] class
restore command, [D] unicode translate
unary operator, [M-6] Glossary, [U] 11.4.3.1 Factor-
retranslate command, [D] unicode translate
variable operators, [U] 14.7 Matrix operators
translate command, [D] unicode translate
unbalanced, [CM] Glossary
uipackage list command, [D] unicode locale
data, [ERM] Glossary, [XT] Glossary
unicode, query subcommand, [R] query
design, [PSS-2] power twomeans, [PSS-2] power
twoproportions, [PSS-2] power twovariances, unidimensionality, [IRT] Glossary
[PSS-2] power twocorrelations, [PSS-2] power uniform accrual, [PSS-2] power exponential,
oneway, [PSS-2] power twoway, [PSS-2] power [PSS-2] power logrank
repeated, [PSS-2] power cmh, [PSS-2] power uniform prior, [BAYES] Bayesian commands,
trend, [PSS-2] power exponential, [BAYES] bayes, [BAYES] bayesmh, [MI] mi
[PSS-2] power logrank, [PSS-3] ciwidth, impute mvn
[PSS-3] ciwidth twomeans, [PSS-4] Unbalanced
designs, [PSS-5] Glossary
272 Subject index

uniformly distributed random numbers, [FN] Random- unobserved-components model, [TS] psdensity
number functions, [M-5] runiform( ), [R] set model, [TS] ucm
seed postestimation, [TS] ucm postestimation
uninstall, unorder() function, [M-5] sort( )
net subcommand, [R] net unregister, mi subcommand, [MI] mi set
ssc subcommand, [R] ssc unregistered variables, see variables, multiple-imputation
uniqrows() function, [M-5] uniqrows( ) unregistered
unique options, [G-4] Concept: repeated options, unrestricted FMI test, [MI] mi estimate, [MI] mi test,
[G-4] Glossary [MI] Glossary
unique value labels, [D] labelbook unrestricted transformation, [MV] procrustes
unique values, postestimation, [MV] Glossary
counting, [D] codebook, [R] tabulate oneway unstandardized coefficient, [SEM] Glossary
determining, [D] inspect, [D] labelbook unstructured (correlation or covariance),
uniqueness, [MV] factor, [MV] factor postestimation, [SEM] Glossary
[MV] rotate, [MV] Glossary unzipfile command, [D] zipfile, [SP] Intro 4
unit loading, [SEM] Intro 4 update
unit vectors, [M-5] e( ) all command, [R] update
unitary matrix, [M-6] Glossary command, [R] update
unitcircle() function, [M-5] unitcircle( ) from command, [R] update
unit-root query command, [R] update
models, [TS] vec intro, [TS] vec update,
process, [TS] Glossary ado subcommand, [R] ado update, [R] net
test, [TS] dfgls, [TS] dfuller, [TS] pperron, meta subcommand, [META] meta update
[TS] Glossary, [XT] xtunitroot mi subcommand, [MI] mi update, [MI] noupdate
univariate option
distributions, displaying, [R] cumul, [R] Diagnostic query subcommand, [R] query
plots, [R] histogram, [R] ladder, [R] lv, view subcommand, [R] view
[R] stem update d, view subcommand, [R] view
imputation, see imputation, univariate update interval, set subcommand, [R] set,
kernel density estimation, [R] kdensity [R] update
time series update prompt, set subcommand, [R] set,
estimators, [TS] arch, [TS] arfima, [TS] arima, [R] update
[TS] mswitch, [TS] newey, [TS] prais, update query, set subcommand, [R] set, [R] update
[TS] threshold, [TS] ucm updates to Stata, [R] ado update, [R] net, [R] sj,
filters, see filters [R] update, [U] 3.4 The Stata Journal,
graph, autocorrelations, [TS] corrgram [U] 3.5 Updating and adding features from the
graph, cumulative spectral distribution, web, [U] 17.6 How do I install an addition?,
[TS] cumsp [U] 29 Using the Internet to keep up to date
graph, parametric autocorrelation and upper
autocovariance, [TS] estat acplot one-sided
graph, periodogram, [TS] pergram confidence interval, [PSS-3] ciwidth,
parametric spectral density, [TS] psdensity [PSS-3] ciwidth onemean, [PSS-3] ciwidth
smoothers, see smoothers twomeans, [PSS-3] ciwidth pairedmeans,
test after regress, [R] regress postestimation [PSS-3] ciwidth onevariance,
time series [PSS-5] Glossary
test for parameter stability, [TS] estat sbcusum test, [PSS-5] Glossary
test for structural break, [TS] estat sbknown, one-tailed test, [PSS-5] Glossary
[TS] estat sbsingle uppercase-string functions, [FN] String functions,
test for unit roots, see unit-root test [M-5] strupper( ), [M-5] ustrupper( ), also see
test for white noise, [TS] wntestb, [TS] wntestq titlecase
Unix, uppertriangle() function, [M-5] lowertriangle( )
keyboard use, [U] 10 Keyboard use uppertriangle() function, [M-5] lowertriangle( )
pause, [P] sleep upper-triangular matrix, see triangular matrix
specifying filenames, [U] 11.6 Filenaming urldecode() function, [M-5] urlencode( )
conventions urlencode() function, [M-5] urlencode( )
unlink() function, [M-5] unlink( )
unlink() function, [M-5] unlink( )
Subject index 273

use, ustrsortkey() function, [FN] String functions,


cluster subcommand, [MV] cluster utility [M-5] ustrcompare( )
collect subcommand, [TABLES] collect use ustrsortkeyex() function, [FN] String functions,
estimates subcommand, [LASSO] estimates store, [M-5] ustrcompare( )
[R] estimates save ustrsplit() function, [M-5] ustrsplit( )
graph subcommand, [G-2] graph use ustrtitle() function, [FN] String functions,
serset subcommand, [P] serset [M-5] ustrupper( )
spmatrix subcommand, [SP] spmatrix use ustrto() function, [FN] String functions,
use command, [D] use [M-5] ustrto( )
use data, [D] sysuse, [D] use, [D] webuse, [P] syntax, ustrtohex() function, [FN] String functions,
also see import data [M-5] ustrunescape( )
use graphs, [G-2] graph use ustrtoname() function, [FN] String functions,
uselabel command, [D] labelbook [M-5] ustrtoname( )
user interface, [P] Dialog programming ustrtrim() function, [FN] String functions,
[M-5] ustrtrim( )
language, [D] unicode locale
ustrunescape() function, [FN] String functions,
localization package, [D] unicode locale
[M-5] ustrunescape( )
user version, [P] version
ustrupper() function, [FN] String functions,
user-defined matrix, see spatial weighting matrix [M-5] ustrupper( )
userdefined, spmatrix subcommand, [SP] spmatrix ustrword() function, [FN] String functions,
userdefined [M-5] ustrword( )
user-written additions, see community-contributed ustrwordcount() function, [FN] String functions,
additions [M-5] ustrword( )
using, usubinstr() function, [FN] String functions,
cmdlog subcommand, [R] log [M-5] usubinstr( )
log subcommand, [R] log usubstr() function, [M-5] usubstr( )
ustrcompare() function, [FN] String functions, usubstr() function, [FN] String functions,
[M-5] ustrcompare( ) [M-5] usubstr( )
ustrcompareex() function, [FN] String functions, UTF-8, [D] unicode, [D] unicode encoding,
[M-5] ustrcompare( ) [D] unicode translate, [D] Glossary,
ustrfix() function, [FN] String functions, [M-6] Glossary, [P] Glossary, [U] Glossary
[M-5] ustrfix( ) encoding conversion, [D] unicode convertfile,
ustrfrom() function, [FN] String functions, [D] unicode translate
[M-5] ustrto( ) utilities for cluster, programming, [MV] cluster utility
ustrinvalidcnt() function, [FN] String functions, utility, [CM] Glossary
[M-5] ustrlen( ) utility routines for MI, [MI] Technical
ustrleft() function, [FN] String functions
ustrlen macro function, [P] macro
ustrlen() function, [FN] String functions, V
[M-5] ustrlen( )
ustrlower() function, [FN] String functions, vague prior, see noninformative prior
[M-5] ustrupper( ) valid initial state, see Bayesian estimation initial values,
ustrltrim() function, [FN] String functions, feasible
[M-5] ustrtrim( ) valofexternal() function, [M-5] valofexternal( )
ustrnormalize() function, [FN] String functions, value label macro function, [P] macro
[M-5] ustrnormalize( ) value labels, [D] Glossary, [U] 12.6.3 Value labels,
ustrpos() function, [FN] String functions, [U] 13.11 Label values, [U] Glossary
[M-5] ustrpos( ) dataset of, [D] labelbook
ustrregexm() function, [FN] String functions defining and changing, [D] edit, [D] label,
ustrregexra() function, [FN] String functions [D] varmanage
ustrregexrf() function, [FN] String functions describing, [D] codebook, [D] describe, [D] label,
ustrregexs() function, [FN] String functions [D] labelbook
ustrreverse() function, [FN] String functions, encoding, [D] encode
[M-5] ustrreverse( ) in different languages, [D] label language,
ustrright() function, [FN] String functions [U] 12.6.4 Labels in other languages
ustrrpos() function, [FN] String functions, potential problems in, [D] codebook, [D] inspect,
[M-5] ustrpos( ) [D] labelbook
ustrrtrim() function, [FN] String functions, programming, [M-5] st varformat( ),
[M-5] ustrtrim( ) [M-5] st vlexists( ), [P] macro
values, label subcommand, [D] label
274 Subject index

Vandermonde() function, [M-5] Vandermonde( ) variables, continued


vanishing adaptation, see diminishing adaptation creating, [D] edit, [D] egen, [D] generate
VAR, see vector autoregressive model, see vector by duplication, [D] clonevar
autoregressive by separating, [D] separate
var command, [TS] var, [TS] var postestimation numeric from string, [D] destring, [D] encode
varabbrev command, [P] varabbrev string from numeric, [D] destring, [D] encode
varabbrev, set subcommand, [R] set date, see date variables
varbasic command, [TS] varbasic, [TS] varbasic describing, [D] codebook, [D] describe, [D] ds,
postestimation [D] notes
vargranger command, [TS] vargranger determining storage types of, [D] describe
variable (in Mata) displaying contents of, [D] edit, [D] list
declarations, [M-2] Declarations documenting, [D] codebook, [D] labelbook,
labels, programming, [M-5] st varformat( ) [D] notes
types, programming, [M-2] Declarations dropping, [D] drop, [M-5] st dropvar( )
variable (in Stata), see variables dummy, see indicator variables, see indicators
abbreviation, [P] varabbrev duplicating, see variables, creating, by duplication
description, [D] describe factor, see factor variables
identifying choice model data, [CM] cmset filtering, [D] varmanage
identifying panels, [CM] cmset, [XT] xtset finding, [D] ds, [D] lookfor
labels, [D] Glossary, [U] 11.4 varname and generating, see variables, creating
varlists, [U] 12.6.2 Variable labels, [U] Glossary from cluster analysis, [MV] cluster generate
defining and changing, [D] edit, [D] label, histories in survival data, [ST] stgen
[D] varmanage in dataset, maximum number of, [D] memory,
describing, [D] codebook, [D] describe, [U] 6 Managing memory
[D] label, [D] notes indices of, [M-5] st viewvars( )
in different languages, [D] label language, interchange contents, [M-5] swap( )
[U] 12.6.4 Labels in other languages labeling, see variable (in Stata) labels
programming, [P] macro list values of (for programming), [M-5] st data( ),
lists, see varlist [P] levelsof
selection, see covariate selection listing, [D] codebook, [D] describe, [D] edit,
types, [D] labelbook, [D] list
changing, [D] compress, [D] recast, mapping numeric to string, [D] destring
[D] varmanage mapping string to numeric, [D] destring
definition of, [D] Data types, [SEM] Intro 4, multiple-imputation
[U] 12.2.2 Numeric storage types, imputed, [MI] Intro, [MI] mi rename, [MI] mi
[U] 12.4 Strings reset, [MI] mi set, [MI] Glossary
displaying, [D] codebook, [D] describe, [D] ds passive, [MI] mi impute, [MI] mi passive,
programming, [P] class, [P] macro [MI] mi rename, [MI] mi reset, [MI] mi set,
variable label macro function, [P] macro [MI] mi xeq, [MI] Glossary
variable, confirm subcommand, [P] confirm registered, [MI] mi rename, [MI] mi set,
variable, label subcommand, [D] label [MI] Glossary
variable-naming convention, [M-1] Naming regular, [MI] mi rename, [MI] mi set,
variables, [U] 11.3 Naming conventions, [MI] Glossary
[U] 13.4 System variables ( variables) renaming, [MI] mi rename, [MI] mi reset,
variables of interest, see covariates of interest [MI] mi set
variables, unregistered, [MI] mi rename, [MI] mi set,
alphabetizing, [D] order [MI] Glossary
observations, [D] gsort, [D] sort varying and super varying, [MI] mi passive,
categorical, see categorical data, agreement, [MI] mi predict, [MI] mi set, [MI] mi
measures for, see categorical data varying, [MI] Glossary
changing storage types of, [D] compress, [D] recast, naming, [D] rename, [M-1] Naming,
[D] varmanage [U] 11.2 Abbreviation rules, [U] 11.3 Naming
characteristics of, [M-6] Glossary, [P] char, conventions
[P] macro, [U] 12.8 Characteristics naming groups of, [D] rename group
comparing, [D] compare number of, [M-5] st nvar( ), also see variables,
copying, see variables, creating, by duplication describing
ordering, see variables, alphabetizing
orthogonalize, [R] orthog
Subject index 275

variables, continued variance–covariance matrix of estimators, [P] ereturn,


put into Mata and vice versa, [D] putmata [P] matrix get, [R] correlate, [R] estat, [R] estat
renaming, see rename variables vce, [SEM] Glossary, [U] 20.10 Obtaining the
reordering, see variables, alphabetizing variance–covariance matrix
setting properties of, [D] varmanage variance() function, [M-5] mean( )
sorting, [D] gsort, [D] sort, [D] varmanage variance-comparison test, [MV] mvtest covariances,
standardizing, [D] egen [R] sdtest
storage types, see storage types variances,
string, see string variables ci subcommand, [R] ci
system, see system variables cii subcommand, [R] ci
tab expansion of, [U] 10.6 Tab expansion of variance-weighted least squares, [R] vwls
variable names varimax rotation, [MV] rotate, [MV] rotatemat,
temporary, [M-5] st tempname( ), [P] macro [MV] Glossary
time-series programming utilities, varkeyboard, set subcommand, [R] set
[M-5] st tsrevar( ), [TS] tsrevar varlist, [D] vl, [D] vl create, [D] vl drop, [D] vl
transposing with observations, [D] xpose list, [D] vl rebuild, [D] vl set, [D] Glossary,
[P] syntax, [U] 11 Language syntax,
unabbreviating, [P] syntax, [P] unab
[U] 11.4 varname and varlists, [U] Glossary
unique values, [D] codebook, [D] duplicates,
existing, [U] 11.4.1 Lists of existing variables
[D] inspect
new, [U] 11.4.2 Lists of new variables
Variables Manager, [D] varmanage, [U] 12.9 Data
Editor and Variables Manager time series, [U] 11.4.4 Time-series varlists
variance, [PSS-2] power, [PSS-2] power onevariance, varlmar command, [TS] varlmar
[PSS-3] ciwidth, [PSS-3] ciwidth onevariance varmanage command, [D] varmanage
analysis of, [MV] manova, [PSS-2] power, varnorm command, [TS] varnorm
[PSS-2] power oneway, [PSS-2] power varsoc command, [TS] varsoc
twoway, [PSS-2] power repeated, [R] anova, varstable command, [BAYES] bayesvarstable,
[R] loneway, [R] oneway, [SEM] Intro 4 [TS] varstable
components, [ME] Glossary, [SEM] estat sd, also varwle command, [TS] varwle
see mixed model varying
confidence intervals for, [R] ci conditional-correlation model, [TS] mgarch,
control-group, [PSS-2] power twovariances [TS] mgarch vcc
creating dataset of, [D] collapse estimation sample, [MI] mi estimate
creating variable containing, [D] egen variables, [ST] stvary, also see variables, multiple-
decompositions, see forecast-error variance imputation varying and super varying
decomposition varying, mi subcommand, [MI] mi varying
displaying, [CM] cmsummarize, [R] summarize, vcc, mgarch subcommand, [TS] mgarch vcc
[R] table summary, [R] table, [R] tabstat, VCE, see variance–covariance matrix of estimators
[XT] xtsum vce, estat subcommand, [R] estat, [R] estat vce,
estimation, [SVY] Variance estimation, [SVY] estat
[SVY] Glossary vce() option, [R] vce option, [XT] vce options
estimators, [R] vce option, [XT] vce options VEC, see vector error-correction model
experimental-group, [PSS-2] power twovariances vec command, [TS] vec, [TS] vec postestimation
HAC, see HAC variance estimate vec() function, [FN] Matrix functions, [M-5] vec( ),
Huber/White/sandwich estimator, see robust, [P] matrix define
Huber/White/sandwich estimator of variance vecaccum, matrix subcommand, [P] matrix accum
independent, see variance, two-sample vecdiag() function, [FN] Matrix functions,
inflation factors, [R] regress postestimation [P] matrix define
linearized, [SVY] Variance estimation vech() function, [M-5] vec( )
nonconstant, see robust, Huber/White/sandwich veclmar command, [TS] veclmar
estimator of variance VECM, see vector error-correction model
one-sample, [PSS-2] power onevariance, vecnorm command, [TS] vecnorm
[PSS-3] ciwidth onevariance vecrank command, [TS] vecrank
posterior, [BAYES] Intro, [BAYES] Bayesian vecstable command, [TS] vecstable
commands, [BAYES] bayesmh, vector, [M-2] Declarations, [M-6] Glossary
[BAYES] bayesstats summary vector autoregressive
stabilization transformations, [R] boxcox forecast, [BAYES] bayesfcast graph, [TS] fcast
testing equality of, [R] sdtest compute, [TS] fcast graph
two-sample, [PSS-2] power twovariances
276 Subject index

vector autoregressive, continued view matrix, [M-5] isview( ), [M-5] st subview( ),


model, [TS] dfactor, [TS] sspace, [TS] ucm, [M-5] st view( ), [M-5] st viewvars( ),
[TS] var intro, [TS] var, [TS] var svar, [M-6] Glossary
[TS] varbasic, [TS] Glossary view previously typed lines, [R] #review
Bayesian, [BAYES] bayes: var view source code, [P] viewsource
moving-average model, [TS] dfactor, [TS] sspace, viewsource, [M-1] Source
[TS] ucm viewsource command, [P] viewsource
postestimation, [BAYES] bayes: var postestimation, vif, estat subcommand, [R] regress postestimation
[BAYES] bayesvarstable, [BAYES] bayesfcast vignette, [U] 1.2.7 Vignette
graph, [BAYES] bayesirf, [TS] fcast compute, virtual, [M-2] class
[TS] fcast graph, [TS] irf, [TS] irf create, virtual memory, [D] memory
[TS] var postestimation, [TS] vargranger,
vl
[TS] varlmar, [TS] varnorm, [TS] varsoc,
[TS] varstable, [TS] varwle clear command, [D] vl drop
vector error-correction command, [D] vl
model, [TS] vec intro, [TS] vec, [TS] Glossary, also create command, [D] vl create
see multivariate GARCH model dir command, [D] vl list
postestimation, [BAYES] bayesirf, [TS] fcast drop command, [D] vl drop
compute, [TS] fcast graph, [TS] irf, [TS] irf label command, [D] vl create
create, [TS] varsoc, [TS] vec postestimation, list command, [D] vl list
[TS] veclmar, [TS] vecnorm, [TS] vecrank, modify command, [D] vl create
[TS] vecstable substitute command, [D] vl create
vector image format, see image format vl move command, [D] vl set
vector norm, [M-5] norm( ) vl rebuild command, [D] vl rebuild
vectors, see matrices (via Stata commands) vl set command, [D] vl set
verify data, [D] assert, [D] assertnested, [D] count, void
[D] datasignature, [D] inspect, also see certify function, [M-2] Declarations, [M-6] Glossary
data matrix, [M-2] void, [M-6] Glossary
verify mi data are consistent, [MI] mi update vwls command, [R] vwls, [R] vwls postestimation
version
control, [M-2] version, [M-5] callersversion( ), also
see version command
W
version of ado-file, [R] which W matrix, see spatial weighting matrix
of Stata, [M-5] stataversion( ), [R] about Wald test, [DSGE] Intro 8, [DSGE] Glossary,
version, [M-2] version [PSS-5] Glossary, [R] contrast, [R] predictnl,
version command, [P] version, [P] Glossary, [R] test, [R] testnl, [SEM] Intro 7,
[U] 16.1.1 Version, [U] 18.11.1 Version [SEM] estat eqtest, [SEM] estat ginvariant,
class programming, [P] class [SEM] Example 13, [SEM] Example 22,
vertex, [SP] spmatrix create, [SP] Glossary [SEM] Methods and formulas for sem,
[SEM] test, [SEM] testnl, [SEM] Glossary,
vertical alignment of text, [G-4] alignmentstyle
[SVY] svy postestimation, [TS] vargranger,
videos, see Stata YouTube Channel
[TS] varwle, [U] 20.13 Performing hypothesis
view tests on the coefficients, [U] 20.13.4 Nonlinear
ado command, [R] view Wald tests
ado d command, [R] view wardslinkage,
browse command, [R] view clustermat subcommand, [MV] cluster linkage
command, [R] view cluster subcommand, [MV] cluster linkage
help command, [R] view Ward’s linkage clustering, [MV] cluster,
help d command, [R] view [MV] clustermat, [MV] cluster linkage,
net command, [R] view [MV] Glossary
net d command, [R] view Ward’s method clustering, [MV] cluster,
search command, [R] view [MV] clustermat
search d command, [R] view warning messages, [M-2] pragma
update command, [R] view waveragelinkage,
update d command, [R] view clustermat subcommand, [MV] cluster linkage
view d command, [R] view cluster subcommand, [MV] cluster linkage
view d, view subcommand, [R] view wcorrelation, estat subcommand, [ME] estat
wcorrelation, [ME] mixed postestimation,
[XT] xtgee postestimation
weak instrument test, [R] ivregress postestimation
Subject index 277

weakly balanced, [ERM] Glossary, [XT] Glossary weibullph() function, [FN] Statistical functions,
weakly stationary, [DSGE] Intro 1, [DSGE] Glossary, [M-5] normal( )
also see covariance stationary weibullphden() function, [FN] Statistical functions,
webinar, see Stata webinar [M-5] normal( )
website, weibullphtail() function, [M-5] normal( )
stata.com, [U] 3.2.1 The Stata website weibulltail() function, [FN] Statistical functions,
(www.stata.com) [M-5] normal( )
stata-journal.com, [U] 3.4 The Stata Journal weight, [P] syntax
stata-press.com, [U] 3.3 Stata Press [weight=exp] modifier, [U] 11.1.6 weight,
webuse [U] 20.24 Weighted estimation
command, [D] webuse weighted data, [U] 11.1.6 weight, [U] 20.24 Weighted
query command, [D] webuse estimation, also see survey data
set command, [D] webuse weighted least squares, [R] regress, [SEM] Methods
week() function, [D] Datetime, [FN] Date and time and formulas for sem, [SEM] Glossary
functions, [M-5] date( ) generalized linear models, [R] binreg, [R] glm
weekly() function, [D] Datetime, [D] Datetime generalized method of moments estimation,
conversion, [FN] Date and time functions, [R] gmm, [R] ivpoisson
[M-5] date( ) instrumental-variables regression, [R] gmm,
Weibull [R] ivregress
density, nonlinear least-squares estimation, [R] nl
generalized, [FN] Statistical functions, nonlinear systems of equations, [R] nlsur
[M-5] normal( ) variance, [R] vwls
standard, [FN] Statistical functions, weighted moving average, [TS] tssmooth,
[M-5] normal( ) [TS] tssmooth ma
distribution, [FMM] fmm: streg, weighted-average linkage clustering, [MV] cluster,
[FMM] Example 4, [ST] stintreg, [ST] streg [MV] clustermat, [MV] cluster linkage,
cumulative, generalized, [FN] Statistical [MV] Glossary
functions, [M-5] normal( ) weighted-regression-adjustment estimator,
cumulative, standard, [FN] Statistical functions, [TE] stteffects wra, [TE] Glossary
[M-5] normal( ) weighting matrix, see spatial weighting matrix
inverse cumulative, generalized, [FN] Statistical weights, [G-2] graph twoway scatter
functions, [M-5] normal( ) probability, [SVY] Survey, [SVY] svydescribe,
inverse cumulative, standard, [FN] Statistical [SVY] svyset
functions, [M-5] normal( ) sampling, [SVY] Survey, [SVY] svydescribe,
proportional hazards, see Weibull proportional [SVY] svyset
hazards Welsch distance, [R] regress postestimation
survival regression, [BAYES] bayes: streg, Westerlund test, [XT] xtcointtest
[FMM] fmm, [FMM] fmm: streg, westerlund, xtcointtest subcommand,
[FMM] Example 4, [SEM] Example 49g, [XT] xtcointtest
[ST] stintreg, [ST] streg which command, [R] which, [U] 17.3 How can I tell if
weibull() function, [FN] Statistical functions, a command is built in or an ado-file?
[M-5] normal( ) which,
Weibull proportional hazards classutil subcommand, [P] classutil
density, mata subcommand, [M-3] mata which
generalized, [FN] Statistical functions, python subcommand, [P] PyStata integration
[M-5] normal( ) which, class, [P] classutil
standard, [FN] Statistical functions, while, [M-2] while, [M-2] continue, [M-2] break,
[M-5] normal( ) [M-2] Semicolons
distribution, while command, [P] while
cumulative, generalized, [FN] Statistical white noise, [DSGE] Glossary, [TS] wntestb,
functions, [M-5] normal( ) [TS] wntestq, [TS] Glossary, [XT] Glossary
cumulative, standard, [FN] Statistical functions, White statistic, [META] estat heterogeneity
[M-5] normal( ) White/Huber/sandwich estimator of variance, see robust,
inverse cumulative, generalized, [FN] Statistical Huber/White/sandwich estimator of variance
functions, [M-5] normal( ) White’s test for heteroskedasticity, [R] regress
inverse cumulative, standard, [FN] Statistical postestimation
functions, [M-5] normal( )
weibullden() function, [FN] Statistical functions,
[M-5] normal( )
278 Subject index

wide, within-cell
mi import subcommand, [MI] mi import, [MI] mi means and variances, [XT] xtsum
import wide variance, [PSS-2] power twoway
reshape subcommand, [D] reshape within-group error, [ME] Glossary
wide data format, [D] Glossary within-group variance, [PSS-2] power oneway
conversion to long, [D] reshape within-imputation variability, [MI] mi estimate, [MI] mi
wide MI data style, [MI] Styles, [MI] Glossary predict
technical description, [MI] Technical within-study covariance, [META] Intro, [META] meta
width of % fmt, [M-5] fmtwidth( ) mvregress, [META] Glossary
Wilcoxon within-subject
rank-sum test, [R] ranksum design, [PSS-2] power repeated, [PSS-5] Glossary
signed-rank test, [R] signrank factor, [PSS-2] power repeated, [PSS-5] Glossary
test (Wilcoxon–Breslow, Wilcoxon–Gehan, variance, [PSS-2] power repeated
Wilcoxon–Mann–Whitney), [ST] sts test WLF, see worst linear function
wildcard, see regexm() function, see regexr() WLS, see weighted least squares
function, see regexs() function, see WMF, see Windows Metafile
strmatch() function wntestb command, [TS] wntestb
Wilks’s wntestq command, [TS] wntestq
lambda, [MV] canon, [MV] manova, [MV] mvtest wofd() function, [D] Datetime, [FN] Date and time
means, [MV] Glossary functions, [M-5] date( )
likelihood-ratio test, [MV] canon, [MV] manova, Woolf confidence intervals, [R] Epitab
[MV] mvtest means word macro function, [P] macro
window word() function, [FN] String functions
fopen command, [P] window programming, Word, Microsoft, see Microsoft Word
[P] window fopen wordbreaklocale() function, [FN] String functions
fsave command, [P] window programming wordcount() function, [FN] String functions
manage command, [P] window programming, workflow, [MI] Workflow
[P] window manage
worst linear function, [MI] mi impute mvn,
menu command, [P] window programming, [MI] Glossary
[P] window menu
wra, stteffects subcommand, [TE] stteffects wra
push command, [P] window programming,
write data, see export data, see save data
[P] window push
write, file subcommand, [P] file
stopbox command, [P] window programming,
[P] window stopbox writing and reading text and binary files, [P] file
Windows www.stata.com website, [U] 3.2.1 The Stata website
(www.stata.com)
Enhanced Metafile, [G-2] graph export
www.stata-journal.com website, [U] 3.4 The Stata
filenames, [U] 18.3.11 Constructing Windows
Journal
filenames by using macros
www.stata-press.com website, [U] 3.3 Stata Press
keyboard use, [U] 10 Keyboard use
Metafile, [G-2] graph export
metafiles programming, [P] Automation X
pause, [P] sleep
programming, [P] Automation xaxis() suboption, [G-3] axis choice options
specifying filenames, [U] 11.6 Filenaming X-bar charts, see control line charts
conventions xchart command, [R] QC
Windows Enhanced Metafile, [G-4] Glossary xcommon option, [G-2] graph combine
Windows Metafile, [G-4] Glossary xcorr command, [TS] xcorr
winexec command, [D] shell xeq, mi subcommand, [MI] mi xeq
Wishart distribution, [MV] Glossary xi prefix command, [R] xi
density, [FN] Statistical functions, [M-5] normal( ) xl() function, [M-5] xl( )
prior, [BAYES] bayesmh, [BAYES] bayesmh xlabel() option, [G-3] axis label options
evaluators xline() option, [G-3] added line options
withdrawal, [PSS-2] power exponential, [PSS-2] power xmlabel() option, [G-3] axis label options
logrank, [PSS-5] Glossary xmtick() option, [G-3] axis label options
within estimators, [XT] xthtaylor, [XT] xtivreg, xpo, [LASSO] Glossary
[XT] xtreg, [XT] xtregar, [XT] Glossary xpoivregress command, [LASSO] Inference
within matrix, [MV] Glossary examples, [LASSO] lasso inference
postestimation, [LASSO] xpoivregress
Subject index 279

xpologit command, [LASSO] Inference examples, xtile command, [D] pctile


[LASSO] lasso inference postestimation, xtintreg command, [XT] quadchk, [XT] xtintreg,
[LASSO] xpologit [XT] xtintreg postestimation
xpopoisson command, [LASSO] Inference examples, xtitle() option, [G-3] axis title options
[LASSO] lasso inference postestimation, xtivreg command, [XT] xtivreg, [XT] xtivreg
[LASSO] xpopoisson postestimation
xporegress command, [LASSO] Inference examples, xtline command, [XT] xtline
[LASSO] lasso inference postestimation, xtlogit command, [XT] quadchk, [XT] xtlogit,
[LASSO] xporegress [XT] xtlogit postestimation
xpose command, [D] xpose xtmlogit command, [XT] quadchk, [XT] xtmlogit,
xscale() option, [G-3] axis scale options [XT] xtmlogit postestimation
xshell command, [D] shell xtnbreg command, [XT] xtnbreg, [XT] xtnbreg
xsize() option, [G-2] graph display, postestimation
[G-3] region options xtologit command, [XT] quadchk, [XT] xtologit,
xtabond command, [XT] xtabond, [XT] xtabond [XT] xtologit postestimation
postestimation xtoprobit command, [XT] quadchk, [XT] xtoprobit,
xtcloglog command, [XT] quadchk, [XT] xtcloglog, [XT] xtoprobit postestimation
[XT] xtcloglog postestimation xtpcse command, [XT] xtpcse, [XT] xtpcse
xtcointtest postestimation
kao command, [XT] xtcointtest xtpoisson command, [XT] quadchk, [XT] xtpoisson,
pedroni command, [XT] xtcointtest [XT] xtpoisson postestimation
westerlund command, [XT] xtcointtest xtprobit command, [XT] quadchk, [XT] xtprobit,
xtdata command, [XT] xtdata [XT] xtprobit postestimation
xtdescribe command, [XT] xtdescribe xtrc command, [XT] xtrc, [XT] xtrc postestimation
xtdidregress command, [TE] didregress, xtreg command, [XT] xtreg, [XT] xtreg
[TE] didregress postestimation postestimation
xtdpd command, [XT] xtdpd, [XT] xtdpd xtregar command, [XT] xtregar, [XT] xtregar
postestimation postestimation
xtdpdsys command, [XT] xtdpdsys, [XT] xtdpdsys xtset command, [SP] Intro 4, [SP] spbalance,
postestimation [SP] spset, [XT] xtset
xteintreg command, [ERM] Intro 6, [ERM] eintreg, xtset, mi subcommand, [MI] mi XXXset
[ERM] eintreg postestimation, [ERM] eintreg xtstreg command, [XT] quadchk, [XT] xtstreg,
predict, [ERM] predict advanced, [XT] xtstreg postestimation
[ERM] predict treatment xtsum command, [XT] xtsum
xteoprobit command, [ERM] eoprobit, xttab command, [XT] xttab
[ERM] eoprobit postestimation, [ERM] eoprobit xttest0 command, [XT] xtreg postestimation
predict, [ERM] Example 9, [ERM] predict xttobit command, [XT] quadchk, [XT] xttobit,
advanced, [ERM] predict treatment [XT] xttobit postestimation
xteprobit command, [ERM] Intro 6, [ERM] eprobit xttrans command, [XT] xttab
postestimation, [ERM] eprobit predict, xtunitroot
[ERM] predict advanced, [ERM] predict
breitung command, [XT] xtunitroot
treatment
fisher command, [XT] xtunitroot
xtprobit command, [ERM] eprobit
hadri command, [XT] xtunitroot
xteregress command, [ERM] Intro 6,
[ERM] eregress, [ERM] eregress postestimation, ht command, [XT] xtunitroot
[ERM] eregress predict, [ERM] Example 7, ips command, [XT] xtunitroot
[ERM] Example 8a, [ERM] Example 8b, llc command, [XT] xtunitroot
[ERM] predict advanced, [ERM] predict xvarformat() option, [G-3] advanced options
treatment xvarlabel() option, [G-3] advanced options
xtfrontier command, [XT] xtfrontier, xxxset, programming, [MI] Technical
[XT] xtfrontier postestimation
xtgee command, [XT] xtgee, [XT] xtgee
postestimation Y
xtgls command, [XT] xtgls, [XT] xtgls postestimation yaxis() suboption, [G-3] axis choice options
xtheckman command, [XT] xtheckman, ycommon option, [G-2] graph combine
[XT] xtheckman postestimation year() function, [D] Datetime, [FN] Date and time
xthtaylor command, [XT] xthtaylor, [XT] xthtaylor functions, [M-5] date( ), [U] 25.5 Extracting
postestimation components of dates and times
xtick() option, [G-3] axis label options
280 Subject index

yearly() function, [D] Datetime, [D] Datetime ziologit command, [R] ziologit, [R] ziologit
conversion, [FN] Date and time functions, postestimation
[M-5] date( ) zioprobit command, [R] zioprobit, [R] zioprobit
yh() function, [D] Datetime, [FN] Date and time postestimation
functions, [M-5] date( ) zip command, [R] zip, [R] zip postestimation
ylabel() option, [G-3] axis label options .zip standard-format shapefiles, [SP] Intro 4,
yline() option, [G-3] added line options [SP] spbalance, [SP] spshape2dta
ym() function, [D] Datetime, [FN] Date and time zipfile command, [D] zipfile
functions, [M-5] date( ) zlabel() option, [G-3] axis label options
ymlabel() option, [G-3] axis label options zmlabel() option, [G-3] axis label options
ymtick() option, [G-3] axis label options zmtick() option, [G-3] axis label options
yofd() function, [D] Datetime, [FN] Date and time zscale() option, [G-3] axis scale options
functions, [M-5] date( ) ztest and ztesti commands, [R] ztest
YouTube Channel, see Stata YouTube Channel ztick() option, [G-3] axis label options
yq() function, [D] Datetime, [FN] Date and time ztitle() option, [G-3] axis title options
functions, [M-5] date( )
yscale() option, [G-3] axis scale options
ysize() option, [G-2] graph display,
[G-3] region options
ytick() option, [G-3] axis label options
ytitle() option, [G-3] axis title options
Yule coefficient similarity measure,
[MV] measure option
Yule–Walker equations, [TS] corrgram, [TS] Glossary
yvarformat() option, [G-3] advanced options
yvarlabel() option, [G-3] advanced options
yw() function, [D] Datetime, [FN] Date and time
functions, [M-5] date( )

Z
z test, [PSS-5] Glossary
Zellner’s
g -prior, [BAYES] Bayesian commands,
[BAYES] bayes, [BAYES] bayesmh,
[BAYES] Glossary
seemingly unrelated regression, [R] sureg, [R] reg3,
[R] suest
zero altered, see zero-inflated
zero matrix, [P] matrix define
zero-cell adjustment, [META] meta data, [META] meta
esize, [META] meta update, [META] Glossary
zero-inflated
negative binomial regression, [BAYES] bayes: zinb,
[FMM] fmm: pointmass, [R] zinb, [SVY] svy
estimation
ordered logistic regression, [R] ziologit
ordered logit regression, [BAYES] bayes: ziologit,
[SVY] svy estimation
ordered
probit regression, [BAYES] bayes: zioprobit,
[FMM] fmm: pointmass, [R] zioprobit,
[SVY] svy estimation
Poisson regression, [BAYES] bayes: zip,
[FMM] fmm: pointmass, [FMM] Example 3,
[R] zip, [SVY] svy estimation
zero-skewness transform, [R] lnskew0
zinb command, [R] zinb, [R] zinb postestimation

You might also like