Stata Index: Release 18
Stata Index: Release 18
RELEASE 18
Published by Stata Press, 4905 Lakeway Drive, College Station, Texas 77845
Typeset in TEX
ISBN-10: 1-59718-385-7
ISBN-13: 978-1-59718-385-7
This manual is protected by copyright. All rights are reserved. No part of this manual may be reproduced, stored
in a retrieval system, or transcribed, in any form or by any means—electronic, mechanical, photocopy, recording, or
otherwise—without the prior written permission of StataCorp LLC unless permitted subject to the terms and conditions
of a license granted to you by StataCorp LLC to use the software and documentation. No license, express or implied,
by estoppel or otherwise, to any intellectual property rights is granted by this document.
StataCorp provides this manual “as is” without warranty of any kind, either expressed or implied, including, but
not limited to, the implied warranties of merchantability and fitness for a particular purpose. StataCorp may make
improvements and/or changes in the product(s) and the program(s) described in this manual at any time and without
notice.
The software described in this manual is furnished under a license agreement or nondisclosure agreement. The software
may be copied only in accordance with the terms of the agreement. It is against the law to copy the software onto
DVD, CD, disk, diskette, tape, or any other medium for any purpose other than backup or archival purposes.
The automobile dataset appearing on the accompanying media is Copyright c 1979 by Consumers Union of U.S.,
Inc., Yonkers, NY 10703-1057 and is reproduced by permission from CONSUMER REPORTS, April 1979.
Stata, , Stata Press, Mata, , and NetCourse are registered trademarks of StataCorp LLC.
Stata and Stata Press are registered trademarks with the World Intellectual Property Organization of the United Nations.
NetCourseNow is a trademark of StataCorp LLC.
Other brand and product names are registered trademarks or trademarks of their respective companies.
For copyright information about the software, type help copyright within Stata.
i
Combined subject table of contents
This is the complete contents for all manuals. Every estimation command has a postestimation entry;
however, not all postestimation entries are listed here.
Getting started
Data manipulation and management
Basic data commands Reshaping datasets
Creating and dropping variables Labeling, display formats, and notes
Functions and expressions Changing and renaming variables
Strings Examining data
Dates and times File manipulation
Loading, saving, importing, and exporting data Miscellaneous data commands
Combining data Multiple datasets in memory
Certifying data Multiple imputation
Utilities
Basic utilities Internet
Error messages Data types and memory
Stored results Advanced utilities
Graphics
Bayesian analysis graphs Regression diagnostic plots
Bayesian model averaging graphs ROC analysis
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 concepts
Power, precision, and sample-size graphs Graph schemes
Quality control Graph utilities
Statistics
ANOVA and related Linear regression and related
Basic statistics Logistic and probit regression
Bayesian analysis Longitudinal data/panel data
Bayesian model averaging Meta-analysis
Binary outcomes Mixed models
Categorical outcomes Multidimensional scaling and biplots
Causal inference and treatment-effects estimation 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
1
2 Combined subject table of contents
Getting started
[GSM] Getting Started with Stata for Mac . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[GSU] Getting Started with Stata for Unix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[GSW] Getting Started with Stata for Windows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[U] Chapter 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Resources for learning and using Stata
[U] Chapter 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata’s help and search facilities
[R] help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display help in Stata
[R] search . . . . . . . . . . . . . . . . . . . . . . . . . Search Stata documentation and other resources
Strings
[U] Section 12.4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Strings
[U] Section 12.4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Handling Unicode strings
[U] Chapter 24 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Working with strings
[D] Data types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Quick reference for data types
[FN] String functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
[D] unicode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode utilities
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] fralias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Alias variables from linked frames
[D] frget . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy variables from linked frame
[D] frlink . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Link frames
[D] frunalias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change storage type of alias variables
[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
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 a 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 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
File manipulation
[D] cd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change directory
[D] cf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Compare two datasets
[D] changeeol . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert end-of-line characters of text file
[D] checksum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate checksum of file
[D] copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy file from disk or URL
[D] dir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display filenames
[D] erase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Erase a disk file
[D] filefilter . . . . . . . . . . . . . . . . . . . . . . . . . . . . Convert ASCII or binary patterns in a file
[D] mkdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create directory
[D] rmdir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Remove directory
[D] type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display contents of a file
[D] unicode convertfile . . . . . . . . . . . . . . . . . Low-level file conversion between encodings
[D] unicode translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate files to Unicode
[D] zipfile . . . . . . . . Compress and uncompress files and directories in zip archive format
Multiple imputation
[MI] mi add . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Add imputations from another mi dataset
[MI] mi append . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Append mi data
[MI] mi convert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Change style of mi data
[MI] mi copy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy mi flongsep data
[MI] mi describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe mi data
[MI] mi erase . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Erase mi datasets
[MI] mi expand . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Expand mi data
[MI] mi export . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export mi data
[MI] mi export ice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Export mi data to ice format
[MI] mi export nhanes1 . . . . . . . . . . . . . . . . . . . . . . . . . Export mi data to NHANES format
[MI] mi extract . . . . . . . . . . . . . . . . . . . . . . . Extract original or imputed data from mi data
[MI] mi import . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import data into mi
[MI] mi import flong . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import flong-like data into mi
[MI] mi import flongsep . . . . . . . . . . . . . . . . . . . . . . . . . . Import flongsep-like data into mi
[MI] mi import ice . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import ice-format data into mi
[MI] mi import nhanes1 . . . . . . . . . . . . . . . . . . . . . . . Import NHANES-format data into mi
[MI] mi import wide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Import wide-like data into mi
[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
Combined subject table of contents 9
Utilities
Basic utilities
[GS] Chapter 13 (GSM, GSU, GSW) . . . . . . . Using the Do-file Editor—automating Stata
[U] Chapter 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata’s help and search facilities
[U] Chapter 15 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Saving and printing output—log files
[U] Chapter 16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Do-files
[R] about . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display information about your Stata
[D] by . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Repeat Stata command on subsets of the data
[R] cls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Clear Results window
[R] copyright . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display copyright information
[R] do . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Execute commands from a file
[R] doedit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Edit do-files and other text files
[R] exit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exit Stata
[R] help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display help in Stata
[R] level . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set default confidence level
[R] log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Echo copy of session to file
[D] obs . . . . . . . . . . . . . . . . . . . . . . . . . . . Increase the number of observations in a dataset
[R] postest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation Selector
[R] #review . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Review previous commands
[R] search . . . . . . . . . . . . . . . . . . . . . . . . . Search Stata documentation and other resources
[BAYES] set clevel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Set default credible level
[R] translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Print and translate logs
[D] unicode translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate files to Unicode
[R] view . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . View files and logs
[D] zipfile . . . . . . . . Compress and uncompress files and directories in zip archive format
Error messages
[U] Chapter 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Error messages and return codes
[P] error . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display generic error message and exit
[R] Error messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Error messages and return codes
[P] rmsg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Return messages
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
10 Combined subject table of contents
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
[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 installation instructions
[R] ssc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Install and uninstall packages from SSC
[R] update . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Check for official updates
[D] use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Load Stata dataset
Advanced utilities
[D] assert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Verify truth of claim
[D] 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
Combined subject table of contents 11
Graphics
Bayesian analysis graphs
[BAYES] bayesfcast graph . . . . . . . . . . . . . . . . . . . . . . . . Graphs of Bayesian dynamic forecasts
[BAYES] bayesgraph . . . . . . . . . . . . . . . . . . . Graphical summaries and convergence diagnostics
[BAYES] bayesirf cgraph . . . . . . . . . . . . . . . . . . . . . . Combined graphs of Bayesian IRF results
[BAYES] bayesirf graph . Graphs of Bayesian IRFs, dynamic-multiplier functions, and FEVDs
[BAYES] bayesirf ograph . . . . . . . . . . . . . . . . . . . . . . . Overlaid graphs of Bayesian IRF results
Common graphs
[G-1] Graph intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to graphics
[G-2] graph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . The graph command
12 Combined subject table of contents
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
[R] spikeplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Spike plots and rootograms
[R] sunflower . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Density-distribution sunflower plots
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
14 Combined subject table of contents
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
[R] estat classification . . . . . . . . . . . . . . . . . . . . . . . . . . . . Classification statistics and table
[R] estat gof . . . . . . . . . . . . . . . . . . . . . Pearson or Hosmer–Lemeshow goodness-of-fit test
[R] logistic postestimation . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for logistic
[R] lroc . . . . . . . . . . . . . . . . . . . . . . . Compute area under ROC curve and graph the curve
[R] lsens . . . . . . . . . . . . . . . . . . Graph sensitivity and specificity versus probability cutoff
[R] roccomp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Tests of equality of ROC areas
[R] rocfit postestimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . Postestimation tools for rocfit
[R] rocregplot . . . . . . . . . . . Plot marginal and covariate-specific ROC curves after rocreg
[R] roctab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nonparametric ROC analysis
Survival-analysis graphs
[ST] estat gofplot . . . . . . . . . . . Goodness-of-fit plots after streg, stcox, stintreg, or stintcox
[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 more
[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
Combined subject table of contents 15
Time-series graphs
[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
Editing
[G-1] Graph Editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Graph Editor
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
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
[G-4] Scheme st . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Scheme description: st family
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
16 Combined subject table of contents
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 models
[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
[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 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
Combined subject table of contents 17
Bayesian analysis
[U] Section 27.34 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
[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
18 Combined subject table of contents
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
[CAUSAL] 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
[CAUSAL] mediate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Causal mediation analysis
[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
[CAUSAL] teffects aipw . . . . . . . . . . . . . . . . . . . . . . . . . Augmented inverse-probability weighting
[CAUSAL] teffects ipw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Inverse-probability weighting
[CAUSAL] teffects ipwra . . . . . . . . . . . . . . . . . Inverse-probability-weighted regression adjustment
[CAUSAL] teffects nnmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nearest-neighbor matching
[CAUSAL] teffects psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching
20 Combined subject table of contents
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
Choice models
[U] Section 27.10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Choice models
[CM] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to choice models manual
[CM] Intro 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Interpretation of choice models
[CM] Intro 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Data layout
22 Combined subject table of contents
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
[BAYES] Bayesian estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian estimation commands
[R] cpoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Censored Poisson regression
[LASSO] dspoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . Double-selection lasso Poisson regression
[CAUSAL] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[CAUSAL] etpoisson . . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[R] expoisson . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Exact Poisson regression
Combined subject table of contents 23
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
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
[CAUSAL] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[CAUSAL] etpoisson . . . . . . . . . . . . . . . . . . Poisson regression with endogenous treatment effects
[CAUSAL] etregress . . . . . . . . . . . . . . . . . . . . Linear regression with endogenous treatment effects
[TS] forecast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Econometric model forecasting
[R] gmm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generalized method of moments estimation
[R] ivfprobit . . . . . . . . . . Fractional probit model with continuous endogenous covariates
[R] ivpoisson . . . . . . . . . . . . . . . . . Poisson model with continuous endogenous covariates
[R] ivprobit . . . . . . . . . . . . . . . . . . . Probit model with continuous endogenous covariates
[R] ivqregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . Instrumental-variables quantile regression
[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
Combined subject table of contents 25
Estimation related
[R] constraint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Define and list constraints
[R] eform option . . . . . . . . . . . . . . . . . . . . . . . . . . . . Displaying exponentiated coefficients
[R] Estimation options . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation options
26 Combined subject table of contents
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
Fractional outcomes
[BAYES] bayes: betareg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian beta regression
[BAYES] bayes: fracreg . . . . . . . . . . . . . . . . . . . . . . . . . Bayesian fractional response regression
[R] betareg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Beta regression
[CAUSAL] eteffects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Endogenous treatment-effects estimation
[FMM] fmm: betareg . . . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of beta regression models
[R] fracreg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Fractional response regression
[R] ivfprobit . . . . . . . . . . Fractional probit model with continuous endogenous covariates
[CAUSAL] teffects ipw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Inverse-probability weighting
[CAUSAL] teffects nnmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Nearest-neighbor matching
[CAUSAL] teffects psmatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Propensity-score matching
Lasso
[U] Section 27.30 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
30 Combined subject table of contents
Meta-analysis
[U] Section 27.18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Meta-analysis
[META] Intro . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Introduction to meta-analysis
[META] estat bubbleplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bubble plots after meta regress
[META] estat group . . . . . . . . . . . . . . . . . . . . Summarize the composition of the nested groups
[META] estat heterogeneity (me) . . . . . . . . . . . . . . Compute multilevel heterogeneity statistics
[META] estat heterogeneity (mv) . . . . . . . . . . . . . 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
[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 meregress . . . . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects meta-regression
[META] meta multilevel . . . . . . . . . . . . . . . . . . . . Multilevel random-intercepts meta-regression
[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
Combined subject table of contents 35
Multiple imputation
[U] Section 27.32 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
Nonlinear regression
[R] boxcox . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Box–Cox regression models
[R] demandsys . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation of flexible demand systems
[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] ivqregress . . . . . . . . . . . . . . . . . . . . . . . . . . . . Instrumental-variables quantile regression
[R] kdensity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Univariate kernel density estimation
Combined subject table of contents 37
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
[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
38 Combined subject table of contents
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
[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
Rotation
[MV] procrustes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Procrustes transformation
[MV] rotate . . . . . . . . . . . . . . . . . . . . . Orthogonal and oblique rotations after factor and pca
[MV] rotatemat . . . . . . . . . . . . . . . . . . . . Orthogonal and oblique rotations of a Stata matrix
Simulation/resampling
[R] bootstrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Bootstrap sampling and estimation
[R] bsample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sampling with replacement
[R] jackknife . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Jackknife estimation
[R] permute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Permutation tests
[R] simulate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Monte Carlo simulations
[R] wildbootstrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wild cluster bootstrap inference
Survey data
[U] Chapter 20 . . . . . . . . . . . . . . . . . . . . . . . . . . . Estimation and postestimation commands
[U] Section 27.31 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 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
[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
Combined subject table of contents 45
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 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Causal inference
[U] Section 27.33 . . . . . . . . . . . . . . . . . . . . . . . Power, precision, and sample-size analysis
[ST] Survival analysis . . . . . . . . . . . . . . . . . . . . Introduction to survival analysis commands
[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
[LASSO] elasticnet . . . . . . . . . . . . . . . . . . . . . . . . Elastic net for prediction and model selection
[ST] estat gofplot . . . . . . . . . . . Goodness-of-fit plots after streg, stcox, stintreg, or stintcox
[FMM] fmm: streg . . . . . . . . . . . . . . . . . . . . . . . Finite mixtures of parametric survival models
[LASSO] lasso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Lasso for prediction and model selection
[ST] ltable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Life tables for survival data
[ME] mestreg . . . . . . . . . . . . . . . . . . . . Multilevel mixed-effects parametric survival models
[R] reri . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Relative excess risk due to interaction
[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 more
[ST] stdescribe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Describe survival-time data
[R] stepwise . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stepwise estimation
[ST] stfill . . . . . . . . . . . . . . . . . . . . . . . . . . Fill in by carrying forward values of covariates
[ST] stgen . . . . . . . . . . . . . . . . . . . . . . . . . . . . Generate variables reflecting entire histories
[ST] 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] stmc . . . . . . . . . . . . . . . . . . . . . . . . Calculate rate ratios with the Mantel–Cox method
[ST] stmh . . . . . . . . . . . . . . . . . . . . Calculate rate ratios with the Mantel–Haenszel method
[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
46 Combined subject table of contents
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
Program control
[U] Section 18.11.1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Version
[P] capture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Capture return code
50 Combined subject table of contents
Console output
[U] Section 12.4.2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Handling Unicode strings
[P] Dialog programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dialog programming
[P] display . . . . . . . . . . . . . . . . . . . . . . . . Display strings and values of scalar expressions
[P] smcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Markup and Control Language
[P] tabdisp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display tables
[D] unicode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode utilities
Debugging
[P] pause . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Program debugging command
[P] timer . . . . . . . . . . . . . . Time sections of code by recording and reporting time spent
[P] trace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Debug Stata programs
Projects
[P] Project Manager . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Organize Stata files
File formats
[P] File formats .dta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Description of .dta file format
[P] File formats .dtas . . . . . . . . . . . . . . . Description of Stata frameset (.dtas) file format
[D] unicode convertfile . . . . . . . . . . . . . . . . . Low-level file conversion between encodings
[D] unicode translate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Translate files to Unicode
Mata
[M] Mata Reference Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Interface features
[GS] Chapter 1 (GSM, GSU, GSW) . . . . . . . . . . . . . . . Introducing Stata—sample session
[GS] Chapter 2 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . The Stata user interface
[GS] Chapter 3 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Using the Viewer
[GS] Chapter 6 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . Using the Data Editor
[GS] Chapter 7 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . Using the Variables Manager
[GS] Chapter 13 (GSM, GSU, GSW) . . . . . . . Using the Do-file Editor—automating Stata
[GS] Chapter 15 (GSM, GSU, GSW) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Editing graphs
[P] Dialog programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dialog programming
[R] doedit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Edit do-files and other text files
[D] edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Browse or edit data with Data Editor
[P] set locale ui . . . . . . . . . . . . . . . . Specify a localization package for the user interface
[P] sleep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Pause for a specified time
[P] smcl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Stata Markup and Control Language
[D] unicode locale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unicode locale utilities
[D] varmanage . . . . . . . . . . . . . . . . . Manage variable labels, formats, and other properties
[P] viewsource . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . View source code
[P] window fopen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display open/save dialog box
[P] window manage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Manage window characteristics
[P] window menu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create menus
[P] window programming . . . . . . . . . . . . . . . . . . . . . . . Programming menus and windows
[P] window push . . . . . . . . . . . . . . . . . . . . . . . . . . . . Copy command into 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
CA correspondence analysis
CAIC consistent Akaike information criterion
CCC category characteristic curve
CCI conservative confidence interval
CCT controlled clinical trial
CD coefficient of determination
CDC Centers for Disease Control and Prevention
56
Acronym glossary 57
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
DIB Device-Independent Bitmap
DIC deviance information criterion
DID difference in differences
DLL dynamic-link library
DMC Data Monitoring Committee
DML double machine learning
DPD dynamic panel data
DSGE dynamic stochastic general equilibrium
DSMB Data and Safety Monitoring Board
DSMC Data and Safety Monitoring Committee
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
IQR inverse quantile regression
IR incidence rate
IRF impulse–response function
IRLS iterated, reweighted least squares
IRR incidence-rate ratio
IRT item response theory
IV instrumental variables
IVQR instrumental-variables quantile regression
MA moving average
MAD minimum absolute deviation
MANCOVA multivariate analysis of covariance
MANOVA multivariate analysis of variance
MAR missing at random
MC3 Markov chain Monte Carlo model composition
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
MPM median probability model
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
60 Acronym glossary
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
PFP prevented fraction for the population
PH proportional hazards
PIP posterior inclusion probability
pk pharmacokinetic data
p.m.f. probability mass function
PMM predictive mean matching
PMP posterior model probability
PNG Portable Network Graphics
PNIE pure natural indirect effect
POM potential-outcome means
PPP posterior predictive p-value
PSS power (precision) and sample size
PSU primary sampling unit
RA regression adjustment
rc return code
RCT randomized controlled trial
RE random effects
REML restricted (or residual) maximum likelihood
RERI relative excess risk due to interaction
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
Acronym glossary 61
63
64 Vignette index
65
66 Author index
Alonzo, T. A., [R] rocreg, [R] rocreg postestimation, twocorrelations, [R] ivregress postestimation,
[R] rocregplot [TS] vec, [TS] vecrank, [XT] xtabond,
Altman, D. G., [META] Intro, [META] Intro, [XT] xtdpd, [XT] xtdpdsys, [XT] xtivreg
[META] meta, [META] meta forestplot, Andersson, T., [R] reri
[META] meta summarize, [META] meta Andersson, T. M.-L., [ST] Survival analysis, [ST] stcox
regress, [META] meta funnelplot, [META] meta Andreß, H.-J., [XT] xt
bias, [META] meta trimfill, [META] meta Andrews, D. F., [D] egen, [MV] discrim lda
mvregress, [META] Glossary, [R] anova, [R] fp, postestimation, [MV] discrim qda,
[R] kappa, [R] kwallis, [R] mfp, [R] nptrend, [MV] discrim qda postestimation,
[R] oneway [MV] manova, [R] rreg, [SEM] Example 52g
Altman, R. B., [LASSO] lasso examples Andrews, D. W. K., [R] gmm, [R] ivregress, [TS] estat
Alvarez, J., [XT] xtabond sbsingle
Alvarez, R. M., [R] hetoprobit Andrews, M. J., [ME] meglm, [ME] melogit,
Alvarez-Pedrerol, M., [LASSO] Lasso [ME] meoprobit, [ME] mepoisson,
intro, [LASSO] Inference examples, [ME] mestreg, [ME] mixed, [XT] xtreg
[M-5] LinearProgram( ) Andrews, R. D., [ADAPT] gsdesign twomeans
Alwin, D. F., [SEM] Example 9 Andrich, D., [IRT] irt rsm, [SEM] Example 28g
Ambler, G., [R] mfp Andrieu, C., [BAYES] Intro, [BAYES] bayesmh
Amemiya, T., [CM] nlogit, [ERM] eintreg, Ängquist, L., [G-2] graph combine, [R] bootstrap,
[ERM] eoprobit, [ERM] eprobit, [R] permute
[ERM] eregress, [R] ivprobit, [R] ivqregress, Angrist, J. D., [CAUSAL] Intro, [CAUSAL] DID intro,
[R] tobit, [TS] varsoc, [XT] xtheckman, [CAUSAL] didregress, [CAUSAL] stteffects
[XT] xthtaylor, [XT] xtivreg ipw, [CAUSAL] stteffects ipwra,
American Academy of Pediatrics Committee on [CAUSAL] stteffects postestimation,
Fetus and Newborn, [ADAPT] gsdesign [CAUSAL] stteffects ra, [CAUSAL] stteffects
twoproportions wra, [CAUSAL] teffects intro advanced,
American College of Obstetricians and Gynecologists [ERM] eintreg, [ERM] eprobit, [R] ivregress,
Committee on Obstetric Practice, [R] ivregress postestimation, [R] qreg,
[ADAPT] gsdesign twoproportions [R] regress, [U] 20.26 References
Amisano, G., [TS] irf create, [TS] var intro, [TS] var Anscombe, F. J., [R] binreg postestimation, [R] glm,
svar, [TS] vargranger, [TS] varwle [R] glm postestimation
Ampe, B., [ME] meintreg Anselin, L., [SP] Intro, [SP] estat moran,
An, S., [TS] arfima [SP] spregress, [SP] spxtregress
Anatolyev, S., [R] ivregress Ansley, C. F., [TS] arima
Anderberg, M. R., [MV] cluster, Antczak-Bouckoms, A., [META] meta, [META] meta
[MV] measure option mvregress
Andersen, A., [MI] mi impute chained Antes, G., [META] Intro
Andersen, E. B., [R] clogit, [XT] xtmlogit Antman, E. M., [META] Intro, [META] meta,
Andersen, E. D., [M-5] LinearProgram( ) [META] meta summarize, [META] meta regress
Andersen, K. D., [M-5] LinearProgram( ) Anzures-Cabrera, J., [META] meta forestplot,
Andersen, P. K., [R] glm, [ST] stcox, [ST] stcrreg [META] meta galbraithplot, [META] meta
Anderson, B. D. O., [TS] sspace labbeplot
Anderson, D. R., [R] estat ic, [R] IC note Aragon, J., [ST] stintcox, [ST] stintreg
Anderson, E., [M-1] LAPACK, [M-5] lapack( ), Arbuthnott, J., [R] signrank
[MV] clustermat, [MV] discrim estat, Arbyn, M., [META] meta esize
[MV] discrim lda, [MV] discrim lda Archer, K. J., [R] estat gof, [R] logistic, [R] logit,
postestimation, [MV] mvtest, [MV] mvtest [SVY] estat
normality, [P] matrix eigenvalues Archibald, J. D., [MV] cluster dendrogram
Anderson, J. A., [MI] mi impute, [R] ologit, [R] slogit Arellano, M., [R] areg postestimation, [R] gmm,
Anderson, K. M., [ST] stintcox, [ST] stintreg [XT] xtabond, [XT] xtcloglog, [XT] xtdpd,
Anderson, M. L., [ST] stcrreg [XT] xtdpd postestimation, [XT] xtdpdsys,
Anderson, R. E., [CM] Intro 6, [CM] cmrologit [XT] xtdpdsys postestimation, [XT] xtivreg,
Anderson, R. L., [R] anova [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
[XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
Anderson, S., [R] pkequiv
[XT] xtstreg
Anderson, S. J., [R] ziologit, [R] ziologit
Arends, L. R., [META] meta mvregress
postestimation, [R] zioprobit
Arendt, J. N., [ERM] eprobit
Anderson, T. W., [MI] Intro substantive,
[MV] discrim, [MV] manova, [MV] pca, Arin, K. P., [BMA] Intro
[PSS-2] power onecorrelation, [PSS-2] power Arminger, G., [R] suest
Author index 67
Armitage, P., [ADAPT] Intro, [ADAPT] gsbounds, [CAUSAL] stteffects ra, [CAUSAL] stteffects
[META] meta esize, [META] meta wra
summarize, [PSS-2] power twomeans, Bai, Z., [M-1] LAPACK, [M-5] lapack( ), [P] matrix
[PSS-2] power pairedmeans, [PSS-2] power eigenvalues
cmh, [PSS-2] power trend, [R] ameans, Bailey, W. C., [META] meta mvregress
[R] expoisson, [R] nptrend, [R] pkcross, Baillie, R. T., [TS] arfima
[R] sdtest Baker, A. C., [CAUSAL] didregress postestimation
Armstrong, B., [META] meta meregress, [META] meta Baker, F. B., [IRT] irt, [IRT] irt nrm
mvregress
Baker, M. J., [BAYES] Bayesian commands
Armstrong, D. K., [ADAPT] gsdesign onemean
Baker, R. D., [R] signrank
Armstrong, R. D., [R] qreg
Baker, R. J., [R] glm
Arnold, B. C., [MI] Intro substantive, [MI] mi impute
Baker, R. M., [R] ivregress postestimation
chained
Bakker, A., [R] mean
Arnold, S., [R] spearman
Balaam, L. N., [R] pkcross
Arnold, S. F., [MV] manova
Balakrishnan, N., [FN] Statistical functions
Arnqvist, G., [META] Intro
Baldus, W. P., [ST] stcrreg
Aronow, W. S., [ME] mestreg
Baldwin, S., [ME] mixed, [ME] mixed postestimation,
Arora, S. S., [XT] xtivreg, [XT] xtreg
[MV] factor, [MV] factor postestimation,
Arraiz, I., [SP] Intro, [SP] spivregress, [SP] spregress [R] anova, [R] contrast, [R] esize,
Arseven, E., [MV] discrim lda [R] marginsplot, [R] pwcompare, [SEM] estat
Arthur, M., [R] symmetry ginvariant, [SEM] estat gof, [SEM] sem,
Asali, M., [TS] var intro [SEM] sem postestimation
Assaad, H., [ME] menl Balestra, P., [XT] xtivreg
Atchadé, Y. F., [BAYES] Intro, [BAYES] bayesmh, Balia, S., [FMM] fmm intro
[BMA] Intro, [BMA] bmaregress Ballantyne, A., [R] ologit, [XT] xtologit
Atella, V., [M-5] LinearProgram( ), [R] frontier, Baller, R. D., [SP] estat moran, [SP] spregress,
[XT] xtfrontier [SP] spxtregress
Aten, B., [XT] xtunitroot Ballintijn, J. F., [M-5] LinearProgram( )
Athey, S., [CAUSAL] Intro Balov, N., [BAYES] Bayesian commands,
Atkins, J. N., [ADAPT] gsdesign onemean, [BAYES] bayes, [BAYES] bayesmh,
[ADAPT] gsdesign oneproportion [BAYES] bayesstats grubin,
Atkinson, A. C., [FN] Random-number functions, [BAYES] bayes: logistic, [BAYES] bayes: logit,
[R] boxcox, [R] nl [IRT] irt, [IRT] irt 1pl, [IRT] irt 2pl, [IRT] irt
Aucott, S., [ADAPT] gsdesign twoproportions 3pl, [TS] threshold
Auerbach, A. J., [R] demandsys postestimation Baltagi, B. H., [ERM] eregress, [ME] mixed,
Augustin, N. H., [BMA] Intro [R] estat ic, [R] hausman, [SP] Intro,
Austin, P. C., [CAUSAL] tebalance [SP] spxtregress, [XT] xt, [XT] xtabond,
Azen, S. P., [R] anova, [U] 20.26 References [XT] xtdpd, [XT] xtdpdsys, [XT] xthtaylor,
[XT] xthtaylor postestimation, [XT] xtivreg,
Aznar, A., [TS] vecrank
[XT] xtpoisson, [XT] xtprobit, [XT] xtreg,
[XT] xtreg postestimation, [XT] xtregar,
[XT] xtunitroot
B Bamber, D., [R] rocfit, [R] rocregplot, [R] roctab
Baars, H. F., [ADAPT] gsdesign twoproportions 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., [CAUSAL] teffects intro advanced
Babu, A. J. G., [FN] Random-number functions Banks, J., [R] demandsys
Badinger, H., [SP] Intro, [SP] spivregress, Banner, K. M., [BMA] Intro, [BMA] bmaregress
[SP] spmatrix spfrommata, [SP] spregress Barbieri, M. M., [BMA] bmastats models
Badjatia, N., [ADAPT] gs Barbin, É., [M-5] cholesky( )
Badunenko, O., [M-5] LinearProgram( ), [R] frontier Bareinboim, E., [CAUSAL] Intro
Baetschmann, G., [R] ologit, [XT] xtologit Barendregt, J. J., [META] meta esize, [META] meta
Bago D’Uva, T., [FMM] fmm intro summarize
Bagozzi, B. E., [R] zioprobit Barlow, R. E., [BAYES] Intro
Bahn, V., [BMA] Intro Barnard, G. A., [BMA] Intro, [R] spearman, [R] ttest
Bai, X., [CAUSAL] stteffects intro, Barnard, J., [MI] Intro substantive, [MI] mi estimate,
[CAUSAL] stteffects ipw, [CAUSAL] stteffects [MI] mi estimate using, [MI] mi predict,
ipwra, [CAUSAL] stteffects postestimation, [MI] mi test
68 Author index
Barnett, A. G., [R] glm [TS] mgarch, [TS] mswitch, [TS] pperron,
Barnett, W. A., [R] demandsys [TS] rolling, [TS] sspace, [TS] threshold,
Barnow, B. S., [CAUSAL] etregress [TS] tsfilter, [TS] ucm, [TS] var, [TS] var svar,
Baron, A., [ADAPT] gsdesign logrank [TS] vargranger, [TS] vec, [U] 11.7 References,
Baron, R. M., [CAUSAL] mediate, [U] 16.5 References, [U] 18.14 References,
[SEM] Example 42g [XT] xtgls, [XT] xtreg, [XT] xtunitroot
Barrett, J. H., [PSS-2] Intro (power) Bauman, A., [META] meta data
Barrick, M. R., [META] Intro Bauwens, L., [TS] mgarch
Barrison, I. G., [R] binreg Bax, J. J., [ADAPT] gsdesign twoproportions
Barten, A. P., [R] demandsys Baxter, M., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter
cf
Barthel, F. M.-S., [PSS-2] Intro (power),
[PSS-2] power cox, [ST] stcox PH-assumption Bayarri, M. J., [BAYES] bayesstats ppvalues,
tests [BMA] bmaregress
Bartlett, J. W., [MI] mi impute, [MI] mi impute Bayart, D., [R] QC
chained Bayes, T., [BAYES] Intro
Bartlett, M. S., [MV] factor, [MV] factor Beal, S. L., [ME] menl
postestimation, [MV] Glossary, [R] oneway, Beale, C. M., [BMA] Intro
[TS] wntestb Beale, E. M. L., [R] stepwise, [R] test
Barton, C. N., [PSS-2] power repeated Beall, G., [MV] mvtest, [MV] mvtest covariances
Bartoń, K., [BMA] Intro Bean, J. A., [PSS-2] power cmh
Bartus, T., [ERM] eintreg, [ERM] eoprobit, Beaton, A. E., [R] rreg
[ERM] eprobit, [ERM] eregress, [R] margins, Beck, N. L., [XT] xtgls, [XT] xtpcse
[SEM] Intro 5, [SEM] gsem, [XT] xtheckman Becker, B. J., [META] Intro, [META] meta funnelplot,
Basagaña, X., [LASSO] Lasso intro, [META] meta mvregress
[LASSO] Inference examples, Becker, G. S., [BMA] bmaregress
[M-5] LinearProgram( ) Becker, R. A., [G-2] graph matrix
Basford, K. E., [G-2] graph matrix, [ME] me, Becker, S. O., [CAUSAL] teffects intro advanced
[ME] melogit, [ME] meoprobit, Becketti, S., [R] regress, [R] runtest, [R] spearman,
[ME] mepoisson, [ME] mestreg [TS] Time series, [TS] arch, [TS] arima,
Basilevsky, A. T., [MV] factor, [MV] pca [TS] corrgram, [TS] dfuller, [TS] irf,
Basmann, R. L., [R] ivregress, [R] ivregress [TS] prais, [TS] tssmooth, [TS] var intro,
postestimation [TS] var svar, [TS] vec intro, [TS] vec
Bassett, G., Jr., [M-5] LinearProgram( ), Bedding, A. W., [ADAPT] Intro
[R] ivqregress Beerstecher, E., [MV] manova
Basu, A., [CAUSAL] eteffects, [R] betareg, [R] glm Begg, C. B., [META] Intro, [META] meta bias,
Bataille, E., [IRT] irt [META] meta trimfill, [META] Glossary
Bates, D. M., [ME] me, [ME] meglm, [ME] menl, Beggs, S., [CM] Intro 6, [CM] cmrologit
[ME] menl postestimation, [ME] mixed, Belanger, A. J., [R] sktest, [R] swilk
[ME] mixed, [ME] mixed postestimation, Belani, C. P., [ADAPT] gsdesign oneproportion
[ME] Glossary, [META] meta meregress, Bell, R. M., [CAUSAL] DID intro,
[META] meta mvregress [CAUSAL] didregress, [R] areg, [R] regress,
Bates, J. M., [BMA] Intro [R] wildbootstrap, [XT] xtreg
Batista, A. P., [ADAPT] gsdesign usermethod Bellman, R. E., [MV] Glossary
Batistatou, E., [PSS-2] power Bello-Gomez, R. A., [CAUSAL] DID intro,
Battese, G. E., [XT] xtfrontier [CAUSAL] didregress
Bauldry, S., [R] ivregress, [R] ologit, [R] oprobit, Bellocco, R., [R] Epitab, [R] glm, [R] logit, [XT] xtgee
[SEM] Intro 5 Belloni, A., [LASSO] Lasso intro, [LASSO] Lasso
Baum, C. F., [D] cross, [D] fillin, [D] icd, [D] joinby, inference intro, [LASSO] dslogit,
[D] reshape, [D] separate, [D] stack, [LASSO] dspoisson, [LASSO] dsregress,
[D] xpose, [FMM] fmm intro, [M-0] Intro, [LASSO] lasso, [LASSO] lasso postestimation,
[M-1] Intro, [MV] mvtest, [MV] mvtest [LASSO] pologit, [LASSO] popoisson,
normality, [P] Intro, [P] levelsof, [R] gmm, [LASSO] poregress, [LASSO] sqrtlasso
[R] heckman, [R] heckoprobit, [R] heckprobit, Belotti, F., [M-5] LinearProgram( ), [R] churdle,
[R] ivregress, [R] ivregress postestimation, [R] frontier, [R] jackknife, [R] tobit, [SP] Intro,
[R] margins, [R] regress postestimation, [XT] xtfrontier
[R] regress postestimation time series, [R] ssc, Belsley, D. A., [R] regress postestimation,
[SP] spmatrix, [SP] spregress, [TS] Time [R] regress postestimation diagnostic plots,
series, [TS] arch, [TS] arfima, [TS] arima, [U] 18.14 References
[TS] dfgls, [TS] dfuller, [TS] forecast,
Beltrami, E., [M-5] svd( )
Author index 69
Ben-Akiva, M., [CM] cmmixlogit, [CM] cmxtmixlogit Berndt, E. R., [R] truncreg
Benadé, J. P., [BMA] bmastats lps Bernstein, I. H., [MV] alpha
Bendel, R. B., [R] stepwise Berry, D. A., [BAYES] Intro, [BAYES] Intro
Bender, R., [META] Intro, [META] meta esize, Berry, G., [PSS-2] power twomeans, [PSS-2] power
[META] meta set, [META] meta summarize pairedmeans, [PSS-2] power cmh, [R] ameans,
Benedetti, J. K., [R] tetrachoric [R] expoisson, [R] sdtest
Beniger, J. R., [G-2] graph bar, [G-2] graph pie, Berry, G. J., [LASSO] lasso examples
[G-2] graph twoway histogram, [R] cumul Berry, K. J., [R] ranksum
Benitz, W. E., [ADAPT] gsdesign twoproportions Bersvendsen, T., [XT] xtunitroot
Bennett, K. J., [R] nbreg, [R] poisson Bertanha, M., [R] intreg, [R] tobit
Benson, D., [R] ivregress Bertoli, W., [BMA] Intro, [BMA] bmaregress
Bentham, G., [ME] menbreg, [ME] mepoisson, Bertolini, G., [R] estat gof
[SEM] Example 39g Bertrand, J., [ME] menl
Bentler, P. M., [MV] rotate, [MV] rotatemat, Bertrand, M., [CAUSAL] DID intro,
[MV] Glossary, [SEM] Intro 4, [SEM] Intro 7, [CAUSAL] didregress
[SEM] Intro 9, [SEM] estat eqgof, [SEM] estat Besag, J., [BAYES] Intro
framework, [SEM] estat gof, [SEM] estat Best, D. J., [FN] Random-number functions
stable, [SEM] Example 1, [SEM] Example 3, Best, N. G., [BAYES] bayesstats ic
[SEM] Methods and formulas for sem,
Bester, C. A., [CAUSAL] DID intro
[SEM] Glossary
Betensky, R. A., [ST] stintcox
Bera, A. K., [R] QC, [R] sktest, [TS] arch,
[TS] varnorm, [TS] vecnorm, [XT] xtreg Bewley, R., [R] reg3
postestimation, [XT] xtregar Beyer, W. H., [R] QC
Beran, J., [TS] arfima, [TS] arfima postestimation Beyersman, J., [ST] stcrreg
Beran, R. J., [R] regress postestimation time series Bhargava, A., [XT] xtregar
Berger, J. O., [BAYES] Intro, [BAYES] bayesstats Bhatt, D. L., [ADAPT] Intro
ppvalues, [BMA] bmaregress, [BMA] bmastats Bianchi, G., [TS] tsfilter, [TS] tsfilter bw
models Bibby, J. M., [MI] mi impute mvn, [MV] discrim,
Berger, M. P. F., [PSS-2] power onemean, [MV] discrim lda, [MV] factor, [MV] manova,
cluster, [PSS-2] power twomeans, cluster, [MV] matrix dissimilarity, [MV] mds,
[PSS-2] power oneproportion, cluster, [MV] mds postestimation, [MV] mdslong,
[PSS-2] power twoproportions, cluster [MV] mdsmat, [MV] mvtest, [MV] mvtest
Berger, R. L., [DSGE] Intro 8, [PSS-2] Intro (power), means, [MV] mvtest normality, [MV] pca,
[R] ci [MV] procrustes, [P] matrix dissimilarity
Berglund, P. A., [SVY] Survey, [SVY] Subpopulation Bickeböller, H., [R] symmetry
estimation Bickel, P. J., [CAUSAL] Intro, [D] egen,
Berk, K. N., [R] stepwise [LASSO] Lasso inference intro, [LASSO] lasso,
Berk, R., [LASSO] Lasso intro, [R] rreg [R] rreg
Berkes, I., [TS] mgarch Biewen, M., [R] qreg
Berkey, C. S., [META] Intro, [META] meta, Bilinski, A., [CAUSAL] DID intro,
[META] meta data, [META] meta esize, [CAUSAL] hdidregress,
[META] meta set, [META] meta forestplot, [CAUSAL] xthdidregress
[META] meta summarize, [META] meta Binder, D. A., [MI] Intro substantive, [P] robust,
regress, [META] meta regress postestimation, [SVY] svy estimation, [SVY] Variance
[META] estat bubbleplot, [META] meta estimation, [U] 20.26 References
mvregress Birdsall, T. G., [R] lroc
Berkson, J., [R] logit, [R] probit Birnbaum, A., [BAYES] bayesmh, [IRT] irt, [IRT] irt
Berkvens, D., [ME] meintreg 2pl, [IRT] irt 3pl, [IRT] irtgraph iif
Berlin, J. A., [META] Intro, [META] meta esize, Bischof, C., [M-1] LAPACK, [M-5] lapack( ),
[META] meta regress [P] matrix eigenvalues
Berliner, L. M., [BAYES] Intro Bischof, D., [G-4] Schemes intro
Berman, N. G., [META] meta summarize Bishai, D., [R] betareg
Bern, P. H., [R] nestreg Bishin, B. G., [BMA] Intro
Bernaards, C. A., [MV] rotatemat Bishop, D. T., [PSS-2] Intro (power)
Bernard, R. M., [META] Intro Bjärkefur, K., [D] codebook, [D] duplicates, [D] label
Bernardo, J. M., [BAYES] Intro Black, F. S., [TS] arch
Bernasco, W., [R] tetrachoric Black, H. R., [PSS-2] power repeated
Berndt, E. K., [M-5] optimize( ), [R] glm, [TS] arch, Black, W. C., [CM] Intro 6, [CM] cmrologit
[TS] arima
70 Author index
Blackburne, E. F., III, [XT] xtabond, [XT] xtdpd, Bollen, K. A., [MV] factor postestimation, [R] regress
[XT] xtdpdsys postestimation, [SEM] Intro 4, [SEM] Intro 5,
Blackford, S., [M-1] LAPACK, [M-5] lapack( ), [SEM] estat residuals, [SEM] estat teffects,
[P] matrix eigenvalues [SEM] Example 10, [SEM] Example 15,
Blackwell, J. L., III, [R] areg, [XT] xtgls, [XT] xtpcse, [SEM] Methods and formulas for sem,
[XT] xtreg [SEM] predict after sem, [SEM] sem reporting
Blackwell, D. H., [BAYES] Intro options
Blanc, J. F., [ADAPT] gsdesign logrank Bollerslev, T., [TS] arch, [TS] arima, [TS] mgarch,
Bland, M., [R] ranksum, [R] sdtest, [R] signrank, [TS] mgarch ccc, [TS] mgarch dvech
[R] spearman Bond, S., [R] gmm, [XT] xtabond, [XT] xtdpd,
Blangiardo, M., [META] meta meregress, [XT] xtdpd postestimation, [XT] xtdpdsys,
[META] meta mvregress [XT] xtdpdsys postestimation, [XT] xtivreg
Blankensteijn, J. D., [ADAPT] gsdesign Bond, T. G., [IRT] irt, [SEM] Example 28g
twoproportions Bonett, D. G., [R] ci
Blashfield, R. K., [MV] cluster Bonferroni, C. E., [R] correlate
Blasius, J., [MV] ca, [MV] mca Bonneti, M., [R] roctab
Blasnik, M., [D] clonevar, [D] split, [D] statsby Bontempi, M. E., [MV] pca
Blenkinsop, A., [ADAPT] gs, [PSS-2] Intro (power) Boore, D. M., [ME] menl
Blevins, J. R., [R] hetprobit Boos, D. D., [CAUSAL] teffects aipw, [R] eivreg
Bliese, P. D., [R] icc Borders, A. E. B., [ADAPT] gsdesign twoproportions
Bliss, C. I., [R] probit Borenstein, M., [META] Intro, [META] Intro,
Bloch, D. A., [R] brier [META] meta, [META] meta esize,
[META] meta summarize, [META] meta
Bloomfield, P., [R] qreg, [TS] arfima
regress, [META] meta trimfill
Blossfeld, H.-P., [ME] mestreg
Borg, I., [MV] mds, [MV] mds postestimation,
Blum, A. L., [PSS-2] power cmh [MV] mdslong, [MV] mdsmat
Blumenthal, G. M., [ADAPT] gsdesign onemean Borgan, Ø., [ST] stcrreg
Blundell, R., [R] demandsys Bormann, S.-K., [R] test
Blundell, R. W., [CAUSAL] DID intro, Bornhorst, F., [XT] xtunitroot
[CAUSAL] didregress, [CAUSAL] teffects intro
Borokhovski, E., [META] Intro
advanced, [CAUSAL] teffects multivalued,
[ERM] Intro 7, [ERM] eregress predict, Borowczyk, J., [M-5] cholesky( )
[ERM] Glossary, [R] gmm, [R] ivprobit, Börsch-Supan, A., [XT] xtmlogit
[R] ivprobit postestimation, [R] ivtobit Borusyak, K., [CAUSAL] DID intro,
postestimation, [XT] xtdpd, [XT] xtdpdsys [CAUSAL] hdidregress
Blyth, C. R., [CAUSAL] Intro Bos, J. M., [R] betareg
BMDP, [R] symmetry Boshuizen, H. C., [MI] Intro substantive, [MI] mi
Boardley, D., [IRT] irt impute, [MI] mi impute chained, [MI] mi
Bobee, B., [BAYES] Intro impute monotone
Bock, R. D., [IRT] irt nrm Bossuyt, P. M. M., [META] meta mvregress
Böckenholt, U., [CM] cmmixlogit, [CM] cmxtmixlogit Boswell, T. M., [ST] streg postestimation
Bodnar, A., [TS] dfgls, [TS] dfuller Boswijk, H. P., [TS] vec
Boeckmann, A. J., [ME] menl Botezat, A., [ERM] eoprobit
Boersma, E., [ADAPT] gsdesign twoproportions Bottai, M., [PSS-2] Intro (power), [R] Epitab,
[R] esize, [R] glm, [R] qreg, [ST] stcrreg,
Boffelli, S., [TS] Time series, [TS] arch, [TS] arima,
[ST] streg, [XT] xtreg
[TS] mgarch, [TS] tsline
Bound, J., [R] ivregress postestimation
Bofinger, E., [R] ivqregress, [R] qreg
Bover, O., [XT] xtdpd, [XT] xtdpdsys
Boggess, M. M., [ST] stcrreg, [ST] stcrreg
postestimation Bowden, J., [META] Intro, [META] meta esize,
[META] meta set, [META] meta summarize
Bohlius, J., [META] meta data
Bower, H., [ST] Survival analysis, [ST] stcox,
Böhning, D., [FMM] fmm intro
[ST] streg
Boice, J. D., Jr., [R] Epitab
Bowerman, B. L., [TS] tssmooth, [TS] tssmooth
Boland, P. J., [R] ttest dexponential, [TS] tssmooth exponential,
Boldea, O., [LASSO] Lasso intro [TS] tssmooth hwinters, [TS] tssmooth
Bolduc, D., [CM] cmmixlogit, [CM] cmmprobit, shwinters
[CM] cmxtmixlogit Bowker, A. H., [R] symmetry
Author index 71
Box, G. E. P., [BAYES] bayesstats ppvalues, Brewer, T. F., [META] meta, [META] meta data,
[MV] manova, [MV] mvtest covariances, [META] meta forestplot, [META] meta regress,
[R] anova, [R] boxcox, [R] lnskew0, [META] meta regress postestimation
[TS] arfima, [TS] arima, [TS] corrgram, Briel, M., [ADAPT] gsdesign twoproportions
[TS] cumsp, [TS] dfuller, [TS] estat acplot, Brier, G. W., [R] brier
[TS] pergram, [TS] pperron, [TS] psdensity, Brier, S. S., [BMA] bmaregress
[TS] wntestq, [TS] xcorr Brillinger, D. R., [R] jackknife
Box, J. F., [R] anova Britt, C. L., [SP] estat moran, [SP] spregress,
Box-Steffensmeier, J. M., [ST] stcox, [ST] streg, [SP] spxtregress
[TS] Time series, [TS] arima, [TS] forecast, Brock, W. A., [BMA] Intro
[TS] irf, [TS] var, [TS] vec
Brockwell, P. J., [TS] arfimasoc, [TS] arimasoc,
Boyd, N. F., [R] kappa [TS] corrgram, [TS] sspace
Boyle, J. M., [P] matrix symeigen Brody, H., [R] Epitab
Boyle, P., [ME] menbreg, [ME] mepoisson, Brook, R. H., [R] brier
[SEM] Example 39g
Brooks, S. P., [BAYES] Intro, [BAYES] bayesstats
Bozdogan, H., [R] estat ic, [R] IC note grubin, [BAYES] bayesstats summary
Bozzette, S. A., [IRT] irt Brophy, T. S. L., [SP] Intro
Brackstone, G. J., [R] Diagnostic plots, [R] swilk Brown, B. W., [ST] sts graph
Bradburn, M. J., [META] meta, [META] meta esize, Brown, C. A., [R] symmetry
[META] meta forestplot, [META] meta
Brown, C. C., [R] Epitab
summarize
Brown, D. R., [ME] mixed, [PSS-2] power repeated,
Bradley, R. A., [R] signrank
[R] anova, [R] contrast, [R] loneway,
Brady, A. R., [PSS-2] Intro (power), [R] spikeplot [R] oneway, [R] pwcompare
Brahmer, J. R., [ADAPT] gsdesign onemean, Brown, G. K., [CAUSAL] etregress,
[ADAPT] gsdesign oneproportion [CAUSAL] teffects intro advanced
Brand, J. P. L., [MI] Intro substantive, [MI] mi impute Brown, H., [ME] mixed
chained
Brown, J. D., [MV] manova
Brännäs, K., [R] cpoisson
Brown, L. B., [R] prtest
Brannath, W., [ADAPT] GSD intro,
Brown, L. D., [LASSO] Lasso intro, [R] ci
[ADAPT] gsbounds
Brown, M. B., [R] sdtest, [R] tetrachoric
Brannon, B. R., [ME] me, [ME] meglm,
[ME] meologit, [ME] meoprobit, [XT] xtologit, Brown, R. L., [TS] estat sbcusum
[XT] xtoprobit Brown, S. E., [R] symmetry
Brant, R., [R] ologit Brown, T. A., [SEM] Intro 4
Braunfels, E., [BMA] Intro Brown, W., [R] icc
Brave, S., [CAUSAL] etregress Browne, M. W., [MV] procrustes, [SEM] estat gof,
Bray, R. J., [MV] clustermat [SEM] Methods and formulas for sem
Bray, T. A., [FN] Random-number functions Brownstone, D., [CM] cmmixlogit, [CM] cmxtmixlogit
Brearley, A. L., [M-5] LinearProgram( ) Broyden, C. G., [TS] forecast solve
Brehm, J., [R] hetoprobit Bru, B., [R] poisson
Breiman, L., [BMA] Intro Brückner, E., [ME] mestreg
Breitung, J., [XT] xtcointtest, [XT] xtunitroot Bruinsma, T., [LASSO] lasso
Brender, J. D., [R] reri Bruno, G. S. F., [TS] forecast, [XT] xtabond,
[XT] xtdpd, [XT] xtdpdsys, [XT] xtreg
Brent, R. P., [MV] mdsmat, [MV] mvtest means
Bruno, R. L., [XT] xtreg
Breslow, N. E., [IRT] difmh, [LASSO] lasso,
[ME] me, [ME] meglm, [ME] melogit, Bruun, N. H., [R] dtable, [R] margins,
[ME] meoprobit, [ME] mepoisson, [R] marginsplot, [R] reri, [R] table oneway
[ME] mestreg, [META] meta esize, Bryant, D. M., [ADAPT] gsdesign twoproportions
[META] meta summarize, [META] Glossary, Bryk, A. S., [ME] me, [ME] meglm, [ME] mepoisson,
[PSS-2] power mcc, [R] clogit, [R] dstdize, [ME] mestreg, [ME] mixed, [META] meta
[R] Epitab, [R] symmetry, [ST] stcox, forestplot, [META] meta summarize,
[ST] stcox PH-assumption tests, [ST] sts, [META] meta bias, [META] meta meregress
[ST] sts test Brzezinski, M., [R] swilk
Breusch, T. S., [MV] mvreg, [R] hetregress, Brzinsky-Fay, C., [G-2] graph twoway rbar
[R] regress postestimation, [R] regress Bucher, H. C., [ADAPT] gsdesign twoproportions
postestimation time series, [R] regress Buchholz, A., [ST] stcrreg
postestimation time series, [R] sureg, Buchner, D. M., [R] ladder
[TS] Glossary, [XT] xtreg postestimation Buckland, S. T., [BMA] Intro
Bühlmann, P., [LASSO] Lasso intro, [LASSO] lasso
72 Author index
Buis, M. L., [FN] Random-number functions, Cameron, A. C., [BAYES] Intro, [CAUSAL] DID
[G-3] by option, [P] macro, [R] betareg, intro, [CAUSAL] didregress,
[R] constraint, [R] eform option, [R] logistic, [CAUSAL] etregress, [CAUSAL] stteffects
[R] logit, [R] margins, [U] 11.7 References intro, [CAUSAL] stteffects
Buja, A., [LASSO] Lasso intro, [U] 20.26 References ipw, [CAUSAL] stteffects ipwra,
Bulloch, B., [ADAPT] gsdesign twomeans [CAUSAL] stteffects postestimation,
Bult, J. R., [FMM] Example 3 [CAUSAL] stteffects ra, [CAUSAL] stteffects
Bunch, D. S., [CM] cmmprobit wra, [CAUSAL] teffects intro advanced,
[CAUSAL] teffects aipw, [CAUSAL] teffects
Buonaccorsi, J. P., [R] eivreg
ra, [CM] Intro 8, [CM] cmclogit,
Buot, M.-L. G., [MV] mvtest means [CM] cmmixlogit, [CM] cmmprobit,
Burden, A. M., [M-5] solvenl( ) [CM] cmxtmixlogit, [ERM] Intro 9,
Burden, R. L., [M-5] solvenl( ) [ERM] eintreg, [FMM] Example 1a,
Burden Study Group, [D] icd10 [FMM] Example 2, [LASSO] Lasso intro,
Burdick, E., [META] meta, [META] meta data, [ME] meglm, [ME] mixed, [R] betareg,
[META] meta forestplot, [META] meta [R] bootstrap, [R] cpoisson, [R] gmm,
regress, [META] meta regress postestimation, [R] heckman, [R] heckoprobit, [R] heckpoisson,
[META] meta mvregress [R] intreg, [R] ivpoisson, [R] ivregress,
Burgess, R., [ADAPT] gsdesign onemean [R] ivregress postestimation, [R] logit,
Burke, W. J., [R] tobit [R] mprobit, [R] nbreg, [R] ologit, [R] oprobit,
Burket, G. R., [IRT] irt 3pl [R] poisson, [R] probit, [R] qreg, [R] regress,
Burkhauser, R. V., [MI] Intro substantive [R] regress postestimation, [R] simulate,
Burnam, M. A., [R] lincom, [R] mlogit, [R] mprobit, [R] sureg, [R] tnbreg, [R] tobit, [R] tpoisson,
[R] mprobit postestimation, [R] predictnl, [R] wildbootstrap, [R] zinb, [R] zinb
postestimation, [R] zip, [R] zip postestimation,
[R] slogit
[SEM] Example 53g, [SEM] Example 54g,
Burnham, K. P., [BMA] Intro, [R] estat ic, [R] IC note
[TS] forecast estimates, [XT] xt, [XT] xtnbreg,
Burns, A. F., [TS] tsfilter, [TS] tsfilter bk, [TS] tsfilter [XT] xtpoisson
bw, [TS] tsfilter cf, [TS] tsfilter hp, [TS] ucm
Camilla Tulloch, J. F., [META] meta, [META] meta
Burns, J. C., [ME] mixed mvregress
Burns, K. E. A., [ADAPT] gsdesign twoproportions Camilli, G., [IRT] DIF
Burr, I. W., [R] QC Campbell, D. T., [SEM] Example 17
Burwell, D. T., [ME] mestreg Campbell, M. J., [PSS-2] Intro (power),
Buskens, V., [R] tabstat [PSS-2] power, [PSS-2] power onemean,
Busso, M., [CAUSAL] stteffects ipwra, cluster, [PSS-2] power twomeans, cluster,
[CAUSAL] teoverlap [PSS-2] power oneproportion, cluster,
Butterworth, S., [TS] tsfilter, [TS] tsfilter bw [PSS-2] power twoproportions, cluster,
Butts, K., [CAUSAL] hdidregress [PSS-2] power cox, [PSS-2] power logrank,
[R] ci, [R] kappa, [R] tabulate twoway,
[R] ztest
C Campbell, U. B., [CAUSAL] Intro
Cabanillas, O. B., [XT] xtgee, [XT] xtreg Campolo, M. G., [TS] threshold
Caffo, B. S., [BAYES] bayesstats summary, Canavire-Bacarreza, G., [R] gmm
[XT] xtmlogit Candel, M. J. J. M., [PSS-2] power onemean,
Cai, T., [R] rocreg, [R] zinb, [R] zioprobit, [R] zip, cluster, [PSS-2] power twomeans, cluster,
[ST] stintcox [PSS-2] power oneproportion, cluster,
[PSS-2] power twoproportions, cluster
Cai, T. T., [R] ci
Candes, E., [M-5] LinearProgram( )
Cailliez, F., [MV] mdsmat
Canette, I., [D] drawnorm, [D] merge, [ME] meglm,
Cain, G. G., [CAUSAL] etregress
[ME] mixed, [P] foreach, [PSS-2] power
Cain, M., [PSS-2] power usermethod logrank, cluster, [R] intreg, [R] jackknife,
Caines, P. E., [TS] sspace [R] nl, [R] nlsur, [R] oprobit, [R] suest,
Calabrese, J. M., [BMA] Intro [R] test, [R] tobit, [R] truncreg, [SEM] gsem
Caliendo, M., [CAUSAL] teffects intro advanced Canfield, M. A., [R] reri
Califf, R. M., [ST] stcox postestimation Canner, J., [D] icd10, [D] icd10cm, [D] icd10pcs
Caliński, T., [MV] cluster, [MV] cluster stop Canova, F., [DSGE] Intro 1, [DSGE] Intro 5
Callaway, B., [CAUSAL] DID intro, Cantrell, R. A., [R] zioprobit
[CAUSAL] hdidregress, [CAUSAL] hdidregress Cappellari, L., [CM] cmmprobit, [D] corr2data,
postestimation, [CAUSAL] xthdidregress [D] egen
Calzolari, G., [TS] threshold Card, D., [META] Intro
Author index 73
Cardell, S., [CM] Intro 6, [CM] cmrologit density, [CAUSAL] tebalance overid,
Cardoso de Andrade, L., [D] codebook, [D] duplicates, [CAUSAL] tebalance summarize,
[D] label [CAUSAL] teffects intro, [CAUSAL] teffects
Carey, R. B., [D] icd10 intro advanced, [CAUSAL] teffects
Caria, M. P., [XT] xtgee aipw, [CAUSAL] teffects ipw,
Carle, A. C., [ME] mixed [CAUSAL] teffects ipwra, [CAUSAL] teffects
multivalued, [CAUSAL] teffects nnmatch,
Carlile, T., [R] kappa
[CAUSAL] teffects psmatch, [CAUSAL] teffects
Carlin, B. P., [BAYES] Intro, [BAYES] bayesmh, ra, [PSS-2] power, [R] gmm, [R] npregress
[BAYES] bayesstats ic intro, [R] npregress kernel, [R] npregress
Carlin, J. B., [BAYES] Intro, [BAYES] bayesmh, kernel postestimation, [R] npregress series
[BAYES] bayesstats ic, [BAYES] bayesstats postestimation, [ST] stcox postestimation
ppvalues, [BAYES] bayesstats Cattelan, A. M., [R] betareg
summary, [BAYES] bayespredict,
Cattell, R. B., [MV] factor postestimation,
[BAYES] bayes: xtnbreg, [BAYES] Glossary,
[MV] pca postestimation, [MV] procrustes,
[MI] Intro substantive, [MI] Intro, [MI] mi
[MV] screeplot
estimate, [MI] mi impute, [MI] mi impute mvn,
[MI] mi impute regress, [R] ameans Cauchy, A.-L., [FN] Statistical functions
Carnes, B. A., [ST] streg Caudill, S. B., [R] frontier, [XT] xtfrontier
Caro, J. C., [R] demandsys Caulcutt, R., [R] QC
Carpenter, B., [BAYES] bayesmh Cefalu, M. S., [ST] stcox postestimation, [ST] stcurve,
[ST] sts graph
Carpenter, J. R., [ME] me, [ME] meglm, [ME] melogit,
[ME] meprobit, [META] Intro, [META] meta Center for Human Resource Research,
summarize, [META] meta funnelplot, [ERM] Example 7, [SEM] Example 38g,
[META] meta bias, [MI] Intro substantive, [SEM] Example 46g, [XT] xt
[MI] Intro, [MI] mi impute, [R] bootstrap, Centers for Disease Control and Prevention, [D] icd,
[R] bstat [D] icd9, [D] icd10cm
Carroll, D., [META] meta Cerulli, G., [CAUSAL] eteffects, [CAUSAL] etpoisson,
Carroll, J. B., [MV] rotatemat [CAUSAL] etregress, [CAUSAL] teffects
intro, [CAUSAL] teffects intro advanced,
Carroll, R. J., [BAYES] bayesmh, [ME] me,
[CAUSAL] teffects ipw, [FMM] fmm intro,
[ME] meglm, [ME] menl, [ME] mixed,
[P] PyStata integration
[ME] mixed, [R] boxcox, [R] rreg, [R] sdtest
Chabert, J.-L., [M-5] cholesky( )
Carson, R. T., [R] tnbreg, [R] tpoisson
Chadwick, J., [R] poisson
Carter, B. S., [ADAPT] gs
Chaix, B., [CAUSAL] Intro
Carter, R. L., [ME] menl
Chakraborti, S., [R] ksmirnov
Carter, S. L., [CM] cmmixlogit, [ME] me,
[META] meta meregress, [R] frontier, Challet-Bouju, G., [IRT] irt pcm
[R] lrtest, [R] nbreg, [ST] stcox, [ST] streg, Chalmers, I., [META] Intro, [META] Intro
[XT] xt Chalmers, T. C., [META] Intro, [META] meta,
Casagrande, J. T., [ADAPT] gsdesign twoproportions, [META] meta summarize
[PSS-2] power twoproportions Chaloner, K., [BAYES] Intro
Casals, J., [TS] sspace Chamberlain, G., [R] clogit, [R] gmm, [R] qreg,
Case, A. C., [R] demandsys [XT] xtmlogit
Casella, G., [BAYES] Intro, [DSGE] Intro 8, [ME] me, Chambers, J. M., [G-2] graph box, [G-2] graph
[ME] meglm, [ME] mixed, [PSS-2] Intro matrix, [G-3] by option, [R] Diagnostic plots,
(power), [R] ci [R] grmeanby, [R] lowess, [U] 1.4 References
Caspi, I., [CAUSAL] Intro Chang, I., [R] prtest
Castellani, M., [R] betareg Chang, I.-M., [R] margins
Castellano, K. E., [R] hetoprobit Chang, M., [ADAPT] Intro
Castillo, E., [MI] Intro substantive, [MI] mi impute Chang, Y., [TS] sspace
chained Chang, Y.-J., [XT] xtivreg, [XT] xtreg
Castro, L. M., [IRT] irt 3pl Channon, C., [MV] cluster dendrogram
Cattaneo, M. D., [CAUSAL] DID intro, Chao, E. C., [ME] me, [ME] meglm, [ME] melogit,
[CAUSAL] didregress, [CAUSAL] eteffects, [ME] mepoisson
[CAUSAL] stteffects intro, [CAUSAL] stteffects Chao, R. C., [ADAPT] gsdesign onemean,
ipw, [CAUSAL] stteffects ipwra, [ADAPT] gsdesign oneproportion
[CAUSAL] stteffects Charlett, A., [R] fp
postestimation, [CAUSAL] stteffects ra,
[CAUSAL] stteffects wra, [CAUSAL] tebalance,
[CAUSAL] tebalance box, [CAUSAL] tebalance
74 Author index
Chatfield, C., [BMA] Intro, [TS] arima, Chiburis, R., [R] heckman, [R] heckoprobit,
[TS] corrgram, [TS] pergram, [TS] tssmooth, [R] heckprobit, [R] oprobit
[TS] tssmooth dexponential, [TS] tssmooth Chinchilli, V. M., [ME] me, [ME] menl, [R] estat ic
exponential, [TS] tssmooth hwinters, Choi, B. C. K., [R] rocfit, [R] rocreg postestimation,
[TS] tssmooth ma, [TS] tssmooth shwinters, [R] rocregplot, [R] roctab
[TS] Glossary Choi, I., [XT] xtunitroot
Chatfield, M. D., [D] append, [D] merge, [G-2] graph Choi, J., [R] ivregress
twoway, [R] anova, [R] dtable, [R] signrank, Choi, M.-D., [M-5] Hilbert( )
[RPT] putdocx intro, [XT] xtline
Choi, S. C., [MV] discrim knn
Chatterjee, S., [BMA] bmaregress, [BMA] bmagraph
Cholesky, A.-L., [M-5] cholesky( )
coefdensity, [BMA] bmagraph msize,
[BMA] bmagraph pmp, [BMA] bmagraph Choodari-Oskooei, B., [ADAPT] Intro, [ADAPT] gs,
varmap, [BMA] bmastats models, [PSS-2] Intro (power), [R] ssc
[BMA] bmastats msize, [R] poisson, Chou, R. Y., [TS] arch
[R] regress, [R] regress postestimation, Chow, G. C., [R] contrast, [TS] estat sbknown
[R] regress postestimation diagnostic plots Chow, S.-C., [ADAPT] Intro, [ADAPT] gsdesign
Chávez Juárez, F. W., [R] Inequality oneproportion, [PSS-2] Intro (power),
Chen, D., [LASSO] Lasso inference intro, [PSS-2] power onemean, [PSS-2] power
[LASSO] lasso, [LASSO] lasso postestimation, twomeans, [PSS-2] power pairedmeans,
[LASSO] poregress [PSS-2] power oneproportion, [PSS-2] power
Chen, H., [TS] mswitch exponential, [PSS-3] Intro (ciwidth),
[PSS-3] ciwidth onemean, [PSS-3] ciwidth
Chen, K., [ADAPT] gsdesign onemean
twomeans, [R] pk, [R] pkcross, [R] pkequiv,
Chen, M., [D] drawnorm, [META] Intro [R] pkexamine, [R] pkshape
Chen, M.-H., [BAYES] Intro, [BAYES] bayesstats Christakis, N., [CM] cmrologit
summary
Christensen, L. R., [R] demandsys
Chen, P., [XT] xtunitroot
Christensen, W. F., [MV] biplot, [MV] ca,
Chen, Q., [CAUSAL] didregress [MV] candisc, [MV] canon, [MV] canon
Chen, X., [ADAPT] gsdesign oneproportion, postestimation, [MV] cluster, [MV] discrim,
[ME] mixed, [PSS-2] power oneproportion, [MV] discrim estat, [MV] discrim knn,
[PSS-2] power twoproportions, [R] logistic, [MV] discrim lda, [MV] discrim lda
[R] logistic postestimation, [R] logit, postestimation, [MV] discrim logistic,
[R] npregress intro, [R] npregress series [MV] discrim qda, [MV] discrim qda
Cheng, A.-L., [ADAPT] gsdesign logrank postestimation, [MV] factor, [MV] manova,
Cheng, D., [ADAPT] gsdesign onemean [MV] mca, [MV] mvtest, [MV] mvtest
Cheng, Y., [ADAPT] gsdesign logrank correlations, [MV] mvtest covariances,
Chernick, M. R., [PSS-2] power oneproportion, [MV] mvtest means, [MV] mvtest normality,
[PSS-2] power twoproportions [MV] pca, [MV] screeplot
Chernozhukov, V., [BAYES] Intro, [CAUSAL] telasso, Christiano, L. J., [TS] irf create, [TS] tsfilter,
[LASSO] Lasso intro, [LASSO] Lasso [TS] tsfilter cf, [TS] var svar
inference intro, [LASSO] dslogit, Christodoulou, D., [G-2] graph twoway line,
[LASSO] dspoisson, [LASSO] dsregress, [R] cnsreg, [XT] xtreg
[LASSO] lasso, [LASSO] lasso postestimation, Chu, C.-S. J., [XT] xtcointtest, [XT] xtunitroot
[LASSO] poivregress, [LASSO] pologit, Chu-Chun-Lin, S., [TS] sspace
[LASSO] popoisson, [LASSO] poregress, Chyi, H., [ERM] eoprobit
[LASSO] sqrtlasso, [LASSO] xpologit, Cinelli, C., [CAUSAL] Intro
[LASSO] xpopoisson, [LASSO] xporegress,
Ciuti, S., [BMA] Intro
[R] intreg, [R] ivqregress, [R] ivqregress
postestimation, [R] qreg, [R] tobit Clark, V. A., [MV] canon, [MV] discrim, [MV] factor,
[MV] pca, [R] stepwise, [ST] ltable
Chetverikov, D., [CAUSAL] telasso, [LASSO] Lasso
intro, [LASSO] Lasso inference intro, Clarke, B., [BMA] bmastats models, [BMA] Glossary
[LASSO] lasso, [LASSO] poregress, Clarke, D., [CAUSAL] didregress, [R] gmm,
[LASSO] xpologit, [LASSO] xpopoisson, [R] ivregress, [R] test
[LASSO] xporegress, [R] lpoly, [R] makespline, Clarke, M., [META] meta forestplot
[R] npregress kernel, [R] npregress series Clarke, M. R. B., [MV] factor
Cheung, M. W.-L., [META] meta meregress, Clarke, R. D., [R] poisson
[META] estat heterogeneity (me) Clarke-Pearson, D. L., [R] roccomp, [R] rocreg,
Cheung, Y. B., [PSS-2] power, [ST] stcox [R] roctab
Cheung, Y.-W., [TS] dfgls Clarkson, D. B., [R] tabulate twoway
Chiang, C. L., [ST] ltable Clarotti, C. A., [BAYES] Intro
Chib, S., [BAYES] Intro
Author index 75
Clayton, D. G., [D] egen, [ME] me, [ME] meglm, Collett, D., [PSS-2] power logrank, [R] clogit,
[ME] mepoisson, [R] Epitab, [R] Epitab, [R] logistic postestimation, [ST] stci, [ST] stcox
[SEM] Example 48g, [ST] stmc, [ST] stmh, postestimation, [ST] stcrreg postestimation,
[ST] stptime, [ST] strate, [ST] stsplit, [ST] streg postestimation, [ST] sts test,
[ST] sttocc [ST] stsplit
Clayton, P., [R] dtable Collins, E., [SVY] Survey, [SVY] svy estimation
Cleland, J., [BAYES] bayesmh, [ME] me, Collins, R., [META] meta esize, [META] meta
[ME] meglm, [ME] melogit, [ME] meprobit summarize
Clementi, W. A., [ME] menl Colombo, D., [CAUSAL] Intro
Clerc-Urmès, I., [ST] sts Compostella, F. A., [R] betareg
Clerget-Darpoux, F., [R] symmetry Comrey, A. L., [MV] rotate, [MV] rotatemat,
Cleveland, W. S., [G-1] Graph intro, [G-2] graph [MV] Glossary
box, [G-2] graph dot, [G-2] graph matrix, Comstock, T. J., [BAYES] bayesmh
[G-2] graph twoway lowess, [G-3] by option, Comte, F., [TS] mgarch
[R] Diagnostic plots, [R] lowess, [R] lpoly, Comulada, W. S., [MI] mi estimate, [SEM] Intro 5
[R] sunflower, [U] 1.4 References Conde, M. T. R. P., [ADAPT] gsdesign usermethod
Cleves, M. A., [CAUSAL] stteffects intro, Cone-Wesson, B., [R] rocreg, [R] rocreg
[ME] mestreg, [MI] mi estimate, [PSS-2] power postestimation, [R] rocregplot
exponential, [PSS-2] power logrank, Conejo, N. M., [ME] mixed
[R] roccomp, [R] rocreg, [R] roctab,
Conesa, D., [TS] mswitch
[R] symmetry, [ST] Survival analysis,
[ST] stcox, [ST] stcrreg, [ST] stcrreg Cong, R., [R] tobit
postestimation, [ST] stdescribe, [ST] streg, Congdon, P. D., [BAYES] bayesstats ppvalues
[ST] stset, [ST] stsplit, [ST] stvary, [XT] xtstreg Conley, T. G., [CAUSAL] DID intro
Cliff, A. D., [SP] Intro, [SP] spregress Connor, R. J., [PSS-2] power pairedproportions
Cliff, N., [MV] canon postestimation Conover, W. J., [R] centile, [R] ksmirnov, [R] kwallis,
Clogg, C. C., [R] suest [R] nptrend, [R] sdtest, [R] spearman,
Clopper, C. J., [R] ci [R] tabulate twoway
Clyde, M. A., [BMA] Intro, [BMA] bmaregress Conroy, R. M., [R] intreg, [R] ranksum
Cobb, G. W., [R] anova Consonni, D., [R] dstdize
Cochran, W. G., [P] levelsof, [PSS-2] power Contador, I., [R] rocreg, [R] rocregplot
cmh, [PSS-2] power trend, [R] ameans, Conway, M. R., [ERM] eprobit, [XT] xtlogit,
[R] anova, [R] correlate, [R] dstdize, [XT] xtologit, [XT] xtoprobit, [XT] xtprobit
[R] mean, [R] nptrend, [R] oneway, Cook, A., [R] ci
[R] poisson, [R] probit, [R] proportion, Cook, D. J., [ADAPT] gsdesign twoproportions
[R] ranksum, [R] ratio, [R] signrank, Cook, I. T., [U] 1.4 References
[R] total, [SVY] Survey, [SVY] estat, Cook, J. A., [R] heckman, [R] roc
[SVY] Subpopulation estimation, [SVY] svyset, Cook, N. R., [R] rocreg
[SVY] Variance estimation Cook, R. D., [P] predict, [R] boxcox, [R] regress
Cochrane, D., [TS] prais postestimation
Cococcioni, M., [R] frontier, [XT] xtfrontier Cook, T. D., [ADAPT] gsdesign
Coelli, T. J., [R] frontier, [XT] xtfrontier Cooper, H., [META] Intro, [META] meta meregress,
Coffey, C., [MI] Intro substantive [META] meta multilevel
Cohen, J., [META] meta esize, [META] Glossary, Cooper, M. C., [MV] cluster, [MV] cluster
[PSS-2] Intro (power), [PSS-2] power oneway, programming subroutines, [MV] cluster stop
[PSS-2] power twoway, [PSS-2] power Cooper, W. W., [M-5] LinearProgram( )
rsquared, [PSS-2] power pcorr, [R] esize, Cornelius, P. L., [ME] mixed
[R] kappa, [R] pcorr Cornell, J. E., [META] meta summarize
Cohen, P., [R] pcorr Cornfield, J., [R] Epitab
Cohen, S. J., [META] meta mvregress Corral, P., [R] logit
Colditz, G. A., [META] Intro, [META] meta, Correa, J. D., [CAUSAL] Intro
[META] meta data, [META] meta esize, Correia, S., [XT] xtpoisson
[META] meta set, [META] meta forestplot,
Corten, R., [MV] mds
[META] meta summarize, [META] meta
regress, [META] meta regress postestimation, Coster, D., [R] contrast
[META] estat bubbleplot, [META] meta Coull, B. A., [R] ci
mvregress Cousens, S. N., [CAUSAL] teffects intro advanced
Cole, S. R., [CAUSAL] Intro Coviello, V., [ST] stcrreg, [ST] stcrreg postestimation,
Colella, F., [SP] spregress [ST] sts
Coleman, J. S., [R] poisson Cowles, M. K., [BAYES] Intro
76 Author index
D’Haultfœuille, X., [CAUSAL] DID Day, N. E., [PSS-2] power mcc, [R] clogit, [R] dstdize,
intro, [CAUSAL] hdidregress, [R] Epitab, [R] symmetry
[CAUSAL] xthdidregress, [R] heckman, Day, W. H. E., [MV] cluster
[R] ivregress, [XT] xtmlogit de Ayala, R. J., [IRT] irt, [IRT] irt nrm, [IRT] irt pcm,
Dagne, G. A., [R] zioprobit [IRT] irt hybrid
Daidone, S., [M-5] LinearProgram( ), [R] frontier, De Backer, M., [ME] melogit postestimation
[XT] xtfrontier De Boeck, P., [BAYES] bayesmh, [IRT] irt,
Dale, D., [R] zioprobit [IRT] Control Panel, [IRT] irt 1pl, [IRT] irt
Dalhuisen, J. M., [META] Intro 2pl, [IRT] irt 3pl, [IRT] irt hybrid, [IRT] irt,
Dallakyan, A., [LASSO] Lasso intro group( ), [IRT] irtgraph icc, [IRT] diflogistic,
Daly, M. E., [ADAPT] gsdesign onemean, [IRT] difmh, [ME] me
[ADAPT] gsdesign oneproportion de Boor, C., [R] makespline, [R] npregress intro,
Danahy, D. T., [ME] mestreg [R] npregress series
Daniel, C., [R] Diagnostic plots, [R] oneway de Cani, J. S., [ADAPT] GSD intro, [ADAPT] gs,
Daniel, R. M., [CAUSAL] teffects intro advanced, [ADAPT] gsbounds, [ADAPT] gsdesign,
[MI] Intro substantive, [MI] mi impute, [ADAPT] gsdesign onemean, [ADAPT] gsdesign
[MI] mi impute chained, [MI] mi impute twomeans, [ADAPT] gsdesign oneproportion,
monotone [ADAPT] gsdesign twoproportions,
Daniels, B., [D] codebook, [D] duplicates, [D] label [ADAPT] gsdesign logrank, [ADAPT] gsdesign
usermethod
Daniels, L., [U] 11.7 References, [U] 12.11 References,
[U] 20.26 References de Castro, L., [R] ivqregress
Daniels, R. C., [SP] Intro de Chaisemartin, C., [CAUSAL] DID
intro, [CAUSAL] hdidregress,
Danuso, F., [R] nl
[CAUSAL] xthdidregress
Dardanoni, V., [MI] Intro substantive
De Cock, D., [BMA] bmapredict
Darling, E., [ADAPT] gsdesign twoproportions
de Finetti, B., [BAYES] Intro
Darmofal, D., [SP] Intro, [SP] spregress
de Groot, H. L. F., [META] Intro
Darwen, P. J., [BMA] Intro
De Hoyos, R. E., [XT] xtreg
Das, S., [XT] xtunitroot
de Jong, J. J., [M-5] LinearProgram( )
DasGupta, A., [R] ci
De Jong, P., [TS] dfactor, [TS] sspace, [TS] sspace
Daubechies, I., [LASSO] lasso postestimation, [TS] ucm
Dave, C., [DSGE] Intro 1, [DSGE] Intro 3d, De Keyser, P., [ME] melogit postestimation
[DSGE] Intro 5
de Kraker, M. E. A., [D] icd10
Davey, C., [PSS-2] power
de Leeuw, J., [MV] ca postestimation
Davey, P. G., [D] icd10
De Luca, G., [BMA] BMA commands,
Davey Smith, G., [META] Intro, [META] meta bias, [ERM] eoprobit, [MI] Intro substantive,
[META] Glossary [R] biprobit, [R] heckoprobit, [R] heckprobit,
David, F. N., [R] correlate [R] oprobit, [R] probit
David, H. A., [D] egen, [R] spearman, [R] summarize de Oliveira Piorelli, R., [ADAPT] gsdesign
Davidian, M., [ME] me, [ME] menl usermethod
Davidon, W. C., [M-5] optimize( ) De Stavola, B. L., [CAUSAL] teffects intro advanced
Davidson, J., [TS] mswitch postestimation De Vos, I., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys
Davidson, R., [DSGE] Glossary, [R] boxcox, De Vroey, C., [ME] melogit postestimation
[R] cnsreg, [R] gmm, [R] intreg, [R] ivregress, de Wolf, I., [CM] cmrologit
[R] ivregress postestimation, [R] mlogit, [R] nl, Deady, S., [R] betareg
[R] nlsur, [R] reg3, [R] regress, [R] regress
Dean, N., [R] proportion
postestimation time series, [R] truncreg,
[TS] arch, [TS] arima, [TS] prais, [TS] sspace, Deane, G., [SP] estat moran, [SP] spregress,
[TS] varlmar, [TS] Glossary, [XT] xtgls, [SP] spxtregress
[XT] xtpcse Dearden, L., [CAUSAL] teffects intro advanced,
Davies, R. B., [TS] estat sbsingle [CAUSAL] teffects multivalued
Davis, B. R., [PSS-2] power repeated Deaton, A. S., [R] demandsys, [R] nlsur,
[U] 20.26 References
Davis, G., [TS] arima
Deb, P., [CAUSAL] teffects intro advanced,
Davis, P. J., [M-5] Quadrature( )
[FMM] fmm intro, [FMM] Example 2,
Davis, R. A., [TS] arfimasoc, [TS] arimasoc, [FMM] Example 3, [R] churdle, [R] ivregress,
[TS] corrgram, [TS] sspace [R] nbreg, [R] poisson, [R] qreg,
Davison, A. C., [R] bootstrap [R] regress, [R] tobit, [SEM] Example 53g,
Dawson, R. J. M., [BAYES] bayespredict [SEM] Example 54g
Debarsy, N., [R] lpoly, [R] npregress kernel
78 Author index
Donatello, R. A., [MV] canon, [MV] discrim, du Plessis, J. E., [BMA] bmastats lps
[MV] factor, [MV] pca, [R] stepwise Du, Z., [TS] wntestq
Donath, S., [R] tabstat, [R] tabulate oneway, Duan, N., [R] boxcox postestimation, [R] heckman,
[R] tabulate twoway [TS] forecast estimates
de Doncker-Kapenga, E., [M-5] Quadrature( ) Dubes, R. C., [MV] cluster
Dongarra, J. J., [M-1] LAPACK, [M-5] lapack( ), Duchateau, L., [ME] meintreg
[P] matrix eigenvalues, [P] matrix symeigen Duda, R. O., [MV] cluster, [MV] cluster stop
Donn, S. M., [ME] menl Duflo, E., [CAUSAL] DID intro,
Donner, A., [R] loneway [CAUSAL] didregress, [CAUSAL] telasso,
Donoho, D. L., [R] lpoly [LASSO] Lasso inference intro, [LASSO] lasso,
Doornik, J. A., [MV] mvtest, [MV] mvtest normality, [LASSO] poregress, [LASSO] xpologit,
[TS] arfima, [TS] vec [LASSO] xpopoisson, [LASSO] xporegress
Doppelhofer, G., [BMA] bmastats jointness Dufour, S., [ME] meintreg
Doran, J. E., [MV] cluster dendrogram DuMouchel, W. H., [META] meta regress
Dore, C. J., [R] fp Dumyati, G., [D] icd10
Dorfman, D. D., [R] rocfit, [R] rocreg Duncan, A. J., [R] QC
Dorfman, S. F., [META] meta mvregress Duncan, O. D., [SEM] Example 7
Doris, A., [R] gmm Dunlop, D. D., [PSS-2] power onemean,
Dormann, C. F., [BMA] Intro [PSS-2] power onemean, cluster, [R] ztest
Dorta, M., [R] bootstrap, [TS] dfuller Dunn, G., [CAUSAL] mediate, [CAUSAL] teffects
Dow, J. K., [BMA] Intro multivalued, [MV] discrim, [MV] discrim qda
Dowd, K., [ADAPT] gsdesign twomeans postestimation, [MV] mca, [R] kappa
Downward, P., [R] zioprobit Dunn, O. J., [R] correlate
Draper, D., [BMA] Intro, [BMA] bmaregress Dunnett, C. W., [FN] Statistical functions,
[R] mprobit, [R] pwcompare
Draper, N., [ME] me, [ME] menl, [R] eivreg,
[R] oneway, [R] stepwise Dunnington, G. W., [R] regress
Drezner, Z., [ERM] eprobit, [M-5] mvnormal( ) Dunsmore, I. R., [BAYES] Intro
Driver, H. E., [MV] measure option Dunson, D. B., [BAYES] Intro, [BAYES] bayesmh,
[BAYES] bayesstats ic, [BAYES] bayesstats
Drukker, D. M., [CAUSAL] eteffects,
ppvalues, [BAYES] bayesstats
[CAUSAL] stteffects intro, [CAUSAL] stteffects
summary, [BAYES] bayespredict,
ipw, [CAUSAL] stteffects ipwra,
[BAYES] bayes: xtnbreg, [BAYES] Glossary,
[CAUSAL] stteffects postestimation,
[MI] Intro substantive, [MI] mi impute mvn,
[CAUSAL] stteffects ra, [CAUSAL] stteffects
[MI] mi impute regress
wra, [CAUSAL] teffects intro,
[CAUSAL] teffects intro advanced, Dupont, W. D., [PSS-2] power oneslope,
[CAUSAL] teffects aipw, [CAUSAL] teffects [PSS-2] power mcc, [R] Epitab, [R] Epitab,
ipw, [CAUSAL] teffects multivalued, [R] logistic, [R] sunflower, [ST] stcox, [ST] stir,
[CAUSAL] teffects nnmatch, [ST] sts
[CAUSAL] teffects ra, [CM] cmmixlogit, Durbin, J., [R] ivregress postestimation, [R] regress
[CM] cmmprobit, [CM] cmxtmixlogit, postestimation time series, [TS] estat sbcusum,
[D] import fred, [ERM] eregress, [TS] prais, [TS] ucm, [TS] Glossary
[LASSO] Lasso intro, [LASSO] Lasso inference Duren, P., [R] regress
intro, [ME] me, [META] meta meregress, Durlauf, S. N., [BMA] Intro, [TS] vec intro, [TS] vec,
[P] Estimation command, [P] forvalues, [TS] vecrank
[P] Java plugin, [P] plugin, [P] postfile, Dutcus, C., [ADAPT] gsdesign logrank
[R] boxcox, [R] frontier, [R] gmm, [R] logit, Duval, R. D., [R] bootstrap, [R] jackknife, [R] rocreg,
[R] lrtest, [R] margins, [R] mlexp, [R] nbreg, [R] rocregplot
[R] npregress kernel, [R] oprobit, [R] predictnl, Duval, S., [META] Intro, [META] Intro,
[R] qreg, [R] set rngstream, [R] tobit, [META] meta, [META] meta funnelplot,
[SEM] Example 46g, [SP] Intro, [SP] estat [META] meta bias, [META] meta trimfill
moran, [SP] spivregress, [SP] spivregress Dwivedi, D., [R] reri
postestimation, [SP] spregress, [SP] spregress Dwyer, J. H., [XT] xtreg
postestimation, [ST] stcox, [ST] streg,
[TS] sspace, [TS] vec, [U] 18.14 References,
[XT] xt, [XT] xtregar E
Du Croz, J., [M-1] LAPACK, [M-5] lapack( ),
[P] matrix eigenvalues Earnest, A., [PSS-2] power, [R] ci, [R] ttest,
Du, K., [R] frontier, [R] ivregress, [TS] vec intro, [ST] stcox, [XT] xtgee
[TS] vec, [TS] vecrank, [XT] xtfrontier, Eaves, R. C., [SEM] Example 2
[XT] xtivreg Eberhardt, M., [XT] xtrc
80 Author index
Flannery, B. P., [FN] Statistical functions, [G-2] graph Franklin, C. H., [D] cross
twoway contour, [M-5] solvenl( ), [P] matrix Franzese, R. J., Jr., [XT] xtpcse
symeigen, [R] dydx Franzini, L., [XT] xtregar
Flay, B. R., [ME] me, [ME] meglm, [ME] meologit, Fraser, M. W., [CAUSAL] stteffects intro,
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit [CAUSAL] stteffects ipw, [CAUSAL] stteffects
Flegal, J. M., [BAYES] bayesstats summary ipwra, [CAUSAL] stteffects postestimation,
Fleiss, J. L., [META] Intro, [META] meta esize, [CAUSAL] stteffects ra, [CAUSAL] stteffects
[PSS-2] power oneproportion, [PSS-2] power wra, [CAUSAL] tebalance
twoproportions, [R] dstdize, [R] Epitab, [R] icc, Freedman, L. S., [ADAPT] gsdesign logrank,
[R] kappa [PSS-2] Intro (power), [PSS-2] power cox,
Fleissig, A. R., [R] demandsys [PSS-2] power exponential, [PSS-2] power
Fleming, T. R., [ADAPT] GSD intro, [ADAPT] gs, logrank
[ADAPT] gsbounds, [ADAPT] gsdesign, Freeman, D. H., Jr., [SVY] svy: tabulate twoway
[ADAPT] gsdesign onemean, [ADAPT] gsdesign Freeman, E. H., [SEM] estat stable
twomeans, [ADAPT] gsdesign oneproportion, Freeman, J. L., [R] Epitab, [SVY] svy: tabulate
[ADAPT] gsdesign twoproportions, twoway
[ADAPT] gsdesign logrank, [ADAPT] gsdesign Freeman, J. R., [TS] Time series, [TS] arima,
usermethod, [ST] stcox, [ST] sts test [TS] forecast, [TS] irf, [TS] var, [TS] vec
Fletcher, D., [BMA] bmaregress Freeman, M. F., [META] meta esize, [META] Glossary
Fletcher, K., [R] rocreg, [R] rocreg postestimation, Frees, E. W., [XT] xt
[R] rocregplot Freese, J., [CM] Intro 6, [CM] cmroprobit, [R] clogit,
Fletcher, R., [M-5] optimize( ) [R] cloglog, [R] contrast, [R] hetoprobit,
Flight, L., [ADAPT] Intro [R] logistic, [R] logit, [R] mlogit, [R] mprobit,
Flood, S., [R] mlexp [R] nbreg, [R] ologit, [R] oprobit, [R] poisson,
Florax, R. J. G. M., [META] Intro [R] probit, [R] tnbreg, [R] tpoisson, [R] zinb,
Flores, J., [ADAPT] gsdesign usermethod [R] zioprobit, [R] zip
Flynn, Z. L., [R] gmm Fridkin, S. K., [D] icd10
Folsom, R. C., [R] rocreg, [R] rocreg postestimation, Friedman, J. H., [BMA] bmastats lps, [LASSO] lasso,
[R] rocregplot [LASSO] lassogof, [LASSO] lassoknots,
Fontenay, S., [D] import [LASSO] sqrtlasso, [M-5] LinearProgram( ),
Ford, C. E., [PSS-2] power repeated [MV] discrim knn
Ford, J. M., [R] frontier, [XT] xtfrontier Friedman, L. M., [ADAPT] gsdesign
Forney, A., [CAUSAL] Intro Friedman, L. W., [ADAPT] gs, [ADAPT] gsdesign,
Forns, J., [LASSO] Lasso intro, [LASSO] Inference [ADAPT] gsdesign twoproportions
examples, [M-5] LinearProgram( ) Friedman, M., [TS] arima
Forsythe, A. B., [R] sdtest Friendly, M., [G-2] graph twoway scatter
Forte, A., [BMA] bmaregress Frisch, R., [CAUSAL] Intro
Forthofer, R. N., [R] dstdize Frölich, M., [CAUSAL] teffects multivalued, [R] qreg
Fosheim, G. E., [D] icd10 Frome, E. L., [R] qreg
Foster, A., [R] regress Frost, C., [PSS-2] Intro (power)
Foster, D. P., [BMA] bmaregress Frühwirth-Schnatter, S., [FMM] fmm intro,
Foster, J., [R] Inequality [TS] mswitch
Fouladi, R. T., [R] esize Frydenberg, M., [D] icd, [PSS-2] power twomeans,
[PSS-3] ciwidth twomeans, [R] dstdize,
Foulkes, M. A., [PSS-2] power cox, [PSS-2] power
[R] roccomp, [R] roctab, [TABLES] Intro 3
exponential
Fu, V. K., [R] ologit
Fourier, J. B. J., [R] cumul
Fu, W. J., [LASSO] lasso
Fox, C. M., [IRT] irt, [SEM] Example 28g
Fuller, W. A., [MV] factor, [P] robust, [R] eivreg,
Fox, J., [R] kdensity, [R] lv
[R] regress, [R] spearman, [SVY] svy: tabulate
Fox, W. C., [R] lroc twoway, [SVY] Variance estimation, [TS] dfgls,
Fragoso, T. M., [BMA] Intro, [BMA] bmaregress [TS] dfuller, [TS] pperron, [TS] psdensity,
Francia, R. S., [R] swilk [TS] tsfilter, [TS] tsfilter bk, [TS] ucm,
Francis, C., [PSS-2] power repeated [TS] Glossary, [U] 20.26 References,
Frangakis, C. E., [CAUSAL] Intro [XT] xtcointtest
Frank, M. W., [XT] xtabond, [XT] xtdpd, Fullerton, A. S., [R] ologit, [R] oprobit
[XT] xtdpdsys Funkhouser, H. G., [G-2] graph pie
Frankel, M. R., [P] robust, [SVY] Variance Furberg, C. D., [ADAPT] gsdesign, [PSS-2] power
estimation, [U] 20.26 References repeated
Frankenstein, A. N., [META] meta meregress Furr, D. C., [BAYES] bayesmh
Author index 83
Futuyma, D. J., [MV] measure option [TS] tssmooth hwinters, [TS] tssmooth
Fyler, D. C., [R] Epitab shwinters
Fyles, A., [ST] stcrreg, [ST] stcrreg postestimation Gardner, E. S., Jr., [TS] tssmooth dexponential,
[TS] tssmooth hwinters
Gardner, J., [XT] xtreg
G Garnett, W. R., [BAYES] bayesmh
Garrett, J. M., [ST] stcox PH-assumption tests
Gabriel, K. R., [MV] biplot Garsd, A., [R] exlogistic
Gail, M. H., [P] robust, [PSS-2] power exponential, Gart, J. J., [META] meta esize, [R] Epitab
[R] rocreg, [R] rocreg postestimation, Gasparrini, A., [META] meta meregress, [META] meta
[ST] stcrreg, [ST] stmh, [U] 20.26 References mvregress
Galanti, M. R., [XT] xtgee Gasser, T., [R] lpoly
Galati, J. C., [MI] Intro substantive, [MI] Intro, Gast, C., [ADAPT] gsdesign usermethod
[MI] mi estimate Gastwirth, J. L., [R] sdtest
Galbraith, R. F., [META] meta, [META] meta Gates, R., [CM] cmmixlogit, [CM] cmmprobit,
galbraithplot [CM] cmxtmixlogit
Gałecki, A. T., [ME] estat wcorrelation, [ME] mixed Gatto, N. M., [CAUSAL] Intro
Gali, J., [TS] estat sbsingle Gauss, J. C. F., [R] regress
Galiani, S., [CAUSAL] teffects intro, Gautschi, W., [M-5] Quadrature( )
[CAUSAL] teffects intro advanced Gauvreau, K., [R] dstdize, [R] logistic, [ST] ltable,
Gall, J.-R. L., [R] estat gof, [R] logistic [ST] sts
Gallacher, D., [D] icd Gavaghan, D., [META] Intro, [META] meta,
Gallant, A. R., [R] ivregress, [R] nl [META] meta funnelplot, [META] meta bias
Gallis, J. A., [PSS-2] power, [PSS-2] power onemean, Gavin, M. D., [ME] me, [ME] meglm, [ME] meologit,
cluster, [PSS-2] power twomeans, cluster, [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
[PSS-2] power oneproportion, cluster, Gavrin, J., [BMA] Intro
[PSS-2] power twoproportions, cluster, Gay, D. M., [M-5] LinearProgram( )
[PSS-2] power logrank, cluster, [R] permute, Gehan, E. A., [ST] sts test
[XT] xtgee Geisser, S., [PSS-2] power repeated, [R] anova
Gallup, J. L., [D] egen, [M-5] docx*( ), [R] estimates Gel, Y. R., [R] sdtest
table, [R] etable, [R] regress postestimation Gelade, W., [R] summarize
diagnostic plots, [RPT] putexcel, [RPT] putexcel Gelbach, J. B., [CAUSAL] DID intro,
advanced, [TABLES] Intro, [XT] xtline [CAUSAL] didregress, [R] ivprobit, [R] ivtobit,
Galton, F., [R] correlate, [R] cumul, [R] regress, [R] regress, [R] wildbootstrap
[R] summarize Gelfand, A. E., [BAYES] Intro, [BAYES] bayesmh,
Galvao, A. F., [CAUSAL] teffects psmatch, [MI] mi impute chained
[R] ivqregress, [R] QC, [R] sktest, [XT] xtreg, Gelman, A., [BAYES] Intro,
[XT] xtreg postestimation [BAYES] bayesmh, [BAYES] bayesstats grubin,
Gamerman, D., [BAYES] Intro [BAYES] bayesstats ic, [BAYES] bayesstats
Gan, F. F., [R] Diagnostic plots ppvalues, [BAYES] bayesstats
Gander, W., [M-5] Quadrature( ) summary, [BAYES] bayespredict,
Gange, S. J., [XT] xtcloglog, [XT] xtgee, [BAYES] bayes: xtnbreg, [BAYES] Glossary,
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, [BMA] Intro, [BMA] bmaregress, [ME] me,
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit [MI] Intro substantive, [MI] mi impute,
Ganguly, I., [R] zioprobit [MI] mi impute mvn, [MI] mi impute regress
Gani, J., [TS] wntestb Gelman, R., [R] margins
Gao, F., [ST] stintcox Geman, D., [BAYES] Intro, [MI] mi impute chained
Gao, M., [R] npregress series, [TS] arima Geman, S., [BAYES] Intro, [MI] mi impute chained
Garbow, B. S., [P] matrix symeigen Genadek, K., [R] mlexp
Garcı́a, B., [R] churdle Gendreau, P., [META] Intro
Garcia, R., [TS] mswitch Genest, C., [R] Diagnostic plots, [R] swilk
Garcı́a-Donato, G., [BMA] bmaregress Gentle, J. E., [FN] Random-number functions,
Garcı́a-Esquinas, E., [R] logistic, [R] logit [R] anova, [R] nl
Garcı́a-Esteban, R., [LASSO] Lasso intro, Genton, M. G., [R] sktest
[LASSO] Inference examples, Genz, A., [CM] cmmprobit
[M-5] LinearProgram( ) George, E. I., [BMA] Intro, [BMA] bmaregress
Garcia-Filion, P., [ADAPT] gsdesign twomeans George, S. L., [PSS-2] power exponential
Gardiner, J. S., [TS] tssmooth, [TS] tssmooth Gerkins, V. R., [R] symmetry
dexponential, [TS] tssmooth exponential,
84 Author index
Greenfield, S., [MV] alpha, [MV] factor, [MV] factor Grzebyk, M., [ST] sts
postestimation, [R] lincom, [R] mlogit, Gu, A., [P] robust
[R] mprobit, [R] mprobit postestimation, Guallar, E., [META] meta summarize
[R] predictnl, [R] slogit, [SEM] Example 37g Guan, W., [R] bootstrap
Greenhouse, J. B., [META] Intro, [R] Epitab Guddati, A. K., [ADAPT] gsdesign oneproportion
Greenhouse, S. W., [PSS-2] power repeated, Guelat, J., [BMA] Intro
[R] anova, [R] Epitab Guenther, W. C., [PSS-2] power onecorrelation
Greenland, S., [BAYES] Intro, [CAUSAL] Intro, Guerry, A.-M., [G-2] graph twoway histogram
[CAUSAL] mediate, [IRT] difmh,
Guidolin, M., [TS] mswitch
[META] Intro, [META] meta summarize,
[META] meta regress, [META] meta trimfill, Guilkey, D. K., [XT] xtprobit
[META] Glossary, [R] ci, [R] Epitab, [R] ologit, Guillemot, M., [M-5] cholesky( )
[R] poisson, [R] reri Guillera-Arroita, G., [BMA] Intro
Greenwood, M., [ST] ltable, [ST] sts Guimarães, P., [XT] xtnbreg, [XT] xtpoisson
Greenwood, P., [MI] Intro substantive Guinea-Martin, D., [R] Inequality
Gregoire, A., [R] kappa Guiteras, R. P., [P] PyStata integration
Gregory, A. W., [DSGE] Intro 8 Guo, M., [ADAPT] gsdesign logrank
Gregory, C. A., [ERM] eoprobit Guo, S., [CAUSAL] stteffects intro,
Greil, R., [META] meta data [CAUSAL] stteffects ipw, [CAUSAL] stteffects
Griesenbeck, J. S., [R] reri ipwra, [CAUSAL] stteffects postestimation,
[CAUSAL] stteffects ra, [CAUSAL] stteffects
Grieve, R., [R] bootstrap, [R] bstat
wra, [CAUSAL] tebalance
Griffin, S., [R] ztest
Gurevitch, J., [META] Intro
Griffith, J. L., [R] brier
Gurka, M. J., [R] estat ic
Griffith, R., [R] gmm
Gurmu, S., [R] cpoisson, [R] zioprobit
Griffiths, W. E., [R] cnsreg, [R] estat ic,
Gutiérrez, I., [CAUSAL] teffects nnmatch,
[R] hetregress, [R] ivregress, [R] ivregress
[CAUSAL] teffects psmatch
postestimation, [R] logit, [R] probit,
[R] regress, [R] regress postestimation, [R] test, Gutierrez, R. G., [CM] cmmixlogit, [ME] me,
[TS] arch, [TS] prais, [XT] xtgls, [XT] xtpcse, [META] meta meregress, [R] frontier,
[XT] xtrc, [XT] xtreg [R] lpoly, [R] lrtest, [R] nbreg, [R] npregress
kernel, [ST] stcox, [ST] streg, [ST] streg
Griliches, Z., [ME] me, [R] hetoprobit, [XT] xtgls,
postestimation, [XT] xt
[XT] xtnbreg, [XT] xtpcse, [XT] xtpoisson,
[XT] xtrc Gutiérrez-Vargas, A. A., [CM] Intro 6
Grilli, L., [XT] xtmlogit Guyatt, G. H., [ADAPT] gsdesign twoproportions
Grimes, J. M., [ST] stintreg
Grimm, R. H., [PSS-2] power repeated H
Grimmett, G., [M-5] halton( )
Grisetti, R., [R] betareg Haaland, J.-A., [G-1] Graph intro
Grissom, R. J., [R] esize, [R] regress postestimation Haan, P., [CM] cmmprobit, [R] mlogit, [R] mprobit
Gritz, E. R., [META] meta mvregress Haario, H., [BAYES] Intro, [BAYES] bayesmh
Grizzle, J. E., [R] vwls Haas, K., [M-5] moptimize( )
Grobbee, D. E., [R] reri Haas, R. W., [FN] Random-number functions
Groenen, P. J. F., [MV] mds, [MV] mds Haavelmo, T., [CAUSAL] Intro
postestimation, [MV] mdslong, [MV] mdsmat Hackell, J., [R] prtest
Groenwold, R. H. H., [R] reri Hadamard, J. S., [FN] Matrix functions
Grogger, J. T., [R] tnbreg, [R] tpoisson Hadi, A. S., [BMA] bmaregress, [BMA] bmagraph
Gronau, R., [R] heckman, [SEM] Example 45g coefdensity, [BMA] bmagraph msize,
Groothuis-Oudshoorn, C. G. M., [MI] Intro [BMA] bmagraph pmp, [BMA] bmagraph
substantive, [MI] mi impute chained varmap, [BMA] bmastats models,
[BMA] bmastats msize, [R] poisson,
Gropper, D. M., [R] frontier, [XT] xtfrontier
[R] regress, [R] regress postestimation,
Gross, A. J., [ST] ltable [R] regress postestimation diagnostic plots
Grosskopf, R. F. S., [M-5] LinearProgram( ) Hadorn, D. C., [R] brier
Grotti, R., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys, Hadri, K., [XT] xtunitroot
[XT] xtprobit
Haenszel, W., [IRT] difmh, [META] Intro,
Gruber, M. H. J., [R] contrast, [R] margins [META] meta summarize, [META] Glossary,
Grün, B., [BMA] bmastats jointness [PSS-2] power cmh, [R] Epitab, [ST] stmh,
Grundmann, H., [D] icd10 [ST] sts test
Grunfeld, Y., [XT] xtgls, [XT] xtpcse, [XT] xtrc
Author index 87
Hafner, K. B., [PSS-3] Intro (ciwidth), [PSS-3] ciwidth [R] regress postestimation, [R] regress
onemean, [PSS-3] ciwidth twomeans, postestimation diagnostic plots, [R] rreg,
[PSS-3] ciwidth onevariance [R] ttest
Haghish, E. F., [RPT] markdown, [U] 3.9 Reference, Hammarling, S., [M-1] LAPACK, [M-5] lapack( ),
[U] 18.14 References [P] matrix eigenvalues
Hahn, G. J., [M-5] moptimize( ), [PSS-3] Intro Hammersley, J. M., [M-5] halton( )
(ciwidth), [PSS-3] ciwidth onemean Hampel, F. R., [CAUSAL] hdidregress,
Hahn, J., [R] ivregress postestimation [CAUSAL] xthdidregress, [D] egen, [R] rreg,
Hair, J. F., Jr., [CM] Intro 6, [CM] cmrologit [U] 20.26 References
Hajian-Tilaki, K. O., [R] rocreg Hampilos, N., [ADAPT] gsdesign twomeans
Hajivassiliou, V. A., [CM] cmmprobit Hampson, L. V., [ADAPT] Intro
Halbmeier, C., [ME] mixed Han, G., [ADAPT] gsdesign logrank
Hald, A., [R] qreg, [R] regress, [R] signrank, Han, K.-H., [ADAPT] gsdesign logrank
[R] summarize Han, S., [R] intreg, [R] ivqregress, [R] qreg, [R] tobit
Haldane, J. B. S., [R] Epitab, [R] ranksum Hand, D. J., [BAYES] bayesmh, [ME] menl,
Hall, A. D., [R] frontier [MV] biplot, [MV] ca, [MV] discrim, [MV] mca
Hall, A. R., [R] gmm, [R] gmm postestimation, Handscomb, D. C., [M-5] halton( )
[R] ivpoisson, [R] ivpoisson postestimation, Hanji, M. B., [META] Intro
[R] ivregress, [R] ivregress postestimation, Hankey, B., [ST] stmh
[XT] xtcointtest Hanley, J. A., [R] roccomp, [R] rocfit, [R] rocreg,
Hall, B. H., [M-5] optimize( ), [ME] me, [R] glm, [R] rocreg postestimation, [R] rocregplot,
[TS] arch, [TS] arima, [XT] xtnbreg, [R] roctab
[XT] xtpoisson Hannachi, A., [MV] pca
Hall, N. S., [R] anova Hannan, E. J., [TS] arfimasoc, [TS] arimasoc,
Hall, P., [R] bootstrap, [R] ivqregress, [R] qreg, [TS] sspace
[R] regress postestimation time series Hansen, B. E., [BMA] Intro, [R] makespline,
Hall, R. E., [M-5] optimize( ), [R] glm, [TS] arch, [R] npregress intro, [R] npregress kernel,
[TS] arima [R] npregress series, [TS] estat sbsingle,
Hall, W. J., [MV] biplot, [R] roccomp, [R] rocfit, [TS] threshold
[R] roctab Hansen, C. B., [CAUSAL] DID intro,
Haller, A. O., [SEM] Example 7 [CAUSAL] telasso, [LASSO] Lasso
Halley, E., [ST] ltable intro, [LASSO] Lasso inference intro,
Hallock, K., [M-5] LinearProgram( ), [R] qreg [LASSO] dsregress, [LASSO] lasso,
Halpin, B., [MI] mi impute [LASSO] lasso postestimation,
Halton, J. H., [M-5] halton( ) [LASSO] poivregress, [LASSO] poregress,
[LASSO] xpologit, [LASSO] xpopoisson,
Halvorsen, K. T., [R] tabulate twoway
[LASSO] xporegress, [R] ivqregress,
Hamaker, E. L., [TS] mswitch [R] ivqregress postestimation
Hamann, U., [MV] measure option Hansen, H., [MV] mvtest, [MV] mvtest normality
Hambleton, R. K., [IRT] irt, [SEM] Example 28g, Hansen, L. P., [R] gmm, [R] ivregress, [R] ivregress
[SEM] Example 29g postestimation, [XT] xtabond, [XT] xtdpd,
Hamel, J.-F., [IRT] irt pcm [XT] xtdpdsys
Hamerle, A., [R] clogit Hansen, M. R., [R] log
Hamilton, J. D., [BAYES] bayesvarstable, [P] matrix Hansen, W. B., [ME] me, [ME] meglm, [ME] meologit,
eigenvalues, [R] gmm, [TS] Time series, [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
[TS] arch, [TS] arfima, [TS] arima, Hanson, B. A., [R] spearman
[TS] corrgram, [TS] dfuller, [TS] estat
Hao, L., [R] qreg
aroots, [TS] fcast compute, [TS] forecast
solve, [TS] irf, [TS] irf create, [TS] mswitch, Harabasz, J., [MV] cluster, [MV] cluster stop
[TS] mswitch postestimation, [TS] pergram, Haramoto, H., [FN] Random-number functions,
[TS] pperron, [TS] psdensity, [TS] sspace, [R] set rngstream
[TS] sspace postestimation, [TS] tsfilter, Haran, M., [BAYES] bayesstats summary
[TS] ucm, [TS] var intro, [TS] var, [TS] var Harberger, A. C., [R] demandsys postestimation
svar, [TS] vargranger, [TS] varnorm, Harbord, R. M., [ME] melogit, [ME] meoprobit,
[TS] varsoc, [TS] varstable, [TS] varwle, [META] Intro, [META] Intro, [META] meta,
[TS] vec intro, [TS] vec, [TS] vecnorm, [META] meta forestplot, [META] meta regress,
[TS] vecrank, [TS] vecstable, [TS] xcorr, [META] meta funnelplot, [META] meta
[TS] Glossary bias, [META] meta mvregress, [R] roccomp,
Hamilton, L. C., [G-1] Graph intro, [MV] factor, [R] roctab
[MV] screeplot, [R] ladder, [R] lv, [R] regress, Harden, J. J., [R] zinb, [R] zip
88 Author index
Hardin, J. W., [G-1] Graph intro, [ME] meglm [TS] tsfilter hp, [TS] tssmooth hwinters,
postestimation, [R] estat ic, [R] glm, [R] glm [TS] ucm, [TS] var svar
postestimation, [R] lroc, [R] nbreg, [R] poisson, Harville, D. A., [ME] meglm, [ME] mixed, [R] estat ic
[R] ranksum, [R] signrank, [R] tnbreg, Hasebe, T., [CAUSAL] etpoisson, [ERM] eprobit
[R] tpoisson, [R] zinb, [R] zip, [XT] xtgee, Hassell, J. F., [ST] sts
[XT] xtpoisson Hassink, W. H. J., [MV] cluster
Hardouin, J.-B., [IRT] irt, [IRT] irt pcm Hassler, U., [TS] irf create
Hardy, R. J., [ADAPT] gs, [ADAPT] gsdesign, Hastie, T. J., [BMA] bmastats lps, [LASSO] Lasso
[ADAPT] gsdesign twoproportions, intro, [LASSO] elasticnet, [LASSO] lasso,
[META] Intro, [META] meta esize, [LASSO] lassogof, [LASSO] lassoknots,
[META] meta set, [META] meta summarize, [LASSO] lasso options, [LASSO] sqrtlasso,
[META] meta regress [M-5] LinearProgram( ), [MV] discrim knn,
Harel, O., [MI] mi estimate [R] grmeanby, [R] slogit
Hargreaves, J., [PSS-2] power Hastings, W. K., [BAYES] Intro, [BAYES] bayesmh
Haritou, A., [R] suest Hastorf, A. H., [R] Epitab
Harkness, J., [R] ivprobit, [R] ivtobit Hauck, W. W., [R] pkequiv, [XT] xtcloglog,
Harley, J. B., [PSS-2] power cox [XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Harman, H. H., [MV] factor, [MV] factor [XT] xtprobit
postestimation, [MV] rotate, [MV] rotatemat Hauser, M. A., [TS] arfima
Harrell, F. E., Jr., [R] makespline, [R] ologit, Hausman, J. A., [CM] Intro 6, [CM] cmrologit,
[ST] stcox postestimation [CM] nlogit, [M-5] optimize( ), [ME] me,
Harring, J. R., [ME] menl [R] glm, [R] hausman, [R] ivregress
Harrington, D. P., [ST] stcox, [ST] sts test postestimation, [R] suest, [SEM] estat
Harris, E. K., [MV] discrim, [MV] discrim logistic residuals, [SEM] Methods and formulas for
Harris, J. E., [META] meta regress sem, [TS] arch, [TS] arima, [XT] xthtaylor,
Harris, M. N., [R] zioprobit [XT] xtnbreg, [XT] xtpoisson, [XT] xtreg
Harris, R. D. F., [XT] xtunitroot postestimation
Harris, R. J., [META] Intro, [META] meta, Hawkins, C. M., [PSS-2] power repeated
[META] meta forestplot, [META] meta bias, Hawkins, D. F., [SP] estat moran, [SP] spregress,
[MV] canon postestimation [SP] spxtregress
Harris, R. L., [R] QC Hay, D. C., [META] Intro
Harris, S. C., [ME] menl Hayashi, F., [R] gmm, [R] ivpoisson, [R] ivregress,
Harris, T., [R] nbreg, [R] poisson, [R] qreg, [R] ivregress postestimation
[R] ranksum, [R] signrank, [R] zinb Hayes, R. J., [PSS-2] power, [R] permute, [R] prtest
Harrison, D. A., [D] list, [G-2] graph twoway Hayes, T. L., [META] Intro
histogram, [PSS-2] Intro (power), Hays, R. D., [IRT] irt, [R] lincom, [R] mlogit,
[R] histogram, [R] tabulate oneway, [R] mprobit, [R] mprobit postestimation,
[R] tabulate twoway [R] predictnl, [R] slogit
Harrison, J., [BAYES] Intro Hays, W. L., [R] esize
Harrison, J. A., [R] dstdize Hayter, A. J., [ERM] eprobit, [M-5] mvnormal( )
Harrison, J. M., [ST] stcrreg Haywood, P., [META] meta data
Harrison, L. H., [D] icd10 He, X., [ST] stcox PH-assumption tests
Hart, A. A. M., [LASSO] lasso 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,
Hartig, F., [BMA] Intro [MV] pca, [PSS-2] power twomeans,
[PSS-2] power oneway, [PSS-2] power twoway,
Hartigan, J. A., [G-2] graph matrix, [MV] cluster
[R] anova, [R] dstdize, [R] oneway
dendrogram
Heblich, S., [R] ivregress
Hartley, H. O., [MI] Intro substantive, [MI] mi impute
Heckman, J. J., [CAUSAL] Intro, [CAUSAL] etregress,
Hartmann, D. P., [R] icc
[CAUSAL] stteffects intro, [CAUSAL] teffects
Hartung, J., [META] Intro, [META] meta summarize, intro advanced, [ERM] eintreg,
[META] meta regress, [META] meta bias, [ERM] eoprobit, [ERM] eprobit,
[META] meta mvregress [ERM] eregress, [R] biprobit, [R] heckman,
Hartzel, J., [XT] xtmlogit [R] heckman postestimation, [R] heckoprobit,
Harvey, A. C., [R] hetoprobit, [R] hetprobit, [R] heckprobit, [SEM] Example 45g,
[R] hetregress, [TS] arch, [TS] arima, [XT] xtheckman
[TS] prais, [TS] psdensity, [TS] sspace, Hedeker, D., [ME] me, [ME] meglm
[TS] sspace postestimation, [TS] tsfilter, Hédelin, G., [ST] sts
Author index 89
Hedges, L. V., [META] Intro, [META] meta, Heston, A., [XT] xtunitroot
[META] meta data, [META] meta esize, Hetherington, J., [META] Intro
[META] meta set, [META] meta summarize, Heyde, C. C., [U] 1.4 References
[META] meta regress, [META] meta mvregress, Heyman, R. B., [META] meta mvregress
[META] Glossary, [R] esize Hickam, D. H., [R] brier
Hedley, D., [ST] stcrreg, [ST] stcrreg postestimation Hicks, R., [CAUSAL] mediate
Heeringa, S. G., [SVY] Survey, [SVY] Subpopulation Higbee, K. T., [D] clonevar, [D] ds
estimation
Higdon, D., [BAYES] Intro
Heidelberger, P., [BAYES] Intro
Higgins, J. E., [R] anova
Heien, D., [R] demandsys
Higgins, J. P. T., [META] Intro, [META] Intro,
Heine, R. P., [ADAPT] gsdesign twoproportions [META] meta, [META] meta esize,
Heinecke, K., [P] matrix mkmat [META] meta set, [META] meta forestplot,
Heinonen, O. P., [R] Epitab [META] meta summarize, [META] meta
Heiss, F., [CM] nlogit galbraithplot, [META] meta labbeplot,
Heitjan, D. F., [MI] Intro substantive, [MI] mi impute [META] meta regress, [META] estat bubbleplot,
Heller, G., [ST] stcox postestimation [META] meta funnelplot, [META] meta
Hemming, K., [PSS-2] Intro (power) bias, [META] meta trimfill, [META] meta
Hempel, S., [R] Epitab mvregress, [META] estat heterogeneity (mv),
Henderson, B. E., [R] symmetry [META] Glossary
Henderson, C. R., [ME] me, [ME] mixed Higgins, M. L., [TS] arch
Henderson, D. J., [R] npregress kernel Higgs, M. D., [BMA] Intro, [BMA] bmaregress
Henderson, M. J., [SVY] Calibration Hilbe, J. M., [FN] Random-number
functions, [ME] meglm postestimation,
Hendrickson, A. E., [MV] rotate, [MV] rotatemat,
[MV] measure option, [R] cloglog, [R] estat
[MV] Glossary
ic, [R] glm, [R] glm postestimation, [R] logistic,
Hennevogl, W., [ME] me [R] logit, [R] lroc, [R] nbreg, [R] poisson,
Henry-Amar, M., [ST] ltable [R] simulate, [R] tnbreg, [R] tpoisson, [R] zinb,
Hensher, D. A., [CM] nlogit, [R] zioprobit [XT] xtgee, [XT] xtpoisson
Hensley, M. J., [META] meta data Hilbert, D., [M-5] Hilbert( )
Henze, N., [MV] mvtest, [MV] mvtest normality Hildreth, C., [TS] prais
Heo, M., [PSS-2] power onemean, cluster, Hilferty, M. M., [MV] mvtest normality
[PSS-2] power twomeans, cluster, Hilgard, E. R., [R] Epitab
[PSS-2] power oneproportion, cluster, Hill, A. B., [R] Epitab, [R] poisson
[PSS-2] power twoproportions, cluster,
Hill, D. W., Jr., [R] zioprobit
[R] prtest, [R] ztest
Hill, I. D., [R] ranksum
Hermite, C., [M-5] issymmetric( )
Hill, J., [ME] me
Hernán, M. A., [CAUSAL] Intro
Hill, R. C., [R] cnsreg, [R] estat ic, [R] heckman,
Hernández-Alava, M., [FMM] fmm: betareg,
[R] hetregress, [R] ivregress, [R] ivregress
[R] betareg, [R] biprobit, [R] churdle,
postestimation, [R] logit, [R] probit,
[R] fracreg, [R] truncreg
[R] regress, [R] regress postestimation, [R] test,
Herr, J. L., [CAUSAL] teffects intro advanced, [TS] arch, [TS] prais, [XT] xtgls, [XT] xtpcse,
[CAUSAL] teffects nnmatch [XT] xtrc, [XT] xtreg
Herrero, F. J., [ME] mixed Hill, R. P., [ST] stcrreg, [ST] stcrreg postestimation
Herrin, J., [U] 18.14 References Hill, W. G., [R] Epitab
Herriot, J. G., [M-5] spline3( ) Hills, M., [D] egen, [R] Epitab, [R] Epitab,
Hertz, S., [ST] stsplit [ST] stmc, [ST] stmh, [ST] stptime, [ST] strate,
Herwartz, H., [XT] xtcointtest, [XT] xtgls [ST] stsplit, [ST] sttocc
Herzberg, A. M., [MV] discrim lda postestimation, Hills, S. E., [BAYES] Intro, [BAYES] bayesmh
[MV] discrim qda, [MV] discrim Hinchliffe, S. R., [ST] stcox, [ST] stcrreg
qda postestimation, [MV] manova, Hines, J. R., [R] demandsys postestimation
[SEM] Example 52g
Hinkley, D. V., [R] bootstrap
Herzog, H., [CAUSAL] xthdidregress
Hipel, K. W., [TS] arima, [TS] ucm
Hess, K. R., [ST] stcox PH-assumption tests,
Hirano, K., [CAUSAL] stteffects intro,
[ST] stintcox PH-assumption plots, [ST] sts
[CAUSAL] stteffects ipw, [CAUSAL] stteffects
graph
ipwra, [CAUSAL] teffects intro advanced
Heß, S., [CAUSAL] teffects intro, [CAUSAL] teffects
Hirji, K. F., [R] exlogistic, [R] expoisson
intro advanced
Hirukawa, M., [R] regress
Hesse, L. O., [M-5] moptimize( )
Hitt, M. P., [TS] Time series, [TS] arima,
Hessenberg, K. A., [M-5] hessenbergd( )
[TS] forecast, [TS] irf, [TS] var, [TS] vec
90 Author index
Huang, G., [R] frontier Huq, N. M., [BAYES] bayesmh, [ME] me,
Huang, J., [ST] stintcox, [ST] stintreg [ME] meglm, [ME] melogit, [ME] meprobit
Huang, X., [M-5] LinearProgram( ) Hurd, M., [R] intreg, [R] tobit
Huang, Z., [ADAPT] gsdesign logrank Hurley, J. R., [MV] procrustes
Hubálek, Z., [MV] measure option Hurn, S., [SP] spmatrix, [SP] spregress, [TS] Time
Hubben, G. A. A., [R] betareg series, [TS] arch, [TS] arfima, [TS] arima,
Huber, C., [BAYES] bayesmh, [BAYES] bayesgraph, [TS] dfgls, [TS] dfuller, [TS] forecast,
[BAYES] bayestest interval, [TS] mgarch, [TS] mswitch, [TS] pperron,
[CAUSAL] mediate, [CAUSAL] teffects [TS] sspace, [TS] threshold, [TS] ucm,
intro, [CAUSAL] teffects aipw, [TS] var, [TS] var svar, [TS] vargranger,
[CAUSAL] teffects ipw, [CAUSAL] teffects [TS] vec
ipwra, [CAUSAL] teffects nnmatch, Hurst, H. E., [TS] arfima
[CAUSAL] teffects psmatch, [CAUSAL] teffects Hurvich, C. M., [R] estat ic, [R] IC note,
ra, [D] by, [D] drawnorm, [D] egen, [R] npregress intro, [R] npregress kernel
[D] expand, [D] frames intro, [D] reshape, Hussey, J. R., [R] nbreg, [R] poisson
[D] shell, [FN] Random-number functions, Hutto, C., [R] exlogistic
[G-2] graph export, [G-2] graph twoway, Huynh, H., [PSS-2] power repeated, [R] anova
[ME] mixed, [P] forvalues, [P] PyStata Hwang, I. K., [ADAPT] GSD intro, [ADAPT] gs,
integration, [PSS-2] Intro (power), [ADAPT] gsbounds, [ADAPT] gsdesign,
[PSS-2] power, [PSS-2] power usermethod, [ADAPT] gsdesign onemean, [ADAPT] gsdesign
[PSS-3] ciwidth usermethod, [R] anova, twomeans, [ADAPT] gsdesign oneproportion,
[R] bootstrap, [R] esize, [R] predict, [R] regress [ADAPT] gsdesign twoproportions,
postestimation, [R] table intro, [R] table [ADAPT] gsdesign logrank, [ADAPT] gsdesign
twoway, [R] table summary, [R] table usermethod
regression, [R] ttest, [RPT] putdocx collect,
[RPT] putexcel, [RPT] putexcel advanced,
[RPT] putpdf collect, [SEM] Builder, I
[SEM] Builder, generalized, [TABLES] collect Iaria, A., [XT] xtmlogit
dims, [TABLES] collect label, [TABLES] collect
Ibeling, D., [CAUSAL] Intro
levelsof, [TABLES] collect recode,
[TABLES] collect layout, [TABLES] collect Ibrahim, J. G., [BAYES] Intro
style cell, [TABLES] collect style Icard, T., [CAUSAL] Intro
putdocx, [TABLES] collect style putpdf, Ickstadt, K., [BAYES] Intro
[TABLES] collect style row, [TABLES] collect Iglewicz, B., [R] lv
style showbase Ikebe, Y., [P] matrix symeigen
Huber, J. C., Jr., [R] reri Ikeda, K., [ADAPT] gsdesign logrank
Huber, P. J., [D] egen, [P] robust, [R] qreg, [R] rreg, Ilardi, G., [M-5] LinearProgram( ), [R] frontier,
[R] suest, [U] 20.26 References [XT] xtfrontier
Hubert, P., [BAYES] Intro Im, K. S., [XT] xtunitroot
Huberty, C. J., [MV] candisc, [MV] discrim, Imai, K., [CAUSAL] mediate, [CAUSAL] tebalance,
[MV] discrim estat, [MV] discrim lda, [CAUSAL] tebalance overid
[MV] discrim lda postestimation, [MV] discrim Imbens, G. W., [CAUSAL] Intro, [CAUSAL] DID
qda intro, [CAUSAL] didregress,
Hubrich, K., [TS] vec intro, [TS] vecrank [CAUSAL] mediate, [CAUSAL] stteffects intro,
Hudgens, M. G., [ST] stintcox [CAUSAL] stteffects ipw, [CAUSAL] stteffects
Hughes, G., [SP] Intro ipwra, [CAUSAL] stteffects postestimation,
Hughes, J. B., [MV] manova [CAUSAL] stteffects ra, [CAUSAL] stteffects
Hughes, R. A., [XT] xtreg wra, [CAUSAL] teffects intro advanced,
[CAUSAL] teffects multivalued,
Huismans, J., [R] oprobit
[CAUSAL] teffects nnmatch,
Hujoel, P. P., [PSS-2] power oneproportion, cluster, [CAUSAL] teffects psmatch, [ERM] Intro 7,
[R] prtest [ERM] eoprobit postestimation, [ERM] eprobit
Hull, D. L., [MV] cluster dendrogram postestimation, [ERM] eregress postestimation,
Humer, S., [BMA] bmastats jointness [R] regress
Hünermund, P., [CAUSAL] Intro Ioannidis, J. P. A., [META] Intro, [META] meta
Hunter, D. R., [R] qreg funnelplot, [META] meta bias
Hunter, J. E., [META] Intro, [META] meta esize, Irish, M., [R] demandsys
[META] meta set, [META] meta summarize, Irwig, L., [META] meta regress
[META] meta regress Irwin, J. O., [PSS-2] power twoproportions
Huq, M. I., [R] Epitab Isaacs, D., [R] fp
Ishiguro, M., [R] IC note
92 Author index
Katz, J. N., [XT] xtgls, [XT] xtpcse Kilian, L., [TS] forecast solve, [TS] lpirf, [TS] lpirf
Kaufman, J., [D] ds postestimation
Kaufman, L., [MV] cluster, [MV] clustermat, Kim, A., [P] PyStata integration
[MV] matrix dissimilarity, Kim, C.-J., [TS] mswitch, [TS] mswitch postestimation
[MV] measure option, [P] matrix dissimilarity Kim, D., [R] lpoly, [R] makespline, [R] npregress
Kaufman, R. L., [U] 20.26 References kernel, [R] npregress series
Keahey, L., [ADAPT] gsdesign twomeans Kim, H.-J., [TS] estat sbsingle
Keane, M. P., [CM] cmmprobit, [XT] xtdpd, Kim, I.-M., [TS] vec intro, [TS] vec, [TS] vecrank
[XT] xtdpdsys Kim, J., [LASSO] lasso examples
Keele, L., [CAUSAL] mediate Kim, J. J., [R] esize, [R] regress postestimation
Keeler, E. B., [R] brier Kim, J. O., [MV] factor
Keiding, N., [ST] stcrreg, [ST] stsplit Kim, K., [ADAPT] GSD intro, [ADAPT] gs,
Keil, P., [BMA] Intro [ADAPT] gsbounds, [ADAPT] gsdesign,
Kelejian, H. H., [SP] Intro, [SP] Intro 8, [SP] estat [ADAPT] gsdesign onemean, [ADAPT] gsdesign
moran, [SP] spivregress, [SP] spivregress twomeans, [ADAPT] gsdesign oneproportion,
postestimation, [SP] spregress, [SP] spregress [ADAPT] gsdesign twoproportions,
postestimation, [SP] spxtregress [ADAPT] gsdesign logrank, [ADAPT] gsdesign
Kelley, K., [R] esize, [R] regress postestimation usermethod
Kelley, K. E., [R] reri Kim, S., [BAYES] Intro, [TS] threshold,
Kelley, M. E., [R] ziologit, [R] ziologit postestimation, [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys
[R] zioprobit Kim, S.-H., [IRT] irt, [IRT] irt nrm
Kelly, S., [IRT] irt Kim, W., [R] gmm
Kemp, A. W., [FN] Random-number functions, Kim, Y. J., [TS] lpirf, [TS] lpirf postestimation
[R] nbreg, [R] poisson Kim, Y.-J., [TS] threshold, [XT] xtabond, [XT] xtdpd,
Kemp, C. D., [FN] Random-number functions [XT] xtdpdsys
Kempthorne, P. J., [R] regress postestimation Kimber, A. C., [ST] streg
Kendall, D. G., [MV] mds Kimbrough, J. W., [MV] discrim knn
Kendall, M. G., [MV] measure option, [R] centile, Kinderman, A. J., [FN] Random-number functions
[R] spearman, [R] tabulate twoway King, A. A., [M-2] Intro
Kennedy, W. J., Jr., [P] robust, [R] anova, [R] nl, King, J., [IRT] irt
[R] regress, [R] stepwise, [SVY] svy: tabulate King, M., [R] mlexp
twoway King, M. L., [TS] prais
Kenny, D. A., [CAUSAL] mediate, [SEM] Intro 4, King, R. G., [DSGE] Intro 3b, [DSGE] Intro 3e,
[SEM] Example 42g [DSGE] Intro 3f, [TS] tsfilter, [TS] tsfilter bk,
Kent, J. T., [MI] mi impute mvn, [MV] discrim, [TS] tsfilter cf, [TS] tsfilter hp, [TS] vecrank
[MV] discrim lda, [MV] factor, [MV] manova, Kinmonth, A. L., [R] ztest
[MV] matrix dissimilarity, [MV] mds, Kirk, R. E., [R] esize, [R] regress postestimation
[MV] mds postestimation, [MV] mdslong, Kirkwood, B. R., [R] dstdize, [R] summarize
[MV] mdsmat, [MV] mvtest, [MV] mvtest Kish, L., [P] robust, [R] loneway, [SVY] Survey,
means, [MV] mvtest normality, [MV] pca, [SVY] estat, [SVY] Variance estimation,
[MV] procrustes, [P] matrix dissimilarity, [U] 20.26 References
[P] robust, [U] 20.26 References
Kitagawa, G., [R] IC note
Kenward, M. G., [ME] mixed, [ME] Glossary,
Kiviet, J. F., [XT] xtabond
[MI] Intro substantive, [MI] mi impute,
[XT] xtreg Klar, J., [R] estat gof
Kerlinger, F. N., [R] esize, [R] regress postestimation Klecka, W. R., [MV] discrim, [MV] discrim lda
Keselman, H. J., [R] esize Kleiber, C., [R] Inequality
Keshk, O. M. G., [ERM] eregress Klein, D., [D] label, [R] kappa
Kettenring, J. R., [R] Diagnostic plots Klein, J. P., [PSS-2] power cox, [ST] estat gofplot,
[ST] stci, [ST] stcox, [ST] stcox postestimation,
Keynes, J. M., [R] ameans
[ST] stcrreg, [ST] streg, [ST] sts, [ST] sts
Khan, M. R., [R] Epitab graph, [ST] sts test
Khan, S., [R] hetprobit Klein, L. R., [R] reg3, [R] reg3 postestimation,
Khanti-Akom, S., [XT] xthtaylor [R] regress postestimation time series,
Khare, M., [MI] Intro substantive, [MI] Intro [TS] forecast, [TS] forecast adjust, [TS] forecast
substantive describe, [TS] forecast estimates, [TS] forecast
Khuri, A. I., [ME] mixed list, [TS] forecast solve
Kicinski, M., [META] Intro Klein, M., [R] binreg, [R] logistic
Kiernan, M., [R] kappa Klein, P., [DSGE] Intro 3f, [DSGE] Intro 5,
Kieser, M., [PSS-2] Intro (power) [DSGE] dsge, [DSGE] estat stable
Author index 95
Kleinbaum, D. G., [R] binreg, [R] Epitab, [R] logistic Koop, G., [BAYES] bayesstats ppvalues, [BMA] Intro
Kleiner, B., [G-2] graph box, [G-2] graph matrix, Koopman, S. J., [R] regress postestimation time series,
[G-3] by option, [R] Diagnostic plots, [TS] ucm
[R] lowess, [U] 1.4 References Koopmans, T. C., [M-5] LinearProgram( ),
Kleinman, K. P., [MI] Intro substantive [R] ivregress
Klema, V. C., [P] matrix symeigen Koplenig, A., [FN] String functions
Klevens, R. M., [D] icd10 Korin, B. P., [MV] mvtest
Kline, R. B., [META] meta esize, [R] esize, Korn, E. L., [ME] mixed, [PSS-2] power trend,
[R] regress postestimation, [SEM] Intro 4, [R] margins, [R] ml, [R] test, [SVY] Survey,
[SEM] Example 3, [SEM] Example 4, [SVY] Direct standardization, [SVY] estat,
[SEM] Example 5 [SVY] svy, [SVY] svy estimation, [SVY] svy
Klungel, O. H., [R] reri postestimation, [SVY] svy: tabulate twoway,
Kluve, J., [META] Intro [SVY] Variance estimation
Kmenta, J., [R] demandsys, [R] eivreg, [R] ivregress, Kottke, T. E., [META] meta mvregress
[TS] arch, [TS] prais, [TS] rolling, [XT] xtpcse Kotz, S., [CM] nlogit, [FN] Statistical functions,
Knapp, G., [META] Intro, [META] meta esize, [R] Inequality, [R] ksmirnov, [R] nbreg,
[META] meta set, [META] meta summarize, [R] poisson, [U] 1.4 References
[META] meta regress, [META] meta bias, Kotzé, P. C. J., [BMA] bmastats lps
[META] meta mvregress Kowalski, A., [R] intreg, [R] ivqregress, [R] qreg,
Knechel, W. R., [META] Intro [R] tobit
Knol, M. J., [R] reri Kozbur, D., [LASSO] Lasso intro
Knook, D. L., [MI] Intro substantive, [MI] mi impute, Krakauer, H., [ST] ltable
[MI] mi impute chained, [MI] mi impute Krakovsky, M., [META] Intro
monotone Kraljevic, S., [ADAPT] gsdesign logrank
Knox Lovell, C. A., [M-5] LinearProgram( ) Krall, J. M., [PSS-2] power cox
Knuth, D. E., [FN] Random-number functions Kramer, C. Y., [MV] mvtest, [MV] mvtest means,
Koch, B., [CAUSAL] telasso [R] pwcompare
Koch, G. G., [R] anova, [R] kappa, [R] vwls, Krämer, W., [TS] estat sbcusum
[SVY] svy: tabulate twoway Krauss, N., [SVY] estat, [SVY] Subpopulation
Koebel, C. T., [R] zioprobit estimation, [SVY] svy bootstrap, [SVY] svy
Koehler, A. B., [TS] tssmooth, [TS] tssmooth estimation
dexponential, [TS] tssmooth exponential, Kreidberg, M. B., [R] Epitab
[TS] tssmooth hwinters, [TS] tssmooth Kreuter, F., [R] estat classification, [R] kdensity,
shwinters [R] regress, [R] regress postestimation,
Koehler, K. J., [R] Diagnostic plots [R] regress postestimation diagnostic plots,
Koenker, R., [M-5] LinearProgram( ), [R] ivqregress, [SVY] Survey
[R] qreg, [R] regress postestimation Kreutzmann, A.-K., [ME] mixed
Kohberger, R., [R] prtest Kripfganz, S., [R] ivregress, [XT] xtabond,
Kohler, U., [D] egen, [D] input, [G-2] graph twoway [XT] xtdpd, [XT] xtdpdsys
rbar, [MV] biplot, [R] estat classification, Krishnaiah, P. R., [MV] mvtest
[R] kdensity, [R] regress, [R] regress Krishnamoorthy, K., [MV] mvtest, [MV] mvtest
postestimation, [R] regress postestimation means, [PSS-2] power oneproportion
diagnostic plots Kroeber, A. L., [MV] measure option
Kohn, R. J., [BAYES] Intro, [BAYES] bayesmh, Krolzig, H.-M., [TS] mswitch
[TS] arima Kronecker, L., [M-2] op kronecker
Kokoszka, P., [TS] irf create Kroner, K. F., [TS] arch
Kolenikov, S., [M-5] halton( ), [MV] factor, [SVY] svy Kronmal, R. A., [BMA] Intro
bootstrap, [SVY] Variance estimation Krull, J. L., [SEM] Example 42g
Kolesár, M., [CAUSAL] DID intro, Krus, D. J., [MV] canon postestimation
[CAUSAL] didregress, [R] regress
Krushelnytskyy, B., [R] Inequality
Kolev, G. I., [P] scalar, [U] 11.7 References
Kruskal, J. B., [MV] mds, [MV] mds postestimation,
Kolmogorov, A. N., [R] ksmirnov [MV] mdslong, [MV] mdsmat, [MV] Glossary
Komov, D., [ADAPT] gsdesign logrank Kruskal, W. H., [R] kwallis, [R] ranksum,
Kondratek, B., [IRT] irt [R] spearman, [R] tabulate twoway
Konstantopoulos, S., [META] Intro, [META] meta Kshirsagar, A. M., [MV] discrim lda, [MV] pca
regress, [META] meta meregress, [META] meta Kuang, M., [ADAPT] gsdesign logrank
multilevel
Kublanovskaya, V. N., [M-5] qrd( )
Kontopantelis, E., [META] Intro, [META] meta,
Kudo, M., [ADAPT] gsdesign logrank
[META] meta summarize
96 Author index
Kuehl, R. O., [BAYES] Bayesian commands, [ME] me, Lakatos, E., [PSS-2] power exponential, [PSS-2] power
[R] icc, [R] oneway logrank
Kuersteiner, G. M., [SP] spxtregress Lal, R., [FN] Random-number functions
Kugler, K. C., [FMM] Example 3 Lalanne, C., [R] anova, [R] logistic
Kuh, E., [R] regress postestimation, [R] regress Lalive, R., [SP] spregress
postestimation diagnostic plots, Lambert, D., [R] ziologit, [R] zioprobit, [R] zip
[U] 18.14 References Lambert, P. C., [FMM] Example 4, [META] meta
Kulczyński, S., [MV] measure option data, [META] meta esize, [META] meta
Kumar, G., [R] prtest mvregress, [PSS-2] Intro (power), [R] poisson,
Kumbhakar, S. C., [R] frontier, [R] frontier [ST] Survival analysis, [ST] stcox, [ST] stcrreg,
postestimation, [XT] xtfrontier [ST] stptime, [ST] streg
Kung, D. S., [R] qreg LaMotte, L. R., [ME] me, [ME] meglm, [ME] mixed
Künsch, H. R., [U] 20.26 References Lan, K. K. G., [ADAPT] GSD intro, [ADAPT] gs,
Kunz, C. U., [PSS-2] Intro (power) [ADAPT] gsbounds, [ADAPT] gsdesign,
Künzel, S. R., [CAUSAL] Intro [ADAPT] gsdesign onemean, [ADAPT] gsdesign
Kupelnick, B., [META] Intro, [META] meta, twomeans, [ADAPT] gsdesign oneproportion,
[META] meta summarize [ADAPT] gsdesign twoproportions,
[ADAPT] gsdesign logrank, [ADAPT] gsdesign
Kupper, L. L., [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
usermethod, [PSS-2] power exponential,
onemean, [PSS-3] ciwidth twomeans,
[PSS-2] power logrank
[PSS-3] ciwidth onevariance, [R] Epitab
Lancaster, T., [XT] xtmlogit
Kuriki, S., [ERM] eprobit, [M-5] mvnormal( )
Lance, G. N., [MV] cluster
Kurth, K. H., [META] meta mvregress
Landau, S., [MV] cluster, [MV] cluster stop
Kuss, O., [META] Intro, [META] meta esize,
[META] meta set, [META] meta summarize Landesman Ramey, S., [PSS-2] power repeated
Kutner, M. H., [PSS-2] power oneway, [R] pkcross, Landis, J. R., [R] kappa
[R] pkequiv, [R] pkshape, [R] regress, Lando, H. A., [META] meta mvregress
[R] regress postestimation Lane, M. A., [SVY] Survey, [SVY] svy estimation
Kwiatkowski, D., [XT] xtunitroot Lane, P. W., [CAUSAL] teffects intro advanced,
Kyriazidou, E., [XT] xtheckman [R] margins
Lane-Claypon, J. E., [R] Epitab
Lang, K., [CAUSAL] DID intro,
L [CAUSAL] didregress, [XT] xtdidregress
Langan, D., [META] Intro, [META] meta esize,
L’Abbé, K. A., [META] meta labbeplot [META] meta set, [META] meta summarize
L’Ecuyer, P., [FN] Random-number functions, [R] set Lange, K., [R] qreg
rngstream
Lange, S. M., [ST] stcrreg
Lacchetti, C., [ADAPT] gsdesign twoproportions
Langford, I. H., [ME] menbreg, [ME] mepoisson,
Lachenbruch, P. A., [MV] discrim, [MV] discrim estat, [SEM] Example 39g
[MV] discrim lda, [R] Diagnostic plots
Langholz, B., [ST] sttocc
Lachin, J. M., [PSS-2] Intro (power), [PSS-2] power,
Langlois, P. H., [R] reri
[PSS-2] power pairedproportions,
Lanza, S. T., [FMM] Example 3
[PSS-2] power onecorrelation, [PSS-2] power
cmh, [PSS-2] power trend, [PSS-2] power cox, Laplace, P.-S., [R] regress
[PSS-2] power exponential Larcker, D. F., [CAUSAL] didregress postestimation
Lacy, M. G., [R] ologit, [R] oprobit, [R] permute LaRosa, J., [PSS-2] power repeated
Laevens, H., [ME] meintreg Larrimore, J., [MI] Intro substantive
Lafontaine, F., [R] boxcox Larsen, W. A., [R] regress postestimation diagnostic
Lagakos, S. W., [ST] stintreg, [ST] stintreg plots
postestimation Lasch, F., [ADAPT] gsdesign onemean,
Lahiri, K., [R] tobit, [XT] xtgls [ADAPT] gsdesign oneproportion
Lahoz-Monfort, J. J., [BMA] Intro Lash, T. L., [R] ci, [R] Epitab, [R] poisson, [R] reri
Lai, K. S., [TS] dfgls Latouche, A., [ST] stcrreg
Lai, S., [R] exlogistic Lau, J., [META] Intro, [META] meta, [META] meta
summarize, [META] meta funnelplot,
Laird, N. M., [ME] me, [ME] meglm, [ME] melogit,
[META] meta bias
[ME] meoprobit, [ME] mepoisson,
[ME] mestreg, [ME] mixed, [META] Intro, Lau, L. J., [R] demandsys
[META] meta esize, [META] meta set, Laub, P. J., [XT] xtdpd
[META] meta summarize, [META] Glossary, Laurent, S., [TS] mgarch
[MI] Intro substantive, [MI] mi impute mvn, Lauritsen, J. M., [D] labelbook
[R] expoisson
Author index 97
Lewis, J., [META] meta esize, [META] meta Lim, G. C., [R] cnsreg, [R] hetregress, [R] regress,
summarize [R] regress postestimation, [TS] arch
Lewis, J. A., [META] Intro, [META] meta forestplot Lima, M., [MV] cluster dendrogram
Lewis, J. D., [R] fp Lin, B.-H., [R] demandsys
Lewis, S., [META] meta forestplot Lin, C.-F., [XT] xtcointtest, [XT] xtunitroot
Lewis, S. M., [BAYES] Intro, [BAYES] bayesstats ic Lin, D. Y., [CAUSAL] stteffects ipwra, [P] robust,
Lexis, W. H., [ST] stsplit [ST] stcox, [ST] stcrreg, [ST] stintcox,
Ley, E., [BMA] Intro, [BMA] bmaregress, [SVY] svy estimation, [U] 20.26 References
[BMA] bmagraph msize, [BMA] bmastats Lin, X., [ME] me, [ME] meglm, [ME] melogit,
jointness, [BMA] bmastats lps, [ME] menl, [ME] meoprobit, [ME] mepoisson,
[BMA] bmastats msize [ME] mestreg, [SP] spregress
Leyland, A. H., [ME] mepoisson, [ME] mestreg Lincoff, G. H., [MV] discrim knn
Li, C., [MI] Intro substantive, [SEM] Intro 4 Lindelow, M., [SVY] svy estimation, [SVY] svyset
Li, F., [ADAPT] gsdesign logrank, [MI] Intro Linden, A., [CAUSAL] mediate, [CAUSAL] teffects
substantive, [PSS-2] power, [PSS-2] power intro, [META] Intro, [R] Epitab, [TS] estat
onemean, cluster, [PSS-2] power twomeans, sbknown, [TS] mswitch, [TS] threshold
cluster, [PSS-2] power oneproportion, cluster, Lindgren, B. R., [PSS-2] power logrank, cluster
[PSS-2] power twoproportions, cluster, Lindley, D. V., [R] ci
[PSS-2] power logrank, cluster, [R] permute, Lindor, K. D., [ST] stcrreg
[XT] xtgee Lindsay, K., [TS] Time series, [TS] arfima
Li, G., [R] rreg Lindsey, C., [D] drawnorm, [R] boxcox, [R] gmm,
Li, J., [ADAPT] gsdesign logrank, [R] npregress [R] gmm postestimation, [R] lowess,
series, [SP] spxtregress, [ST] stintcox, [R] margins, [R] marginsplot, [R] mlexp,
[ST] stintreg, [TS] arima, [XT] xtdpd [R] nestreg, [R] regress postestimation,
Li, K.-H., [MI] Intro substantive, [MI] mi estimate, [R] regress postestimation diagnostic plots,
[MI] mi impute mvn, [MI] mi test [R] stepwise, [SEM] gsem
Li, L., [R] frontier, [XT] xtfrontier Lindsey, J. C., [ST] stintcox, [ST] stintreg
Li, M., [BMA] Intro Lindsey, J. K., [ST] stintcox, [ST] stintreg
Li, N., [MI] Intro substantive Lindstrom, M. J., [ME] me, [ME] menl,
Li, Q., [R] makespline, [R] npregress intro, [ME] Glossary, [XT] xtcloglog, [XT] xtgee,
[R] npregress kernel, [R] npregress series, [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
[XT] xtivreg, [XT] xtreg postestimation, [XT] xtoprobit, [XT] xtprobit, [XT] xttobit
[XT] xtregar Ling, S., [TS] mgarch
Li, R., [LASSO] lasso, [LASSO] lassoknots Lingoes, J. C., [MV] mds, [MV] mdslong,
Li, W., [PSS-2] power oneway, [R] pkcross, [MV] mdsmat
[R] pkequiv, [R] pkshape, [R] regress Linhart, J. M., [D] ds, [D] format, [M-5] mindouble( ),
Li, X., [R] npregress kernel [R] lpoly, [R] npregress kernel, [ST] sts,
Lian, Y., [R] frontier [U] 13.13 References
Liang, F., [BMA] bmaregress Linsley, E. G., [MV] cluster dendrogram
Liang, K.-Y., [BAYES] bayesmh, [ME] me, Lipset, S. M., [R] histogram
[ME] meglm, [ME] melogit, [ME] meoprobit, Lipsitz, S. R., [MI] Intro substantive
[ME] mepoisson, [ME] mestreg, [ME] mixed, Liśkiewicz, M., [CAUSAL] Intro
[META] meta meregress, [XT] xtcloglog, Littell, R. C., [ME] me
[XT] xtgee, [XT] xtlogit, [XT] xtnbreg, Litterman, R. B., [BAYES] bayes: var
[XT] xtologit, [XT] xtoprobit, [XT] xtpoisson, Little, R. J. A., [MI] Intro substantive, [MI] mi impute
[XT] xtprobit mvn, [MI] mi impute pmm
Liang, Y., [ADAPT] gsdesign logrank Little, T., [META] Intro
Liao, Z., [LASSO] lasso, [R] npregress series, Liu, C., [R] frontier
[SP] spxtregress, [TS] arima
Liu, C. Y., [PSS-2] power oneproportion,
Libois, F., [R] fp, [XT] xtreg [PSS-2] power twoproportions
Lichman, M., [BAYES] bayesmh Liu, D., [LASSO] Lasso intro, [LASSO] Lasso
Lieberman, O., [TS] mgarch inference intro, [R] regress, [SP] Intro 2,
Ligges, U., [BAYES] bayesmh [SP] spivregress postestimation, [SP] spregress
Light, R. J., [META] Intro, [META] meta, postestimation
[META] meta funnelplot Liu, H., [CAUSAL] mediate
Likert, R. A., [MV] alpha Liu, J., [ME] menl
Lilien, D. M., [TS] arch Liu, J.-P., [PSS-2] Intro (power), [R] pk, [R] pkcross,
Lilienfeld, D. E., [R] Epitab [R] pkequiv, [R] pkexamine, [R] pkshape
Author index 99
Liu, L., [SP] spxtregress Lord, F. M., [IRT] irt, [IRT] irt 2pl, [R] spearman
Liu, Q., [ME] me Lorenz, M. O., [R] Inequality
Liu, T.-P., [SVY] svy bootstrap, [SVY] Variance Lou, Y., [META] Intro
estimation Louis, T. A., [BAYES] Intro, [R] tabulate twoway
Liu, W., [ERM] eprobit, [M-5] mvnormal( ) Loutit, I., [R] QC
Liu, X., [R] ivqregress, [R] ologit, [SP] spregress Louw, B., [CAUSAL] Intro
Ljung, G. M., [TS] arfima, [TS] arima, Louzada, F., [BMA] Intro, [BMA] bmaregress
[TS] corrgram, [TS] cumsp, [TS] dfuller, Love, I., [TS] var
[TS] estat acplot, [TS] pergram, [TS] pperron, Lovelace, L., [M-2] Intro
[TS] psdensity, [TS] wntestq, [TS] xcorr Lovell, C. A. K., [R] frontier, [R] frontier
Ljungqvist, L., [DSGE] Intro 1, [DSGE] Intro 5 postestimation, [XT] xtfrontier
Lo, B., [ADAPT] gsdesign twoproportions Lovie, A. D., [R] spearman
Lo Magno, G. L., [M-5] docx*( ) Lovie, P., [R] spearman
Lo, S.-H., [ST] sts Lu, G., [META] meta mvregress
Lobbedez, T., [CAUSAL] Intro Lu, H.-M., [TS] mswitch
Localio, A. R., [META] meta esize, [META] meta Lu, J. Y., [TS] prais
summarize Lu, L., [ERM] eregress
Locke, C. S., [R] pkequiv Lu, X., [R] npregress kernel
Lockwood, J. R., [R] areg, [R] eivreg, [XT] xtreg Lucas, H. L., [R] pkcross
Loesche, W. J., [PSS-2] power oneproportion, cluster, Luce, R. D., [CM] cmrologit
[R] prtest
Luchman, J. N., [R] stepwise
Loftsgaarden, D. O., [MV] discrim knn
Luckman, B., [MV] screeplot
Lokhnygina, Y., [ADAPT] gsdesign oneproportion,
Ludden, T. M., [ME] menl
[PSS-2] Intro (power), [PSS-2] power onemean,
[PSS-2] power twomeans, [PSS-2] power Ludwig, J., [ST] stcrreg
pairedmeans, [PSS-2] power oneproportion, Luedicke, J., [CM] cmmprobit, [R] gmm
[PSS-2] power exponential, [PSS-3] Intro Lukácsy, K., [FN] Random-number functions
(ciwidth), [PSS-3] ciwidth onemean, Lukic, A. S., [ADAPT] gsdesign twomeans
[PSS-3] ciwidth twomeans Lumley, T. S., [META] Intro, [META] meta,
Lokshin, M., [R] biprobit, [R] heckman, [META] meta summarize, [MV] factor,
[R] heckoprobit, [R] heckprobit, [R] Inequality, [MV] pca, [PSS-2] power twomeans,
[R] oprobit [PSS-2] power oneway, [PSS-2] power
Long, J. S., [CM] Intro 6, [CM] cmroprobit, twoway, [R] anova, [R] dstdize, [R] oneway,
[D] codebook, [D] label, [D] notes, [R] clogit, [U] 20.26 References
[R] cloglog, [R] fracreg, [R] hetoprobit, Lund, R., [TS] arima
[R] intreg, [R] logistic, [R] logit, [R] mlogit, Luniak, M. M., [MV] biplot
[R] mprobit, [R] nbreg, [R] ologit, Lunn, M., [ST] stcrreg
[R] oprobit, [R] poisson, [R] probit, Lunt, M., [CAUSAL] teffects multivalued, [R] slogit
[R] regress postestimation, [R] regress Luque-Fernandez, M. A., [R] roc
postestimation, [R] testnl, [R] tnbreg, [R] tobit, Lurie, M. B., [MV] manova
[R] tpoisson, [R] zinb, [R] zioprobit, [R] zip, Lustig, I. J., [M-5] LinearProgram( )
[U] 12.11 References, [U] 16.5 References
Lütkepohl, H., [BAYES] bayes: var,
Longest, K. C., [R] tabulate twoway, [BAYES] bayesvarstable, [M-5] Dmatrix( ),
[U] 12.11 References [M-5] Kmatrix( ), [M-5] Lmatrix( ), [R] estat
Longley, J. D., [R] kappa ic, [R] ivregress, [R] ivregress postestimation,
Longton, G. M., [D] codebook, [R] rocfit, [R] rocreg, [R] logit, [R] probit, [R] regress postestimation,
[R] rocreg postestimation, [R] rocregplot [R] test, [TS] Time series, [TS] arch,
Loomis, J. B., [R] cpoisson [TS] dfactor, [TS] fcast compute, [TS] irf,
Lopes, H. F., [BAYES] Intro [TS] irf create, [TS] mgarch dvech, [TS] prais,
Lopez, C., [ADAPT] gsdesign logrank [TS] sspace, [TS] sspace postestimation,
Lopez, L., [TS] vargranger [TS] var intro, [TS] var, [TS] var svar,
López-de-Ullibarri, I., [R] kdensity [TS] varbasic, [TS] vargranger, [TS] varnorm,
López-Feldman, A., [R] Inequality [TS] varsoc, [TS] varstable, [TS] varwle,
López-López, J. A., [META] Intro, [META] meta [TS] vec intro, [TS] vecnorm, [TS] vecrank,
summarize, [META] meta regress [TS] vecstable, [XT] xtgls, [XT] xtpcse,
[XT] xtrc, [XT] xtreg
López-Maside, A., [TS] mswitch
Lyness, J. N., [M-5] Quadrature( )
López-Quilez, A., [TS] mswitch
Lynfield, R., [D] icd10
Lora, D., [R] rocreg, [R] rocregplot
Lyubomirsky, S., [META] Intro
100 Author index
Marden, J. I., [CM] Intro 6, [CM] cmrologit postestimation, [SVY] svy: tabulate
Mardia, K. V., [MI] mi impute mvn, [MV] discrim, oneway, [SVY] svy: tabulate twoway,
[MV] discrim lda, [MV] factor, [MV] manova, [SVY] svydescribe, [TABLES] collect addtags,
[MV] matrix dissimilarity, [MV] mds, [TABLES] collect composite, [TABLES] collect
[MV] mds postestimation, [MV] mdslong, label, [TABLES] collect notes, [TABLES] collect
[MV] mdsmat, [MV] mvtest, [MV] mvtest recode, [TABLES] collect remap,
means, [MV] mvtest normality, [MV] pca, [TABLES] collect title, [TABLES] collect use,
[MV] procrustes, [P] matrix dissimilarity [TABLES] collect layout, [TABLES] collect
Marı́n-Martı́nez, F., [META] Intro, [META] meta style column, [TABLES] collect style cons,
summarize, [META] meta regress [TABLES] collect style notes, [TABLES] collect
Marinacci, M., [BMA] Intro style row, [TABLES] collect style showbase,
Maringe, C., [R] roc [TABLES] collect style showempty,
[TABLES] collect style table, [TABLES] collect
Maris, G., [IRT] irt 3pl
style title, [TABLES] collect style use,
Mark, D. B., [ST] stcox postestimation [TABLES] Example 1, [TABLES] Example 2,
Markel, H., [R] Epitab [TABLES] Example 3, [TABLES] Example 4,
Markov, A., [BAYES] Intro [TABLES] Example 5, [TABLES] Example 6,
Markowski, C. A., [R] sdtest [TABLES] Example 7
Markowski, E. P., [R] sdtest Masten, M. A., [R] ivregress
Marks, H. M., [ST] sts Master, I. M., [R] exlogistic
Marley-Zagar, E., [PSS-2] Intro (power) Masters, G. N., [IRT] irt pcm
Marquardt, D. W., [M-5] moptimize( ), Mastrucci, M. T., [R] exlogistic
[M-5] optimize( ) Masyn, K. E., [SEM] Example 52g, [SEM] Methods
Marr, J. W., [SEM] Example 48g, [ST] stsplit and formulas for gsem
Marsaglia, G., [FN] Random-number functions Matechou, E., [BMA] Intro
Marschak, J., [R] ivregress Mathew, T., [ME] mixed
Marsh, H. W., [SEM] Example 19 Mathews, P., [PSS-2] power twovariances
Marsh, J., [PSS-2] Intro (power) Mathur, C., [FMM] Example 3
Marsten, R. E., [M-5] LinearProgram( ) Matsumoto, M., [FN] Random-number functions,
Martin, M. E., [SVY] svy: tabulate oneway [R] set rng, [R] set rngstream, [R] set seed
Martin, W., [R] Epitab, [R] regress Matta, B., [R] gmm, [R] ivregress
Martı́nez, M. N., [R] Epitab Matthews, D. C., [ADAPT] gsdesign twomeans
Martı́nez, O., [R] nbreg postestimation, [R] poisson Matthews, J. N. S., [PSS-2] power twomeans,
postestimation, [R] zinb postestimation, [R] zip [PSS-2] power pairedmeans, [PSS-2] power
postestimation cmh, [R] ameans, [R] expoisson, [R] sdtest
Martinez-Beneito, M. A., [TS] mswitch Mátyás, L., [R] gmm
Marubini, E., [PSS-2] power logrank, [ST] stcrreg, Maurel, A., [R] heckman, [R] ivregress
[ST] sts test Maurer, K., [G-3] colorvar options, [R] boxcox,
Mas-Colell, A., [R] demandsys [R] dtable, [R] etable, [R] marginsplot,
Mascher, K., [R] rocreg, [R] rocreg postestimation, [R] table oneway, [R] table twoway,
[R] rocregplot [R] table multiway, [R] table summary,
Mascola, M. A., [ADAPT] gsdesign twoproportions [R] table hypothesis tests, [R] table
Massey, F. J., Jr., [PSS-2] power twomeans, regression, [RPT] putdocx collect,
[PSS-2] power pairedmeans, [PSS-2] power [RPT] putdocx table, [RPT] putpdf
onevariance, [PSS-2] power twovariances, collect, [RPT] putpdf table, [SVY] Survey,
[PSS-3] Intro (ciwidth), [PSS-3] ciwidth [SVY] estat, [SVY] Subpopulation estimation,
onemean, [PSS-3] ciwidth twomeans, [SVY] svy, [SVY] svy brr, [SVY] svy
[PSS-3] ciwidth pairedmeans, [PSS-3] ciwidth estimation, [SVY] svy jackknife, [SVY] svy
onevariance, [R] ttest, [R] ztest postestimation, [SVY] svy: tabulate
Massey, J. T., [G-3] colorvar options, [R] boxcox, oneway, [SVY] svy: tabulate twoway,
[R] dtable, [R] etable, [R] marginsplot, [SVY] svydescribe, [TABLES] collect addtags,
[R] table oneway, [R] table twoway, [TABLES] collect composite, [TABLES] collect
[R] table multiway, [R] table summary, label, [TABLES] collect notes, [TABLES] collect
[R] table hypothesis tests, [R] table recode, [TABLES] collect remap,
regression, [RPT] putdocx collect, [TABLES] collect title, [TABLES] collect use,
[RPT] putdocx table, [RPT] putpdf [TABLES] collect layout, [TABLES] collect
collect, [RPT] putpdf table, [SVY] Survey, style column, [TABLES] collect style cons,
[SVY] estat, [SVY] Subpopulation estimation, [TABLES] collect style notes, [TABLES] collect
[SVY] svy, [SVY] svy brr, [SVY] svy style row, [TABLES] collect style showbase,
estimation, [SVY] svy jackknife, [SVY] svy [TABLES] collect style showempty,
102 Author index
Maurer, K., continued McDowell, A., [G-3] colorvar options, [R] boxcox,
[TABLES] collect style table, [TABLES] collect [R] dtable, [R] etable, [R] marginsplot,
style title, [TABLES] collect style use, [R] table oneway, [R] table twoway,
[TABLES] Example 1, [TABLES] Example 2, [R] table multiway, [R] table summary,
[TABLES] Example 3, [TABLES] Example 4, [R] table hypothesis tests, [R] table
[TABLES] Example 5, [TABLES] Example 6, regression, [RPT] putdocx collect,
[TABLES] Example 7 [RPT] putdocx table, [RPT] putpdf
Maxand, S., [XT] xtcointtest, [XT] xtgls collect, [RPT] putpdf table, [SVY] Survey,
Maxwell, A. E., [MV] factor, [MV] factor [SVY] estat, [SVY] Subpopulation estimation,
postestimation, [R] symmetry [SVY] svy, [SVY] svy brr, [SVY] svy
May, S., [MV] canon, [MV] discrim, [MV] factor, estimation, [SVY] svy jackknife, [SVY] svy
[MV] pca, [PSS-2] power cox, [R] stepwise, postestimation, [SVY] svy: tabulate
[ST] stcox, [ST] streg oneway, [SVY] svy: tabulate twoway,
Mayer, A., [R] ologit, [R] oprobit [SVY] svydescribe, [TABLES] collect addtags,
[TABLES] collect composite, [TABLES] collect
Mayer, K. U., [ME] mestreg
label, [TABLES] collect notes, [TABLES] collect
Mayr, E., [MV] cluster dendrogram recode, [TABLES] collect remap,
Mazliak, L., [ST] stcox postestimation [TABLES] collect title, [TABLES] collect use,
Mazrekaj, D., [D] joinby, [D] merge [TABLES] collect layout, [TABLES] collect
Mazumdar, M., [META] Intro, [META] meta bias, style column, [TABLES] collect style cons,
[META] Glossary [TABLES] collect style notes, [TABLES] collect
Mazýa, V. G., [FN] Matrix functions style row, [TABLES] collect style showbase,
McAleer, M., [TS] mgarch, [U] 20.26 References [TABLES] collect style showempty,
McBride, J. B., [ME] mixed [TABLES] collect style table, [TABLES] collect
McCabe, S. E., [SVY] estat style title, [TABLES] collect style use,
McCaffrey, D. F., [CAUSAL] DID intro, [TABLES] Example 1, [TABLES] Example 2,
[CAUSAL] didregress, [R] areg, [R] eivreg, [TABLES] Example 3, [TABLES] Example 4,
[R] regress, [R] wildbootstrap, [XT] xtreg [TABLES] Example 5, [TABLES] Example 6,
McCallum, A. H., [R] intreg, [R] tobit [TABLES] Example 7
McCarthy, P. J., [SVY] Survey, [SVY] svy bootstrap, McDowell, A. W., [R] sureg, [TS] arima
[SVY] svy brr, [SVY] Variance estimation McEwen, B. S., [ADAPT] gsdesign twomeans
McCathie, A., [MV] pca, [R] rreg McFadden, D. L., [CAUSAL] etregress,
McCleary, S. J., [R] regress postestimation diagnostic [CAUSAL] hdidregress, [CAUSAL] stteffects
ipwra, [CAUSAL] teffects aipw,
plots
[CAUSAL] xthdidregress, [CM] Intro 5,
McClish, D. K., [R] rocreg
[CM] Intro 8, [CM] cmclogit, [CM] cmmixlogit,
McCrary, J., [CAUSAL] stteffects ipwra, [CM] cmmprobit, [CM] cmxtmixlogit,
[CAUSAL] teoverlap [CM] nlogit, [R] clogit, [R] hausman,
McCullagh, P., [CM] cmrologit, [LASSO] lassogof, [R] Maximize, [R] suest
[ME] meglm postestimation, [R] binreg, McGilchrist, C. A., [ST] stcox, [ST] streg
[R] binreg postestimation, [R] glm, [R] glm
McGill, R., [R] sunflower
postestimation, [R] hetoprobit, [R] ologit,
[XT] vce options, [XT] xtgee, [XT] xtpoisson McGinnis, R. E., [R] symmetry
McCulloch, C. E., [CAUSAL] stteffects intro, McGraw, K. O., [R] icc
[CAUSAL] stteffects ipw, [CAUSAL] stteffects McKelvey, R. D., [R] ologit
ipwra, [CAUSAL] stteffects postestimation, McKenney, A., [M-1] LAPACK, [M-5] lapack( ),
[CAUSAL] stteffects ra, [CAUSAL] stteffects [P] matrix eigenvalues
wra, [CAUSAL] teffects intro advanced, McLachlan, G. J., [FMM] fmm intro,
[ME] me, [ME] meglm, [ME] melogit, [FMM] Example 1a, [ME] me, [ME] melogit,
[ME] meoprobit, [ME] mepoisson, [ME] meoprobit, [ME] mepoisson,
[ME] mestreg, [ME] mixed, [R] logistic, [ME] mestreg, [MV] discrim, [MV] discrim
[ST] stcox estat, [MV] discrim knn, [MV] discrim lda
McCullough, B. D., [TS] corrgram McLain, A. C., [R] nbreg, [R] poisson
McCurdy, M. P., [META] meta meregress McLeod, A. I., [TS] arima, [TS] ucm
McDonald, A., [ME] menbreg, [ME] mepoisson, McMahan, C. S., [ST] stintcox
[SEM] Example 39g McNeil, B. J., [R] roccomp, [R] rocfit, [R] rocreg,
McDonald, J. A., [R] sunflower [R] rocreg postestimation, [R] rocregplot,
McDonald, J. F., [R] tobit, [R] tobit postestimation [R] roctab
McDonald, R. P., [IRT] irt McNeil, D., [R] poisson, [ST] stcrreg
McDougal, L. K., [D] icd10 McNemar, Q., [PSS-2] power pairedproportions,
[R] Epitab
Author index 103
McPherson, C. K., [ADAPT] gsbounds Michels, K. M., [ME] mixed, [PSS-2] power
McPherson, K., [META] meta esize, [META] meta repeated, [R] anova, [R] contrast, [R] loneway,
summarize [R] oneway, [R] pwcompare
McQuay, H. J., [META] meta Michener, C. D., [MV] measure option
Mead, R., [M-5] optimize( ) Michiels, S., [LASSO] lasso postestimation
Meade, M. O., [ADAPT] gsdesign twoproportions Michler, J. D., [XT] xtgee, [XT] xtreg
Mealli, F., [MI] Intro substantive Michuda, A., [XT] xtgee, [XT] xtreg
Mecklenburg, R., [META] meta mvregress Mickey, M. R., [MV] discrim estat
Meeker, W. Q., [PSS-3] Intro (ciwidth), Midthune, D., [SVY] estat, [SVY] svy estimation
[PSS-3] ciwidth onemean Mielke, P. W., Jr., [R] brier, [R] ranksum
Meekes, J., [MV] cluster Miettinen, O. S., [R] Epitab
Meeusen, W., [R] frontier, [XT] xtfrontier Mihaly, K., [R] areg, [XT] xtreg
Mehmetoglu, M., [MV] manova, [R] anova, Milan, L., [MV] ca, [MV] factor, [MV] mca,
[R] logistic, [R] regress, [R] test, [R] ttest [MV] pca
Mehrotra, S., [M-5] LinearProgram( ) Miller, A. B., [R] kappa
Mehta, C. R., [ADAPT] Intro, [R] exlogistic, Miller, D. J., [PSS-2] Intro (power), [R] esize
[R] exlogistic postestimation, [R] expoisson, Miller, D. L., [CAUSAL] DID intro,
[R] tabulate twoway [CAUSAL] didregress, [R] regress,
Mehta, P. D., [SEM] Example 30g [R] wildbootstrap
Meibohm, A. R., [META] meta summarize Miller, H. W., [SVY] Survey, [SVY] svy estimation
Meier, P., [ST] estat gofplot, [ST] stcrreg, [ST] stcrreg Miller, J. I., [TS] sspace
postestimation, [ST] sts Miller, J. J., [META] meta data, [META] meta
Meijering, E., [D] ipolate summarize
Meinert, C. L., [META] Intro Miller, R. G., [SEM] Example 52g
Meiselman, D., [TS] arima Miller, R. G., Jr., [FN] Statistical functions,
Melly, B., [CAUSAL] teffects multivalued, [R] qreg [R] ci, [R] Diagnostic plots, [R] oneway,
Melo, G., [R] demandsys [R] pwcompare
Melse, E., [G-2] graph combine, [G-2] graph twoway Milliff, R. F., [BAYES] Intro
scatter Milligan, G. W., [MV] cluster, [MV] cluster
Melson, A., [META] meta meregress, [META] meta programming subroutines, [MV] cluster stop
multilevel Milliken, G. A., [ME] me, [MV] manova, [R] anova,
Mendenhall, W., III, [SVY] Survey [R] contrast, [R] margins, [R] pwcompare
Meng, X.-L., [BAYES] Intro, [BAYES] bayesstats Mills, E., [ADAPT] gsdesign twoproportions
ppvalues, [BAYES] bayespredict, [MI] Intro Milosevic, M., [ST] stcrreg, [ST] stcrreg
substantive, [MI] mi estimate, [MI] mi impute, postestimation
[MI] mi test Min, C., [BAYES] Intro, [BMA] Intro
Mensing, R. W., [R] anova postestimation Minder, C., [META] Intro, [META] meta bias,
Mentré, F., [ME] menl [META] Glossary
Mergoupis, T., [CAUSAL] etregress, Minkoff, H. L., [ADAPT] gsdesign twoproportions
[CAUSAL] teffects intro advanced Minot, N., [U] 11.7 References, [U] 12.11 References,
Merryman, S., [XT] xtunitroot [U] 20.26 References
Mesbah, M., [R] anova, [R] logistic Miquel, J., [BAYES] Intro
Messner, S. F., [SP] estat moran, [SP] spregress, Miranda, A., [R] gllamm, [R] heckoprobit,
[SP] spxtregress [R] heckprobit, [R] ivprobit, [R] ivtobit,
Mészáros, C., [M-5] LinearProgram( ) [R] logistic, [R] logit, [R] nbreg, [R] ologit,
Metropolis, N., [BAYES] Intro, [BAYES] bayesmh [R] oprobit, [R] poisson, [R] probit
Metz, C. E., [R] lroc Mitchell, C., [R] exlogistic
Metzger, S. K., [ST] stcox postestimation Mitchell, M. N., [D] Data management, [D] by,
Meulders, M., [CM] Intro 6, [MI] Intro substantive, [D] egen, [D] import excel, [D] reshape,
[MI] mi impute [G-1] Graph intro, [ME] mixed postestimation,
[R] anova, [R] anova postestimation,
Meuser, C., [ADAPT] gsdesign twomeans
[R] contrast, [R] logistic, [R] logistic
Meyer, B. D., [ST] Discrete postestimation, [R] logit, [R] margins,
Meyerhoefer, C. D., [R] demandsys [R] marginsplot, [R] pwcompare, [R] regress,
Miao, W., [R] sdtest [U] 11.7 References, [U] 12.11 References,
Micali, N., [MI] mi estimate, [MI] mi impute, [U] 13.13 References, [U] 20.26 References,
[XT] xtgee [U] 23.1 References
Michael, J. R., [FN] Random-number functions
Michel-Pajus, A., [M-5] cholesky( )
104 Author index
Mitchell, W. C., [TS] tsfilter, [TS] tsfilter bk, Moore, W. H., [R] zioprobit
[TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp, Mora, R., [R] Inequality
[TS] ucm Moral-Benito, E., [BMA] Intro, [BMA] bmaregress,
Mitra, G., [M-5] LinearProgram( ) [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys
Miura, H., [U] 14.11 Reference Morales-Gómez, A., [SEM] gsem
Miwa, T., [ERM] eprobit, [M-5] mvnormal( ) Moran, J. L., [R] dstdize
Modica, S., [MI] Intro substantive Moran, P. A. P., [SP] estat moran
Moeschberger, M. L., [PSS-2] power cox, [ST] estat Morelli, S., [SVY] Survey
gofplot, [ST] stci, [ST] stcox, [ST] stcox Moreno, S. G., [META] meta, [META] meta
postestimation, [ST] stcrreg, [ST] streg, funnelplot, [META] meta bias
[ST] sts, [ST] sts graph, [ST] sts test Moreno-Gorrin, C., [ST] stcox
Moffatt, P. G., [R] churdle Morgan, K. E., [PSS-2] Intro (power)
Moffitt, R. A., [R] tobit, [R] tobit postestimation Morgan, M. J., [R] symmetry
Mohanty, B. P., [R] reri Morgenstern, H., [R] Epitab, [R] Epitab
Moher, D., [META] Intro, [META] meta forestplot, Mori, M., [ST] stcrreg
[META] meta funnelplot, [META] meta bias Morikawa, T., [CM] cmmixlogit, [CM] cmxtmixlogit
Mol, C. D., [LASSO] lasso Morris, C. N., [META] meta summarize,
Molenaar, I. W., [IRT] irt, [SEM] Example 28g [META] meta regress, [R] bootstrap
Molenberghs, G., [ME] me, [ME] me, [ME] meglm, Morris, J. N., [SEM] Example 48g, [ST] stsplit
[ME] menl, [ME] mixed, [META] meta Morris, N. F., [R] binreg
meregress, [XT] xtreg postestimation
Morris, T. P., [G-4] colorstyle, [MI] Intro substantive,
Moler, C. B., [P] matrix symeigen [MI] mi impute, [MI] mi impute pmm,
Molina, G., [BMA] bmaregress [PSS-2] Intro (power), [R] ssc
Molina, J. A., [R] demandsys Morrison, D. F., [MV] clustermat, [MV] discrim lda,
Møller, A. P., [META] meta [MV] discrim logistic, [MV] discrim logistic
Mollisi, V., [XT] xtfrontier postestimation, [MV] manova
Molloy, G. J., [META] meta summarize Morrison, M. A., [D] icd10
Monahan, J. F., [FN] Random-number functions Morrow, A., [R] Epitab
Monfort, A., [R] hausman, [R] suest, [R] test, Mortimore, P., [MI] mi estimate
[TS] arima, [TS] mgarch ccc, [TS] mgarch dcc, Mosconi, L., [ADAPT] gsdesign twomeans
[TS] mgarch vcc Moser, M., [BMA] bmastats jointness
Monshouwer, K., [MV] mvtest Moser, P., [CAUSAL] didregress
Monson, R. R., [R] Epitab Mosier, C. I., [MV] procrustes
Montanari, A., [LASSO] Lasso intro Moskowitz, M., [R] kappa
Montes-Rojas, G., [CAUSAL] teffects psmatch, Mosteller, C. F., [R] jackknife, [R] regress
[R] QC, [R] sktest, [XT] xtreg, [XT] xtreg postestimation diagnostic plots, [R] rreg
postestimation Mosteller, F., [META] Intro, [META] Intro,
Montgomery, D. C., [TS] tssmooth, [TS] tssmooth [META] meta, [META] meta data,
dexponential, [TS] tssmooth exponential, [META] meta esize, [META] meta set,
[TS] tssmooth hwinters, [TS] tssmooth [META] meta forestplot, [META] meta
shwinters summarize, [META] meta regress,
Montgomery, J. M., [BMA] Intro [META] meta regress postestimation,
Montiel Olea, J. L., [TS] lpirf [META] estat bubbleplot, [META] meta
Montori, V. M., [ADAPT] gsdesign twoproportions mvregress
Montoya, D., [R] rocreg, [R] rocreg postestimation, Moulines, É., [BAYES] Intro, [BAYES] bayesmh
[R] rocregplot Moulton, L. H., [PSS-2] power oneproportion, cluster,
Mood, A. M., [R] centile [R] permute, [R] prtest
Mooi, E., [MV] cluster, [MV] pca, [R] anova, Mount, M. K., [META] Intro
[R] regress Mousseau, T. A., [META] meta
Mooi-Reci, I., [MV] cluster, [MV] pca, [R] anova, Mozharovskyi, P., [M-5] LinearProgram( ),
[R] regress [R] frontier
Moon, H. R., [XT] xtcointtest, [XT] xtunitroot Mozley, P. D., [ADAPT] gsdesign twomeans
Mooney, C. Z., [R] bootstrap, [R] jackknife, Mozumder, S. I., [ST] stcrreg
[R] rocreg, [R] rocregplot Mroz, T. A., [LASSO] Inference examples, [R] tobit
Moore, E. H., [M-5] pinv( ) Muellbauer, J., [R] demandsys, [R] nlsur
Moore, J. B., [TS] sspace Mueller, C. W., [MV] factor
Moore, R. A., [META] meta Mueller, R. O., [MV] discrim lda
Moore, R. J., [FN] Statistical functions Muirhead, R. J., [MV] pca
Author index 105
Newbold, P., [BMA] Intro, [TS] arima, [TS] vec intro Nishimura, T., [FN] Random-number functions,
Newcomb, S., [BAYES] bayespredict [R] set rng, [R] set rngstream, [R] set seed
Newey, W. K., [CAUSAL] etregress, Nocedal, J., [M-5] LinearProgram( )
[CAUSAL] hdidregress, [CAUSAL] stteffects Nogueras, G. M., [ST] stcox
ipwra, [CAUSAL] teffects aipw, Nolan, D., [R] Diagnostic plots
[CAUSAL] telasso, [CAUSAL] xthdidregress, Nordlund, D. J., [MV] discrim lda
[ERM] Intro 7, [ERM] eintreg, [ERM] eoprobit Norman, R. E., [META] meta esize, [META] meta
postestimation, [ERM] eprobit, [ERM] eprobit summarize
postestimation, [ERM] eregress postestimation, Norton, E. C., [CAUSAL] teffects intro advanced,
[LASSO] Lasso inference intro, [LASSO] lasso, [FN] Trigonometric functions, [R] churdle,
[LASSO] poregress, [LASSO] xpologit, [R] ivregress, [R] nbreg, [R] poisson, [R] qreg,
[LASSO] xpopoisson, [LASSO] xporegress, [R] regress, [R] tobit
[R] glm, [R] gmm, [R] ivpoisson, [R] ivprobit,
Norton, S. J., [R] rocreg, [R] rocreg postestimation,
[R] ivregress, [R] ivtobit, [R] npregress intro,
[R] rocregplot
[R] npregress series, [TS] newey, [TS] pperron,
[XT] xtabond, [XT] xtcointtest, [XT] xtdpd, Norwood, J. L., [R] Intro
[XT] xtdpdsys, [XT] xtunitroot Novello, S., [ADAPT] gsdesign onemean,
Newiak, M., [BMA] Intro [ADAPT] gsdesign oneproportion
Newman, S. C., [R] Epitab, [R] poisson, [ST] stcox, Nunnally, J. C., [MV] alpha
[ST] sts Nyaga, V. N., [META] meta esize
Newson, R. B., [D] contract, [D] generate, Nyhan, B., [BMA] Intro
[D] statsby, [P] capture, [PSS-2] Intro (power), Nyquist, H., [LASSO] elasticnet
[R] etable, [R] glm, [R] glm postestimation,
[R] kwallis, [R] logistic postestimation, [R] logit
postestimation, [R] margins, [R] signrank,
O
[R] spearman, [R] ssc, [R] tabulate twoway, O’Brien, K. L., [R] prtest
[ST] stcox postestimation O’Brien, P. C., [ADAPT] GSD intro, [ADAPT] gs,
Newton, H. J., [R] kdensity, [TS] arima, [ADAPT] gsbounds, [ADAPT] gsdesign,
[TS] corrgram, [TS] pergram, [TS] wntestb, [ADAPT] gsdesign onemean, [ADAPT] gsdesign
[XT] xtgee twomeans, [ADAPT] gsdesign oneproportion,
Newton, I., [M-5] optimize( ) [ADAPT] gsdesign twoproportions,
Newton, M. A., [XT] xtcloglog, [XT] xtgee, [ADAPT] gsdesign logrank, [ADAPT] gsdesign
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, usermethod
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit O’Brien, R. G., [PSS-2] power oneway
Neyman, J., [R] ci O’Brien, S. M., [CAUSAL] stteffects intro,
Ng, E. S.-W., [ME] me, [ME] meglm, [ME] melogit, [CAUSAL] stteffects ipw, [CAUSAL] stteffects
[ME] meprobit, [R] bootstrap, [R] bstat ipwra, [CAUSAL] stteffects postestimation,
Ng, S., [TS] dfgls [CAUSAL] stteffects ra, [CAUSAL] stteffects
Nguyen, J. T., [PSS-2] Intro (power), [R] esize wra
Nguyen, K. N., [ADAPT] gsdesign onemean, O’Carroll, R. E., [META] meta summarize
[ADAPT] gsdesign oneproportion O’Connell, P. G. J., [XT] xtunitroot
Nguyen, T. Q., [CAUSAL] mediate O’Connell, R. T., [TS] tssmooth, [TS] tssmooth
Nicewander, W. A., [R] correlate dexponential, [TS] tssmooth exponential,
Nichols, A., [CAUSAL] etregress, [TS] tssmooth hwinters, [TS] tssmooth
[CAUSAL] hdidregress, [CAUSAL] teffects shwinters
intro advanced, [CAUSAL] xthdidregress, O’Donnell, C. J., [XT] xtfrontier
[ME] meglm, [ME] mixed, [R] ivregress, O’Donnell, O., [R] Inequality, [SVY] svy estimation,
[R] reg3, [XT] xtrc, [XT] xtreg [SVY] svyset
Nickell, S. J., [R] gmm, [TS] forecast, [XT] xtabond, O’Fallon, W. M., [R] logit
[XT] xtdpd, [XT] xtdpdsys, [XT] xtivreg, O’Hara, B., [BAYES] bayesmh
[XT] xtunitroot O’Neill, D., [R] gmm
Nie, X., [CAUSAL] Intro O’Neill, S., [R] Inequality
Nielsen, B., [TS] varsoc, [TS] vec intro O’Rourke, K., [META] meta labbeplot
Nielsen, M. O., [CAUSAL] DID intro, Oakes, D., [ST] ltable, [ST] stcox, [ST] stcox PH-
[CAUSAL] didregress, [R] bootstrap, assumption tests, [ST] streg, [ST] sts
[R] wildbootstrap Oberfichtner, M., [MV] mvreg, [R] suest
Nightingale, F, [G-2] graph pie Oberhofer, W., [R] demandsys
Nijenhuis, J. W., [R] oprobit Obstfeld, M., [XT] xtunitroot
Nijkamp, P., [META] Intro Ochiai, A., [MV] measure option
Ockenhouse, C. F., [ADAPT] gsdesign usermethod
Author index 107
Odell, P. M., [ST] stintcox, [ST] stintreg Pagano, M., [R] dstdize, [R] logistic, [R] margins,
Odondi, L., [ADAPT] Intro [R] proportion, [R] tabulate twoway,
Odum, E. P., [MV] clustermat [ST] ltable, [ST] sts
Oehlert, G. W., [R] nlcom, [R] rocreg postestimation, Paik, M. C., [META] Intro, [META] meta esize,
[R] rocregplot [PSS-2] power oneproportion, [PSS-2] power
Ogburn, E. L., [CAUSAL] mediate twoproportions, [R] dstdize, [R] Epitab,
Oggenfuss, C., [CAUSAL] didregress postestimation [R] kappa
Ogilvy, C. S., [ADAPT] gs Palacios, R., [ADAPT] gsdesign usermethod
Oh, K.-Y., [XT] xtunitroot Pall, G., [META] meta data
Oldham, K. B., [FN] Mathematical functions, Pallares, C., [ADAPT] gsdesign onemean,
[FN] Trigonometric functions [ADAPT] gsdesign oneproportion
Oliveira, A. G., [ST] ltable, [ST] sts Pallmann, P., [ADAPT] Intro
Olivier, D., [R] expoisson Palma, W., [TS] arfima, [TS] arfima postestimation,
[TS] estat acplot
Olkin, I., [META] Intro, [META] meta data,
[META] meta esize, [META] meta summarize, Palmer, T. M., [ME] mixed, [META] Intro,
[META] meta mvregress, [MV] hotelling, [META] meta, [META] meta funnelplot,
[R] kwallis, [TS] wntestb [R] ivregress, [SEM] Intro 5
Olsen, M. K., [MI] Intro substantive Palta, M., [XT] xtcloglog, [XT] xtgee, [XT] xtintreg,
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
Olshansky, S. J., [ST] streg
[XT] xtprobit, [XT] xttobit
Olson, J. M., [R] symmetry
Pampallona, S., [ADAPT] gsbounds
Omar, R., [META] Intro, [META] meta meregress,
Pampel, F. C., [R] logistic, [R] logit, [R] probit
[META] meta multilevel
Paneth, N., [R] Epitab
Omar, R. Z., [ME] me
Panneton, F., [FN] Random-number functions, [R] set
Ooms, M., [TS] arfima
rngstream
Oparil, S., [PSS-2] power repeated
Pantazis, N., [ME] meglm, [ME] mixed
Orcutt, G. H., [TS] prais
Paolino, P., [R] betareg
Ord, J. K., [R] centile, [R] mean, [R] proportion,
Papageorgiou, C., [BMA] Intro, [BMA] bmaregress
[R] qreg, [R] ratio, [R] spearman,
[R] summarize, [R] total, [SP] Intro, Papke, L. E., [R] fracreg, [R] ivfprobit
[SP] spregress Parent, E., [BAYES] Intro
Orsini, N., [META] meta meregress, [META] meta Parham, R., [R] eivreg, [R] gmm
mvregress, [R] Epitab, [R] glm, [R] logit, Park, C., [LASSO] lasso examples
[R] qreg, [ST] streg, [XT] xtreg Park, H. J., [P] robust, [R] regress,
Osbat, C., [XT] xtunitroot [SVY] svy: tabulate twoway
Oski, J., [R] prtest Park, J.-W., [ADAPT] gsdesign logrank
Osterlind, S. J., [IRT] DIF Park, J. Y., [DSGE] Intro 8, [R] boxcox, [R] margins,
Osterwald-Lenum, M. G., [TS] vecrank [R] nlcom, [R] predictnl, [R] rocreg
Ostle, B., [R] anova postestimation postestimation, [R] rocregplot, [R] testnl,
[TS] sspace, [TS] vec intro, [TS] vec,
Otero, J., [TS] dfgls, [TS] dfuller, [TS] pperron,
[TS] vecrank
[TS] vargranger, [XT] xtunitroot
Parker, R. A., [META] meta summarize
Ott, R. L., [SVY] Survey
Parkinson, A., [R] prtest
Ouliaris, S., [XT] xtcointtest
Parks, W. P., [R] exlogistic
Over, M., [R] regress, [XT] xtivreg
Parmar, M. K. B., [PSS-2] Intro (power),
Overgaard, M., [ST] stcox
[PSS-2] power cox, [ST] stcox, [ST] streg
Owen, A. L., [TS] forecast
Parmeter, C. F., [R] frontier, [R] npregress kernel
Parmigiani, G., [BAYES] Intro
P Parner, E. T., [R] glm, [ST] stcox
Parzen, E., [R] estat ic, [R] kdensity
Pace, R. K., [SP] Intro, [SP] spivregress Pasquini, J., [R] Epitab, [R] vwls
postestimation, [SP] spregress, [SP] spregress
Patel, N. R., [R] exlogistic, [R] exlogistic
postestimation, [SP] spxtregress postestimation
postestimation, [R] expoisson, [R] tabulate
Pacheco, J. M., [R] dstdize twoway
Pacifico, D., [R] roctab Paterson, L., [ME] melogit
Paelinck, B., [ADAPT] gsdesign twoproportions Patiño, E. G., [ADAPT] gsdesign usermethod
Pagan, A. R., [MV] mvreg, [R] frontier, Patterson, H. D., [R] pkcross
[R] hetregress, [R] regress postestimation,
Patterson, K., [XT] xtunitroot
[R] sureg, [TS] Glossary, [XT] xtreg
postestimation Pattitoni, P., [R] betareg
108 Author index
Paule, R. C., [META] Intro, [META] meta esize, Perrot, B., [IRT] irt
[META] meta set, [META] meta summarize, Perry, H. M., [PSS-2] power repeated
[META] meta regress Persson, R., [G-1] Graph intro
Paulo, R., [BMA] bmaregress Pesaran, M. H., [XT] xtunitroot
Paulsen, J., [TS] varsoc, [TS] vec intro Pesarin, F., [R] tabulate twoway
Pawitan, Y., [CAUSAL] teffects ra Peters, J., [CAUSAL] Intro
Payne, A., [R] intreg, [R] tobit Peters, J. L., [META] Intro, [META] meta,
Pazdur, R., [ADAPT] gsdesign onemean [META] meta funnelplot, [META] meta bias,
Pearl, J., [BAYES] Intro, [CAUSAL] Intro, [META] meta trimfill
[CAUSAL] mediate Petersen, I., [MI] mi impute chained
Pearson, E. S., [BAYES] bayesmh, [R] ci, [R] ttest Peterson, B., [R] ologit
Pearson, K., [G-2] graph twoway histogram, Peterson, W. W., [R] lroc
[META] Intro, [MV] mds, Petit, S., [D] icd10
[MV] measure option, [MV] pca, Petitclerc, M., [R] kappa
[R] correlate, [R] esize, [R] tabulate twoway Petitti, D. B., [META] meta summarize
Pechlivanoglou, P., [R] betareg Petkova, E., [R] suest
Péclat, M., [SP] spdistance Peto, J., [META] meta esize, [META] meta
Pedace, R., [R] logit, [R] probit, [R] regress, summarize, [ST] sts test
[R] regress postestimation diagnostic plots, Peto, R., [META] meta esize, [META] meta
[U] 20.26 References summarize, [R] ranksum, [ST] stcox,
Pedroni, P., [XT] xtcointtest [ST] streg, [ST] sts test
Peel, D., [FMM] fmm intro, [FMM] Example 1a Petrin, A. K., [R] frontier
Peen, C., [MV] procrustes Pettigrew, H. M., [META] meta esize
Peisker, J., [BMA] Intro Pevalin, D., [ME] mixed
Pellock, I. M., [BAYES] bayesmh Pevehouse, J. C. W., [TS] Time series, [TS] arima,
Pendakur, K., [R] demandsys [TS] forecast, [TS] irf, [TS] var, [TS] vec
Pendergast, J. F., [XT] xtcloglog, [XT] xtgee, Pfeffer, R. I., [R] symmetry
[XT] xtintreg, [XT] xtlogit, [XT] xtologit, Pfeffermann, D., [ME] mixed
[XT] xtoprobit, [XT] xtprobit, [XT] xttobit Pfeiffer, F., [ERM] eoprobit
Penfield, R. D., [IRT] DIF, [R] esize Pflueger, C. E., [R] ivregress postestimation
Peng, B., [ADAPT] gsdesign logrank Pforr, K., [XT] xtmlogit
Peng, H., [SP] Intro Philips, A. Q., [TS] vec, [TS] vecrank, [XT] xtstreg
Peng, J., [PSS-2] power oneproportion Phillips, A., [IRT] difmh
Peng, M., [R] pwcompare Phillips, A. N., [META] meta bias
Peng, Z., [ADAPT] gsdesign logrank Phillips, G., [R] estat gof
Penrose, R., [M-5] pinv( ) Phillips, P. C. B., [DSGE] Intro 8, [R] boxcox,
Pepe, M. S., [R] roc, [R] roccomp, [R] rocfit, [R] margins, [R] nlcom, [R] predictnl,
[R] rocreg, [R] rocreg postestimation, [R] regress postestimation time series,
[R] rocregplot, [R] roctab, [ST] stcrreg [R] rocreg postestimation, [R] rocregplot,
Peracchi, F., [MI] Intro substantive, [R] jackknife, [R] testnl, [TS] pperron, [TS] vargranger,
[R] regress, [R] regress postestimation [TS] vec intro, [TS] vec, [TS] vecrank,
Perales, F., [ME] meglm [TS] Glossary, [XT] xtcointtest, [XT] xtunitroot
Pereira, A. C., [ADAPT] gsdesign twomeans Piano Mortari, A., [SP] Intro
Pérez, C. M., [R] Epitab, [ST] stcox Piantadosi, S., [ADAPT] Intro, [P] robust,
Pérez-Amaral, T., [U] 20.26 References [U] 20.26 References
Pérez-Hernández, M. A., [R] kdensity Piccolo, D., [FMM] fmm intro
Pérez-Regadera, J. F., [R] rocreg, [R] rocregplot Pichler, S., [R] mlogit
Pericchi, L. R., [BAYES] Intro Pickles, A., [CAUSAL] teffects multivalued, [ME] me,
Perković, E., [CAUSAL] Intro [ME] mepoisson, [ME] mestreg, [MV] cluster
Perotti, V., [ERM] eoprobit, [R] heckoprobit, dendrogram, [R] gllamm, [R] glm,
[R] heckprobit, [R] oprobit [SEM] Acknowledgments, [SEM] Intro 2,
Perrier, D., [ME] menl [SEM] Example 29g, [SEM] Methods and
Perrin, E., [MV] alpha, [MV] factor, [MV] factor formulas for gsem, [XT] xtgee, [XT] xtheckman
postestimation, [R] lincom, [R] mlogit, Pickup, M., [TS] Time series, [TS] arch, [TS] arima,
[R] mprobit, [R] mprobit postestimation, [TS] vec
[R] predictnl, [R] slogit, [SEM] Example 37g Pierce, D. A., [ME] me, [TS] wntestq
Perron, P., [TS] dfgls, [TS] estat sbsingle, Pierce, G. S., [M-5] LinearProgram( )
[TS] mswitch, [TS] pperron, [TS] Glossary Pierce, M., [CAUSAL] teffects intro
Author index 109
Pierson, R. A., [ME] menl, [ME] mixed Plosser, C. I., [TS] vecrank
Piessens, R., [M-5] Quadrature( ) Plum, A., [XT] xtprobit
Piet, L., [FMM] fmm intro Plummer, W. D., Jr., [PSS-2] power oneslope,
Pietsch, T. W., [MV] cluster dendrogram [R] Epitab, [R] sunflower
Pigott, T. D., [META] meta summarize, [META] meta Plümper, T., [SP] Intro
mvregress Pluta, R. M., [ADAPT] gs
Piironen, J., [BMA] Intro, [BMA] bmastats lps Pocock, S. J., [ADAPT] GSD intro, [ADAPT] gs,
Pike, M. C., [ADAPT] gsdesign twoproportions, [ADAPT] gsbounds, [ADAPT] gsdesign,
[META] meta esize, [META] meta summarize, [ADAPT] gsdesign onemean, [ADAPT] gsdesign
[PSS-2] power twoproportions, [R] symmetry, twomeans, [ADAPT] gsdesign oneproportion,
[ST] ltable, [ST] streg [ADAPT] gsdesign twoproportions,
Pildava, S., [XT] xtgee [ADAPT] gsdesign logrank, [ADAPT] gsdesign
Pillai, K. C. S., [MV] canon, [MV] manova usermethod
Pillemer, D. B., [META] Intro, [META] meta, Poe, J., [CAUSAL] DID intro, [CAUSAL] hdidregress,
[META] meta funnelplot [CAUSAL] xthdidregress
Pindyck, R. S., [ERM] eprobit, [R] biprobit, Poege, F., [R] roctab
[R] heckprobit Poi, B. P., [ADAPT] gsbounds, [ADAPT] gsdesign,
Pinheiro, J. C., [ME] me, [ME] meglm, [ME] melogit, [ADAPT] gsdesign onemean, [ADAPT] gsdesign
[ME] menl, [ME] menl postestimation, twomeans, [ADAPT] gsdesign oneproportion,
[ME] mepoisson, [ME] mixed, [ME] mixed, [ADAPT] gsdesign twoproportions,
[ME] mixed postestimation, [META] meta [ADAPT] gsdesign logrank, [ADAPT] gsdesign
meregress, [META] meta mvregress usermethod, [M-5] deriv( ), [M-5] moptimize( ),
Pinna, M., [G-2] graph twoway scatter, [R] histogram [P] Intro, [P] robust, [R] bootstrap,
[R] bstat, [R] demandsys, [R] demandsys
Pintilie, M., [ST] stcrreg, [ST] stcrreg postestimation
postestimation, [R] frontier, [R] gmm,
Pinto, R., [CAUSAL] Intro [R] ivregress, [R] ivregress postestimation,
Pinzon, E., [D] egen, [P] postfile, [R] gmm, [R] Maximize, [R] ml, [R] nl, [R] nlsur,
[R] ivregress, [R] margins, [R] marginsplot, [R] reg3, [SVY] Survey, [SVY] ml for svy,
[R] mlexp, [R] npregress intro, [R] npregress [XT] xtfrontier, [XT] xtrc
kernel, [R] probit, [SEM] gsem, Poindexter, B. B., [ADAPT] gsdesign twoproportions
[U] 1.4 References, [XT] xtabond,
Poirier, D. J., [BAYES] Intro, [R] biprobit
[XT] xtabond postestimation, [XT] xtreg
Poisson, S. D., [R] poisson
Pisati, M., [SP] Intro, [SP] grmap
Pokhrel, A., [ST] sts
Piscaglia, F., [ADAPT] gsdesign logrank
Pokropek, A., [D] import, [RPT] dyndoc
Pischke, J.-S., [CAUSAL] Intro, [CAUSAL] DID intro,
[CAUSAL] didregress, [CAUSAL] stteffects Poldermans, D., [ADAPT] gsdesign twoproportions
ipw, [CAUSAL] stteffects ipwra, Pole, A., [BAYES] Intro
[CAUSAL] stteffects postestimation, Pollak, R. A., [R] demandsys, [R] demandsys
[CAUSAL] stteffects ra, [CAUSAL] stteffects postestimation
wra, [CAUSAL] teffects intro advanced, Pollard, W. E., [BAYES] Intro
[R] ivregress, [R] ivregress postestimation, Pollock, D. S. G., [TS] tsfilter, [TS] tsfilter bk,
[R] qreg, [R] regress, [U] 20.26 References [TS] tsfilter bw, [TS] tsfilter cf, [TS] tsfilter hp
Pitarakis, J.-Y., [TS] threshold, [TS] vecrank Pollock, L. J., [BMA] Intro
Pitblado, J. S., [ADAPT] gsbounds, [ADAPT] gsdesign, Pollock, P. H., III, [G-1] Graph Editor, [R] histogram,
[ADAPT] gsdesign onemean, [ADAPT] gsdesign [R] logit, [R] regress, [R] summarize
twomeans, [ADAPT] gsdesign oneproportion, Ponce de Leon, A., [R] roccomp, [R] roctab
[ADAPT] gsdesign twoproportions, Ponchio, F., [R] frontier, [XT] xtfrontier
[ADAPT] gsdesign logrank, [ADAPT] gsdesign Pong, A., [ADAPT] Intro
usermethod, [M-5] deriv( ), [M-5] moptimize( ), Poole, C., [META] meta trimfill
[P] Intro, [P] robust, [R] frontier, [R] gmm,
Porter, T. M., [R] correlate
[R] lpoly, [R] Maximize, [R] ml, [R] npregress
kernel, [ST] sts, [SVY] Survey, [SVY] ml for Portes, A., [SEM] Example 7
svy, [XT] xtfrontier Porwal, A., [BMA] Intro, [BMA] bmaregress
Plackett, R. L., [CM] cmrologit, [M-5] mvnormal( ), Posten, H. O., [FN] Statistical functions
[R] ameans, [R] regress, [R] summarize, Postma, M. J., [R] betareg
[R] ttest Poterba, J. M., [CAUSAL] telasso, [R] ivqregress
Plagborg-Møller, M., [TS] lpirf Pötscher, B. M., [CAUSAL] telasso, [LASSO] Lasso
Plan, E. L., [ME] menl intro, [LASSO] Lasso inference intro,
Playfair, W. H., [G-2] graph bar, [G-2] graph pie [LASSO] lasso
Ploberger, W., [TS] estat sbcusum, [TS] estat sbsingle Powell, H., [META] meta data
110 Author index
Powell, J. L., [ERM] Intro 7, [ERM] eregress predict, Quandt, R. E., [LASSO] lasso, [TS] estat sbsingle,
[ERM] Glossary, [R] ivprobit postestimation, [TS] mswitch
[R] ivtobit postestimation, [R] npregress kernel, Querol, X., [LASSO] Lasso intro, [LASSO] Inference
[XT] xtheckman examples, [M-5] LinearProgram( )
Powell, M. J. D., [M-5] optimize( ), [TS] forecast solve Quesenberry, C. P., [MV] discrim knn
Powers, D. A., [R] logistic postestimation, [R] logit, Quinn, B. G., [TS] arfimasoc, [TS] arimasoc
[R] logit postestimation, [R] probit Quintó, L., [M-5] docx*( ), [RPT] putexcel,
Prais, S. J., [TS] prais [RPT] putexcel advanced
Prakash, R., [ME] mestreg Quistorff, B., [CAUSAL] teffects intro,
Pratt, J. W., [R] signrank [CAUSAL] teffects intro advanced, [P] PyStata
Pratt, T. C., [META] Intro integration, [R] set rngstream
Preacher, K. J., [R] esize, [R] regress postestimation, Qureshi, Z. P., [ST] stintcox
[SEM] Example 42g
Preece, D. A., [R] ttest R
Pregibon, D., [R] glm, [R] linktest, [R] logistic, Rabe-Hesketh, S., [BAYES] Intro, [BAYES] bayes,
[R] logistic postestimation, [R] logit, [R] logit [CM] cmxtmixlogit, [ERM] eprobit,
postestimation [FMM] fmm intro, [IRT] irt, [IRT] irt grm,
Preisser, J. S., [PSS-2] power [IRT] irt rsm, [IRT] irt hybrid postestimation,
Prentice, R. L., [CAUSAL] stteffects intro, [ME] me, [ME] mecloglog, [ME] meglm,
[CAUSAL] stteffects ra, [LASSO] lasso [ME] meglm postestimation, [ME] melogit,
postestimation, [R] reri, [ST] Discrete, [ME] melogit postestimation, [ME] menbreg,
[ST] ltable, [ST] stcox, [ST] stcox PH- [ME] menl, [ME] meologit, [ME] meoprobit,
assumption tests, [ST] stcox postestimation, [ME] mepoisson, [ME] meprobit, [ME] mestreg,
[ST] stintcox PH-assumption plots, [ME] mixed, [ME] mixed postestimation,
[ST] stintcox postestimation, [ST] stintreg, [META] meta regress postestimation,
[ST] streg, [ST] sts, [ST] sts test, [ST] stset, [META] meta me postestimation, [META] meta
[XT] xtgee mvregress postestimation, [R] gllamm, [R] glm,
Prescott, E. C., [TS] tsfilter, [TS] tsfilter hp [R] heckoprobit, [R] heckprobit, [R] ivprobit,
Prescott, R. J., [ME] mixed [R] ivtobit, [R] logistic, [R] logit, [R] nbreg,
Press, W. H., [FN] Statistical functions, [G-2] graph [R] ologit, [R] oprobit, [R] poisson, [R] probit,
twoway contour, [M-5] solvenl( ), [P] matrix [SEM] Acknowledgments, [SEM] Intro 2,
symeigen, [R] dydx [SEM] Intro 4, [SEM] Example 28g,
Pressel, S., [PSS-2] power repeated [SEM] Example 29g, [SEM] Example 30g,
Priestley, M. B., [TS] psdensity, [TS] tsfilter, [TS] ucm [SEM] Example 39g, [SEM] Example 40g,
Primont, D., [M-5] LinearProgram( ) [SEM] Example 41g, [SEM] Example 45g,
[SEM] Example 46g, [SEM] Methods and
Prior, A., [R] reri
formulas for gsem, [SEM] predict after gsem,
Prokhorov, A., [R] regress
[XT] xtcloglog, [XT] xtgee, [XT] xtheckman,
Propp, J. G., [BAYES] Intro [XT] xtintreg, [XT] xtlogit, [XT] xtologit,
Proschan, M., [PSS-2] power repeated [XT] xtoprobit, [XT] xtpoisson, [XT] xtprobit,
Prosser, R., [ME] mixed [XT] xtstreg, [XT] xttobit
Prucha, I. R., [SP] Intro, [SP] Intro 8, [SP] estat Rabideau, B., [CAUSAL] didregress postestimation
moran, [SP] spivregress, [SP] spivregress Rabinov, J. D., [ADAPT] gs
postestimation, [SP] spregress, [SP] spregress Rabinowitz, D., [ST] stintcox, [ST] stintreg
postestimation, [SP] spxtregress
Rabinowitz, P., [M-5] Quadrature( )
Pryor, D. B., [ST] stcox postestimation
Rachman, S., [R] Epitab
Pryor, J. C., [ADAPT] gs
Raciborski, R., [IRT] irt, [IRT] irtgraph icc,
Pudney, S., [R] biprobit, [R] intreg [IRT] irtgraph tcc, [IRT] irtgraph iif,
Pujol, J., [LASSO] Lasso intro, [LASSO] Inference [IRT] irtgraph tif, [MV] cluster, [R] cpoisson,
examples, [M-5] LinearProgram( ) [R] lrtest, [R] poisson, [SP] Intro,
Punj, G. N., [CM] Intro 6, [CM] cmrologit [SP] spivregress postestimation, [SP] spregress,
Puopolo, K., [ADAPT] gsdesign twoproportions [SP] spregress postestimation
Putter, H., [ST] stcrreg, [ST] stcrreg postestimation Racine, J. S., [BMA] Intro, [R] makespline,
[R] npregress intro, [R] npregress kernel,
Q [R] npregress series
Qaqish, B., [XT] xtgee Racine-Poon, A., [BAYES] Intro, [BAYES] bayesmh
Qiao, L., [ADAPT] gsdesign logrank Radmacher, R. D., [PSS-2] power
Qin, S., [ADAPT] gsdesign logrank Raftery, A. E., [BAYES] Intro, [BAYES] Bayesian
Qiu, X., [R] heckman, [R] ivregress commands, [BAYES] bayesmh,
Quaedvlieg, R., [R] npregress series [BAYES] bayesstats ic, [BMA] Intro,
Author index 111
Ridder, G., [CAUSAL] stteffects intro, Rodrı́guez, G., [ME] me, [R] nbreg, [RPT] dyndoc,
[CAUSAL] stteffects ipw, [CAUSAL] stteffects [RPT] putpdf begin
ipwra, [CAUSAL] teffects intro advanced Roelandt, J. R. T. C., [ADAPT] gsdesign
Rieckmann, A., [MI] mi impute chained twoproportions
Riffenburgh, R. H., [R] ksmirnov, [R] kwallis Roger, J. H., [ME] mixed, [ME] Glossary
Riley, A. R., [D] filefilter Rogers, C. A., [R] summarize
Riley, R. D., [META] meta mvregress, [META] estat Rogers, D. J., [MV] measure option
heterogeneity (mv), [META] Glossary Rogers, H. J., [IRT] irt, [IRT] diflogistic
Rios Insua, D., [BAYES] Intro Rogers, W. H., [D] egen, [R] brier, [R] glm,
Rios-Avila, F., [CAUSAL] hdidregress, [R] heckman, [R] lincom, [R] mlogit,
[CAUSAL] xthdidregress, [D] egen, [R] gmm, [R] mprobit, [R] mprobit postestimation,
[R] margins, [R] npregress kernel, [R] qreg, [R] predictnl, [R] qreg, [R] rocreg, [R] rreg,
[XT] xtreg [R] sktest, [R] slogit, [R] suest, [R] swilk,
Rios-Avila, R., [FMM] fmm intro [U] 20.26 References
Rip, M., [R] Epitab Rogoff, K., [XT] xtunitroot
Rising, W. R., [FN] Programming functions, Rohlf, F. J., [MV] cluster, [MV] measure option
[U] 12.11 References Rohwer, G., [ME] mestreg
Ritov, Y., [LASSO] Lasso intro, [LASSO] Lasso Rojas, P. B., [PSS-2] power cmh
inference intro, [LASSO] lasso Rolin, J.-M., [IRT] irt 3pl
Rivas, I., [LASSO] Lasso intro, [LASSO] Inference Romano, J. P., [R] test
examples, [M-5] LinearProgram( ) Rombouts, J. V. K., [TS] mgarch
Rivera, J., [CAUSAL] teffects nnmatch, Romitti, P. A., [R] reri
[CAUSAL] teffects psmatch Romney, A. K., [MV] ca
Rivera, R., [R] Epitab Ronchetti, E. M., [CAUSAL] hdidregress,
Rivers, D., [R] ivprobit [CAUSAL] xthdidregress, [D] egen, [R] qreg
Robbins, N. B., [G-2] graph dot Ronning, G., [R] clogit
Roberson, P. K., [R] estat gof Roodman, D., [CAUSAL] DID intro,
Robert, C. P., [BAYES] Intro [CAUSAL] didregress, [D] collapse,
Roberts, C., [PSS-2] power [ERM] Intro 9, [ERM] eintreg, [ERM] eoprobit,
Roberts, D. R., [BMA] Intro [ERM] eprobit, [ERM] eregress, [R] bootstrap,
Roberts, G. O., [BAYES] Intro, [BAYES] bayesmh, [R] wildbootstrap, [XT] xtdpd, [XT] xtdpdsys,
[BAYES] bayesstats summary, [XT] xtheckman
[BMA] bmaregress Roos, C., [M-5] LinearProgram( )
Roberts, H. V., [BMA] Intro Roos, D., [META] meta mvregress
Roberts, J. J. L., [META] meta data Rordorf, G. A., [ADAPT] gs
Roberts, S., [PSS-2] power Rosati, R. A., [ST] stcox postestimation
Roberts, S. A., [ADAPT] gsdesign onemean Rose, D. W., [MV] discrim knn
Robin, J.-M., [R] demandsys Rose, J. M., [CM] nlogit
Robin, S., [ERM] eintreg Rosell, R., [ADAPT] gsdesign onemean,
Robins, J. M., [BAYES] bayesstats ppvalues, [ADAPT] gsdesign oneproportion
[CAUSAL] Intro, [CAUSAL] mediate, Rosen, H. S., [XT] xtabond, [XT] xtdpd,
[CAUSAL] stteffects intro, [CAUSAL] stteffects [XT] xtdpdsys
ipw, [CAUSAL] stteffects ipwra, Rosenbaum, P. R., [CAUSAL] stteffects intro,
[CAUSAL] stteffects wra, [CAUSAL] teffects [CAUSAL] stteffects ipw, [CAUSAL] stteffects
intro advanced, [CAUSAL] telasso, ipwra, [CAUSAL] stteffects postestimation,
[IRT] difmh, [LASSO] Lasso inference [CAUSAL] stteffects ra, [CAUSAL] stteffects
intro, [LASSO] lasso, [LASSO] poregress, wra, [CAUSAL] tebalance, [CAUSAL] teffects
[LASSO] xpologit, [LASSO] xpopoisson, intro advanced, [CAUSAL] telasso
[LASSO] xporegress, [META] Intro, Rosenbluth, A. W., [BAYES] Intro
[META] meta summarize, [META] Glossary, Rosenbluth, M. N., [BAYES] Intro
[R] Epitab Rosenquist, T., [M-1] LAPACK
Robins, R. P., [TS] arch Rosenthal, J. S., [BAYES] Intro, [BAYES] Intro,
Robinson, A., [M-5] Toeplitz( ) [BAYES] bayesmh, [BAYES] bayesmh,
Robinson, K. L., [IRT] irt [BMA] Intro, [BMA] bmaregress
Robinson, L., [META] meta mvregress Rosenthal, R., [META] Intro, [META] meta,
Robson, K., [ME] mixed [META] meta summarize, [META] meta
Robyn, D. L., [G-2] graph bar, [G-2] graph pie, mvregress, [R] contrast
[G-2] graph twoway histogram, [R] cumul Rosnow, R. L., [R] contrast
Rodgers, J. L., [R] correlate Ross, G. J. S., [MV] measure option, [R] nl
Author index 113
Rossi, B., [TS] forecast, [TS] var, [TS] vargranger ppvalues, [BAYES] bayesstats
Rossi, P. E., [R] sureg summary, [BAYES] bayespredict,
Rossi, S. S., [ST] stcrreg [BAYES] bayes: xtnbreg, [BAYES] Glossary,
Rossouw, J. J., [BMA] bmastats lps [CAUSAL] Intro, [CAUSAL] stteffects intro,
Roth, J., [CAUSAL] DID intro, [CAUSAL] stteffects ipw, [CAUSAL] stteffects
[CAUSAL] hdidregress, ipwra, [CAUSAL] stteffects postestimation,
[CAUSAL] xthdidregress [CAUSAL] stteffects ra, [CAUSAL] stteffects
wra, [CAUSAL] tebalance, [CAUSAL] teffects
Rothenberg, M. L., [ADAPT] gsdesign onemean
intro advanced, [CAUSAL] telasso, [ME] me,
Rothenberg, T. J., [TS] dfgls, [TS] sspace, [TS] var [ME] mixed, [META] Intro, [META] meta
svar, [TS] vec, [TS] Glossary summarize, [META] meta mvregress,
Rothkopf, E. Z., [MV] mdslong [MI] Intro substantive, [MI] mi estimate,
Rothman, K. J., [R] ci, [R] dstdize, [R] Epitab, [MI] mi estimate using, [MI] mi impute,
[R] poisson, [R] reri [MI] mi impute chained, [MI] mi impute
Rothstein, H. R., [META] Intro, [META] Intro, logit, [MI] mi impute monotone, [MI] mi
[META] meta, [META] meta summarize, impute mvn, [MI] mi impute pmm, [MI] mi
[META] meta regress, [META] meta trimfill impute regress, [MI] mi predict, [MI] mi test,
Rothwell, S. T., [SVY] Survey, [SVY] svy estimation [R] contrast
Rotnitzky, A., [CAUSAL] stteffects intro, Rubin, D. L., [LASSO] lasso examples
[CAUSAL] stteffects ipw, [CAUSAL] stteffects Rubin, H., [R] ivregress postestimation
ipwra, [CAUSAL] stteffects wra, Rubinfeld, D. L., [ERM] eprobit, [R] biprobit,
[CAUSAL] teffects intro advanced [R] heckprobit
Rotolo, F., [LASSO] lasso postestimation Rubinstein, L. V., [PSS-2] power exponential
Rousseeuw, P. J., [CAUSAL] hdidregress, Rubio-Ramı́rez, J. F., [DSGE] Intro 1, [DSGE] dsgenl
[CAUSAL] xthdidregress, [D] egen, Rücker, G., [META] Intro, [META] meta summarize,
[MV] cluster, [MV] clustermat, [MV] matrix [META] meta funnelplot, [META] meta bias
dissimilarity, [MV] measure option, Rudebusch, G. D., [R] ivregress postestimation
[P] matrix dissimilarity, [R] qreg, [R] regress
Ruggles, S., [R] mlexp
postestimation, [R] rreg
Ruhe, C., [R] bootstrap, [ST] stcox, [ST] stcurve
Rovers, M. M., [R] reri
Runkle, D. E., [TS] arch
Rovigatti, G., [XT] xtfrontier
Ruppert, D., [BAYES] bayesmh, [ME] me,
Rovine, M. J., [R] correlate
[ME] meglm, [ME] menl, [ME] mixed,
Rowe, B. C., [ADAPT] gsbounds [R] boxcox, [R] rreg
Rowling, J. K., [SP] Intro 2 Rushton, L., [META] Intro, [META] meta funnelplot,
Roy, P. R., [R] demandsys [META] meta bias, [META] meta trimfill
Roy, S. N., [MV] canon, [MV] manova Russell, P. F., [MV] measure option
Royall, R. M., [P] robust, [U] 20.26 References Rutherford, E., [R] poisson
Royle, J. A., [BAYES] Intro Rutherford, M. J., [R] poisson, [ST] stcrreg,
Royston, P., [CAUSAL] stteffects intro, [D] generate, [ST] stptime
[D] sort, [G-2] graph twoway lowess, Ruud, P. A., [CM] cmrologit, [R] gmm, [R] suest
[G-2] graph twoway scatter, [MI] Intro Ruyssen, I., [XT] xtabond, [XT] xtdpd, [XT] xtdpdsys
substantive, [MI] Intro, [MI] mi estimate,
Ryan, L. M., [ST] stintcox, [ST] stintreg
[MI] mi estimate using, [MI] mi export,
[MI] mi export ice, [MI] mi import, [MI] mi Ryan, P., [D] pctile, [U] 11.7 References
import ice, [MI] mi impute, [MI] mi impute Ryan, T. P., [PSS-2] Intro (power), [PSS-3] ciwidth
chained, [MI] mi impute intreg, [MI] mi impute onemean, [PSS-3] ciwidth twomeans, [R] QC
monotone, [MI] mi impute nbreg, [MI] mi
impute pmm, [MI] mi predict, [PSS-2] Intro
(power), [PSS-2] power cox, [R] bootstrap, S
[R] centile, [R] cusum, [R] Diagnostic plots,
[R] dotplot, [R] dydx, [R] Epitab, [R] estat
Sadhana, V. V., [M-5] LinearProgram( )
ic, [R] fp, [R] fp postestimation, [R] glm,
[R] kdensity, [R] lnskew0, [R] lowess, Sahn, D. E., [R] demandsys
[R] marginsplot, [R] mfp, [R] ml, [R] nl, Saikkonen, P., [TS] vec intro, [TS] vecrank
[R] sktest, [R] smooth, [R] swilk, [ST] ltable, Saint-Cyr, L. D. F., [FMM] fmm intro
[ST] stcox, [ST] stcox PH-assumption tests, Saito, K., [ADAPT] gsdesign logrank
[ST] stcox postestimation, [ST] streg Sajaia, Z., [R] biprobit, [R] heckprobit, [R] Inequality
Royuela, A., [R] logistic, [R] logit Sakalli, S. O., [SP] spregress
Rubin, D. B., [BAYES] Intro, Sakamoto, Y., [R] IC note
[BAYES] bayesmh, [BAYES] bayesstats grubin, Saksman, E., [BAYES] Intro, [BAYES] bayesmh
[BAYES] bayesstats ic, [BAYES] bayesstats Sala-I-Martin, X. X., [BMA] bmaregress
114 Author index
Salanti, G., [META] Intro, [META] meta esize, Saunders, C. L., [PSS-2] Intro (power)
[META] meta set, [META] meta summarize Sautory, O., [SVY] Calibration
Salas Pauliac, C. H., [D] egen Savage, I. R., [ST] sts test
Salgado, J. C., [R] demandsys Savegnago, M., [R] Inequality
Salgado-Ugarte, I. H., [R] kdensity, [R] smooth Savin, N. E., [R] regress postestimation time series
Salmond, D. J., [BAYES] Intro Sawa, T., [R] estat ic
Saltzman, M. J., [M-5] LinearProgram( ) Saxl, I., [R] correlate
Salvador, M., [TS] vecrank Scagliotti, G. V., [ADAPT] gsdesign onemean,
Samaniego, F. J., [TS] varwle [ADAPT] gsdesign oneproportion
Samejima, F., [IRT] irt 3pl, [IRT] irt grm, Schaalje, G. B., [ME] mixed, [R] anova postestimation
[IRT] irtgraph iif Schabenberger, O., [ME] me
Sammon, J. W., Jr., [MV] mds, [MV] mdslong, Schafer, J. L., [CAUSAL] teffects intro advanced,
[MV] mdsmat, [MV] Glossary [MI] Intro substantive, [MI] Intro substantive,
Sammons, P., [MI] mi estimate [MI] mi estimate, [MI] mi impute, [MI] mi
Sampson, A. R., [MV] hotelling impute monotone, [MI] mi impute mvn,
Samuels, S. J., [U] 25.8 References [MI] mi impute truncreg
San Martı́n, E., [IRT] irt 3pl Schaffer, C. M., [MV] cluster
Sánchez, G., [R] bootstrap, [TS] arima, [TS] dfuller Schaffer, M. E., [LASSO] Lasso intro, [R] ivregress,
Sanchez, J. M., [ADAPT] gsdesign oneproportion [R] ivregress postestimation
Sánchez-Meca, J., [META] Intro, [META] meta Schank, T., [ME] meglm, [ME] melogit,
summarize, [META] meta regress [ME] meoprobit, [ME] mepoisson,
Sánchez-Peñalver, A., [R] churdle, [R] intreg, [R] tobit [ME] mestreg, [ME] mixed, [XT] xtreg
Sanders, F., [R] brier Scheaffer, R. L., [SVY] Survey
Sándor, L., [CAUSAL] teffects intro advanced Schechter, C. B., [D] Datetime, [D] destring,
[D] egen, [D] encode, [U] 11.7 References,
Sano, M., [ADAPT] gsdesign twomeans
[U] 12.11 References, [U] 13.13 References,
Sansó, A., [TS] dfgls, [TS] dfuller [U] 24.5 References, [U] 26.3 References
Sant’Anna, P. H. C., [CAUSAL] DID intro, Scheffé, H., [R] anova, [R] ci, [R] oneway
[CAUSAL] hdidregress, [CAUSAL] hdidregress
Schenck, D., [D] import fred, [DSGE] Intro 3a,
postestimation, [CAUSAL] xthdidregress
[DSGE] dsge, [TS] irf, [TS] var, [TS] var svar,
Santner, T. J., [PSS-2] power exponential [TS] vargranger, [TS] varsoc
Santos, E. S. A., [META] meta meregress, Schenker, N., [MI] Intro substantive, [MI] mi impute,
[META] estat heterogeneity (me) [MI] mi impute pmm, [MI] mi impute regress
Santos Silva, J. M. C., [R] gmm, [R] ivpoisson, Scheys, I., [ME] melogit postestimation
[R] ivqregress
Schiel, A., [ADAPT] gsdesign onemean,
Santosham, M., [R] prtest [ADAPT] gsdesign oneproportion
Sarabia, J. M., [MI] Intro substantive, [MI] mi impute Schlattmann, P., [FMM] fmm intro
chained
Schlesselman, J. J., [R] boxcox, [R] Epitab
Sarafidis, V., [R] ivregress, [XT] xtcointtest,
Schlossmacher, E. J., [R] qreg
[XT] xtreg
Schluchter, M. D., [ME] mixed
Sargan, J. D., [R] ivregress postestimation, [TS] prais
Schmeiser, B. W., [FN] Random-number functions
Sargent, T. J., [DSGE] Intro 1, [DSGE] Intro 5,
[TS] dfactor Schmid, C. H., [META] Intro, [META] meta
funnelplot, [META] meta bias
Särndal, C.-E., [SVY] Calibration, [SVY] Variance
estimation Schmid, I., [CAUSAL] mediate
Sarstedt, M., [MV] cluster, [MV] pca, [R] anova, Schmid, T., [ME] mixed
[R] regress Schmidheiny, K., [CAUSAL] didregress
Sasaki, Y., [CAUSAL] teffects intro advanced, Schmidt, A. W., [XT] xt
[R] frontier, [XT] xtdpd, [XT] xtdpdsys Schmidt, C. H., [R] brier
Sasieni, P. D., [R] dotplot, [R] glm, [R] margins, Schmidt, E., [M-5] svd( )
[R] poisson, [ST] stcox Schmidt, F. L., [META] Intro, [META] Intro,
Sass, T. R., [R] areg, [XT] xtreg [META] meta esize, [META] meta set,
Satorra, A., [SEM] Intro 4, [SEM] Intro 7, [META] meta summarize, [META] meta regress
[SEM] Intro 9, [SEM] Example 1, Schmidt, P., [R] frontier, [R] regress postestimation,
[SEM] Methods and formulas for sem [XT] xtfrontier, [XT] xtunitroot
Satterthwaite, F. E., [ME] mixed, [ME] Glossary, Schmitt-Grohé, S., [DSGE] Intro 3f, [DSGE] Intro 9b
[R] esize, [R] ttest, [SVY] Variance estimation Schneider, D., [R] Epitab
Sauerbrei, W., [R] bootstrap, [R] estat ic, [R] fp, Schneider, D. C., [D] import haver
[R] mfp Schneider, H., [R] sdtest
Author index 115
Schneider, M., [META] Intro, [META] meta bias, Sears, R. R., [R] Epitab
[META] Glossary Seber, G. A. F., [META] meta regress, [META] meta
Schneider, T., [ME] mestreg meregress, [META] meta mvregress,
Schneider, W., [TS] sspace [MV] biplot, [MV] manova, [MV] mvtest,
Schnell, D., [P] robust, [R] regress, [MV] mvtest means, [MV] mvtest normality
[SVY] svy: tabulate twoway Sébille, V., [IRT] irt pcm
Schoenberg, I. J., [R] makespline, [R] npregress intro, Seed, P. T., [R] spearman
[R] npregress series Seegert, N., [R] intreg, [R] tobit
Schoenfeld, D. A., [ADAPT] gsdesign logrank, Segerstedt, B., [LASSO] elasticnet
[PSS-2] power cox, [PSS-2] power exponential, Seidler, J., [R] correlate
[PSS-2] power logrank, [ST] stcox, [ST] stcox Seiford, L. M., [M-5] LinearProgram( )
postestimation, [ST] streg Sekhon, J. S., [CAUSAL] Intro
Schölkopf, B., [CAUSAL] Intro Selaru, P., [ADAPT] gsdesign onemean,
Schonlau, M., [R] glm, [R] logistic, [R] logit, [ADAPT] gsdesign oneproportion
[R] poisson, [R] regress Self, S. G., [ME] me, [ME] melogit, [ME] meoprobit,
Schorfheide, F., [DSGE] Intro 1, [DSGE] dsgenl [ME] mepoisson, [ME] mestreg, [META] meta
Schork, M. A., [PSS-2] power pairedproportions meregress
Schriger, D. L., [META] meta forestplot Selvin, S., [R] Epitab, [R] poisson, [ST] ltable,
Schröder, B., [BMA] Intro [ST] stcox
Schröder, C., [ME] mixed Sempos, C. T., [R] dstdize, [R] Epitab, [ST] ltable,
Schroeder, M. B., [R] mlexp [ST] stcox
Schucany, W. R., [FN] Random-number functions Semykina, A., [ERM] eprobit, [R] Inequality
Schuirmann, D. J., [R] pkequiv Seneta, E., [R] correlate, [U] 1.4 References
Schumacher, M., [ST] stcrreg Senn, S. J., [R] glm, [R] ttest
Schumaker, L. L., [R] makespline, [R] npregress intro, Sentana, E., [TS] mgarch
[R] npregress series Seo, M. H., [TS] threshold, [XT] xtabond,
Schumm, L. P., [D] sort [XT] xtdpd, [XT] xtdpdsys
Schunck, R., [ME] meglm, [ME] mixed, [XT] xtreg Seppä, K., [ST] sts
Schünemann, H. J., [ADAPT] gsdesign twoproportions Sera, F., [META] meta meregress, [META] meta
Schur, I., [M-5] schurd( ) mvregress
Schwartz, S., [CAUSAL] Intro Serachitopol, D. M., [ST] sts graph
Schwartzman, S., [ST] stcox postestimation Serfling, R. J., [DSGE] dsge, [TS] irf create
Schwarz, C., [FN] String functions, [R] bootstrap, Serletis, A., [R] demandsys
[U] 24.5 References Seth, S., [R] Inequality
Schwarz, G., [BAYES] Intro, [MV] factor Shafer, G., [ST] stcox postestimation
postestimation, [R] estat ic, [R] IC note, Shafiian, N., [ADAPT] gsdesign twomeans
[SEM] estat gof, [SEM] estat lcgof, Shah, A., [TABLES] Intro
[SEM] Methods and formulas for sem, Shah, B. V., [SVY] Direct standardization,
[TS] arfimasoc, [TS] arimasoc [SVY] Poststratification, [SVY] Variance
Schwarzer, G., [META] Intro, [META] meta data, estimation
[META] meta summarize, [META] meta Shanno, D. F., [M-5] LinearProgram( ),
funnelplot, [META] meta bias [M-5] optimize( )
Schwert, G. W., [TS] dfgls Shao, J., [ADAPT] gsdesign oneproportion,
Scorcu, A. E., [R] betareg [PSS-2] Intro (power), [PSS-2] power onemean,
Scott, A. J., [SVY] estat, [SVY] svy: tabulate twoway [PSS-2] power twomeans, [PSS-2] power
Scott, C., [SVY] estat, [SVY] Subpopulation pairedmeans, [PSS-2] power oneproportion,
estimation, [SVY] svy bootstrap, [SVY] svy [PSS-2] power exponential, [PSS-3] Intro
estimation (ciwidth), [PSS-3] ciwidth onemean,
Scott, D. A., [ST] stcox, [ST] stcrreg [PSS-3] ciwidth twomeans, [R] npregress
Scott, D. W., [R] kdensity kernel, [R] npregress series, [SVY] Survey,
Scott, E. L., [R] Intro [SVY] svy jackknife, [SVY] Variance
estimation
Scott, G. B., [R] exlogistic
Shao, Q.-M., [BAYES] Intro, [BAYES] bayesstats
Scott, L. J., [R] summarize
summary
Searle, S. R., [ME] me, [ME] meglm, [ME] melogit,
Shapiro, S., [R] Epitab
[ME] meoprobit, [ME] mepoisson,
[ME] mestreg, [ME] mixed, [R] contrast, Shapiro, S. S., [R] swilk
[R] margins, [R] pwcompare, [R] pwmean Shaposhnikova, T. O., [FN] Matrix functions
Sears, J. M., [D] icd10cm, [D] icd10pcs Sharkey, J. R., [R] reri
116 Author index
Sharp, S. J., [META] Intro, [META] meta, Silvennoinen, A., [TS] mgarch, [TS] mgarch ccc
[META] meta summarize, [META] meta Silverman, B. W., [CAUSAL] teoverlap, [R] kdensity,
regress, [META] estat bubbleplot, [META] meta [R] npregress intro, [R] qreg
mvregress Silvey, S. D., [R] hetoprobit, [R] ologit, [R] oprobit
Shatola, A., [ADAPT] gsdesign onemean, Simes, R. J., [META] Intro
[ADAPT] gsdesign oneproportion Simon, K., [CAUSAL] DID intro,
Shavelson, R. J., [MV] alpha [CAUSAL] didregress
Shaw, B. P., [R] esize Simon, N., [LASSO] lassogof
Shea, J. S., [R] ivregress postestimation Simon, R., [ADAPT] gsdesign onemean,
Shear, B. R., [R] hetoprobit [BAYES] bayesmh, [PSS-2] power
Sheather, S. J., [R] boxcox, [R] ivqregress, [R] lowess, Simone, R., [FMM] fmm intro
[R] lpoly, [R] nestreg, [R] npregress kernel, Simonoff, J. S., [R] kdensity, [R] npregress intro,
[R] qreg, [R] regress postestimation, [R] regress [R] npregress kernel, [R] tnbreg, [R] tpoisson
postestimation diagnostic plots, [R] stepwise Simons, K. L., [D] reshape
Sheehan, N. A., [R] ivregress Simor, I. S., [R] kappa
Sheiner, L. B., [ME] menl Simpson, D., [BMA] Intro
Sheldon, T. A., [META] Intro, [META] meta trimfill Simpson, T., [M-5] optimize( )
Shen, S., [R] ivregress Sims, C. A., [BAYES] bayes: var, [TS] dfactor,
Shepard, R. N., [MV] mds postestimation plots [TS] irf create, [TS] var svar, [TS] vec intro,
Shephard, N., [BAYES] Intro [TS] vec, [TS] vecrank
Shephard, R. W., [R] demandsys Sin, N. L., [META] Intro
Shewhart, W. A., [R] QC Singleton, K. J., [R] gmm
Shi, X., [R] gmm Sinha, B. K., [ME] mixed, [META] meta mvregress
Shiboski, S. C., [CAUSAL] stteffects intro, Sinha, D., [BAYES] Intro
[CAUSAL] stteffects ipw, [CAUSAL] stteffects Sininger, Y., [R] rocreg, [R] rocreg postestimation,
ipwra, [CAUSAL] stteffects postestimation, [R] rocregplot
[CAUSAL] stteffects ra, [CAUSAL] stteffects Siow, A., [BMA] bmaregress
wra, [CAUSAL] teffects intro advanced, Siravegna, M., [R] qreg
[R] logistic, [ST] stcox
Sirchenko, A., [R] oprobit, [R] zioprobit
Shih, W. J., [ADAPT] GSD intro, [ADAPT] gs,
Sitgreaves, R., [R] icc
[ADAPT] gsbounds, [ADAPT] gsdesign,
[ADAPT] gsdesign onemean, [ADAPT] gsdesign Sjölander, P. C., [R] glm, [R] logit
twomeans, [ADAPT] gsdesign oneproportion, Skeels, C. L., [R] predict
[ADAPT] gsdesign twoproportions, Skinner, C. J., [ME] mixed, [SVY] Survey,
[ADAPT] gsdesign logrank, [ADAPT] gsdesign [SVY] estat, [SVY] svy estimation,
usermethod [SVY] Variance estimation
Shiller, R. J., [R] tobit Sklenar, A. M., [META] meta meregress
Shimizu, M., [R] kdensity Skolkova, A., [R] ivregress
Shin, Y., [XT] xtunitroot Skovlund, E., [PSS-2] power cox
Shinde, M. U., [R] reri Skrondal, A., [BAYES] Intro, [BAYES] bayes,
Shoemaker, L. H., [R] ci [CM] cmxtmixlogit, [ERM] eprobit,
Shonkwiler, J. S., [R] demandsys [FMM] fmm intro, [IRT] irt, [IRT] irt hybrid
postestimation, [ME] me, [ME] meglm,
Shpitser, I., [CAUSAL] Intro
[ME] meglm postestimation, [ME] melogit,
Shrout, P. E., [R] icc, [R] kappa [ME] melogit postestimation, [ME] menbreg,
Shults, J., [XT] xtgee [ME] menl, [ME] meologit, [ME] meoprobit,
Shumway, C., [P] PyStata integration [ME] mepoisson, [ME] mestreg, [ME] mixed,
Shumway, R. H., [TS] arima [ME] mixed postestimation, [META] meta
Shungu, D. C., [ADAPT] gsdesign twomeans regress postestimation, [META] meta me
Sianesi, B., [CAUSAL] stteffects intro, postestimation, [META] meta mvregress
[CAUSAL] teffects intro advanced, postestimation, [R] gllamm, [R] glm, [R] reri,
[CAUSAL] teffects multivalued [SEM] Acknowledgments, [SEM] Intro 2,
Siber, G., [R] prtest [SEM] Intro 4, [SEM] Example 28g,
Sibson, R., [MV] cluster, [MV] cluster dendrogram [SEM] Example 29g, [SEM] Example 30g,
Šidák, Z., [R] correlate, [R] oneway [SEM] Example 39g, [SEM] Example 40g,
[SEM] Example 41g, [SEM] Example 45g,
Sidik, K., [META] Intro, [META] meta esize,
[SEM] Example 46g, [SEM] Methods and
[META] meta set, [META] meta summarize,
formulas for gsem, [SEM] predict after gsem,
[META] meta regress, [META] meta bias
[U] 1.4 References, [XT] xtcloglog, [XT] xtgee,
Siegloch, S., [CAUSAL] didregress [XT] xtheckman, [XT] xtintreg, [XT] xtlogit,
Siegmund, D., [TS] estat sbsingle
Author index 117
Staelin, R., [CM] Intro 6, [CM] cmrologit Stock, J. H., [R] areg postestimation, [R] ivregress,
Stagg, V., [R] pwcompare [R] ivregress postestimation, [R] npregress
Stahel, W. A., [CAUSAL] hdidregress, kernel, [R] regress, [TS] Time series, [TS] arch,
[CAUSAL] xthdidregress, [D] egen [TS] dfactor, [TS] dfgls, [TS] irf create,
Stahl, D., [MV] cluster, [MV] cluster stop [TS] rolling, [TS] sspace, [TS] var intro,
Staiger, D. O., [R] ivregress postestimation [TS] var, [TS] var svar, [TS] vec intro,
[TS] vec, [TS] vecrank, [TS] Glossary,
Stampini, M., [XT] xtreg
[XT] xtcloglog, [XT] xthtaylor, [XT] xtlogit,
Stangl, D. K., [BAYES] Intro [XT] xtologit, [XT] xtoprobit, [XT] xtpoisson,
Starmer, C. F., [R] vwls [XT] xtprobit, [XT] xtreg, [XT] xtstreg
Startz, R., [R] ivregress postestimation, [TS] mswitch Stoker, T. M., [R] npregress kernel
Staub, K. E., [R] ologit, [XT] xtologit Stoll, B. J., [R] Epitab
Steel, M. F. J., [BMA] Intro, [BMA] bmaregress, Stoll, L., [MI] mi estimate
[BMA] bmagraph msize, [BMA] bmastats Stone, M. H., [IRT] irt
jointness, [BMA] bmastats lps,
Stone, R., [R] demandsys
[BMA] bmastats msize
Storer, B. E., [ST] stcrreg
Stefanski, L. A., [CAUSAL] teffects aipw, [R] eivreg
Stork, D. G., [MV] cluster, [MV] cluster stop
Stegun, I. A., [FN] Mathematical functions,
[R] contrast, [R] orthog Stoto, M. A., [R] lv
Steichen, T. J., [D] duplicates, [META] meta, Stouffer, S. A., [SEM] Example 50g
[META] meta bias, [META] meta trimfill, Stover, L., [R] rocreg, [R] rocreg postestimation,
[R] sunflower [R] rocregplot
Steiger, J. H., [R] esize Støvring, H., [M-2] pointers
Steiger, W., [R] qreg Straathof, B., [D] insobs
Steigerwald, D. G., [MV] cluster Stram, D. O., [ME] me
Stein, C., [R] bootstrap Strasseri, M., [CAUSAL] didregress postestimation
Steinberg, D., [CM] cmmixlogit, [CM] cmxtmixlogit Street, J. O., [R] rreg
Steinberg, L., [IRT] irt grm Stroup, W. W., [ME] me
Stephenson, D. B., [MV] pca, [R] brier Stryhn, H., [ME] meintreg, [R] Epitab, [R] regress
Stepniewska, K. A., [R] nptrend Stuart, A., [R] centile, [R] mean, [R] proportion,
Stern, H. S., [BAYES] Intro, [BAYES] bayesmh, [R] qreg, [R] ratio, [R] spearman,
[BAYES] bayesstats ic, [BAYES] bayesstats [R] summarize, [R] symmetry, [R] total,
ppvalues, [BAYES] bayesstats [SVY] Survey
summary, [BAYES] bayespredict, Stuart, E. A., [CAUSAL] mediate
[BAYES] bayes: xtnbreg, [BAYES] Glossary, Studenmund, A. H., [R] regress, [R] regress
[MI] Intro substantive, [MI] mi impute mvn, postestimation
[MI] mi impute regress Student, see Gosset, W. S.
Stern, J. M., [META] Intro Stuebe, A. M., [ADAPT] gsdesign twoproportions
Sterne, J. A. C., [META] Intro, [META] meta, Stuetzle, W., [R] sunflower
[META] meta forestplot, [META] meta Sturdivant, R. X., [G-3] colorvar options,
summarize, [META] meta funnelplot, [PSS-2] power mcc, [R] clogit, [R] clogit
[META] meta bias, [MI] Intro, [R] dstdize, postestimation, [R] estat classification,
[R] summarize, [SEM] Intro 5, [ST] stcox, [R] estat gof, [R] glm, [R] lincom, [R] logistic,
[XT] xtreg [R] logistic postestimation, [R] logit, [R] logit
Steurer, M., [META] meta data postestimation, [R] lroc, [R] lrtest, [R] lsens,
Stevens, E. H., [MV] mvtest [R] mlogit, [R] predictnl, [R] stepwise,
Stevenson, R. E., [R] frontier [RPT] dyndoc, [RPT] putdocx intro,
Stewart, D. L., [ADAPT] gsdesign twoproportions [RPT] set docx, [SEM] Example 33g,
[SEM] Example 34g, [XT] xtgee
Stewart, G. W., [M-5] svd( ), [P] matrix svd
Sturtz, S., [BAYES] bayesmh
Stewart, J., [ST] ltable
Suades-González, E., [LASSO] Lasso
Stewart, M. B., [R] intreg, [R] oprobit, [R] tobit,
intro, [LASSO] Inference examples,
[XT] xtprobit
[M-5] LinearProgram( )
Stigler, S. M., [R] ameans, [R] ci, [R] correlate,
Suárez, C., [R] heckoprobit, [R] heckprobit
[R] kwallis, [R] qreg, [R] regress,
[R] summarize Suárez, E. L., [R] Epitab, [ST] stcox
Stijnen, T., [META] meta mvregress Suarez, L., [R] reri
Stillman, S., [R] ivregress, [R] ivregress postestimation Sued, M., [CAUSAL] teffects intro advanced
Stinchcombe, M. B., [R] npregress kernel Suen, H. K., [R] icc
Stine, R., [R] bootstrap Sugihara, G., [XT] xtdpd
Stitzer, M. L., [META] meta mvregress Sulaimanova, B., [ERM] eprobit
Author index 119
Sullivan, A., [D] Datetime durations Tan, Z., [CAUSAL] teffects intro advanced,
Sullivan, G., [P] robust, [R] regress, [CAUSAL] teffects aipw
[SVY] svy: tabulate twoway Tang, R., [ADAPT] gsdesign logrank
Sultakeev, K., [ERM] eprobit Tanimoto, T. T., [MV] measure option
Summers, G. F., [SEM] Example 9 Taniuchi, T., [R] kdensity
Summers, R., [XT] xtunitroot Tanner, M. A., [BAYES] Intro, [MI] Intro substantive,
Sumners, J. E., [ADAPT] gsdesign twoproportions [MI] mi impute mvn
Sun, D. L., [LASSO] Lasso intro Tanner, W. P., Jr., [R] lroc
Sun, J., [ADAPT] gsdesign logrank, [ST] stintcox, Tanur, J. M., [R] kwallis
[ST] stintreg Tao, T., [M-5] LinearProgram( )
Sun, L., [CAUSAL] DID intro, [R] ivregress, Tapia, R. A., [R] kdensity
[R] ivregress postestimation Tapia-Schythe, K., [CAUSAL] didregress
Sunn, L., [CAUSAL] hdidregress Tarlov, A. R., [MV] alpha, [MV] factor, [MV] factor
Sun, W., [MI] Intro substantive postestimation, [R] lincom, [R] mlogit,
Sun, Y., [LASSO] Lasso intro, [R] gmm, [R] mprobit, [R] mprobit postestimation,
[R] ivqregress, [R] test, [XT] xt [R] predictnl, [R] slogit, [SEM] Example 37g
Sunyer, J., [LASSO] Lasso intro, [LASSO] Inference Tarone, R. E., [R] Epitab, [ST] sts test
examples, [M-5] LinearProgram( ) Tastan, H., [TS] vargranger
Sussman, S., [ME] me, [ME] meglm, [ME] meologit, Taub, A. J., [XT] xtreg
[ME] meoprobit, [XT] xtologit, [XT] xtoprobit Tauchmann, H., [M-5] LinearProgram( ), [MV] mvreg,
Sutton, A. J., [META] Intro, [META] meta, [R] demandsys, [R] frontier, [R] heckman,
[META] meta data, [META] meta esize, [R] suest
[META] meta summarize, [META] meta Taylor, C., [R] gllamm
funnelplot, [META] meta bias, [META] meta Taylor, H. M., [TS] mswitch
trimfill, [META] meta mvregress Taylor, J. B., [DSGE] Intro 1
Svennerholm, A. M., [R] Epitab Taylor, J. E., [LASSO] Lasso intro
Swaminathan, H., [IRT] irt, [IRT] diflogistic Taylor, J. M. G., [MI] Intro substantive, [MI] mi
Swamy, P. A. V. B., [XT] xtivreg, [XT] xtrc, impute, [MI] mi impute pmm, [MI] mi impute
[XT] xtreg regress
Swanson, S. A., [MI] mi estimate, [MI] mi impute, Taylor, L. W., [R] predict
[XT] xtgee Taylor, M. A., [R] set rngstream, [R] simulate
Swed, F. S., [R] runtest Taylor, W. E., [XT] xthtaylor
Sweeting, M. J., [META] meta data, [META] meta Teller, A. H., [BAYES] Intro
esize Teller, E., [BAYES] Intro
Sweeting, T. J., [ST] streg ten Berge, J. M. F., [MV] procrustes
Sweetman, O., [R] gmm Tenhunen, O., [ADAPT] gsdesign onemean,
Swensson, B., [SVY] Variance estimation [ADAPT] gsdesign oneproportion
Swets, J. A., [R] lroc ter Bogt, T., [MV] mvtest
Sydes, M. R., [ADAPT] Intro Teräsvirta, T., [TS] mgarch, [TS] mgarch ccc
Sykes, R. C., [IRT] irt 3pl Terbish, M., [R] logit
Sylvester, J. J., [M-5] svd( ) Terlaky, T., [M-5] LinearProgram( )
Szroeter, J., [R] regress postestimation Ternès, N., [LASSO] lasso postestimation
Terpstra, T. J., [R] nptrend
Terrin, N., [META] Intro, [META] meta funnelplot,
T [META] meta bias
Tabachnick, B. G., [MV] discrim Terza, J. V., [CAUSAL] eteffects, [CAUSAL] etpoisson,
[R] cpoisson, [R] heckpoisson, [R] margins
Tabord-Meehan, M., [R] mean
Tetzlaff, J., [META] Intro, [META] meta funnelplot,
Taffé, P., [R] pwcompare
[META] meta bias
Taka, M. T., [R] pkcross
Teukolsky, S. A., [FN] Statistical functions,
Tallis, G. M., [ERM] eprobit postestimation [G-2] graph twoway contour, [M-5] solvenl( ),
Tamai, T., [ADAPT] gsdesign logrank [P] matrix symeigen, [R] dydx
Tamhane, A. C., [FN] Statistical functions, Textor, J., [CAUSAL] Intro
[PSS-2] power onemean, [PSS-2] power Thall, P. F., [ME] mepoisson
onemean, cluster, [R] oneway, [R] ztest
Thayer, D. T., [IRT] difmh
Tamminen, J., [BAYES] Intro, [BAYES] bayesmh
the National Birth Defects Prevention Study, [R] reri
Tan, S. B., [PSS-2] power logrank
Theil, H., [R] demandsys, [R] ivregress, [R] reg3,
Tan, S. H., [PSS-2] power logrank [TS] prais
Tan, W. Y., [P] robust, [U] 20.26 References
120 Author index
Therneau, T. M., [ME] mestreg, [ST] stcox, [ST] stcox Titiunik, R., [CAUSAL] teffects intro,
PH-assumption tests, [ST] stcox postestimation, [CAUSAL] teffects intro advanced,
[ST] stcrreg [PSS-2] power
Thiele, T. N., [R] summarize Tjernström, E., [XT] xtgee, [XT] xtreg
Thissen, D., [IRT] irt grm Tobias, J. L., [BMA] Intro
Thoenig, M., [SP] spregress Tobin, J., [ERM] eintreg, [R] tobit
Thomas, A., [BAYES] bayesmh Toby, J., [SEM] Example 50g
Thomas, D. C., [R] reri, [ST] sttocc Toeplitz, O., [M-5] Toeplitz( )
Thomas, D. G., [META] meta esize, [R] Epitab Tolkien, J. R. R., [SP] Intro 2
Thomas, D. R., [SVY] svy: tabulate twoway Tolnay, S. E., [SP] estat moran, [SP] spregress,
Thompson, B., [MV] canon postestimation, [R] esize, [SP] spxtregress
[R] regress postestimation Toman, R. J., [R] stepwise
Thompson, C. A., [ADAPT] gsdesign twoproportions Tommasello, A. C., [META] meta mvregress
Thompson, D. J., [CAUSAL] teffects intro advanced Tone, K., [M-5] LinearProgram( )
Thompson, J., [BAYES] Intro, [BAYES] Bayesian Tong, H., [R] estat ic, [TS] threshold
commands, [BAYES] bayesmh, [PSS-2] power, Topcuoglu, M. A., [ADAPT] gs
[R] poisson, [ST] stptime Toplis, P. J., [R] binreg
Thompson, J. C., [R] Diagnostic plots Torgerson, W. S., [MV] mds, [MV] mdslong,
Thompson, J. R., [META] meta mvregress, [MV] mdsmat
[R] kdensity Torgovitsky, A., [R] ivregress
Thompson, M. L., [R] rocreg Toulopoulou, T., [ME] mecloglog, [ME] melogit,
Thompson, S. G., [ME] me, [META] Intro, [ME] meprobit
[META] Intro, [META] meta esize, Touloumi, G., [ME] meglm, [ME] mixed
[META] meta set, [META] meta summarize, Townes, J. M., [D] icd10
[META] meta summarize, [META] meta Townsend, W., [LASSO] Lasso intro
regress, [META] estat bubbleplot, [META] meta
Train, G. F., [SVY] Survey, [SVY] svy sdr,
meregress, [META] meta multilevel,
[SVY] Variance estimation
[META] meta mvregress, [META] estat
heterogeneity (mv), [META] Glossary Train, K. E., [CM] Intro 5, [CM] Intro 8,
[CM] cmclogit, [CM] cmmixlogit,
Thompson, S. K., [BAYES] Intro, [SVY] Survey
[CM] cmmprobit, [CM] cmxtmixlogit
Thompson, W. A., Jr., [ME] me, [ME] menl,
Tramarin, A., [R] betareg
[ME] mixed
Tramèr, M. R., [META] meta
Thoms, J., [BAYES] bayesmh
Trampe, B., [R] mlexp
Thomson, G. H., [MV] factor postestimation,
[MV] Glossary Trapido, E., [R] exlogistic
Thomson, I. R., [ADAPT] gsdesign twoproportions Trefethen, L. N., [M-5] svd( )
Thorndike, F., [R] poisson Treiman, D. J., [R] eivreg, [R] mlogit
Thuiller, W., [BMA] Intro Trewn, J., [MV] mds
Thurstone, L. L., [CM] cmrologit, [MV] rotate Trichopoulos, D., [R] Epitab
Tian, L., [ST] stcox Trikalinos, T. A., [META] meta bias
Tibbles, M., [G-2] graph combine, [G-2] graph Trimbur, T. M., [TS] psdensity, [TS] tsfilter,
twoway scatter [TS] tsfilter hp, [TS] ucm
Tibshirani, R. J., [BMA] bmastats lps, [LASSO] Lasso Trinitapoli, J., [P] levelsof, [RPT] putdocx begin,
intro, [LASSO] elasticnet, [LASSO] lasso, [RPT] putpdf begin
[LASSO] lassogof, [LASSO] lassoknots, Trivedi, P. K., [BAYES] Intro, [CAUSAL] etregress,
[LASSO] lasso options, [LASSO] sqrtlasso, [CAUSAL] stteffects intro, [CAUSAL] stteffects
[M-5] LinearProgram( ), [MV] discrim knn, ipw, [CAUSAL] stteffects ipwra,
[R] bootstrap, [R] qreg [CAUSAL] stteffects postestimation,
Tidmarsh, C. E., [R] fp [CAUSAL] stteffects ra, [CAUSAL] stteffects
wra, [CAUSAL] teffects intro advanced,
Tierney, L., [BAYES] Intro, [ME] me
[CAUSAL] teffects aipw, [CAUSAL] teffects ra,
Tilbury, J. B., [R] signrank [CM] Intro 8, [CM] cmclogit, [CM] cmmixlogit,
Tilford, J. M., [R] estat gof [CM] cmmprobit, [CM] cmxtmixlogit,
Tilling, K., [ME] mixed, [ST] stcox, [XT] xtreg [ERM] Intro 9, [ERM] eintreg, [FMM] fmm
Timm, N. H., [MV] manova intro, [FMM] Example 1a, [FMM] Example 2,
Ting Lee, M.-L., [ST] stcox PH-assumption tests [FMM] Example 3, [LASSO] Lasso intro,
Tingley, D., [CAUSAL] mediate [ME] meglm, [ME] mixed, [R] betareg,
Tippett, L. H. C., [ST] streg [R] bootstrap, [R] cpoisson, [R] gmm,
[R] heckman, [R] heckoprobit, [R] heckpoisson,
[R] intreg, [R] ivpoisson, [R] ivregress,
Author index 121
Trivedi, P. K., continued Turner, R. M., [ME] me, [META] Intro, [META] Intro,
[R] ivregress postestimation, [R] logit, [META] meta meregress, [META] meta
[R] mprobit, [R] nbreg, [R] ologit, [R] oprobit, multilevel
[R] poisson, [R] probit, [R] qreg, [R] regress, Turpeinen, M., [ADAPT] gsdesign onemean,
[R] regress postestimation, [R] simulate, [ADAPT] gsdesign oneproportion
[R] sureg, [R] tnbreg, [R] tobit, [R] tpoisson, Tutz, G., [ME] me
[R] zinb, [R] zinb postestimation, [R] zip, Tuuli, M. G., [ADAPT] gsdesign twoproportions
[R] zip postestimation, [SEM] Example 53g, Tweedie, R. L., [META] Intro, [META] Intro,
[SEM] Example 54g, [TS] forecast estimates, [META] meta, [META] meta trimfill
[XT] xt, [XT] xtnbreg, [XT] xtpoisson
Twisk, J. W. R., [XT] xtgee, [XT] xtlogit,
Trocino, G., [ADAPT] gsdesign twoproportions [XT] xtologit, [XT] xtoprobit, [XT] xtreg
Troncoso, P., [SEM] gsem Tye, L., [ADAPT] gsdesign onemean,
Tsai, C.-L., [LASSO] lasso, [LASSO] lassoknots, [ADAPT] gsdesign oneproportion
[R] estat ic, [R] IC note, [R] npregress intro, Tyler, D. E., [MV] pca
[R] npregress kernel
Tzavalis, E., [XT] xtunitroot
Tsakanikas, D., [ADAPT] gsdesign twomeans
Tsay, R. S., [TS] varsoc, [TS] vec intro
Tse, Y. K., [TS] mgarch, [TS] mgarch vcc U
Tsiatis, A. A., [ADAPT] GSD intro, [ADAPT] gs, U.S. Food and Drug Administration, [ADAPT] Intro,
[ADAPT] gsbounds, [ADAPT] gsdesign, [ADAPT] Glossary
[ADAPT] gsdesign onemean, [ADAPT] gsdesign Überhuber, C. W., [M-5] Quadrature( )
twomeans, [ADAPT] gsdesign oneproportion, Uberti, L. J., [R] logistic, [R] logit
[ADAPT] gsdesign twoproportions,
Uebersax, J. S., [R] tetrachoric
[ADAPT] gsdesign logrank, [ADAPT] gsdesign
usermethod, [CAUSAL] stteffects intro, Uhlendorff, A., [CM] cmmprobit, [R] mlogit,
[CAUSAL] stteffects ipw, [CAUSAL] stteffects [R] mprobit
ipwra, [CAUSAL] stteffects postestimation, Uhlig, H., [TS] tsfilter, [TS] tsfilter hp
[CAUSAL] stteffects ra, [CAUSAL] stteffects Ulam, S., [BAYES] Intro
wra, [CAUSAL] teffects intro advanced, Ulene, A. L., [ME] me, [ME] meglm, [ME] meologit,
[CAUSAL] teffects aipw, [R] exlogistic, [ME] meoprobit, [XT] xtologit, [XT] xtoprobit
[ST] stcrreg, [ST] stintcox, [ST] stintreg Ullah, A., [R] npregress kernel
Tsui, A. K. C., [TS] mgarch, [TS] mgarch vcc University Group Diabetes Program, [R] Epitab
Tsui, K.-W., [BAYES] bayesstats ppvalues, Uno, H., [ST] stcox
[BAYES] bayespredict Upton, G. J. G., [U] 1.4 References
Tsybakov, A. B., [LASSO] Lasso inference intro, Upward, R., [ME] meglm, [ME] melogit,
[LASSO] lasso [ME] meoprobit, [ME] mepoisson,
Tu, D., [SVY] Survey, [SVY] svy jackknife, [ME] mestreg, [ME] mixed, [XT] xtreg
[SVY] Variance estimation Ura, T., [CAUSAL] teffects intro advanced
Tufte, E. R., [G-2] graph bar, [G-2] graph pie, Ureta, M., [XT] xtreg
[R] stem Urga, G., [TS] Time series, [TS] arch, [TS] arima,
Tukey, J. W., [D] egen, [G-2] graph box, [G-2] graph [TS] mgarch, [TS] tsline
matrix, [META] meta esize, [META] Glossary, Uribe, M., [DSGE] Intro 3f, [DSGE] Intro 9b
[P] if, [R] jackknife, [R] ladder, [R] linktest, Usinger, R. L., [MV] cluster dendrogram
[R] lv, [R] pwcompare, [R] regress Uthoff, V. A., [PSS-2] power cox
postestimation diagnostic plots, [R] rreg,
[R] smooth, [R] spikeplot, [R] stem, [SVY] svy
jackknife V
Tukey, P. A., [G-2] graph box, [G-2] graph matrix, Vach, W., [R] Epitab, [R] mlogit, [R] regress,
[G-3] by option, [R] Diagnostic plots, [ST] stcrreg
[R] lowess, [U] 1.4 References
Væth, M., [PSS-2] power cox
Turnbull, B. W., [ADAPT] GSD intro,
Vahter, P., [ERM] eprobit
[ADAPT] gsbounds, [ADAPT] gsdesign,
[ST] estat gofplot, [ST] stintcox, [ST] stintcox Vail, S. C., [ME] mepoisson
PH-assumption plots, [ST] stintreg Valentine, J. C., [META] Intro, [META] meta
postestimation meregress, [META] meta multilevel
Turner, E. L., [PSS-2] power, [PSS-2] power onemean, Valeri, L., [CAUSAL] mediate
cluster, [PSS-2] power twomeans, cluster, Vallejo, G., [ME] mixed
[PSS-2] power oneproportion, cluster, Valliant, R., [SVY] Survey, [SVY] Calibration
[PSS-2] power twoproportions, cluster, Valman, H. B., [R] fp
[PSS-2] power logrank, cluster, [R] permute, Valsecchi, M. G., [PSS-2] power logrank, [ST] stcrreg,
[XT] xtgee [ST] sts test
122 Author index
van Belle, G., [MV] factor, [MV] pca, [PSS-2] power Varadharajan-Krishnakumar, J., [XT] xtivreg
twomeans, [PSS-2] power oneway, Varian, H. R., [R] demandsys, [R] demandsys
[PSS-2] power twoway, [R] anova, [R] dstdize, postestimation
[R] oneway Vázquez, D. P., [META] Intro
van Breukelen, G. J. P., [PSS-2] power onemean, Vazquez-Bare, G., [CAUSAL] teffects intro,
cluster, [PSS-2] power twomeans, cluster, [CAUSAL] teffects intro advanced
[PSS-2] power oneproportion, cluster, Vazquez-Bare, G., [PSS-2] power
[PSS-2] power twoproportions, cluster Veall, M. R., [DSGE] Intro 8
van Buuren, S., [MI] Intro substantive, [MI] mi van’t Veer, L. J., [LASSO] lasso
impute, [MI] mi impute chained, [MI] mi
Vega Yon, G. G., [R] set rngstream
impute logit, [MI] mi impute mlogit, [MI] mi
impute monotone, [MI] mi impute ologit, Vehtari, A., [BAYES] Intro, [BAYES] bayesmh,
[MI] mi impute poisson [BAYES] bayesstats ic, [BAYES] bayesstats
ppvalues, [BAYES] bayesstats
van de Geer, S., [LASSO] Lasso intro, [LASSO] lasso
summary, [BAYES] bayespredict,
van de Ven, L. L. M., [ADAPT] gsdesign [BAYES] bayes: xtnbreg, [BAYES] Glossary,
twoproportions [BMA] Intro, [BMA] bmastats lps, [MI] Intro
Van de Ven, W. P. M. M., [ERM] eprobit, [R] biprobit, substantive, [MI] mi impute mvn, [MI] mi
[R] heckoprobit, [R] heckprobit impute regress
van den Broeck, J., [R] frontier, [XT] xtfrontier Vella, F., [CAUSAL] etregress, [ME] me
van der Ende, J., [MV] mvtest Velleman, P. F., [R] regress postestimation, [R] smooth
Van der Heijden, P. G. M., [MV] ca postestimation Venables, W., [R] esize
van der Laan, M. J., [CAUSAL] teffects intro Venti, S. F., [CAUSAL] telasso, [R] ivqregress
advanced Ventura, M., [CAUSAL] teffects intro
Van Der Linde, A., [BAYES] bayesstats ic Ventura, V., [BAYES] bayesstats ppvalues
van der Linden, W. J., [IRT] irt, [SEM] Example 28g, Verardi, V., [G-2] graph box, [MV] pca, [R] correlate,
[SEM] Example 29g [R] fp, [R] ivregress, [R] lpoly, [R] npregress
Van der Merwe, C. A., [MV] mvtest, [MV] mvtest kernel, [R] poisson, [R] rreg, [R] summarize,
means [XT] xtreg
Van der Reyden, D., [R] ranksum Verbeek, M., [CAUSAL] etregress, [ME] me
van der Vaart, A. W., [BAYES] bayesstats ppvalues, Verbeke, G., [ME] me, [ME] me, [ME] meglm,
[CAUSAL] teffects aipw, [ST] stintcox [ME] menl, [ME] mixed, [META] meta
van der Zander, B., [CAUSAL] Intro meregress, [MI] Intro substantive, [MI] mi
van Doorslaer, E., [SVY] svy estimation, [SVY] svyset impute, [XT] xtreg postestimation
van Dorsselaer, S., [MV] mvtest Verdinelli, I., [BAYES] Intro
Van Hoewyk, J., [MI] Intro substantive, [MI] mi Verdurmen, J., [MV] mvtest
impute, [MI] mi impute chained, [MI] mi Verger, C., [CAUSAL] Intro
impute logit, [MI] mi impute mlogit, [MI] mi Verkuilen, J., [R] betareg
impute monotone, [MI] mi impute ologit, Vermandele, C., [G-2] graph box, [R] summarize
[MI] mi impute poisson, [MI] mi impute
Verme, C. N., [ME] menl
truncreg
Vermeulen, F., [R] demandsys
van Houwelingen, H. C., [LASSO] lasso, [META] meta
mvregress Veroniki, A. A., [META] Intro, [META] meta esize,
[META] meta set, [META] meta summarize
Van Kerm, P., [P] postfile, [R] Inequality, [R] kdensity
Vetter, J. A., [META] meta forestplot
Van Loan, C. F., [R] orthog, [R] tetrachoric,
[TS] arfima, [TS] arfima postestimation Vetterling, W. T., [FN] Statistical functions,
[G-2] graph twoway contour, [M-5] solvenl( ),
Van Mechelen, I., [MI] Intro substantive, [MI] mi
[P] matrix symeigen, [R] dydx
impute
Vevea, J. L., [META] Intro, [META] meta summarize
Van Ourti, T., [R] Inequality
Vick, R., [R] mlexp
Van Pragg, B. M. S., [ERM] eprobit, [R] biprobit,
[R] heckoprobit, [R] heckprobit Vidakovic, B., [BAYES] Intro
van Roye, B., [BAYES] bayes: var Vidmar, S., [R] ameans
van Urk, H., [ADAPT] gsdesign twoproportions Viechtbauer, W., [META] Intro, [META] meta esize,
[META] meta set, [META] meta summarize,
Vandaele, W., [BMA] bmaregress
[META] meta regress, [META] meta meregress
Vandebroek, M., [CM] Intro 6
Vigfusson, R. J., [TS] forecast solve
Vandermonde, A.-T., [M-5] Vandermonde( )
Vigna, C., [ADAPT] gsdesign twoproportions
VanderWeele, T., [CAUSAL] mediate
Villar, S. S., [ADAPT] Intro
VanderWeele, T. J., [CAUSAL] Intro,
Villejo, L., [META] meta mvregress
[CAUSAL] mediate, [R] reri
Vinten-Johansen, P., [R] Epitab
Author index 123
Vittinghoff, E., [CAUSAL] stteffects intro, Walters, E. H., [META] meta data
[CAUSAL] stteffects ipw, [CAUSAL] stteffects Walters, S. J., [PSS-2] power onemean, cluster,
ipwra, [CAUSAL] stteffects postestimation, [PSS-2] power twomeans, cluster,
[CAUSAL] stteffects ra, [CAUSAL] stteffects [PSS-2] power oneproportion, cluster,
wra, [CAUSAL] teffects intro advanced, [PSS-2] power twoproportions, cluster, [R] ci,
[R] logistic, [ST] stcox [R] kappa, [R] tabulate twoway, [R] ztest
Vock, D. M., [CAUSAL] telasso Wand, M. P., [BAYES] bayesmh, [ME] me,
Voena, A., [CAUSAL] didregress [ME] meglm, [ME] mixed, [R] kdensity
Vogel, A., [ADAPT] gsdesign logrank Wang, C. C. Y., [CAUSAL] didregress postestimation
Vogel, R. M., [R] ameans Wang, D., [R] frontier, [XT] xtfrontier
Vohr, B. R., [R] rocreg, [R] rocreg postestimation, Wang, E., [ADAPT] gsdesign onemean
[R] rocregplot Wang, G., [ADAPT] gsdesign logrank
Volinsky, C. T., [BMA] Intro, [BMA] bmaregress Wang, H., [ADAPT] gsdesign oneproportion,
Vollebergh, W. A. M., [MV] mvtest [PSS-2] Intro (power), [PSS-2] power onemean,
von Bortkiewicz, L., [R] poisson [PSS-2] power twomeans, [PSS-2] power
von Eye, A., [R] correlate pairedmeans, [PSS-2] power oneproportion,
von Neumann, J., [BAYES] Intro [PSS-2] power exponential, [PSS-3] Intro
Von Storch, H., [R] brier (ciwidth), [PSS-3] ciwidth onemean,
[PSS-3] ciwidth twomeans
Vondráček, J., [R] correlate
Wang, H.-J., [R] frontier, [XT] xtfrontier
Vonesh, E. F., [ME] me, [ME] menl, [R] estat ic
Wang, J., [ADAPT] gsdesign logrank
Vos, T., [META] meta esize, [META] meta summarize
Wang, J.-L., [ST] sts graph
Vuong, A. M., [R] reri
Wang, J. W., [ST] streg
Vuong, Q. H., [R] ivprobit
Wang, K. S., [ADAPT] gsdesign twoproportions
Wang, L., [LASSO] sqrtlasso, [ST] stintcox
W Wang, N., [META] Intro
Wang, Q., [R] ivregress, [TS] arima, [TS] newey
Wacholder, S., [R] binreg Wang, S., [R] ivregress postestimation
Wada, R., [TABLES] Intro Wang, S. K., [ADAPT] GSD intro, [ADAPT] gs,
Wade, A., [META] Intro [ADAPT] gsbounds, [ADAPT] gsdesign,
Wager, S., [CAUSAL] Intro [ADAPT] gsdesign onemean, [ADAPT] gsdesign
Wagner, H. M., [R] qreg twomeans, [ADAPT] gsdesign oneproportion,
Wagner, M., [XT] xtunitroot [ADAPT] gsdesign twoproportions,
Wagner, T., [MV] mvtest [ADAPT] gsdesign logrank, [ADAPT] gsdesign
Wagstaff, A., [SVY] svy estimation, [SVY] svyset usermethod
Wagstaff, D. A., [MI] mi estimate Wang, X., [ADAPT] gsdesign onemean, [PSS-2] power
Wainer, H., [G-2] graph pie, [IRT] DIF Wang, Y., [CM] cmmprobit, [TS] var, [TS] vargranger
Wainwright, M., [LASSO] Lasso intro, Wang, Z., [R] Epitab, [R] logistic postestimation
[LASSO] elasticnet, [LASSO] lasso, Ward, B. W., [R] ci
[LASSO] lassogof, [LASSO] lasso options, Ward, J. H., Jr., [MV] cluster, [MV] cluster linkage
[LASSO] sqrtlasso Ware, J. H., [ME] me, [ME] meglm, [ME] melogit,
Waksman, J., [PSS-2] power logrank, cluster [ME] meoprobit, [ME] mepoisson,
Walburg, H. E., Jr., [ST] stintreg [ME] mestreg, [ME] mixed, [ST] sts test
Wald, A., [ADAPT] GSD intro, [TS] varwle Ware, J. E., Jr., [MV] alpha, [MV] factor, [MV] factor
Wales, T. J., [R] demandsys, [R] demandsys postestimation, [R] lincom, [R] mlogit,
postestimation [R] mprobit, [R] mprobit postestimation,
Walker, A. J., [FN] Random-number functions, [R] predictnl, [R] slogit, [SEM] Example 37g
[M-5] runiform( ) Warn, D. E., [META] Intro, [META] meta meregress,
Walker, A. M., [R] Epitab, [R] reri [META] meta multilevel
Walker, J., [CM] cmmixlogit, [CM] cmxtmixlogit Warren, K., [R] Epitab
Walker, S., [ST] sts test Warton, D. I., [BMA] Intro
Walle, Y. M., [XT] xtcointtest, [XT] xtgls Wasi, N., [D] merge
Waller, L. A., [SP] Intro, [SP] spregress Wason, J. M. S., [ADAPT] Intro, [ADAPT] gs,
Wallet, P. A., [META] Intro [PSS-2] power repeated, [PSS-2] power
oneslope
Wallgren, A., [G-1] Graph intro
Wasserman, L., [BMA] Intro, [BMA] bmaregress
Wallgren, B., [G-1] Graph intro
Wasserstein, R. L., [U] 20.26 References
Wallis, W. A., [ADAPT] GSD intro, [R] kwallis
Wassmer, G., [ADAPT] GSD intro,
Walsh, B., [R] Inequality
[ADAPT] gsbounds
Walstrum, T., [CAUSAL] etregress
124 Author index
Waterson, E. J., [R] binreg Weisberg, S., [R] boxcox, [R] regress, [R] regress
Watson, G. S., [R] lpoly, [R] npregress kernel, postestimation
[R] regress postestimation time series, Weiss, J., [MV] mdsmat
[TS] prais, [TS] Glossary Weiss, M., [D] egen, [G-3] by option, [R] estimates
Watson, I., [TABLES] Intro table, [U] 13.13 References
Watson, M. W., [R] areg postestimation, [R] ivregress, Weisstein, E. W., [R] rocreg postestimation
[R] regress, [TS] Time series, [TS] arch, Welch, B. L., [R] esize, [R] ttest
[TS] dfactor, [TS] dfgls, [TS] irf create, Welch, C., [MI] mi impute chained
[TS] rolling, [TS] sspace, [TS] var intro, Welch, K. B., [ME] estat wcorrelation, [ME] mixed
[TS] var, [TS] var svar, [TS] vec intro, Welch, P. D., [BAYES] Intro
[TS] vec, [TS] vecrank, [XT] xtcloglog,
Weller, S. C., [MV] ca
[XT] xtlogit, [XT] xtologit, [XT] xtoprobit,
[XT] xtpoisson, [XT] xtprobit, [XT] xtreg, Wellington, J. F., [R] qreg
[XT] xtstreg Wellner, J. A., [ST] stintcox, [ST] stintreg
Watterberg, K. L., [ADAPT] gsdesign twoproportions Wells, K. B., [R] lincom, [R] mlogit, [R] mprobit,
Waugh, F. V., [CAUSAL] Intro [R] mprobit postestimation, [R] predictnl,
[R] slogit
Wax, J. R., [ADAPT] gsdesign twoproportions
Welsch, R. E., [R] regress postestimation,
Weatherholt, R., [R] prtest
[R] regress postestimation diagnostic plots,
Webb, M. D., [CAUSAL] DID intro, [U] 18.14 References
[CAUSAL] didregress, [R] bootstrap,
Welsh, A. H., [R] bootstrap
[R] wildbootstrap
Welsh, D., [M-5] halton( )
Weber, A., [META] Intro
Wenfeng, L., [ADAPT] gsdesign onemean
Weber, S., [R] correlate, [SP] spdistance,
[TS] vargranger Werler, M. M., [R] reri
Webster, A. D., [R] fp Wernow, J. B., [D] destring
Wechsler, S., [ERM] eintreg Wessells, C. R., [R] demandsys
Wedderburn, R. W. M., [LASSO] lasso, [R] glm, Wessels, L. F. A., [LASSO] lasso
[XT] xtgee West, B. T., [ME] estat wcorrelation,
Wedel, M., [FMM] fmm intro, [FMM] Example 3 [ME] mixed, [SVY] Survey, [SVY] estat,
[SVY] Subpopulation estimation
Weeks, D. G., [SEM] estat framework,
[SEM] Glossary West, K. D., [BMA] Intro, [R] glm, [R] gmm,
[R] ivregress, [TS] newey, [TS] pperron,
Weeks, M., [BMA] bmastats jointness
[XT] xtcointtest, [XT] xtunitroot
Weerahandi, S., [BAYES] bayesstats ppvalues,
West, M., [BAYES] Intro, [BAYES] bayesstats
[BAYES] bayespredict
ppvalues, [BAYES] bayespredict
Weesie, J., [CM] cmrologit, [D] joinby, [D] label,
West, S., [R] Epitab
[D] label language, [D] labelbook,
[D] mvencode, [D] recode, [D] reshape, West, S. G., [R] pcorr
[MV] alpha, [MV] ca postestimation, Westerlund, J., [XT] xtcointtest
[R] hausman, [R] ladder, [R] regress Westfall, R. S., [M-5] optimize( )
postestimation, [R] suest, [R] tabstat, Westlake, W. J., [R] pkequiv
[R] tetrachoric, [SEM] Acknowledgments, Wewers, M. E., [META] meta mvregress
[ST] stsplit Weyer, P. J., [R] reri
Wei, H., [M-5] LinearProgram( ) Weyl, H. K. H., [M-5] svd( )
Wei, L., [ME] mixed Wharton, K. R., [ADAPT] gsdesign twoproportions
Wei, L. J., [P] robust, [ST] stcox, [ST] stcrreg, Wheaton, B., [SEM] Example 9
[SVY] svy estimation, [U] 20.26 References Wheeler, G. M., [ADAPT] Intro
Wei, W. W. S., [TS] psdensity, [TS] tsfilter, [TS] ucm, Whelton, P. K., [PSS-2] power repeated
[TS] Glossary Whinston, M. D., [R] demandsys
Wei, Y., [LASSO] Lasso inference intro, White, H. L., Jr., [ERM] eintreg, [ERM] eoprobit,
[LASSO] dslogit, [LASSO] dspoisson, [ERM] eprobit, [ERM] eregress, [P] robust,
[LASSO] lasso, [LASSO] pologit, [R] regress, [R] regress postestimation,
[LASSO] popoisson, [LASSO] poregress, [R] rocreg, [R] suest, [TS] newey, [TS] prais,
[ST] ltable, [ST] stcox postestimation [U] 20.26 References, [XT] xtheckman,
Weibull, W., [ST] streg [XT] xtivreg
Weidner, M., [XT] xtlogit, [XT] xtprobit White, I. R., [META] meta, [META] meta
Weinreb, M. D., [P] levelsof, [RPT] putdocx begin, mvregress, [META] estat heterogeneity (mv),
[RPT] putpdf begin [META] Glossary, [MI] Intro substantive,
Weir, C. J., [ADAPT] Intro [MI] Intro, [MI] mi estimate, [MI] mi estimate
Weisberg, H. F., [R] summarize using, [MI] mi impute, [MI] mi impute chained,
Author index 125
Yap, C., [ADAPT] Intro Zar, J. H., [PSS-3] Intro (ciwidth), [PSS-3] ciwidth
Yar, M., [TS] tssmooth, [TS] tssmooth dexponential, onemean, [PSS-3] ciwidth twomeans
[TS] tssmooth exponential, [TS] tssmooth Zavoina, W., [R] ologit
hwinters, [TS] tssmooth shwinters Zdravkovic, S., [R] reri
Yatchew, A., [R] hetoprobit Zeger, S. L., [BAYES] bayesmh, [ME] me,
Yates, F., [P] levelsof [ME] meglm, [ME] mixed, [XT] xtcloglog,
Yates, J. F., [R] brier [XT] xtgee, [XT] xtlogit, [XT] xtnbreg,
Ye, X., [R] gmm, [R] test [XT] xtologit, [XT] xtoprobit, [XT] xtpoisson,
Yee, T. W., [R] slogit [XT] xtprobit
Yellott, J. I., Jr., [CM] cmrologit Zeh, J., [D] egen
Yen, S., [R] Epitab Zelen, M., [R] ttest, [R] ztest
Yen, S. T., [R] demandsys Zell, E. R., [D] icd10
Yen, W. M., [IRT] irt 3pl, [MV] alpha Zellner, A., [BAYES] Intro, [BAYES] Bayesian
Yeo, D., [SVY] svy bootstrap, [SVY] Variance commands, [BAYES] bayesmh,
estimation [BAYES] bayesstats ppvalues, [BMA] Intro,
[BMA] bmaregress, [R] frontier, [R] nlsur,
Yin, G., [BMA] Intro
[R] reg3, [R] sureg, [TS] prais, [XT] xtfrontier
Yo, T.-I., [ADAPT] gsdesign twoproportions
Zelterman, D., [R] tabulate twoway
Yogo, M., [R] ivregress, [R] ivregress postestimation,
Zeng, D., [ST] stintcox, [TS] mswitch
[XT] xthtaylor
Zeng, G., [ADAPT] gsdesign usermethod
Yoo, H. I., [P] robust
Zhan, F. B., [R] reri
York, J., [BMA] Intro, [BMA] bmaregress,
[BMA] Glossary Zhang, C., [ADAPT] gsdesign onemean,
[LASSO] lasso examples
Yoshioka, H., [R] logistic postestimation, [R] logit
postestimation Zhang, C.-H., [LASSO] Lasso intro
Young, F. W., [MV] mds, [MV] mdslong, Zhang, J. H., [ADAPT] gs
[MV] mdsmat Zhang, K., [LASSO] Lasso intro
Young, G., [MV] mds, [MV] mdslong, [MV] mdsmat Zhang, N., [R] frontier, [XT] xtfrontier
Young, W. H., [R] demandsys Zhang, S., [PSS-2] power onemean, cluster,
Ypma, T. J., [M-5] optimize( ) [PSS-2] power twomeans, cluster,
[PSS-2] power oneproportion, cluster,
Yu, B., [BAYES] Intro, [BAYES] bayesgraph,
[PSS-2] power twoproportions, cluster,
[CAUSAL] Intro
[R] prtest, [R] ztest
Yu, H., [PSS-2] power onemean, cluster,
Zhang, S. S., [LASSO] Lasso intro
[PSS-2] power twomeans, cluster,
[PSS-2] power oneproportion, cluster, Zhang, X., [ADAPT] gsdesign onemean
[PSS-2] power twoproportions, cluster, Zhang, Y., [LASSO] lasso, [LASSO] lassoknots,
[PSS-2] power logrank, cluster, [R] permute [R] heckman, [R] ivregress, [ST] stintcox,
Yu, J., [MV] mvtest, [MV] mvtest means, [SP] Intro, [XT] xtivreg
[SP] spxtregress Zhang, Z., [SEM] Example 42g
Yu, K., [LASSO] lasso examples Zhao, L., [LASSO] Lasso intro
Yu, S., [ADAPT] gsdesign onemean Zhao, L. P., [CAUSAL] stteffects ipwra,
Yuan, Y., [BMA] Intro [CAUSAL] teffects intro advanced, [XT] xtgee
Yue, K., [SVY] svy bootstrap, [SVY] Variance Zhao, X., [R] zioprobit
estimation Zheng, Q., [R] reri
Yule, G. U., [BMA] bmastats jointness, Zheng, X., [IRT] irt, [IRT] irt grm, [IRT] irt rsm,
[MV] measure option [R] gllamm
Yun, M.-S., [R] logistic postestimation, [R] logit Zheng, Y., [BMA] Intro
postestimation Zhou, Q., [ADAPT] gsdesign twoproportions,
Yung, W., [SVY] svy bootstrap, [SVY] Variance [R] ivregress, [XT] xtivreg
estimation Zhou, W., [R] npregress series, [SP] spxtregress
Yusuf, S., [BAYES] bayesmh, [META] meta esize, Zhou, Y., [R] zinb, [R] zioprobit, [R] zip
[META] meta summarize Zhu, B., [ADAPT] gsdesign logrank
Zhu, G., [TS] wntestq
Z Zhuang, W., [ADAPT] gsdesign logrank
Zirkler, B., [MV] mvtest, [MV] mvtest normality
Zabell, S. L., [R] kwallis Zlotnik, A., [R] logit postestimation
Zakoian, J. M., [TS] arch Zou, H., [LASSO] elasticnet, [LASSO] lasso
Zamora, J., [R] logistic, [R] logit Zubin, J., [MV] measure option
Zamora, M., [R] heckoprobit, [R] heckprobit
Zappasodi, P., [MV] manova
128 Author index
129
130 Subject index
analysis of variance, [PSS-2] power, [PSS-2] power Anscombe residual, [ME] me, [ME] mecloglog
oneway, [PSS-2] power twoway, postestimation, [ME] meglm postestimation,
[PSS-5] Glossary, [R] anova, [R] contrast, [ME] melogit postestimation, [ME] menbreg
[R] icc, [R] loneway, [R] oneway, postestimation, [ME] mepoisson postestimation,
[U] 27.3.1 ANOVA and ANCOVA [ME] meprobit postestimation, [R] binreg
Kruskal–Wallis, [R] kwallis postestimation, [R] glm postestimation
plots, [R] marginsplot anti, estat subcommand, [MV] factor
repeated measures, [PSS-2] power repeated, postestimation, [MV] pca postestimation
[R] anova, [U] 27.3.1 ANOVA and ANCOVA anti-image
analysis step, [MI] Intro substantive, [MI] mi estimate, correlation matrix, [MV] factor postestimation,
also see estimation [MV] pca postestimation, [MV] Glossary
analysis time, [CAUSAL] Glossary, [ST] Glossary covariance matrix, [MV] factor postestimation,
analysis-of-variance test of normality, [R] swilk [MV] pca postestimation, [MV] Glossary
analytic weight, [U] 11.1.6 weight, any() function, [M-5] all( )
[U] 20.24.2 Analytic weights anycount(), egen function, [D] egen
analytical anymatch(), egen function, [D] egen
PIP, [BMA] Glossary anyof() function, [M-5] all( )
posterior anyvalue(), egen function, [D] egen
inclusion probability, [BMA] bmaregress, AP, see attributable proportion
[BMA] bmastats models, [BMA] bmastats A-PARCH, see asymmetric power autoregressive
pip conditional heteroskedasticity
mean, [BMA] bmapredict, [BMA] bmastats append,
mean model size, [BMA] bmaregress, mi subcommand, [MI] mi append
[BMA] bmastats msize, [BMA] Glossary putdocx subcommand, [RPT] putdocx begin
model probability, [BMA] bmaregress, append command, [D] append, [U] 23 Combining
[BMA] bmagraph pmp, [BMA] bmastats datasets
models, [BMA] Glossary append data, [D] append, [MI] mi append,
model-size distribution, [BMA] bmaregress, [U] 23 Combining datasets
[BMA] bmagraph msize, [BMA] bmastats append rows and columns to matrix, [P] matrix define
msize, [BMA] Glossary append variable, [D] append
standard deviation, [BMA] bmapredict, approximating Euclidean distances, [MV] mds
[BMA] bmastats postestimation
prior approximation denominator degrees of freedom, see
mean model size, see prior mean model size denominator degrees of freedom, Kenward–
model probability, see prior model probability Roger, see denominator degrees of freedom,
model-size distribution, see prior model-size Satterthwaite
distribution A.put() function, [M-5] AssociativeArray( )
anchor variable, see anchoring AR, see autoregressive
anchoring, [SEM] Glossary, also see model arbitrary pattern of missing values, [MI] mi impute
identification chained, [MI] mi impute mvn, [MI] Glossary,
ANCOVA, see analysis of covariance also see pattern of missingness
and operator, see logical operators arccosine, arcsine, and arctangent functions,
Anderberg coefficient similarity measure, [FN] Trigonometric functions, [M-5] sin( )
[MV] measure option ARCH, see autoregressive conditional heteroskedasticity
A.nextloc() function, [M-5] AssociativeArray( ) arch command, [TS] arch, [TS] arch postestimation
A.nextval() function, [M-5] AssociativeArray( ) Archival Federal Reserve Economic Data, importing
angle of text, [G-4] anglestyle from, [D] import fred
anglestyle, [G-4] anglestyle, [G-4] Glossary Archival FRED, see Archival Federal Reserve Economic
angular similarity measure, [MV] measure option Data, importing from
A.notfound() function, [M-5] AssociativeArray( ) archlm, estat subcommand, [R] regress
ANOVA, see analysis of variance postestimation time series
anova command, [R] anova, [R] anova postestimation area data, [SP] Intro 3, [SP] Intro 4, [SP] Intro 5,
ANOVA DDF, see denominator degrees of freedom, [SP] Intro 6
ANOVA cross-sectional, [SP] spset
anova, estat subcommand, [MV] discrim lda panel, [SP] spset
postestimation with shapefiles, rules for working with, [SP] Intro 4
area, graph twoway subcommand, [G-2] graph
twoway area
Subject index 133
area under the curve, [R] lroc, also see pharmacokinetic asarray elements() function, [M-5] asarray( )
data, also see receiver operating characteristic asarray first() function, [M-5] asarray( )
analysis asarray key() function, [M-5] asarray( )
areal data, [SP] Intro, [SP] Glossary, also see area data asarray keys() function, [M-5] asarray( )
areas, [G-4] colorstyle, [SP] Intro 1, [SP] Intro 2, asarray next() function, [M-5] asarray( )
[SP] Glossary, also see fill, areas, dimming and asarray notfound() function, [M-5] asarray( )
brightening, also see fill, color, setting asarray remove() function, [M-5] asarray( )
areastyle, [G-4] areastyle, [G-4] Glossary ascategory() option, [G-2] graph bar, [G-2] graph
areg command, [R] areg, [R] areg postestimation, box, [G-2] graph dot
[R] wildbootstrap ASCII, see text, ASCII
A.reinit() function, [M-5] AssociativeArray( ) ascii() function, [M-5] ascii( )
Arellano–Bond estimator, [XT] xtabond, [XT] xtdpd, ASF, see average structural function
[XT] xtdpdsys, [XT] Glossary
asin() function, [FN] Trigonometric functions,
Arellano–Bover estimator, [XT] xtdpd, [XT] xtdpdsys [M-5] sin( )
A.remove() function, [M-5] AssociativeArray( ) asinh() function, [FN] Trigonometric functions,
ARFIMA, see autoregressive fractionally integrated [M-5] sin( )
moving-average model asis, display directive, [P] display
arfima command, [TS] arfima, [TS] arfima asis print color mapping, [G-2] set printcolor
postestimation
ASM, see average structural mean
arfimasoc command, [TS] arfimasoc
ASP, see average structural probability
arg() function, [M-5] sin( )
aspect ratio, [G-3] aspect option, [G-4] Glossary
args command, [P] syntax
changing, [G-2] graph display
args() function, [M-5] args( )
controlling, [G-2] graph combine
arguments, [M-6] Glossary
assert command, [D] assert
program, [M-2] Declarations
assert() function, [M-5] assert( )
values returned in, [M-1] Returned args
asserteq() function, [M-5] assert( )
varying number, [M-2] optargs, [M-5] args( )
assertnested command, [D] assertnested
ARIMA, see autoregressive integrated moving-average
assignment, class, [P] class
model
assignment operator, [M-2] op assignment,
arima command, [TS] arima, [TS] arima
[U] 11.1.5 =exp
postestimation
association test, [R] correlate, [R] Epitab,
arimasoc command, [TS] arimasoc
[R] spearman, [R] tabulate twoway,
arithmetic operators, [M-2] op arith, [M-2] op colon, [R] tetrachoric, [SVY] svy: tabulate twoway
[P] matrix define, [U] 13.2.1 Arithmetic
association, measures of, [R] tabulate twoway
operators
associative arrays, [M-5] asarray( ),
arm, [ADAPT] Glossary
[M-5] AssociativeArray( )
ARMA, see autoregressive moving average
AssociativeArray() function,
ARMAX, see autoregressive moving average with [M-5] AssociativeArray( )
exogenous inputs
asymmetric power autoregressive conditional
aroots, estat subcommand, [TS] estat aroots heteroskedasticity, [TS] arch
array, [M-6] Glossary asymmetry, see skewness
arrays, class, [P] class asymptotic distribution free, [SEM] Intro 4,
.Arrdropall built-in class modifier, [P] class [SEM] Methods and formulas for sem,
.Arrdropel built-in class modifier, [P] class [SEM] Glossary
.arrindexof built-in class function, [P] class asyvars option, [G-2] graph bar, [G-2] graph box,
.arrnels built-in class function, [P] class [G-2] graph dot
arrows, [G-2] graph twoway pcarrow at risk, [ST] stset, [ST] Glossary
.Arrpop built-in class modifier, [P] class table, [ST] sts graph
.Arrpush built-in class modifier, [P] class atan() function, [FN] Trigonometric functions,
as error, display directive, [P] display [M-5] sin( )
as input, display directive, [P] display atan2() function, [FN] Trigonometric functions,
as result, display directive, [P] display [M-5] sin( )
as text, display directive, [P] display atanh() function, [FN] Trigonometric functions,
as txt, display directive, [P] display [M-5] sin( )
asarray() function, [M-5] asarray( ) ATE, see average treatment effect
asarray contains() function, [M-5] asarray( ) ATET, see average treatment effect on treated
asarray contents() function, [M-5] asarray( )
asarray create() function, [M-5] asarray( )
134 Subject index
Bayesian regression, continued Begg and Mazumdar test, [META] meta bias,
zero-inflated ordered probit, [META] Glossary
[BAYES] bayes: zioprobit Begg test, [META] meta bias, [META] Glossary
replicated data, [BAYES] Intro begin,
sensitivity analysis, [BAYES] bayesmh, putdocx subcommand, [RPT] putdocx begin,
[BAYES] bayesstats ic, [BMA] Intro, [RPT] putdocx paragraph
[BMA] BMA commands, [BMA] bmaregress, putpdf subcommand, [RPT] putpdf begin
[BMA] BMA postestimation, Bentler–Raykov squared multiple-correlation coefficient,
[BMA] bmapredict, [BMA] bmastats, [SEM] estat eqgof
[BMA] bmastats lps Bentler–Weeks matrices, [SEM] Intro 7,
summary statistics, [BAYES] Bayesian commands, [SEM] estat framework, [SEM] Example 11,
[BAYES] bayesmh, [BAYES] Bayesian [SEM] Glossary
postestimation, [BAYES] bayesstats, Bentler’s invariant pattern simplicity rotation,
[BAYES] bayesstats summary, [MV] rotate, [MV] rotatemat, [MV] Glossary
[BAYES] bayes: dsge postestimation, Berndt–Hall–Hall–Hausman algorithm,
[BAYES] bayes: var postestimation, [M-5] moptimize( ), [M-5] optimize( ), [R] ml
[BMA] BMA commands, [BMA] bmaregress,
Bernoulli trial, [ADAPT] Glossary
[BMA] BMA postestimation
beta, [ADAPT] Glossary, [PSS-5] Glossary, also see
vector autoregressive model, [BAYES] bayes: var,
probability
[BAYES] bayes: var postestimation,
[BAYES] bayesvarstable coefficients, [R] regress
bayesirf, [BAYES] bayesirf, [DSGE] Intro 9a, density,
[DSGE] Intro 9b central, [FN] Statistical functions,
add command, [BAYES] bayesirf [M-5] normal( )
cgraph command, [BAYES] bayesirf cgraph noncentral, [FN] Statistical functions,
[M-5] normal( )
create command, [BAYES] bayesirf create
distribution,
ctable command, [BAYES] bayesirf ctable
cumulative, [FN] Statistical functions,
describe command, [BAYES] bayesirf
[M-5] normal( )
drop command, [BAYES] bayesirf
cumulative noncentral, [FN] Statistical functions,
graph command, [BAYES] bayesirf graph [M-5] normal( )
ograph command, [BAYES] bayesirf ograph inverse cumulative, [FN] Statistical functions,
rename command, [BAYES] bayesirf [M-5] normal( )
set command, [BAYES] bayesirf inverse cumulative noncentral, [FN] Statistical
table command, [BAYES] bayesirf table functions, [M-5] normal( )
bayesmh command, [BAYES] bayesmh inverse reverse cumulative, [FN] Statistical
bayespredict command, [BAYES] bayespredict functions, [M-5] normal( )
bayesreps command, [BAYES] bayespredict reverse cumulative, [FN] Statistical functions,
bayesstats [M-5] normal( )
command, [BAYES] bayesstats function,
ess command, [BAYES] bayesstats ess complement to incomplete, [FN] Statistical
grubin command, [BAYES] bayesstats grubin functions, [M-5] normal( )
ic command, [BAYES] bayesstats ic incomplete, [FN] Statistical functions,
ppvalues command, [BAYES] bayesstats ppvalues [M-5] normal( )
summary command, [BAYES] bayesstats summary regression, [R] betareg, [SVY] svy estimation,
bayestest [U] 27.5 Fractional outcomes
interval command, [BAYES] bayestest interval beta-min condition, [LASSO] Glossary
model command, [BAYES] bayestest model betaden() function, [FN] Statistical functions,
bayesvarstable command, [BAYES] bayesvarstable [M-5] normal( )
bcal betareg command, [R] betareg, [R] betareg
postestimation
check command, [D] bcal
between estimators, [XT] xtivreg, [XT] xtreg,
create command, [D] bcal
[XT] Glossary
describe command, [D] bcal
between matrix, [MV] Glossary
dir command, [D] bcal
between–within DDF, see denominator degrees of
load command, [D] bcal freedom, repeated
BCC, see boundary characteristic curve between-cell means and variances, [XT] xtdescribe,
bcskew0 command, [R] lnskew0 [XT] xtsum
bdecomp, estat subcommand, [CAUSAL] didregress between-group variance, [PSS-2] power oneway
postestimation
140 Subject index
c(fredkey) c-class value, [P] creturn c(max memory) c-class value, [D] memory,
c(fvbase) c-class value, [P] creturn [P] creturn
c(fvlabel) c-class value, [P] creturn c(max N theory) c-class value, [P] creturn
c(fvtrack) c-class value, [P] creturn c(max preservemem) c-class value, [P] creturn
c(fvwrap) c-class value, [P] creturn c(maxstrlvarlen) c-class value, [P] creturn
c(fvwrapon) c-class value, [P] creturn c(maxstrvarlen) c-class value, [P] creturn
c(graphics) c-class value, [P] creturn c(maxvar) c-class value, [D] memory, [P] creturn
c(haverdir) c-class value, [P] creturn c(maxvlabellen) c-class value, [P] creturn
c(hostname) c-class value, [P] creturn c(max width theory) c-class value, [P] creturn
c(httpproxy) c-class value, [P] creturn c(memory) c-class value, [P] creturn
c(httpproxyauth) c-class value, [P] creturn c(minbyte) c-class value, [P] creturn
c(httpproxyhost) c-class value, [P] creturn c(mindouble) c-class value, [P] creturn
c(httpproxyport) c-class value, [P] creturn c(minfloat) c-class value, [P] creturn
c(httpproxypw) c-class value, [P] creturn c(min graphsize) c-class value, [P] creturn
c(httpproxyuser) c-class value, [P] creturn c(minint) c-class value, [P] creturn
c(include bitmap) c-class value, [P] creturn c(minlong) c-class value, [P] creturn
c(iterlog) c-class value, [P] creturn c(min memory) c-class value, [D] memory,
c(java heapmax) c-class value, [P] creturn [P] creturn
c(java home) c-class value, [P] creturn c(mode) c-class value, [P] creturn
c(k) c-class value, [P] creturn c(Mons) c-class value, [P] creturn
c(lapack mkl) c-class value, [P] creturn c(Months) c-class value, [P] creturn
c(lapack mkl cnr) c-class value, [P] creturn c(more) c-class value, [P] creturn, [P] more
c(level) c-class value, [P] creturn c(MP) c-class value, [P] creturn
c(linegap) c-class value, [P] creturn c(N) c-class value, [P] creturn
c(linesize) c-class value, [P] creturn c(namelenbyte) c-class value, [P] creturn
c(locale functions) c-class value, [P] creturn c(namelenchar) c-class value, [P] creturn
c(locale icudflt) c-class value, [P] creturn c(niceness) c-class value, [D] memory, [P] creturn
c(locale ui) c-class value, [P] creturn c(noisily) c-class value, [P] creturn
c(locksplitters) c-class value, [P] creturn c(notifyuser) c-class value, [P] creturn
c(logmsg) c-class value, [P] creturn c(obs t) c-class value, [P] creturn
c(logtype) c-class value, [P] creturn c(odbcdriver) c-class value, [P] creturn
c(lstretch) c-class value, [P] creturn c(odbcmgr) c-class value, [P] creturn
c(machine type) c-class value, [P] creturn c(os) c-class value, [P] creturn
c(macrolen) c-class value, [P] creturn c(osdtl) c-class value, [P] creturn
c(matacache) c-class value, [P] creturn c(pagesize) c-class value, [P] creturn
c(matafavor) c-class value, [P] creturn c(pformat) c-class value, [P] creturn, [R] set cformat
c(matalibs) c-class value, [P] creturn c(pi) c-class value, [P] creturn
c(matalnum) c-class value, [P] creturn c(pinnable) c-class value, [P] creturn
c(matamofirst) c-class value, [P] creturn c(playsnd) c-class value, [P] creturn
c(mataoptimize) c-class value, [P] creturn c(printcolor) c-class value, [P] creturn
c(matasolvetol) 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
c(maxbezierpath) c-class value, [P] creturn c(processors mach) c-class value, [P] creturn
c(maxbyte) c-class value, [P] creturn c(processors max) c-class value, [P] creturn
c(max cmdlen) c-class value, [P] creturn c(pwd) c-class value, [P] creturn
c(maxdb) c-class value, [P] creturn c(python exec) c-class value, [P] creturn
c(maxdouble) c-class value, [P] creturn c(python userpath) c-class value, [P] creturn
c(maxfloat) c-class value, [P] creturn c(rc) c-class value, [P] capture, [P] creturn
c(max graphsize) c-class value, [P] creturn c(reventries) c-class value, [P] creturn
c(maxint) c-class value, [P] creturn c(revkeyboard) c-class value, [P] creturn
c(max it cvars) c-class value, [P] creturn c(rmsg) c-class value, [P] creturn, [P] rmsg
c(maxiter) c-class value, [P] creturn c(rmsg time) c-class value, [P] creturn
c(max it fvars) c-class value, [P] creturn c(rng) c-class value, [P] creturn
c(max k theory) c-class value, [P] creturn c(rng current) c-class value, [P] creturn
c(maxlong) c-class value, [P] creturn c(rngseed mt64s) c-class value, [P] creturn
c(max macrolen) c-class value, [P] creturn c(rngstate) c-class value, [P] creturn, [R] set
c(max matdim) c-class value, [P] creturn emptycells, [R] set seed
144 Subject index
cluster estimator of variance, logistic regression, cluster estimator of variance, random-effects models,
continued continued
skewed, [R] scobit linear, [XT] xtreg
stereotype, [R] slogit logistic, [XT] xtlogit, [XT] xtmlogit,
zero-inflated ordered, [R] ziologit [XT] xtologit
logit regression, [LASSO] dslogit, [LASSO] pologit, parametric survival, [XT] xtstreg
[LASSO] xpologit, [R] logit, also see logistic Poisson, [XT] xtpoisson
regression subentry probit, [XT] xtoprobit, [XT] xtprobit
maximum likelihood estimation, [R] ml, [R] mlexp with sample selection, [XT] xtheckman
multilevel mixed-effects model, [ME] mecloglog, structural equation modeling, [SEM] Intro 8,
[ME] meglm, [ME] meintreg, [ME] melogit, [SEM] sem option method( ), [SEM] Glossary
[ME] menbreg, [ME] meologit, summary statistics,
[ME] meoprobit, [ME] mepoisson, mean, [R] mean
[ME] meprobit, [ME] mestreg, [ME] metobit, proportion, [R] proportion
[ME] mixed
ratio, [R] ratio
multinomial
total, [R] total
logistic regression, [R] mlogit
tobit model, [R] tobit
probit regression, [R] mprobit
with endogenous covariates, [R] ivtobit
negative binomial regression
treatment-effects model, [CAUSAL] didregress,
truncated, [R] nbreg [CAUSAL] eteffects, [CAUSAL] etpoisson,
zero-inflated, [R] zinb [CAUSAL] etregress, [CAUSAL] hdidregress,
nonlinear [CAUSAL] mediate, [CAUSAL] stteffects
demand systems, [R] demandsys ipw, [CAUSAL] stteffects ipwra,
least-squares estimation, [R] nl [CAUSAL] stteffects ra, [CAUSAL] stteffects
systems of equations, [R] nlsur wra, [CAUSAL] teffects aipw,
ordered probit regression, [ERM] eoprobit [CAUSAL] teffects ipw, [CAUSAL] teffects
parametric survival models, [ST] stintreg, [ST] streg ipwra, [CAUSAL] teffects ra,
Poisson regression, [LASSO] dspoisson, [CAUSAL] telasso, [CAUSAL] xthdidregress
[LASSO] popoisson, [LASSO] xpopoisson, truncated
[R] poisson negative binomial regression, [R] tnbreg
censored, [R] cpoisson Poisson regression, [R] tpoisson
truncated, [R] tpoisson regression, [R] truncreg
with endogenous covariates, [R] ivpoisson with endogenous covariates,
zero-inflated, [R] zip Poisson regression, [R] ivpoisson
population-averaged models, [XT] xtgee probit model, [R] ivfprobit, [R] ivprobit
complementary log–log, [XT] xtcloglog tobit model, [R] ivtobit
logit, [XT] xtlogit with endogenous regressors,
negative binomial, [XT] xtnbreg instrumental-
Poisson, [XT] xtpoisson variables regression, [LASSO] poivregress,
probit, [XT] xtprobit [LASSO] xpoivregress, [R] ivregress
Prais–Winsten and Cochrane–Orcutt regression, zero-inflated
[TS] prais negative binomial regression, [R] zinb
probit regression, [ERM] eprobit, [ERM] eregress, ordered logistic regression, [R] ziologit
[R] probit ordered probit regression, [R] zioprobit
bivariate, [R] biprobit Poisson regression, [R] zip
heteroskedastic, [R] hetprobit cluster randomized design, [PSS-2] power,
multinomial, [R] mprobit [PSS-2] power onemean, cluster, [PSS-2] power
ordered, [R] hetoprobit, [R] oprobit twomeans, cluster, [PSS-2] power
oneproportion, cluster, [PSS-2] power
ordered Heckman selection model,
twoproportions, cluster, [PSS-2] power logrank,
[R] heckoprobit
cluster, [PSS-5] Glossary, [R] prtest, [R] ztest
with endogenous covariates, [R] ivfprobit,
cluster randomized trial, see cluster randomized design
[R] ivprobit
cluster sampling, [P] robust, [SVY] Survey,
with sample selection, [R] heckprobit
[SVY] svy estimation, [SVY] svyset,
zero-inflated ordered, [R] zioprobit [SVY] Variance estimation, [SVY] Glossary,
random-effects models [R] bootstrap, [R] bsample, [R] jackknife,
complementary log–log, [XT] xtcloglog [R] wildbootstrap
Hausman–Taylor regression, [XT] xthtaylor cluster size, [PSS-5] Glossary
instrumental variables, [XT] xtivreg cluster tree, see graph, dendrogram
Subject index 151
contingency table, [MV] ca, [PSS-2] power, controlled clinical trial study, [PSS-2] power,
[PSS-2] power pairedproportions, [PSS-3] ciwidth, [PSS-5] Glossary
[PSS-2] power cmh, [PSS-2] power mcc, convergence, [DSGE] Intro 7, [SEM] Intro 12,
[PSS-2] power trend, [R] dtable, [R] Epitab, [SEM] sem, [SEM] sem and gsem option
[R] roctab, [R] symmetry, [R] table oneway, from( )
[R] table twoway, [R] table multiway, [R] table, criteria, [R] Maximize
[R] tabulate twoway, [SVY] svy: tabulate of MCMC, see Markov chain Monte Carlo,
twoway convergence of
continuation region, [ADAPT] Glossary conversion, file, [D] changeeol, [D] filefilter
continue, display directive, [P] display convert
continue command, [P] continue between styles, [MI] mi convert
continuity correction, [PSS-2] power cmh, dynamic Markdown file to HTML file,
[PSS-2] power trend [RPT] Dynamic documents intro, [RPT] dyndoc
continuous dynamic Markdown file to Word document,
latent variable, [SEM] Glossary [RPT] Dynamic documents intro,
parameters, [BAYES] bayestest interval, [RPT] dyndoc, [RPT] markdown
[BAYES] Glossary HTML file to Word document, [RPT] html2docx
variable, [ERM] Glossary Markdown file to HTML file, [RPT] markdown
variable imputation, see imputation, continuous Word document to PDF file, [RPT] docx2pdf
continuous-time autoregressive structure, [ME] Glossary convert, mi subcommand, [MI] mi convert
contour, graph twoway subcommand, [G-2] graph convolve() function, [M-5] fft( )
twoway contour Cook–Weisberg test for heteroskedasticity, [R] regress
contour plot, [G-2] graph twoway contour, postestimation
[G-3] clegend option Cook’s D, [R] glm postestimation, [R] regress
contour-line plot, [G-2] graph twoway contourline postestimation
contourline, graph twoway subcommand, coordinate system, [SP] Intro 4, [SP] Glossary
[G-2] graph twoway contourline latitude and longitude, [SP] spset
contract command, [D] contract explained, [SP] spdistance
contrast command, [R] anova postestimation, planar, [SP] spset
[R] contrast, [R] contrast postestimation, explained, [SP] spdistance
[R] margins, contrast, [SEM] Intro 7,
coordinates, estat subcommand, [MV] ca
[SVY] svy postestimation, [U] 20.19 Obtaining
postestimation, [MV] mca postestimation
contrasts, tests of interactions, and main effects
copy
contrasts, [CM] margins, [FMM] Example 1c,
[MV] Intro, [MV] manova postestimation, data, [D] edit
[MV] Glossary, [PSS-5] Glossary, [R] contrast, graph, [G-2] graph copy
[R] margins, contrast, [R] marginsplot, variable, [D] clonevar, [D] edit
[U] 20.19 Obtaining contrasts, tests of copy,
interactions, and main effects collect subcommand, [TABLES] collect copy
graphing, [U] 20.20 Graphing margins, marginal frame subcommand, [D] frame copy
effects, and contrasts graph subcommand, [G-2] graph copy
control label subcommand, [D] label
arm, see control group mi subcommand, [MI] mi copy, [MI] Styles
charts, [R] QC spmatrix subcommand, [SP] spmatrix copy
covariates, [LASSO] Glossary, [PSS-5] Glossary ssc subcommand, [R] ssc
group, [ADAPT] Glossary, [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, copyright
control-group Apache, [R] Copyright Apache
variance, see variance, control-group autolink, [R] Copyright autolink
line charts, [R] QC Boost, [R] Copyright Boost
treatment, [ADAPT] Glossary flexmark, [R] Copyright flexmark
variable, [DSGE] Glossary, also see covariates of H2O, [R] Copyright H2O
interest Hamcrest, [R] Copyright Hamcrest
lag of, [DSGE] Intro 4b ICD-10, [R] Copyright ICD-10
160 Subject index
empirical Bayes, [IRT] irt 1pl postestimation, [IRT] irt endogenous, continued
2pl postestimation, [IRT] irt 3pl postestimation, treatment, [CAUSAL] eteffects,
[IRT] irt grm postestimation, [IRT] irt nrm [CAUSAL] etpoisson, [CAUSAL] etregress,
postestimation, [IRT] irt pcm postestimation, [ERM] eintreg, [ERM] eoprobit, [ERM] eprobit,
[IRT] irt rsm postestimation, [IRT] irt hybrid [ERM] eregress, [SEM] Example 46g
postestimation, [IRT] Glossary, [ME] mecloglog with endogenous covariates, [ERM] Example 3b
postestimation, [ME] meglm postestimation, with sample selection, [ERM] Example 6b
[ME] meintreg postestimation, [ME] melogit treatment assignment, [ERM] Glossary
postestimation, [ME] menbreg postestimation,
variable, [BAYES] Glossary, [DSGE] Glossary,
[ME] meologit postestimation, [ME] meoprobit
[ERM] Glossary, [SEM] Intro 4,
postestimation, [ME] mepoisson postestimation,
[SEM] Glossary, [SVY] svy estimation,
[ME] meprobit postestimation, [ME] mestreg
[TS] Glossary, [XT] Glossary
postestimation, [ME] metobit postestimation,
[ME] Glossary endogenous, estat subcommand, [R] ivregress
postestimation
means, see posterior mean
endpoint, [ADAPT] Glossary
modes, see posterior mode
ends(), egen function, [D] egen
predictions, [SEM] Intro 7, [SEM] Methods and
formulas for gsem, [SEM] predict after gsem Engle’s LM test, [R] regress postestimation time series
empirical cumulative distribution function, [R] cumul Enhanced Metafile, [G-2] graph export, [G-4] Glossary
emptycells, set subcommand, [R] set, [R] set ensure mi data are consistent, [MI] mi update
emptycells enter data, see import data, see input data interactively,
Encapsulated PostScript, [G-2] graph export, see read data from disk
[G-3] eps options, [G-4] Glossary entropy, [BMA] bmastats lps, [BMA] Glossary
encode command, [D] encode, [U] 24.2 Categorical enumeration, see model enumeration
string variables environment macro function, [P] macro
encodings, [D] unicode, [D] unicode encoding, environment variables (Unix), [P] macro
[D] Glossary, [P] Glossary, [U] Glossary eoprobit command, [ERM] Intro 1, [ERM] Intro 2,
end command, [M-3] end [ERM] Intro 3, [ERM] Intro 4, [ERM] Intro 7,
end-of-line characters, [D] changeeol [ERM] eoprobit, [ERM] eoprobit
ending a Stata session, [P] exit, [R] exit postestimation, [ERM] eoprobit predict,
[ERM] Example 6a, [ERM] Example 6b,
endless loop, see loop, endless
[ERM] predict advanced, [ERM] predict
endogeffects, estat subcommand, [R] ivqregress treatment, [ERM] Triangularize
postestimation
Epanechnikov kernel function, [CAUSAL] tebalance
endogeneity test, [R] hausman, [R] ivfprobit, density, [CAUSAL] teoverlap, [G-2] graph
[R] ivprobit, [R] ivqregress, [R] ivqregress twoway kdensity, [G-2] graph twoway lpoly,
postestimation, [R] ivregress postestimation, [R] ivqregress, [R] kdensity, [R] lpoly,
[R] ivtobit [R] npregress kernel, [R] qreg
endogenous epidemiology and related, [R] Epitab, [ST] stmc,
covariates, [ERM] eintreg, [ERM] eoprobit, [ST] stmh, [ST] strate
[ERM] eprobit, [ERM] eregress, Brier score decomposition, [R] brier
[ERM] Glossary, [FMM] fmm: ivregress,
estimation commands, [R] binreg, [R] clogit,
[LASSO] Lasso inference intro,
[R] exlogistic, [R] expoisson, [R] glm,
[LASSO] Inference examples,
[R] logistic, [R] nbreg, [R] poisson, also see
[LASSO] poivregress, [LASSO] xpoivregress,
multilevel model, also see structural equation
[R] gmm, [R] ivfprobit, [R] ivpoisson,
modeling, also see survey, also see survival
[R] ivprobit, [R] ivqregress, [R] ivregress,
analysis, also see treatment effects
[R] ivtobit, [R] reg3, [XT] xtdpd,
[XT] xtdpdsys, [XT] xthtaylor, [XT] xtivreg ICD, [D] icd
with endogenous treatment, [ERM] Example 3b interrater agreement, [R] kappa
with sample selection, [ERM] Example 1c, pharmacokinetic data, see pharmacokinetic data
[ERM] Example 8b relative excess risk due to interaction, [R] reri
instrument variables, [ERM] Intro 3 ROC analysis, see receiver operating characteristic
sample selection, [ERM] Intro 4, [ERM] eintreg, analysis
[ERM] eoprobit, [ERM] eprobit, SMR, see standardized mortality ratio
[ERM] eregress, [ERM] Glossary, standardization, [R] dstdize
[R] heckman, [R] heckoprobit, [R] heckprobit, symmetry and marginal homogeneity tests,
[SEM] Example 45g, [XT] xtheckman [R] symmetry
with endogenous covariate, [ERM] Example 1c, tables, [R] Epitab, [R] tabulate twoway
[ERM] Example 8b
with endogenous treatment, [ERM] Example 6b
174 Subject index
eprobit command, [ERM] Intro 1, [ERM] Intro 2, equilc() function, [M-5] equilrc( )
[ERM] Intro 3, [ERM] Intro 7, equilibration, [M-5] equilrc( )
[ERM] eprobit, [ERM] eprobit postestimation, equilibrium, [DSGE] Glossary
[ERM] eprobit predict, [ERM] Example 3a, equilr() function, [M-5] equilrc( )
[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
treatment, [ERM] Triangularize erase, see drop
EPS, see Encapsulated PostScript erase, mi subcommand, [MI] mi erase, [MI] Styles
epsdouble() function, [FN] Programming functions erase, snapshot subcommand, [D] snapshot
epsfloat() function, [FN] Programming functions erase command, [D] erase
epsilon() function, [M-5] epsilon( ), [M-6] Glossary eregress command, [ERM] Intro 1, [ERM] Intro 2,
[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
covariances, [MV] mvtest covariances ERR, see excess relative risk
distributions, [R] ksmirnov, [R] kwallis, error, [ERM] Glossary, [SEM] Glossary
[R] ranksum, [R] signrank
checking, [D] assert, [D] assertnested
margins, [CM] margins, [R] margins, [R] margins,
codes, [M-2] Errors
contrast, [R] margins, pwcompare,
[R] pwcompare covariance, [ME] Glossary
means, [R] anova, [R] contrast, [R] esize, handling, [P] capture, [P] confirm, [P] error,
[R] loneway, [R] mean, [R] oneway, [U] 16.1.4 Error handling in do-files
[R] pwmean, [R] ttest, [R] ztest, [SVY] svy messages and return codes, [M-5] error( ), [P] error,
postestimation, [TABLES] Example 4 [P] rmsg, [R] Error messages, [U] 4.8.5 Return
medians, [R] ranksum codes, [U] 8 Error messages and return codes,
also see error handling
multivariate means, [MV] hotelling, [MV] manova,
[MV] mvtest means searching, [R] search
parameters across groups, [SEM] estat ginvariant variable, [SEM] Intro 4, [SEM] Glossary
proportions, [R] bitest, [R] prtest error command, [P] error
ROC areas, [R] roccomp, [R] rocreg error() function, [M-5] error( )
survivor functions, [ST] sts test error() function, [M-5] error( )
variances, [R] oneway, [R] sdtest error, reshape subcommand, [D] reshape
equal-tailed credible interval, [BAYES] Intro, error-bar charts, [R] serrbar
[BAYES] Bayesian commands, [BAYES] bayes, error-components model, [XT] xthtaylor,
[BAYES] bayesmh, [BAYES] bayesstats [XT] Glossary
summary, [BAYES] Glossary, errorrate, estat subcommand, [MV] discrim estat,
[BMA] bmaregress, [BMA] bmapredict, [MV] discrim lda postestimation, [MV] discrim
[BMA] bmastats logistic postestimation
equamax rotation, [MV] rotate, [MV] rotatemat, errors-in-variables regression, [R] eivreg
[MV] Glossary error-spending
equation names of matrix, [P] ereturn, [P] matrix approach, [ADAPT] Glossary
define, [P] matrix rownames, [U] 14.2 Row and function, [ADAPT] Glossary
column names Hwang–Shih–de Cani bound, [ADAPT] Glossary
Kim–DeMets bound, [ADAPT] Glossary
Subject index 175
estimation, obtaining after, continued evaluation, order of, see operator, order of evaluation
marginal means, [CM] margins, [R] margins, event, [ST] Glossary
[U] 20.16.1 Obtaining estimated marginal history analysis, see survival analysis
means of interest, [ST] Glossary
pairwise comparisons, [R] pwcompare, probability, see failure probability
[U] 20.18 Obtaining pairwise comparisons time, [ST] stintcox, [ST] stintreg, [ST] Glossary
predictions, [MI] mi predict, [P] predict, event-time
[R] predict, [R] predictnl, interval, [ST] stintcox, [ST] stintreg, [ST] Glossary
[U] 20.11 Obtaining predicted values
variables, [ST] stintcox, [ST] stintreg,
predictive margins, [CM] margins, [R] margins, [ST] Glossary
[U] 20.16.3 Obtaining predictive margins
Ex, [SEM] sem and gsem option covstructure( )
scores, [U] 20.23 Obtaining scores
ex post contiguity matrix, [SP] Glossary, also see
test, [MI] mi estimate, [MI] mi test, spatial weighting matrix
[R] hausman, [R] lrtest, [R] suest, [R] test,
exact DDF, see denominator degrees of freedom
[R] testnl, [SVY] svy postestimation,
[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, [ADAPT] Glossary, [PSS-2] power
tables of, [R] estimates selected, [R] estimates oneproportion, [PSS-2] power twoproportions,
table, [R] etable, [R] table regression, [PSS-5] Glossary
[R] table examination time, [ST] stintcox, [ST] 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, covariance matrix of, [P] ereturn, [D] odbc, also see spreadsheets, exporting
[P] matrix get, [R] correlate, [R] estat, [R] estat Microsoft, write results to, [R] dtable, [R] etable,
vce, [U] 20.10 Obtaining the variance– [RPT] putexcel, [RPT] putexcel advanced,
covariance matrix [TABLES] collect export, [U] 21.3 The putdocx,
etable command, [R] etable putpdf, and putexcel commands
etable style, set subcommand, [R] set, excel,
[TABLES] set etable style export subcommand, [D] import excel
eteffects command, [CAUSAL] eteffects, import subcommand, [D] import excel
[CAUSAL] eteffects postestimation excess fraction, [R] Epitab
etiologic fraction, [R] Epitab excess relative risk, [R] reri
etpoisson command, [CAUSAL] etpoisson, excluded covariates, see covariate selection
[CAUSAL] etpoisson postestimation exec, jdbc subcommand, [D] jdbc
etregress command, [CAUSAL] etregress, exec(), odbc subcommand, [D] odbc
[CAUSAL] etregress postestimation existence, confirm subcommand, [P] confirm
Euclidean distance, [MV] measure option, exit class program, [P] class exit
[MV] Glossary exit, class subcommand, [P] class exit
Subject index 179
exit command, [P] capture, [P] exit, [R] exit, expoisson command, [R] expoisson, [R] expoisson
[U] 16.1.4 Error handling in do-files postestimation
exit() function, [M-5] exit( ) exponential
exit Mata, [M-3] end density, [FN] Statistical functions, [M-5] normal( )
exit Stata, see exit command distribution, [FMM] fmm: streg, [FN] Statistical
exlogistic command, [R] exlogistic, [R] exlogistic functions, [M-5] normal( ), [ST] stintreg,
postestimation [ST] streg
exogeneity test, see endogeneity test function, [FN] Mathematical functions,
exogenous [M-5] exp( )
covariate, [ERM] Intro 3, [ERM] Glossary generalized autoregressive conditional
treatment assignment, [ERM] Glossary heteroskedasticity, [TS] arch
variable, [BAYES] Glossary, [DSGE] Glossary, notation, [U] 12.2 Numbers
[ERM] Glossary, [SEM] Intro 4, smoothing, [TS] tssmooth, [TS] tssmooth
[SEM] Glossary, [TS] Glossary, [XT] Glossary exponential, [TS] Glossary
exogenous, forecast subcommand, [TS] forecast survival regression, [BAYES] bayes: streg,
exogenous [FMM] fmm: streg, [SEM] Example 47g,
exogenous-variables tightness parameter, [ST] stintreg, [ST] streg
[BAYES] Glossary test, [PSS-2] power exponential, [PSS-5] Glossary
exp, [M-2] exp, [M-6] Glossary, [U] 11 Language exponential,
syntax churdle subcommand, [R] churdle
exp() function, [FN] Mathematical functions, power subcommand, [PSS-2] power exponential
[M-5] exp( ) tssmooth subcommand, [TS] tssmooth exponential
exp list, [SVY] svy bootstrap, [SVY] svy brr, exponential() function, [FN] Statistical functions,
[SVY] svy jackknife, [SVY] svy sdr, [M-5] normal( )
[TS] rolling exponentialden() function, [FN] Statistical
expand functions, [M-5] normal( )
command, [D] expand exponentialtail() function, [FN] Statistical
for mi data, [MI] mi expand functions, [M-5] normal( )
expand factor varlists, [P] fvexpand exponentiated coefficients, [FMM] estat eform,
expand, mi subcommand, [MI] mi expand [R] eform option, [SEM] estat eform
expandcl command, [D] expandcl exponentiation, [M-5] exp( ), [M-5] matexpsym( )
expectation-maximization algorithm, [FMM] Glossary, export
[ME] mixed, [MI] mi impute mvn, collection, [R] dtable, [R] etable, [TABLES] collect
[MI] Glossary, [ST] stintcox export
parameter trace files, [MI] mi ptrace data, [D] export, [D] import dbase, [D] import
expected future value, [DSGE] Glossary delimited, [D] import excel, [D] import
expected information matrix, [SEM] Glossary sasxport5, [D] import sasxport8, [D] import
expected sample size, [ADAPT] Glossary spss, [D] jdbc, [D] odbc, [D] outfile,
[M-5] docx*( ), [M-5] xl( ), [MI] mi export,
experimental arm, see experimental group
[MI] mi export ice, [MI] mi export nhanes1
experimental group, [ADAPT] Glossary,
graphs, [G-2] graph export, [G-2] graph set,
[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,
proportion, see proportions, experimental-group [G-3] tif options
sample size, see sample-size results, [RPT] putexcel, [RPT] putexcel advanced,
standard deviation, see standard deviations, [U] 21.3 The putdocx, putpdf, and putexcel
experimental-group commands
variance, see variance, experimental-group export
experimental study, [ADAPT] Glossary, [PSS-2] power, dbase command, [D] import dbase
[PSS-3] ciwidth, [PSS-5] Glossary delimited command, [D] import delimited
experimental treatment, [ADAPT] Glossary excel command, [D] import excel
explanatory variable, [ERM] Glossary, [SP] Glossary, sasxport5 command, [D] import sasxport5
also see covariate sasxport8 command, [D] import sasxport8
exploded logit model, [CM] cmrologit spss command, [D] import spss
explored model space, see visited model space export,
expm1() function, [FN] Mathematical functions, collect subcommand, [TABLES] collect export
[M-5] exp( ) graph subcommand, [G-2] graph export
spmatrix subcommand, [SP] spmatrix export
180 Subject index
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 important predictor, see predictor, important
if exp qualifier, [P] syntax, [U] 11 Language syntax imported spatial weighting matrix, [SP] Glossary
igaussian() function, [FN] Statistical functions, improper prior, [BAYES] Intro, [BAYES] bayes,
[M-5] normal( ) [BAYES] bayesmh, [BAYES] bayesstats ic,
igaussianden() function, [FN] Statistical functions, [BAYES] Glossary
[M-5] normal( ) impulse–response functions, [BAYES] bayesirf,
igaussiantail() function, [FN] Statistical functions, [BAYES] bayesirf graph, [BAYES] bayesirf
[M-5] normal( ) cgraph, [BAYES] bayesirf ograph,
ignorable missing-data mechanism, [MI] Intro [BAYES] bayesirf table, [BAYES] bayesirf
substantive, [MI] Glossary ctable, [DSGE] Intro 1, [DSGE] Intro 3b,
IIA, see independence of irrelevant alternatives [DSGE] Intro 3c, [DSGE] Intro 3d,
[DSGE] Intro 9a, [DSGE] Intro 9b,
i.i.d. assumption, see independent and identically
[DSGE] dsge postestimation, [DSGE] dsgenl
distributed sampling assumption
postestimation, [DSGE] Glossary, [TS] irf,
IIF, see item information function [TS] irf add, [TS] irf cgraph, [TS] irf create,
iif, irtgraph subcommand, [IRT] irtgraph iif [TS] irf ctable, [TS] irf describe, [TS] irf
Im() function, [M-5] Re( ) drop, [TS] irf graph, [TS] irf ograph, [TS] irf
Im–Pesaran–Shin test, [XT] xtunitroot rename, [TS] irf set, [TS] irf table, [TS] lpirf,
image, [TS] lpirf postestimation, [TS] var intro,
putdocx subcommand, [RPT] putdocx paragraph [TS] varbasic, [TS] vec intro, [TS] Glossary
putpdf subcommand, [RPT] putpdf paragraph imputation
image format, [G-2] graph export, [G-4] Glossary binary, [MI] mi impute logit
imaginary part, [M-5] Re( ) by groups, [MI] mi impute
immediate command, [G-2] graph twoway pcarrowi, categorical, [MI] mi impute mlogit, [MI] mi impute
[G-2] graph twoway pci, [G-2] graph twoway ologit
scatteri, [P] display, [R] bitest, [R] ci, chained equations, [MI] mi impute intreg, [MI] mi
[R] Epitab, [R] esize, [R] prtest, [R] sdtest, impute logit, [MI] mi impute mlogit, [MI] mi
[R] symmetry, [R] tabulate twoway, [R] ttest, impute nbreg, [MI] mi impute ologit, [MI] mi
[R] ztest, [U] 18.4.5 Parsing immediate impute pmm, [MI] mi impute poisson, [MI] mi
commands, [U] 19 Immediate commands, impute regress, [MI] mi impute truncreg
[U] Glossary conditional, [MI] mi impute, [MI] mi impute
implied context, class, [P] class chained, [MI] mi impute intreg, [MI] mi impute
import logit, [MI] mi impute mlogit, [MI] mi impute
dbase command, [D] import dbase monotone, [MI] mi impute nbreg, [MI] mi
delimited command, [D] import delimited impute ologit, [MI] mi impute pmm, [MI] mi
excel command, [D] import excel impute poisson, [MI] mi impute regress,
fred command, [D] import fred [MI] mi impute truncreg, [MI] Glossary
haver command, [D] import haver continuous, [MI] mi impute pmm, [MI] mi impute
regress
sas command, [D] import sas
with a limited range, [MI] mi impute intreg,
sasxport5 command, [D] import sasxport5
[MI] mi impute truncreg
sasxport8 command, [D] import sasxport8
count data, [MI] mi impute nbreg, [MI] mi impute
spss command, [D] import spss poisson
import data, [D] import, [D] import dbase, [D] import diagnostics, [MI] mi impute
delimited, [D] import excel, [D] import fred,
interval regression, [MI] mi impute intreg
[D] import haver, [D] import sas, [D] import
sasxport5, [D] import sasxport8, [D] import
interval-censored data, [MI] mi impute intreg
spss, [D] infile (fixed format), [D] infile (free linear regression, [MI] mi impute regress
format), [D] infix (fixed format), [D] jdbc, logistic regression, [MI] mi impute logit
[D] odbc, [MI] mi import, [MI] mi import method, [MI] mi impute, [MI] mi impute
flong, [MI] mi import flongsep, [MI] mi import usermethod
ice, [MI] mi import nhanes1, [MI] mi import iterative, [MI] mi impute, [MI] mi impute
wide, [U] 22 Entering and importing data, also chained, [MI] mi impute mvn
see combine data, also see input data interactively monotone, [MI] mi impute monotone
real-time, [D] import fred multivariate, [MI] mi impute chained, [MI] mi
import, spmatrix subcommand, [SP] spmatrix impute monotone, [MI] mi impute mvn
import proper, [MI] Intro substantive
198 Subject index
invlogistic() function, [FN] Statistical functions, ipw, teffects subcommand, [CAUSAL] teffects ipw
[M-5] normal( ) IPWRA, see inverse-probability-weighted regression
invlogistictail() function, [FN] Statistical adjustment
functions, [M-5] normal( ) ipwra, stteffects subcommand,
invlogit() function, [FN] Mathematical functions, [CAUSAL] stteffects ipwra
[M-5] logit( ) ipwra, teffects subcommand, [CAUSAL] teffects
invnbinomial() function, [FN] Statistical functions, ipwra
[M-5] normal( ) IQR, see instrumental-variables regression quantile, see
invnbinomialtail() function, [FN] Statistical interquartile range
functions, [M-5] normal( ) iqr(), egen function, [D] egen
invnchi2() function, [FN] Statistical functions, iqreg command, [R] qreg, [R] qreg postestimation
[M-5] normal( ) ir command, [R] Epitab
invnchi2tail() function, [FN] Statistical functions, irecode() function, [FN] Programming functions
[M-5] normal( ) IRF, see impulse–response functions
invnF() function, [FN] Statistical functions, DSGE model, [BAYES] bayes: dsge postestimation
[M-5] normal( ) vector autoregressive model, [BAYES] bayes: var
invnFtail() function, [FN] Statistical functions, postestimation
[M-5] normal( ) irf, [TS] irf, [TS] lpirf
invnibeta() function, [FN] Statistical functions, add command, [TS] irf add
[M-5] normal( )
cgraph command, [TS] irf cgraph
invnormal() function, [FN] Statistical functions,
create command, [TS] irf create
[M-5] normal( )
ctable command, [TS] irf ctable
invnt() function, [FN] Statistical functions,
[M-5] normal( ) describe command, [TS] irf describe
invnttail() function, [FN] Statistical functions, drop command, [TS] irf drop
[M-5] normal( ) graph command, [TS] irf graph
invorder() function, [M-5] invorder( ) ograph command, [TS] irf ograph
invpoisson() function, [FN] Statistical functions, rename command, [TS] irf rename
[M-5] normal( ) set command, [TS] irf set
invpoissontail() function, [FN] Statistical table command, [TS] irf table
functions, [M-5] normal( ) .irf file, [U] 11.6 Filenaming conventions
invsym() function, [M-5] invsym( ) iri command, [R] Epitab
invsym() function, [FN] Matrix functions, IRLS, see iterated, reweighted least squares
[M-5] invsym( ), [P] matrix define IRR, see incidence-rate ratio
invt() function, [FN] Statistical functions, irr, estat subcommand, [CAUSAL] mediate
[M-5] normal( ) postestimation
invtokens() function, [M-5] invtokens( ) IRT, see item response theory
invttail() function, [FN] Statistical functions, irt
[M-5] normal( ) 1pl command, [IRT] irt 1pl, [IRT] irt 1pl
invtukeyprob() function, [FN] Statistical functions, postestimation
[M-5] normal( ) 2pl command, [IRT] irt 2pl, [IRT] irt 2pl
invvech() function, [FN] Matrix functions, postestimation
[M-5] vec( ), [P] matrix define 3pl command, [IRT] irt 3pl, [IRT] irt 3pl
invvecp() function, [FN] Matrix functions, postestimation
[P] matrix define command, [IRT] irt, [IRT] Control Panel, [IRT] irt,
invweibull() function, [FN] Statistical functions, group( ), [IRT] irt, group( ) postestimation,
[M-5] normal( ) [IRT] irt constraints
invweibullph() function, [FN] Statistical functions, gpcm command, [IRT] irt pcm, [IRT] irt pcm
[M-5] normal( ) postestimation
invweibullphtail() function, [FN] Statistical grm command, [IRT] irt grm, [IRT] irt grm
functions, [M-5] normal( ) postestimation
invweibulltail() function, [FN] Statistical hybrid command, [IRT] irt hybrid, [IRT] irt
functions, [M-5] normal( ) hybrid postestimation
I/O functions, [M-4] IO nrm command, [IRT] irt nrm, [IRT] irt nrm
ipolate command, [D] ipolate postestimation
ips, xtunitroot subcommand, [XT] xtunitroot pcm command, [IRT] irt pcm, [IRT] irt pcm
IPW, see inverse-probability weighting postestimation
ipw, stteffects subcommand, [CAUSAL] stteffects rsm command, [IRT] irt rsm, [IRT] irt rsm
ipw postestimation
Subject index 203
irtgraph iterations,
icc command, [IRT] irt, [IRT] irtgraph icc bisection method, [ADAPT] Glossary,
iif command, [IRT] irt, [IRT] irtgraph iif [PSS-2] power, [PSS-5] Glossary
tcc command, [IRT] irt, [IRT] irtgraph tcc controlling the maximum number of, [R] set iter
tif command, [IRT] irt, [IRT] irtgraph tif Newton’s method, [PSS-2] power, [PSS-3] ciwidth
.isa built-in class function, [P] class iterlog, set subcommand, [R] set, [R] set iter
isalias macro function, [P] macro ivfprobit command, [R] ivfprobit, [R] ivfprobit
isascii() function, [M-5] isascii( ) postestimation
iscale() option, [G-2] graph matrix ivpoisson command, [R] ivpoisson, [R] ivpoisson
iscomplex() function, [M-5] isreal( ) postestimation
isdiagonal() function, [M-5] isdiagonal( ) ivprobit command, [R] ivprobit, [R] ivprobit
isfleeting() function, [M-5] isfleeting( ) postestimation
isid command, [D] isid IVQR, see instrumental-variables regression quantile
isleapsecond() function, [D] Datetime relative ivqregress command, [R] ivqregress, [R] ivqregress
dates, [FN] Date and time functions, postestimation
[M-5] date( ) ivregress command, [R] ivregress, [R] ivregress
isleapyear() function, [D] Datetime relative dates, postestimation
[FN] Date and time functions, [M-5] date( ) ivtobit command, [R] ivtobit, [R] ivtobit
.isofclass built-in class function, [P] class postestimation
isolines, [G-2] graph twoway contourline [iweight=exp] modifier, [U] 11.1.6 weight,
[U] 20.24.4 Importance weights
ispointer() function, [M-5] isreal( )
isreal() function, [M-5] isreal( )
isrealvalues() function, [M-5] isrealvalues( ) J
issamefile() function, [M-5] issamefile( )
J×2 contingency table, [PSS-2] power trend,
isstring() function, [M-5] isreal( ) [PSS-5] Glossary
issymmetric() function, [FN] Matrix functions, J() function, [M-5] J( ), [M-2] void, [M-6] Glossary,
[M-5] issymmetric( ), [P] matrix define [FN] Matrix functions, [P] matrix define
issymmetriconly() function, [M-5] issymmetric( ) Jaccard coefficient similarity measure,
istdize command, [R] dstdize [MV] measure option
istmt, [M-1] How, [M-6] Glossary jackknife, [SEM] Glossary
isview() function, [M-5] isview( ) estimation, [R] jackknife,
item, [IRT] Glossary [SVY] jackknife options, [SVY] svy jackknife,
characteristic curve, [IRT] irt, [IRT] irtgraph icc, [SVY] Variance estimation, [SVY] Glossary
[IRT] Glossary residuals, [R] regress postestimation
information function, [IRT] irt, [IRT] irtgraph iif, standard errors, [R] vce option, [SVY] svy
[IRT] Glossary jackknife, [SVY] Variance estimation,
location, [IRT] Glossary [XT] vce options
response function, [IRT] irt, [IRT] Glossary jackknife options, [SVY] jackknife options
response theory, [IRT] irt, [IRT] Glossary, jackknife prefix command, [R] jackknife,
[SEM] Intro 5, [SEM] Example 28g, [R] jackknife postestimation
[SEM] Example 29g, also see differential item Jackson–White–Riley
functioning method, [META] Glossary
Control Panel, [IRT] Control Panel statistic, [META] estat heterogeneity (mv)
for multiple groups, [IRT] irt, group( ) Jarque–Bera statistic, [TS] varnorm, [TS] vecnorm
graph, [IRT] irtgraph icc, [IRT] irtgraph tcc, Java, [P] Java intro, [P] Java integration, [P] Java
[IRT] irtgraph iif, [IRT] irtgraph tif plugin, [P] Java utilities, [P] javacall
models, [IRT] irt, [IRT] irt 1pl, [IRT] irt 2pl, java
[IRT] irt 3pl, [IRT] irt grm, [IRT] irt nrm, clear command, [P] Java integration
[IRT] irt pcm, [IRT] irt rsm
command, [P] Java integration
models, multiple, [IRT] irt hybrid
initialize command, [P] Java utilities
iterated principal-factor method, [MV] factor,
query command, [P] Java utilities
[MV] Glossary
set heapmax command, [P] Java utilities
iterated, reweighted least squares, [R] binreg, [R] glm,
[R] reg3, [R] sureg set home command, [P] Java utilities
java, query subcommand, [R] query
java heapmax, set subcommand, [P] Java utilities,
[R] set
java home, set subcommand, [P] Java utilities,
[R] set
204 Subject index
lagged values, [U] 11.4.4 Time-series varlists, lasso, [LASSO] Lasso intro, [LASSO] Lasso
[U] 13 Functions and expressions, inference intro, [LASSO] Collinear covariates,
[U] 13.7 Explicit subscripting, [LASSO] Glossary, [U] 27.30 Lasso
[U] 13.10.1 Generating lags, leads, and inference, [LASSO] Lasso inference intro,
differences [LASSO] dslogit, [LASSO] dspoisson,
lag-order selection statistics, [BAYES] bayes: var, [LASSO] dsregress, [LASSO] Inference
[TS] arfimasoc, [TS] arimasoc, [TS] var intro, examples, [LASSO] Inference requirements,
[TS] var, [TS] var svar, [TS] varsoc, [TS] vec [LASSO] lasso inference postestimation,
intro [LASSO] lasso options, [LASSO] poivregress,
Lagrange multiplier test, [PSS-5] Glossary, [R] regress [LASSO] pologit, [LASSO] popoisson,
postestimation time series, [TS] varlmar, [LASSO] poregress, [LASSO] xpoivregress,
[TS] veclmar, also see score test [LASSO] xpologit, [LASSO] xpopoisson,
lags, see lagged values, see spatial lags [LASSO] xporegress
lalign() option, [G-3] connect options options, [LASSO] lasso options
lambda, [LASSO] Glossary postestimation, [LASSO] bicplot,
Lance and Williams’s formula, [MV] cluster [LASSO] coefpath, [LASSO] cvplot,
language, [D] unicode locale [LASSO] estimates store, [LASSO] lasso
postestimation, [LASSO] lassocoef,
syntax, [P] syntax, [U] 11 Language syntax
[LASSO] lasso fitting, [LASSO] lassogof,
language, label subcommand, [D] label language [LASSO] lasso inference postestimation,
languages, multiple, [D] label language [LASSO] lassoinfo, [LASSO] lassoknots,
LAPACK, [M-1] LAPACK, [M-5] cholesky( ), [LASSO] lassoselect
[M-5] cholinv( ), [M-5] cholsolve( ), prediction and model selection, [LASSO] Collinear
[M-5] eigensystem( ), [M-5] eigensystemselect( ), covariates, [LASSO] elasticnet, [LASSO] lasso,
[M-5] fullsvd( ), [M-5] ghessenbergd( ), [LASSO] lasso postestimation, [LASSO] lasso
[M-5] lapack( ), [M-5] lud( ), [M-5] luinv( ), examples, [LASSO] lasso fitting,
[M-5] lusolve( ), [M-5] qrd( ), [M-5] qrinv( ), [LASSO] sqrtlasso
[M-5] qrsolve( ), [M-5] svd( ), [M-5] svsolve( ), selection, see covariate selection
[M-6] Glossary
lasso command, [LASSO] lasso, [LASSO] lasso
lapack, query subcommand, [R] query postestimation, [LASSO] lasso examples
lapack mkl, set subcommand, [M-1] LAPACK, lassocoef command, [LASSO] lassocoef
[R] set
lassogof command, [LASSO] lassogof
lapack mkl cnr, set subcommand, [M-1] LAPACK,
lassoinfo command, [LASSO] lassoinfo
[R] set
lassoknots command, [LASSO] lassoknots
Laplace
lassoselect command, [LASSO] lassoselect
density, [FN] Statistical functions, [M-5] normal( )
lastdayofmonth() function, [D] Datetime relative
distribution,
dates, [FN] Date and time functions,
cumulative, [FN] Statistical functions, [M-5] date( )
[M-5] normal( )
lastdowofmonth() function, [D] Datetime relative
inverse cumulative, [FN] Statistical functions, dates, [FN] Date and time functions,
[M-5] normal( ) [M-5] date( )
inverse reverse cumulative, [FN] Statistical lastweekdayofmonth() function, [D] Datetime
functions, [M-5] normal( ) relative dates, [FN] Date and time functions,
reverse cumulative, [FN] Statistical functions, [M-5] date( )
[M-5] normal( ) latent
laplace() function, [FN] Statistical functions, class, [FMM] fmm, [FMM] Glossary
[M-5] normal( )
goodness-of-fit statistics, [SEM] estat lcgof,
laplaceden() function, [FN] Statistical functions, [SEM] Example 51g
[M-5] normal( )
marginal means, [FMM] estat lcmean,
laplacetail() function, [FN] Statistical functions, [SEM] estat lcmean
[M-5] normal( )
marginal probabilities, [FMM] estat lcprob,
Laplacian approximation, [ME] me, [ME] mecloglog, [SEM] estat lcprob
[ME] meglm, [ME] meintreg, [ME] melogit,
class analysis, [SEM] Intro 2, [SEM] Intro 5,
[ME] menbreg, [ME] meologit,
[SEM] Glossary
[ME] meoprobit, [ME] mepoisson,
[ME] meprobit, [ME] mestreg, [ME] metobit, class model, [SEM] Intro 5, [SEM] Example 50g,
[ME] Glossary, [R] Estimation options, [SEM] Glossary
[SEM] Intro 12, [SEM] Methods and formulas cluster model, [SEM] Glossary
for gsem growth model, [SEM] Intro 5, [SEM] Example 18,
large-strata limiting model, [META] Glossary [SEM] Glossary
profile analysis, [SEM] Example 52g
Subject index 207
logistic, discrim subcommand, [MV] discrim look of areas, [G-3] area options,
logistic [G-3] fitarea options
logistic() function, [FN] Statistical functions, lookfor command, [D] lookfor
[M-5] normal( ) lookup,
logisticden() function, [FN] Statistical functions, icd10 subcommand, [D] icd10
[M-5] normal( ) icd10cm subcommand, [D] icd10cm
logistictail() function, [FN] Statistical functions, icd10pcs subcommand, [D] icd10pcs
[M-5] normal( ) icd9 subcommand, [D] icd9
logit command, [R] logit, [R] logit postestimation icd9p subcommand, [D] icd9p
logit() function, [FN] Mathematical functions, loop, [M-2] do, [M-2] for, [M-2] while, [P] continue,
[M-5] logit( ) [P] foreach, [P] forvalues, [P] while
logit regression, see logistic and logit regression continuing, [M-2] continue
log-linear model, endless, see endless loop
[BAYES] bayes: glm, [BAYES] bayes: poisson, exiting, [M-2] break
[BAYES] bayes: tpoisson,
use of semicolons in, [M-2] Semicolons
[BAYES] bayes: xtpoisson, [BAYES] bayes: zip,
[CAUSAL] etpoisson, [DSGE] Glossary, looping, [P] Glossary
[FMM] fmm: glm, [FMM] fmm: poisson, Lorenz curve, [R] Inequality
[FMM] fmm: tpoisson, [FMM] Example 2, loss, [MV] Glossary
[R] cpoisson, [R] expoisson, [R] glm, loss to follow-up, [ADAPT] Glossary
[R] heckpoisson, [R] ivpoisson, [R] poisson, lost to follow up, see follow-up, loss to
[R] tpoisson, [R] zip, [SVY] svy estimation Lotus 1-2-3, importing from, see spreadsheets
loglogistic survival regression, [BAYES] bayes: streg, lower
[FMM] fmm: streg, [SEM] Example 48g, ASCII, see plain ASCII
[ST] stintreg, [ST] streg asymptote, [IRT] Glossary
logmsg, set subcommand, [R] log, [R] set one-sided
lognormal survival regression, [BAYES] bayes: streg, confidence interval, [PSS-3] ciwidth,
[FMM] fmm: streg, [ST] stintreg, [ST] streg [PSS-3] ciwidth onemean, [PSS-3] ciwidth
logrank, twomeans, [PSS-3] ciwidth pairedmeans,
gsdesign subcommand, [ADAPT] gsdesign [PSS-3] ciwidth onevariance,
logrank [PSS-5] Glossary
power subcommand, [PSS-2] power logrank, test, [ADAPT] Glossary, [PSS-5] Glossary, also
[PSS-2] power logrank, cluster see one-sided test (power)
log-rank test, [PSS-2] power logrank, [ST] sts test one-tailed test, [ADAPT] Glossary,
cluster randomized design, [PSS-2] power logrank, [PSS-5] Glossary, also see one-sided test (power)
cluster lowercase-string functions, [FN] String functions,
logtype, set subcommand, [R] log, [R] set [M-5] strupper( ), [M-5] ustrupper( ), also see
LOHI, [M-5] byteorder( ) titlecase
loneway command, [R] loneway lowertriangle() function, [M-5] lowertriangle( )
long, [D] Data types, [U] 12.2.2 Numeric storage lowertriangle() function, [M-5] lowertriangle( )
types lower-triangular matrix, see triangular matrix
long data format, [D] Glossary lowess, see locally weighted smoothing
conversion to wide, [D] reshape smoothing, [G-2] graph twoway lowess, [R] lowess
long lines in ado-files and do-files, [P] #delimit, lowess command, [R] lowess
[U] 18.11.2 Comments and long lines in ado- lowess, graph twoway subcommand, [G-2] graph
files twoway lowess
long, reshape subcommand, [D] reshape lowest-level group, [ME] Glossary
long strings, see string variables, long lpattern() option, [G-3] connect options,
longitude, see coordinate system [G-3] rspike options
longitudinal lpirf command, [TS] lpirf, [TS] lpirf postestimation
data, [D] assertnested, [ERM] Glossary, [MI] mi lpoly command, [R] lpoly
estimate, [XT] Glossary, also see panel data lpoly, graph twoway subcommand, [G-2] graph
studies, see cohort study twoway lpoly
survey data, [SVY] svy estimation, lpolyci, graph twoway subcommand, [G-2] graph
[TABLES] Example 7 twoway lpolyci
long-memory process, [TS] arfima, [TS] Glossary LPS, see log predictive-score
LOO, see leave one out lps, bmastats subcommand, [BMA] bmastats lps
look, [ADAPT] Glossary L-R plots, [R] regress postestimation diagnostic plots
LRECLs, [D] infile (fixed format)
214 Subject index
lroc command, [R] lroc macval() macro expansion function, [P] macro
lrtest command, [R] lrtest, [SEM] Example 10, MAD, see minimum absolute deviation
[SEM] Example 39g, [SEM] lrtest mad(), egen function, [D] egen
ls command, [D] dir Mahalanobis
lsens command, [R] lsens distance, [MV] Glossary
lstat command, see estat classification transformation, [MV] discrim knn, [MV] Glossary
command main effects, [MV] manova, [PSS-5] Glossary,
lstretch, set subcommand, [R] set [R] anova
lstyle() option, [G-3] rspike options main equation, [ERM] Glossary
ltable command, [ST] ltable makecns command, [P] makecns
LU decomposition, [M-5] lud( ) makespline command, [R] makespline
lud() function, [M-5] lud( ) makesymmetric() function, [M-5] makesymmetric( )
lud() function, [M-5] lud( ) makesymmetric() function, [M-5] makesymmetric( )
lud la() function, [M-5] lud( ) man command, [R] help
luinv() function, [M-5] luinv( ) manage, window subcommand, [P] window
luinv() function, [M-5] luinv( ) programming, [P] window manage
luinv la() function, [M-5] luinv( ) MANCOVA, see multivariate analysis of variance
luinv lapacke() function, [M-5] luinv( ) mangle option, [G-2] graph twoway pcarrow
lusolve() function, [M-5] lusolve( ) manifest variables, [SEM] Glossary
lusolve() function, [M-5] lusolve( ) manipulation,
lusolve la() function, [M-5] lusolve( ) graph, [G-2] graph manipulation
lv command, [R] lv matrix, [M-4] Manipulation
lval, [M-2] op assignment, [M-6] Glossary Mann–Whitney two-sample statistics, [R] ranksum
lvalue, class, [P] class MANOVA, see multivariate analysis of variance
lvr2plot command, [R] regress postestimation manova command, [MV] manova, [MV] manova
diagnostic plots postestimation
lwidth() option, [G-3] connect options, manova, estat subcommand, [MV] discrim lda
[G-3] rspike options postestimation
manovatest command, [MV] manova postestimation
Mantel–Cox method, [ST] stmc
M Mantel–Haenszel
M , [MI] mi impute, [MI] Glossary method, [META] Glossary, [ST] stmh
size recommendations, [MI] Intro substantive, test, [PSS-5] Glossary, [R] Epitab, [ST] stir
[MI] mi estimate map strings to numbers, [D] destring, [D] encode,
m, [MI] Glossary [D] label, also see real() function, also see
MA, see moving average model strtoreal() function
ma, tssmooth subcommand, [TS] tssmooth ma maps, [M-5] asarray( ), [M-5] AssociativeArray( )
Mac, MAR, see missing at random, see missing values
keyboard use, [U] 10 Keyboard use margin of error, see confidence-interval half-width
pause, [P] sleep marginal
specifying filenames, [U] 11.6 Filenaming distribution, Bayesian, [BAYES] Intro,
conventions [BAYES] bayesmh, [BAYES] Glossary,
machine precision, [M-5] epsilon( ), [M-6] Glossary [BMA] Intro, [BMA] bmaregress
macro effects, [CM] margins, [R] margins,
dir command, [P] macro [R] marginsplot, [U] 20.16 Obtaining marginal
means, adjusted predictions, and predictive
drop command, [P] macro
margins, [U] 20.20 Graphing margins,
list command, [P] macro marginal effects, and contrasts
shift command, [P] macro homogeneity, [PSS-2] power, [PSS-2] power
macro functions, [P] char, [P] display, [P] macro, pairedproportions, [PSS-2] power mcc,
[P] macro lists, [P] serset [PSS-5] Glossary
macro substitution, [M-1] Ado, [P] macro, homogeneity, test of, [R] symmetry
[U] 18.3 Macros inference, [BMA] BMA commands,
class, [P] class [BMA] bmaregress, [BMA] BMA
macros, [D] vl, [D] vl create, [D] vl drop, [D] vl postestimation, [BMA] bmastats jointness,
list, [D] vl rebuild, [D] vl set, [P] creturn, [BMA] bmastats models, [BMA] Glossary
[P] macro, [P] scalar, [P] syntax, [P] Glossary,
[U] 18.3 Macros, also see e() stored results
Subject index 215
menus, programming, [P] Dialog programming, meta-analysis, [BAYES] bayesmh, [META] Intro,
[P] window programming, [P] window fopen, [META] meta, [META] meta data,
[P] window manage, [P] window menu, [META] meta esize, [META] meta set,
[P] window push, [P] window stopbox [META] meta update, [META] meta forestplot,
meologit command, [ME] meologit, [ME] meologit [META] meta summarize, [META] meta
postestimation galbraithplot, [META] meta labbeplot,
meoprobit command, [ME] meoprobit, [META] meta regress, [META] meta regress
[ME] meoprobit postestimation postestimation, [META] estat bubbleplot,
mepoisson command, [ME] mepoisson, [META] meta funnelplot, [META] meta bias,
[ME] mepoisson postestimation [META] meta trimfill, [META] meta meregress,
meprobit command, [ME] meprobit, [ME] meprobit [META] meta multilevel, [META] meta
postestimation mvregress, [META] Glossary, [U] 27.18 Meta-
analysis
meregress, meta subcommand, [META] meta
meregress, [META] meta me postestimation common-effect, [META] meta esize, [META] meta
set, [META] meta update, [META] meta
merge command, [D] merge, [U] 23 Combining
forestplot, [META] meta summarize,
datasets
[META] meta galbraithplot, [META] meta
merge data, see combine data labbeplot, [META] meta funnelplot,
merge, mi subcommand, [MI] mi merge [META] meta bias, [META] meta trimfill
merge variable, [D] merge inverse-variance method, [META] meta esize,
merged-explicit options, [G-4] Concept: repeated [META] meta update, [META] meta
options, [G-4] Glossary forestplot, [META] meta summarize,
merged-implicit options, [G-4] Concept: repeated [META] meta galbraithplot, [META] meta
options, [G-4] Glossary labbeplot, [META] meta funnelplot
Mersenne Twister, see random-number generator Mantel–Haenszel method, [META] meta esize,
messages and return codes, see error messages and [META] meta update, [META] meta
return codes forestplot, [META] meta summarize,
mestreg command, [ME] mestreg, [ME] mestreg [META] meta galbraithplot, [META] meta
postestimation labbeplot, [META] meta funnelplot
meta cumulative, see cumulative meta-analysis
bias command, [META] meta bias effect-size
clear command, [META] meta update binary outcomes, log odds-ratio, [META] meta
command, [META] meta, [META] meta data esize, [META] meta update
esize command, [META] meta esize binary outcomes, log risk-ratio, [META] meta
forestplot command, [META] meta forestplot esize, [META] meta update
funnelplot command, [META] meta funnelplot binary outcomes, Peto’s log odds-ratio,
galbraithplot command, [META] meta [META] meta esize, [META] meta update
galbraithplot binary outcomes, risk difference, [META] meta
labbeplot command, [META] meta labbeplot esize, [META] meta update
meregress command, [META] meta meregress, continuous outcomes, Cohen’s d, [META] meta
[META] meta me postestimation esize, [META] meta update
multilevel command, [META] meta multilevel continuous outcomes, Glass’s ∆, [META] meta
esize, [META] meta update
mvregress command, [META] meta mvregress
query command, [META] meta update continuous outcomes, Hedges’s g , [META] meta
esize, [META] meta update
regress command, [META] meta regress,
[META] meta regress postestimation, continuous outcomes, mean difference,
[META] meta mvregress postestimation [META] meta esize, [META] meta update
set command, [META] meta set fixed-effects, [META] meta esize, [META] meta set,
[META] meta update, [META] meta forestplot,
summarize command, [META] meta summarize
[META] meta summarize, [META] meta
trimfill command, [META] meta trimfill galbraithplot, [META] meta labbeplot,
update command, [META] meta update [META] meta regress, [META] meta funnelplot,
meta data, [META] meta data, [META] meta set, [META] meta bias, [META] meta trimfill,
[META] meta update, [META] Glossary [META] meta mvregress
meta settings, [META] meta, [META] meta data, inverse-variance method, [META] meta esize,
[META] meta set, [META] meta update, [META] meta update, [META] meta
[META] Glossary forestplot, [META] meta summarize,
[META] meta galbraithplot, [META] meta
labbeplot, [META] meta funnelplot
Subject index 221
MH mi, continued
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 exporting data to, [D] import excel
ice
importing data from, [D] import excel, [D] odbc
nhanes1 command, [MI] mi import, [MI] mi
writing results to, [R] dtable, [R] etable,
import nhanes1
[RPT] putexcel, [RPT] putexcel advanced,
wide command, [MI] mi import, [MI] mi [U] 21.3 The putdocx, putpdf, and putexcel
import wide 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
monotone, [MI] mi impute mvn, [MI] mi Word, [M-5] docx*( ), [R] dtable, [R] etable,
impute nbreg, [MI] mi impute ologit, [MI] mi [RPT] docx2pdf, [RPT] Dynamic documents
impute pmm, [MI] mi impute poisson, [MI] mi intro, [RPT] dyndoc, [RPT] html2docx,
impute regress, [MI] mi impute truncreg, [RPT] markdown, [RPT] putdocx intro,
[MI] mi impute usermethod [RPT] putdocx begin, [RPT] putdocx
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
passive command, [MI] mi passive document commands, [U] 21.3 The putdocx,
predict command, [MI] mi estimate putpdf, and putexcel commands
postestimation, [MI] mi predict middle suboption, [G-4] alignmentstyle
predictnl command, [MI] mi estimate midsummaries, [R] lv
postestimation, [MI] mi predict mild outliers, [R] lv
ptrace command, [MI] mi ptrace miles, [SP] spdistance
query command, [MI] mi describe Mills’s ratio, [R] heckman, [R] heckman
register command, [MI] mi set postestimation
rename command, [MI] mi rename MIMIC models, see multiple indicators and multiple
replace0 command, [MI] mi replace0 causes model
reset command, [MI] mi reset min(), egen function, [D] egen
Subject index 223
Newey–West nominal
covariance matrix, [TS] Glossary, also see HAC alpha, [ADAPT] Glossary, [PSS-5] Glossary, also
variance estimate see significance level
postestimation, [TS] newey postestimation item, [IRT] Glossary
regression, [TS] newey power, see power
standard errors, [P] matrix accum, [R] glm, response model, [IRT] irt nrm, [IRT] Glossary
[TS] lpirf sample size, see sample-size
newline(#), display directive, [P] display significance level, [ADAPT] Glossary,
newsletter, [U] 3 Resources for learning and using [PSS-5] Glossary, see significance level
Stata nonadaptive Gauss–Hermite quadrature, see quadrature,
Newton–Raphson algorithm, [M-5] moptimize( ), Gauss–Hermite
[M-5] optimize( ), [R] ml nonbinding
Newton–Raphson method, [M-5] solvenl( ) futility boundaries, [ADAPT] Glossary
Newton’s method, see iterations, Newton’s method futility bounds, [ADAPT] Glossary
nextbirthday() function, [D] Datetime relative noncentral
dates, [FN] Date and time functions, beta density, [FN] Statistical functions,
[M-5] date( ) [M-5] normal( )
nextdow() function, [D] Datetime relative dates, beta distribution, [FN] Statistical functions,
[FN] Date and time functions, [M-5] date( ) [M-5] normal( )
nextleapyear() function, [D] Datetime relative χ2 distribution, [FN] Statistical functions,
dates, [FN] Date and time functions, [M-5] normal( )
[M-5] date( ) F density, [FN] Statistical functions,
nextweekday() function, [D] Datetime relative dates, [M-5] normal( )
[FN] Date and time functions, [M-5] date( ) F distribution, [FN] Statistical functions,
Neyman allocation, [SVY] estat [M-5] normal( )
nF() function, [FN] Statistical functions, Student’s t density, [FN] Statistical functions,
[M-5] normal( ) [M-5] normal( )
nFden() function, [FN] Statistical functions, Student’s t distribution, [FN] Statistical functions,
[M-5] normal( ) [M-5] normal( )
nFtail() function, [FN] Statistical functions, noncentrality parameter, [PSS-2] power, [PSS-2] power
[M-5] normal( ) onemean, [PSS-2] power twomeans,
nhanes1, [PSS-2] power pairedmeans, [PSS-2] power
mi export subcommand, [MI] mi export, [MI] mi oneway, [PSS-2] power twoway, [PSS-2] power
export nhanes1 repeated, [PSS-2] power oneslope,
mi import subcommand, [MI] mi import, [MI] mi [PSS-2] power rsquared, [PSS-2] power pcorr,
import nhanes1 [PSS-5] Glossary
nibeta() function, [FN] Statistical functions, nonconformities, quality control, [R] QC
[M-5] normal( ) nonconstant variance, see robust, Huber/White/sandwich
niceness, set subcommand, [D] memory, [R] set estimator of variance
NIE, see natural indirect effect noncursive model, see nonrecursive model
nl command, [R] nl, [R] nl postestimation nondirectional test, see two-sided test (power)
nl, tssmooth subcommand, [TS] tssmooth nl nonignorable missing data, [ERM] Intro 4
nlcom command, [R] nlcom, [SEM] Intro 7, noninclusion probability, [BMA] Glossary
[SEM] estat stdize, [SEM] Example 42g, noninferiority trial, [ADAPT] Glossary
[SEM] nlcom, [SVY] svy postestimation noninformative prior, [BAYES] Intro,
NLME, see nonlinear mixed-effects model [BAYES] Bayesian commands, [BAYES] bayes,
nlogit command, [CM] Intro 5, [CM] nlogit, [BAYES] bayesmh, [BAYES] bayesstats ic,
[CM] nlogit postestimation [BAYES] Glossary, [BMA] BMA commands,
nlogitgen command, [CM] nlogit [BMA] bmaregress
nlogittree command, [CM] nlogit nonlinear
nlsur command, [R] nlsur, [R] nlsur postestimation autoregressive conditional heteroskedasticity,
nnmatch, teffects subcommand, [CAUSAL] teffects [TS] arch
nnmatch autoregressive conditional heteroskedasticity with a
nobreak command, [P] break shift, [TS] arch
nodraw option, [G-3] nodraw option combinations of parameters, [R] nlcom,
noisily prefix, [P] quietly [U] 20.15 Obtaining nonlinear combinations
of coefficients
Subject index 231
odds ratio, [ADAPT] Glossary, [META] Intro, OIM, see observed information matrix
[META] meta esize, [META] meta OLDPLACE directory, [P] sysdir, [U] 17.5 Where does
summarize, [META] Glossary, [PSS-2] power, Stata look for ado-files?
[PSS-2] power twoproportions, [PSS-2] power OLE Automation, [P] Automation
pairedproportions, [PSS-2] power cmh, ologit command, [R] ologit, [R] ologit postestimation
[PSS-2] power mcc, [PSS-5] Glossary, ologit regression, mixed-effects, [ME] meologit
[R] eform option, [R] Epitab, [R] reri,
OLS regression, see linear regression
[SEM] estat eform, [ST] Glossary
omitted variables, [ERM] Intro 3, [ERM] Glossary
differences, [SVY] svy postestimation
omitted variables test, [R] regress postestimation, also
estimation, [CM] cmclogit, [LASSO] dslogit,
see specification test
[LASSO] pologit, [LASSO] xpologit, [R] binreg,
[R] clogit, [R] cloglog, [R] exlogistic, on,
[R] fracreg, [R] glm, [R] logistic, [R] logit, cmdlog subcommand, [R] log
[R] mlogit, [R] ologit log subcommand, [R] log
Bayesian, [BAYES] bayes: binreg, timer subcommand, [P] timer
[BAYES] bayes: clogit, one-parameter logistic model, [IRT] irt 1pl,
[BAYES] bayes: fracreg, [IRT] Glossary
[BAYES] bayes: glm, one-at-a-time Markov chain Monte Carlo sampling,
[BAYES] bayes: logistic, [BAYES] Intro, [BAYES] bayesmh,
[BAYES] bayes: logit, [BAYES] Glossary
[BAYES] bayes: meglm, onecorrelation, power subcommand, [PSS-2] power
[BAYES] bayes: melogit, onecorrelation
[BAYES] bayes: meologit, one-level model, [ME] me, [ME] Glossary
[BAYES] bayes: ologit, onemean,
[BAYES] bayes: xtlogit, ciwidth subcommand, [PSS-3] ciwidth onemean
[BAYES] bayes: xtologit gsdesign subcommand, [ADAPT] gsdesign
finite mixture model, [FMM] fmm: glm, onemean
[FMM] fmm: logit power subcommand, [PSS-2] power onemean,
multilevel model, [ME] meglm, [ME] melogit, [PSS-2] power onemean, cluster
[ME] meologit oneproportion,
panel-data model, [XT] xtcloglog, [XT] xtgee, gsdesign subcommand, [ADAPT] gsdesign
[XT] xtlogit, [XT] xtologit oneproportion
structural equation modeling, [SEM] Intro 7, power subcommand, [PSS-2] power oneproportion,
[SEM] Example 33g, [SEM] Example 34g [PSS-2] power oneproportion, cluster
survey data, [SVY] svy estimation one-sample
postestimation, [R] contrast, [R] exlogistic binary data, [META] meta esize, [META] meta
postestimation, [R] lincom
update, [META] meta forestplot, [META] meta
OEx, [SEM] sem and gsem option covstructure( ) summarize, [META] Glossary
off, confidence interval, [PSS-1] Intro, [PSS-3] Intro
cmdlog subcommand, [R] log (ciwidth), [PSS-3] ciwidth, [PSS-3] ciwidth
log subcommand, [R] log usermethod
timer subcommand, [P] timer mean, [PSS-3] ciwidth onemean,
Office Open XML, [M-5] docx*( ), [R] dtable, [PSS-4] Unbalanced designs
[R] etable, [RPT] docx2pdf, [RPT] Dynamic variance, [PSS-3] ciwidth onevariance
documents intro, [RPT] dyndoc, correlation, see correlation, one-sample
[RPT] html2docx, [RPT] markdown, mean, see means, one-sample
[RPT] putdocx intro, [RPT] putdocx begin, proportion, see proportions, one-sample
[RPT] putdocx collect, [RPT] putdocx
standard deviation, see standard deviations, one-
pagebreak, [RPT] putdocx paragraph,
sample
[RPT] putdocx table, [TABLES] collect export,
[U] 21.2 The dynamic document commands, study, [PSS-2] power, [PSS-4] Unbalanced designs
[U] 21.3 The putdocx, putpdf, and putexcel test, [ADAPT] gs, [ADAPT] gsdesign,
commands [ADAPT] Glossary, [PSS-1] Intro, [PSS-2] Intro
Office, Microsoft, see Microsoft Office (power), [PSS-2] power, [PSS-2] power
offset between axes and data, setting,
usermethod, [PSS-5] Glossary
[G-3] region options correlation, [PSS-2] power onecorrelation
offset variable, [ST] Glossary Cox proportional hazards model, [PSS-2] power
cox
ograph,
hazard function, [PSS-2] power cox
bayesirf subcommand, [BAYES] bayesirf ograph
hazard ratio, [PSS-2] power cox
irf subcommand, [TS] irf ograph
Subject index 235
printf() function, [M-5] printf( ) probit regression, [R] probit, [SEM] Glossary,
printing graphs, [G-2] graph print, [G-3] pr options [SVY] svy estimation
exporting options, [G-2] graph set Bayesian, [BAYES] bayes: biprobit,
settings, [G-2] graph set [BAYES] bayes: heckoprobit,
printing, logs (output), [R] translate, [U] 15 Saving [BAYES] bayes: heckprobit,
and printing output—log files [BAYES] bayes: hetoprobit,
prior [BAYES] bayes: hetprobit,
[BAYES] bayes: meoprobit,
distribution, [BAYES] Intro, [BAYES] Bayesian
[BAYES] bayes: meprobit,
commands, [BAYES] bayes, [BAYES] bayesmh,
[BAYES] bayes: mprobit,
[BAYES] Glossary, [BMA] Intro, [BMA] BMA
[BAYES] bayes: oprobit,
commands, [BMA] bmaregress
[BAYES] bayes: probit,
independence, see independent a priori [BAYES] bayes: xtoprobit,
mean model size, [BMA] bmaregress, [BAYES] bayes: xtprobit,
[BMA] bmastats msize, [BMA] Glossary [BAYES] bayes: zioprobit
model distribution, [BMA] Intro, bivariate, [BAYES] bayes: biprobit, [R] biprobit
[BMA] bmaregress, [BMA] bmagraph pmp, extended regression model, [ERM] Intro 2,
[BMA] bmastats models, [BMA] Glossary [ERM] eprobit, [ERM] Example 3a,
model probability, [BMA] Glossary [ERM] Example 3b, [ERM] Example 4a,
model-size distribution, [BMA] bmaregress, [ERM] Example 5
[BMA] bmagraph msize, [BMA] bmastats finite mixture model, [FMM] fmm: oprobit,
msize, [BMA] Glossary [FMM] fmm: probit
odds, [BAYES] Intro, [BAYES] Bayesian generalized estimating equations, [XT] xtgee
commands, [BAYES] bayesstats ic, generalized linear model, [FMM] fmm: glm,
[BAYES] bayestest model, [BAYES] Glossary [R] glm
predictive distribution, [BAYES] bayespredict, heteroskedastic, [BAYES] bayes: hetoprobit,
[BAYES] Glossary [BAYES] bayes: hetprobit, [R] hetprobit
probabilities, [BAYES] Intro, [BAYES] Bayesian multilevel, [BAYES] bayes: meoprobit,
commands, [BAYES] bayesmh, [BAYES] bayes: meprobit, [ME] meoprobit,
[BAYES] bayestest model, [BMA] Intro, [ME] meprobit
[BMA] bmaregress, [MV] Glossary
multinomial, [BAYES] bayes: mprobit,
tightness, [BAYES] Glossary [CM] cmmprobit, [R] mprobit
private, [M-2] class ordered, [BAYES] bayes: heckoprobit,
probability [BAYES] bayes: hetoprobit,
of a type I error, [ADAPT] Glossary, [BAYES] bayes: oprobit,
[PSS-2] power, [PSS-5] Glossary [BAYES] bayes: xtoprobit,
of a type II error, [ADAPT] Glossary, [BAYES] bayes: zioprobit, [ERM] eoprobit,
[PSS-2] power, [PSS-5] Glossary [ERM] Example 3b, [ERM] Example 6a,
of confidence-interval width, [PSS-3] Intro [ERM] Example 6b, [FMM] fmm: oprobit,
(ciwidth), [PSS-5] Glossary [R] heckoprobit, [R] hetoprobit, [R] oprobit,
determination, [PSS-1] Intro, [PSS-3] Intro [R] zioprobit, [SEM] Example 35g
(ciwidth), [PSS-3] ciwidth, [PSS-3] ciwidth population-averaged, [XT] xtgee, [XT] xtprobit
usermethod, [PSS-3] ciwidth, random-effects, [ERM] eoprobit, [ERM] eprobit,
graph, [PSS-3] ciwidth onemean, [ERM] Example 9, [XT] xtoprobit,
[PSS-3] ciwidth twomeans, [PSS-3] ciwidth [XT] xtprobit
pairedmeans, [PSS-3] ciwidth onevariance, rank-ordered, [CM] cmroprobit
[PSS-5] Glossary structural equation modeling, [SEM] Intro 5,
of unit circle inclusion, [BAYES] Glossary [SEM] Example 35g
weight, see sampling weight two-equation, see probit regression, bivariate
probit command, [R] probit, [R] probit with endogenous covariates, [ERM] eoprobit,
postestimation [ERM] eprobit, [R] ivprobit, [SVY] svy
estimation
Subject index 249
repeating and editing command, [R] #review, resampling, [D] sample, [D] splitsample,
[U] 10 Keyboard use [R] bootstrap, [R] bsample, [R] bstat,
repeating command, [D] by, [P] continue, [P] foreach, [R] jackknife, [R] permute, [R] wildbootstrap,
[P] forvalues [SVY] Glossary
replace command, [D] generate, [MI] mi passive, reserved names, [U] 11.3 Naming conventions
[MI] mi xeq reserved words, [M-2] reswords
replace, notes subcommand, [D] notes reset,
replace option, [U] 11.2 Abbreviation rules frames subcommand, [D] frames reset
replace0, mi subcommand, [MI] mi replace0 mi subcommand, [MI] mi reset
replay, translator subcommand, [R] translate
estimates subcommand, [R] estimates replay RESET test, [R] regress postestimation
graph subcommand, [G-2] graph replay reset id, serset subcommand, [P] serset
replay() function, [FN] Programming functions, reshape
[P] ereturn, [P] estimates command, [D] reshape
replay graphs, [G-2] graph replay error command, [D] reshape
replay models, [SEM] Intro 7, [U] 20.3 Replaying for mi data, [MI] mi reshape
prior results long command, [D] reshape
replicate-weight variable, [SVY] Survey, [SVY] svy wide command, [D] reshape
bootstrap, [SVY] svy brr, [SVY] svy jackknife, reshape data, [D] reshape, also see transpose data
[SVY] svy sdr, [SVY] svyset, [SVY] Glossary reshape, mi subcommand, [MI] mi reshape
replicated residual, [R] predict, [ST] stintcox postestimation,
data, [BAYES] Glossary also see Anscombe residual, also see Cox–Snell
outcome, [BAYES] Bayesian commands, residual, also see deviance residual, also see
[BAYES] bayesstats ppvalues, martingale residual, also see Pearson residual
[BAYES] bayespredict, [BAYES] Glossary, covariance, see error covariance
[BMA] bmapredict, [BMA] bmastats DDF, see denominator degrees of freedom, residual
replicating error covariance, see error covariance
clustered observations, [D] expandcl graph, [R] logistic postestimation, [R] regress
observations, [D] expand postestimation diagnostic plots
replication method, [SVY] svy bootstrap, [SVY] svy Moran’s test of residual correlation, [SP] estat
brr, [SVY] svy jackknife, [SVY] svy sdr, moran
[SVY] svyset, [SVY] Variance estimation programming to obtain, [P] predict
report, serial correlation in, [R] runtest, [TS] varlmar,
datasignature subcommand, [D] datasignature [TS] veclmar
duplicates subcommand, [D] duplicates structural equation modeling, [SEM] estat gof,
estat subcommand, [IRT] estat report [SEM] estat residuals, [SEM] Example 4,
fvset subcommand, [R] fvset [SEM] Methods and formulas for sem,
ml subcommand, [R] ml [SEM] Glossary
report generation, [G-2] graph export, [RPT] Dynamic residual heterogeneity, [META] Intro, [META] meta,
documents intro, [RPT] dyndoc, [RPT] putdocx [META] meta bias, [META] Glossary
intro, [RPT] putdocx begin, [RPT] putdocx residuals, estat subcommand, [MV] factor
collect, [RPT] putdocx pagebreak, postestimation, [MV] pca postestimation,
[RPT] putdocx paragraph, [RPT] putdocx [SEM] Intro 7, [SEM] estat residuals,
table, [RPT] putexcel, [RPT] putexcel advanced, [SEM] Methods and formulas for sem
[RPT] putpdf intro, [RPT] putpdf begin, residual-versus-fitted plot, [R] regress postestimation
[RPT] putpdf collect, [RPT] putpdf pagebreak, diagnostic plots
[RPT] putpdf paragraph, [RPT] putpdf table, residual-versus-predictor plot, [R] regress
[U] 13.5 Accessing coefficients and standard postestimation diagnostic plots
errors, [U] 13.6 Accessing results from Stata resistant smoothers, [R] smooth
commands, [U] 21 Creating reports
restore,
reporting bias, [META] Glossary, also see publication
estimates subcommand, [LASSO] estimates store,
bias
[R] estimates store
reporting options, [SEM] gsem reporting options,
return subcommand, [P] return
[SEM] sem reporting options
snapshot subcommand, [D] snapshot
repost, ereturn subcommand, [P] ereturn,
[P] return restore command, [D] frames intro, [P] preserve
request(macname), display directive, [P] display restore data, [D] snapshot, [P] preserve
RERI, see relative excess risk due to interaction restricted cubic splines, [R] makespline
reri command, [R] reri
Subject index 259
rotation, [MV] factor postestimation, [MV] pca rowmiss(), egen function, [D] egen
postestimation, [MV] rotate, [MV] rotatemat, rowmissing() function, [M-5] missing( )
[MV] Glossary rownames macro function, [P] macro
Bentler’s invariant pattern simplicity, see Bentler’s rownames, matrix subcommand, [P] matrix
invariant pattern simplicity rotation rownames
biquartimax, see biquartimax rotation rownfreeparms macro function, [P] macro
biquartimin, see biquartimin rotation rownfreeparms() function, [FN] Matrix functions
Comrey’s tandem 1, see Comrey’s tandem 1 and 2 rownlfs macro function, [P] macro
rotations rownonmiss(), egen function, [D] egen
Comrey’s tandem 2, see Comrey’s tandem 1 and 2 rownonmissing() function, [M-5] missing( )
rotations rownumb macro function, [P] macro
covarimin, see covarimin rotation rownumb() function, [FN] Matrix functions,
Crawford–Ferguson, see Crawford–Ferguson rotation [P] matrix define
equamax, see equamax rotation rowpctile(), egen function, [D] egen
factor parsimony, see factor parsimony rotation rows() function, [M-5] rows( )
minimum entropy, see minimum entropy rotation rows of matrix
oblimax, see oblimax rotation appending to, [P] matrix define
oblimin, see oblimin rotation names, [P] ereturn, [P] matrix define, [P] matrix
oblique, see oblique rotation rowjoinbyname, [P] matrix rownames
orthogonal, see orthogonal rotation operators, [P] matrix define
parsimax, see parsimax rotation rowscalefactors() function, [M-5] equilrc( )
partially specified target, see partially specified target rowsd(), egen function, [D] egen
rotation rowshape() function, [M-5] rowshape( )
Procrustes, see Procrustes rotation rowsof macro function, [P] macro
promax, see promax rotation rowsof() function, [FN] Matrix functions, [P] matrix
quartimax, see quartimax rotation define
quartimin, see quartimin rotation rowsum() function, [M-5] sum( )
toward a target, see toward a target rotation rowtotal(), egen function, [D] egen
varimax, see varimax rotation rowvarlist macro function, [P] macro
round() function, [FN] Mathematical functions, rowvector, [M-2] Declarations, [M-6] Glossary
[M-5] trunc( ) Roy’s
roundoff error, [M-5] epsilon( ), [M-5] edittozero( ), largest root test, [MV] canon, [MV] manova,
[M-5] edittoint( ), [U] 13.12 Precision and [MV] mvtest means, [MV] Glossary
problems therein union-intersection test, [MV] canon, [MV] manova,
row [MV] mvtest means
of matrix, selecting, [M-5] select( ) rpoisson() function, [FN] Random-number
operators for data, [D] egen functions, [M-5] runiform( )
stripes, [M-5] st matrix( ), [M-6] Glossary rr, estat subcommand, [CAUSAL] mediate
roweq macro function, [P] macro postestimation
roweq, matrix subcommand, [P] matrix rownames rreg command, [R] rreg, [R] rreg postestimation
roweqnumb macro function, [P] macro rscatter, graph twoway subcommand, [G-2] graph
roweqnumb() function, [FN] Matrix functions twoway rscatter
rowfirst(), egen function, [D] egen rseed() function, [M-5] runiform( )
rowfullnames macro function, [P] macro RSM, see rating scale model
row-join operator, [M-2] op join rsm, irt subcommand, [IRT] irt rsm, [IRT] irt rsm
rowjoinbyname, matrix subcommand, [P] matrix postestimation
rowjoinbyname rspike, graph twoway subcommand, [G-2] graph
rowlast(), egen function, [D] egen twoway rspike
rowlfnames macro function, [P] macro R2 , [LASSO] Glossary, [PSS-2] power,
row-major order, [M-6] Glossary [PSS-2] power rsquared, [PSS-2] power pcorr,
rowmax(), egen function, [D] egen [PSS-5] Glossary, [SEM] estat eqgof, also see
rowmax() function, [M-5] minmax( ) coefficient of determination
rowmaxabs() function, [M-5] minmax( ) rsquared, power subcommand, [PSS-2] power
rsquared
rowmean(), egen function, [D] egen
rt() function, [FN] Random-number functions,
rowmedian(), egen function, [D] egen
[M-5] runiform( )
rowmin(), egen function, [D] egen
Rubin’s combination rules, [MI] mi estimate, [MI] mi
rowmin() function, [M-5] minmax( ) estimate using, [MI] mi predict
rowminmax() function, [M-5] minmax( )
Subject index 263
SAR, see spatial autoregressive model scalar, [M-2] Declarations, [M-6] Glossary,
sargan, estat subcommand, [XT] xtabond, [P] scalar
[XT] xtabond postestimation, [XT] xtdpd, confirm subcommand, [P] confirm
[XT] xtdpd postestimation, [XT] xtdpdsys define command, [P] scalar
postestimation dir command, [P] scalar
Sargan test, [XT] xtabond postestimation, [XT] xtdpd drop command, [P] scalar
postestimation, [XT] xtdpdsys postestimation ereturn subcommand, [P] ereturn, [P] return
SAS dates, [D] Datetime values from other software list command, [P] scalar
sas, import subcommand, [D] import sas return subcommand, [P] return
SAS XPORT format, [D] import sasxport5, [D] import scalar functions, [M-4] Scalar
sasxport8 scalar model parameter, [BAYES] Glossary, also see
sasxport5, Bayesian, model parameters
export subcommand, [D] import sasxport5 scalar() function, [FN] Programming functions
import subcommand, [D] import sasxport5 scalar() pseudofunction, [P] scalar
sasxport8, scalars, [P] scalar
export subcommand, [D] import sasxport8 namespace and conflicts, [P] matrix, [P] matrix
import subcommand, [D] import sasxport8 define
Satterthwaite DDF, see denominator degrees of freedom, scale,
Satterthwaite log, [G-3] axis scale options
Satterthwaite’s t test, [ADAPT] Glossary, range of, [G-3] axis scale options
[PSS-2] power, [PSS-2] power twomeans, reversed, [G-3] axis scale options
[PSS-5] Glossary
scale() option, [G-3] scale option
saturated likelihood, [LASSO] Glossary
scaling, [MV] mds, [MV] mds postestimation plots,
saturated model, [SEM] estat gof, [SEM] estat lcgof, [MV] mdslong, [MV] mdsmat
[SEM] Example 4, [SEM] Methods and
scatter, graph twoway subcommand, [G-2] graph
formulas for sem, [SEM] Glossary
twoway scatter
saturation, see intensity, color, adjustment
scatteri, graph twoway subcommand, [G-2] graph
save twoway scatteri
data, [D] import dbase, [D] import delimited, scatterplot matrices, [G-2] graph matrix
[D] import spss, [D] outfile, [D] save,
scenarios, [TS] forecast, [TS] forecast adjust,
[D] snapshot, also see export data
[TS] forecast clear, [TS] forecast coefvector,
frames, [D] frames save [TS] forecast create, [TS] forecast describe,
results, see results, saving [TS] forecast drop, [TS] forecast estimates,
save, [TS] forecast exogenous, [TS] forecast
collect subcommand, [TABLES] collect save identity, [TS] forecast list, [TS] forecast query,
estimates subcommand, [LASSO] estimates store, [TS] forecast solve
[R] estimates save Scheffé’s multiple-comparison adjustment, see multiple
frames subcommand, [D] frames save comparisons, Scheffé’s method
graph subcommand, [G-2] graph save scheme() option, [G-3] scheme option
label subcommand, [D] label scheme, set subcommand, [G-2] set scheme, [R] set
putdocx subcommand, [RPT] putdocx begin schemes, [G-2] set scheme, [G-3] play option,
putpdf subcommand, [RPT] putpdf begin [G-3] scheme option, [G-4] Schemes intro,
snapshot subcommand, [D] snapshot [G-4] Scheme economist, [G-4] Scheme
spmatrix subcommand, [SP] spmatrix save s1, [G-4] Scheme s2, [G-4] Scheme sj,
save command, [D] save [G-4] Scheme st, [G-4] Glossary
saveold command, [D] save changing, [G-2] graph display
saving() option, [G-3] saving option creating your own, [G-4] Schemes intro
saw-toothed power function, [PSS-2] power default, [G-2] set scheme
oneproportion, [PSS-2] power twoproportions Schoenfeld residual, [ST] stcox PH-assumption
sbcusum, estat subcommand, [TS] estat sbcusum tests, [ST] stcox postestimation, [ST] stcrreg
postestimation
SBIC, see Bayesian information criterion
Schur
sbknown, estat subcommand, [TS] estat sbknown
decomposition, [M-5] schurd( ), [M-6] Glossary,
sbsingle, estat subcommand, [TS] estat sbsingle
also see generalized Schur decomposition
Scalable Vector Graphics, [G-2] graph export,
form, [M-6] Glossary
[G-3] svg options, [G-4] Glossary
schurd() function, [M-5] schurd( )
schurd() function, [M-5] schurd( )
schurdgroupby() function, [M-5] schurd( )
Subject index 265
schurdgroupby() function, [M-5] schurd( ) se, estat subcommand, [R] exlogistic postestimation,
schurdgroupby la() function, [M-5] schurd( ) [R] expoisson postestimation
schurd la() function, [M-5] schurd( ) se[], [U] 13.5 Accessing coefficients and standard
Schwarz’s Bayesian information criterion, see Bayesian errors
information criterion search,
sci, estat subcommand, [CAUSAL] hdidregress icd10 subcommand, [D] icd10
postestimation, [CAUSAL] xthdidregress icd10cm subcommand, [D] icd10cm
postestimation icd10pcs subcommand, [D] icd10pcs
scientific notation, [U] 12.2 Numbers icd9 subcommand, [D] icd9
s-class command, [P] program, [P] return, [R] Stored icd9p subcommand, [D] icd9p
results, [U] 18.8 Accessing results calculated by ml subcommand, [R] ml
other programs net subcommand, [R] net
scobit command, [R] scobit, [R] scobit notes subcommand, [D] notes
postestimation python subcommand, [P] PyStata integration
scope, class, [P] class view subcommand, [R] view
score, [MV] factor postestimation, [MV] pca search command, [R] search, [U] 4 Stata’s help and
postestimation, [MV] Glossary search facilities
plot, [MV] scoreplot, [MV] Glossary search d, view subcommand, [R] view
test, [ADAPT] Glossary, [PSS-2] power search Internet, [R] net search
oneproportion, [PSS-5] Glossary,
searchdefault, set subcommand, [R] search, [R] set
[SEM] Intro 7, [SEM] estat ginvariant,
[SEM] estat mindices, [SEM] estat scoretests, seasonal
[SEM] Methods and formulas for sem, ARIMA, [TS] arima
[SEM] Glossary, also see Lagrange multiplier difference operator, [TS] arima, [TS] forecast
test estimates, [TS] Glossary
score, matrix subcommand, [P] matrix score lag operator, [U] 11.4.4 Time-series varlists
score, ml subcommand, [R] ml smoothing, [TS] tssmooth, [TS] tssmooth shwinters
scoreplot command, [MV] discrim lda secondary sampling unit, [SVY] Variance estimation,
postestimation, [MV] factor postestimation, [SVY] Glossary
[MV] scoreplot second-level variables, see first-level variables
scores, [SEM] Glossary second-order latent variables, see first-order latent
obtaining, [ERM] predict advanced, [R] predict, variables
[SEM] predict after gsem, [SEM] predict after seconds() function, [D] Datetime durations,
sem, [U] 20.23 Obtaining scores [FN] Date and time functions, [M-5] date( )
programming, [M-5] deriv( ), [M-5] moptimize( ), sectionbreak,
[M-5] optimize( ), [P] matrix score, [P] program putdocx subcommand, [RPT] putdocx pagebreak
properties, [P] robust putpdf subcommand, [RPT] putpdf pagebreak
scoretests, estat subcommand, [SEM] Intro 7, seed, set subcommand, [R] set, [R] set seed
[SEM] estat scoretests, [SEM] Methods and seek, file subcommand, [P] file
formulas for sem seemingly unrelated
scree plot, [MV] screeplot, [MV] Glossary estimation, [R] suest
screeplot command, [MV] discrim lda regression, [R] nlsur, [R] reg3, [R] sureg,
postestimation, [MV] factor postestimation, [SEM] Intro 5, [SEM] Example 12,
[MV] pca postestimation, [MV] screeplot [SEM] Glossary, [TS] dfactor
script subcommand, [P] PyStata integration segmentsize, set subcommand, [D] memory, [R] set
scrollbufsize, set subcommand, [R] set select() function, [M-5] select( )
scrolling of output, controlling, [P] more, [R] more, select, mi subcommand, [MI] mi select
[U] 7 –more– conditions selected covariates, see covariate selection
sd(), egen function, [D] egen selected, estimates subcommand, [R] estimates
sd, estat subcommand, [ME] estat sd, [ME] menl, selected
[ME] mixed postestimation, [META] estat selectindex() function, [M-5] select( )
sd, [R] mean postestimation, [SEM] estat sd,
selection, [ERM] Glossary
[SVY] estat
on observables, see conditional-independence
SDR, see successive difference replication assumption
sdr options, [SVY] sdr options on unobservables, [ERM] Glossary
sdtest command, [R] sdtest
sdtesti command, [R] sdtest
266 Subject index
shading region, [G-3] region options significance level, [ADAPT] Glossary, [PSS-2] power,
sham treatment, [ADAPT] Glossary [PSS-2] power onemean, [PSS-2] power
shape parameter, [BAYES] bayes, [BAYES] bayesmh, twomeans, [PSS-2] power pairedmeans,
[CAUSAL] stteffects postestimation, [PSS-2] power oneproportion, [PSS-2] power
[CAUSAL] Glossary, [R] nbreg, [ST] stintreg, twoproportions, [PSS-2] power
[ST] streg, [ST] Glossary pairedproportions, [PSS-2] power onevariance,
shapefiles, [SP] Intro 3, [SP] spbalance, [SP] spset, [PSS-2] power twovariances, [PSS-2] power
[SP] spshape2dta, [SP] Glossary, also see area onecorrelation, [PSS-2] power twocorrelations,
data [PSS-2] power oneway, [PSS-2] power twoway,
standard-format, [SP] Intro 4 [PSS-2] power repeated, [PSS-2] power
oneslope, [PSS-2] power rsquared,
Stata-format, [SP] Intro 4
[PSS-2] power pcorr, [PSS-2] power cmh,
translating to Stata format, [SP] Intro 4 [PSS-2] power mcc, [PSS-2] power trend,
Shapiro–Francia test for normality, [R] swilk [PSS-2] power cox, [PSS-2] power exponential,
Shapiro–Wilk test for normality, [R] swilk [PSS-2] power logrank, [PSS-3] Intro (ciwidth),
shared frailty, [ST] stcox, [ST] stcox postestimation, [PSS-3] ciwidth, [PSS-3] ciwidth onemean,
[ST] stcurve, [ST] streg, [ST] streg [PSS-3] ciwidth twomeans, [PSS-3] ciwidth
postestimation, [ST] Glossary pairedmeans, [PSS-3] ciwidth onevariance,
shared object, [P] class, [P] plugin [PSS-4] Unbalanced designs, [PSS-5] Glossary,
shell command, [D] shell [R] level, [U] 20.8 Specifying the width of
Shepard confidence intervals
diagram, [MV] mds postestimation plots, approach, [ADAPT] Glossary
[MV] Glossary observed, see p-value
plot, [MV] mds postestimation plots signing digitally data, see datasignature command
shewhart command, [R] QC signrank command, [R] signrank
shift, macro subcommand, [P] macro signtest command, [R] signrank
shock variable, [DSGE] Glossary signum function, see sign() function
showbaselevels, set subcommand, [R] set, [R] set similarity, [MV] Glossary
showbaselevels matrices, [MV] matrix dissimilarity, [P] matrix
showdbs, jdbc subcommand, [D] jdbc dissimilarity
showemptycells, set subcommand, [R] set, [R] set measures, [MV] cluster, [MV] cluster
showbaselevels programming utilities, [MV] matrix
showomitted, set subcommand, [R] set, [R] set dissimilarity, [MV] measure option, [P] matrix
showbaselevels dissimilarity
showtables, jdbc subcommand, [D] jdbc Anderberg coefficient, [MV] measure option
.shp files, [SP] Intro 4, also see shapefiles angular, [MV] measure option
* shp.dta files, [SP] Intro 4, [SP] spcompress correlation, [MV] measure option
* shp.dta files, also see shapefiles Dice coefficient, [MV] measure option
SHR, see subhazard ratio Gower coefficient, [MV] measure option
shrinkage, [BMA] Intro, [BMA] BMA commands, Hamann coefficient, [MV] measure option
[BMA] bmaregress, [BMA] Glossary Jaccard coefficient, [MV] measure option
shwinters, tssmooth subcommand, [TS] tssmooth Kulczyński coefficient, [MV] measure option
shwinters matching coefficient, [MV] measure option
SI, see synergy index Ochiai coefficient, [MV] measure option
Šidák’s multiple-comparison adjustment, see multiple Pearson coefficient, [MV] measure option
comparisons, Šidák’s method Rogers and Tanimoto coefficient,
sign() function, [FN] Mathematical functions, [MV] measure option
[M-5] sign( ) Russell and Rao coefficient,
sign test, [PSS-2] power oneproportion, [MV] measure option
[PSS-5] Glossary Sneath and Sokal coefficient,
signature of data, [D] checksum, [D] datasignature, [MV] measure option
[P] datasignature, [P] signestimationsample Yule coefficient, [MV] measure option
signestimationsample command, simple asymmetric autoregressive conditional
[P] signestimationsample heteroskedasticity, [TS] arch
significance contours, [META] meta funnelplot, simple random sample, [SVY] Glossary, also see
[META] Glossary random sample
Simpson’s rule, [PSS-2] power logrank
270 Subject index
simulate prefix command, [R] simulate SITE directory, [P] sysdir, [U] 17.5 Where does Stata
simulated outcome, [BAYES] bayesstats ppvalues, look for ado-files?
[BAYES] bayespredict, [BAYES] Glossary, size, [G-4] size
[BMA] bmapredict, [BMA] bmastats size, estat subcommand, [SVY] estat
simulation, [TS] forecast, [TS] forecast adjust, size of
[TS] forecast clear, [TS] forecast coefvector, all text and markers, [G-3] scale option
[TS] forecast create, [TS] forecast describe, graph, [G-3] region options
[TS] forecast drop, [TS] forecast estimates, changing, [G-2] graph display
[TS] forecast exogenous, [TS] forecast
graph objects, [G-4] size
identity, [TS] forecast list, [TS] forecast query,
[TS] forecast solve, [U] 20.21 Dynamic forecasts markers, [G-3] marker options
and simulations test, [PSS-5] Glossary, see significance level
Markov chain Monte Carlo, see Markov chain text, [G-3] textbox options
Monte Carlo sizeof() function, [M-5] sizeof( )
Monte Carlo, see Monte Carlo simulations SJ, see Stata Journal
simultaneous sj, net subcommand, [R] net
autoregressive model, see spatial autoregressive sj scheme, [G-4] Scheme sj
model skew(), egen function, [D] egen
bootstraps and simulations, [R] set rngstream skewed logistic regression, [R] scobit, [SVY] svy
causation, [ERM] Intro 3, [ERM] Triangularize, estimation
[ERM] Glossary skewness, [CM] cmsummarize, [MV] mvtest
equations, solving, [M-1] LAPACK, [M-5] lapack( ) normality, [R] ladder, [R] regress
log files, [U] 15.6 Creating multiple log files for postestimation, [R] summarize, [TS] varnorm,
simultaneous use [R] dtable, [R] lnskew0, [R] lv, [R] pksumm,
quantile regression, [R] ivqregress, [R] qreg [R] sktest, [R] table, [R] table summary,
[R] tabstat
system, [DSGE] Intro, [ERM] Glossary,
[SEM] estat stable, [SEM] Example 7, skip(#), display directive, [P] display
[TS] forecast, [U] 27.29 Dynamic stochastic sktest command, [R] sktest
general equilibrium (DSGE) models sleep command, [P] sleep
systems, [R] reg3 slogit command, [R] slogit, [R] slogit postestimation
sin() function, [FN] Trigonometric functions, slope, [IRT] Glossary
[M-5] sin( ) S macros, [P] creturn, [P] macro
sine functions, [FN] Trigonometric functions, smallestdouble() function, [FN] Programming
[M-5] sin( ) functions, [M-5] mindouble( )
single subgroup analysis, [META] meta forestplot, small-study effects, [META] meta, [META] meta set,
[META] meta funnelplot, [META] Glossary [META] meta funnelplot, [META] Glossary
single-arm trial, [ADAPT] Glossary smc, estat subcommand, [MV] factor postestimation,
single-failure st data, see survival analysis [MV] pca postestimation
single-imputation methods, [MI] Intro substantive SMCL, see Stata Markup and Control Language
singlelinkage, .smcl file, [U] 11.6 Filenaming conventions
clustermat subcommand, [MV] cluster linkage smclsymbolpalette, palette subcommand,
cluster subcommand, [MV] cluster linkage [G-2] palette
single-linkage clustering, [MV] cluster, smooth command, [R] smooth
[MV] clustermat, [MV] cluster linkage, smooth treatment-effects estimator,
[MV] Glossary [CAUSAL] stteffects ipw, [CAUSAL] stteffects
single-precision floating point number, ipwra, [CAUSAL] stteffects ra,
[U] 12.2.2 Numeric storage types [CAUSAL] stteffects wra, [CAUSAL] teffects
single-record interval-censored data, [ST] stintcox, aipw, [CAUSAL] teffects ipw,
[ST] stintreg, see interval-censored data [CAUSAL] teffects ipwra, [CAUSAL] teffects
ra, [CAUSAL] telasso, [CAUSAL] Glossary
single-record st data, see st data, see survival analysis
smoothed estimating equations, [R] ivqregress
singleton strata, [SVY] estat, [SVY] Variance
estimation smoothers, [TS] tssmooth, [TS] Glossary
singleton-group data, [ST] stcox, [ST] Glossary double exponential, [TS] tssmooth dexponential
singular value decomposition, [M-5] svd( ), exponential, [TS] tssmooth exponential
[M-5] fullsvd( ), [MV] Glossary, [P] matrix svd graphs, [G-2] graph twoway lpoly, [R] kdensity,
sinh() function, [FN] Trigonometric functions, [R] lowess, [R] lpoly
[M-5] sin( ) Holt–Winters,
SIR, see standardized incidence ratio nonseasonal, [TS] tssmooth hwinters
seasonal, [TS] tssmooth shwinters
Subject index 271
stationary time series, [BAYES] bayes: var, stintreg command, [ST] stcurve, [ST] stintreg,
[BAYES] bayesvarstable, see covariance [ST] stintreg postestimation
stationary, see nonstationary time series stir command, [ST] stir
statistical stjoin command, [ST] stsplit
density functions, [M-5] normal( ) stjoin, mi subcommand, [MI] mi stsplit
distribution functions, [M-5] normal( ) stmc command, [ST] stmc
heterogeneity, see heterogeneity stmh command, [ST] stmh
inference, hypothesis testing, see hypothesis test stochastic
Statistical Software Components Archive, [R] ssc cycle, [TS] Glossary
stats, estimates subcommand, [R] estimates stats equation, [DSGE] Glossary, [TS] forecast,
statsby prefix command, [D] statsby [TS] forecast estimates, [TS] forecast solve,
status, ssd subcommand, [SEM] ssd [TS] Glossary
stbase command, [ST] stbase frontier model, [R] frontier, [U] 27.3.7 Stochastic
.stbcal file, [D] bcal, [D] Datetime business frontier models, [XT] xtfrontier
calendars, [D] Datetime business calendars growth model, [DSGE] Intro 3f
creation, [U] 11.6 Filenaming conventions trend, [DSGE] Glossary, [TS] tsfilter, [TS] ucm,
stci command, [ST] stci [TS] Glossary
stcolor scheme, [G-4] Scheme st stop,
stcolor alt scheme, [G-4] Scheme st clustermat subcommand, [MV] cluster stop
stcox command, [ST] stcox, [ST] stcox PH- cluster subcommand, [MV] cluster stop
assumption tests, [ST] stcox postestimation, stop command execution, [U] 10 Keyboard use
[ST] stcurve stopbox, window subcommand, [P] window
stcox, fractional polynomials, [R] fp, [R] mfp programming, [P] window stopbox
stcoxkm command, [ST] stcox PH-assumption tests stopping boundary, [ADAPT] GSD intro, [ADAPT] gs,
stcrreg command, [ST] stcrreg, [ST] stcrreg [ADAPT] gsbounds, [ADAPT] gsdesign,
postestimation, [ST] stcurve [ADAPT] gsdesign onemean, [ADAPT] gsdesign
stcurve command, [ST] stcurve twomeans, [ADAPT] gsdesign oneproportion,
std(), egen function, [D] egen [ADAPT] gsdesign twoproportions,
stdescribe command, [ST] stdescribe [ADAPT] gsdesign logrank, [ADAPT] gsdesign
usermethod, [ADAPT] Glossary
stdize, estat subcommand, [SEM] estat stdize
stopping rules, [ADAPT] Glossary, [MV] Glossary
steady, estat subcommand, [DSGE] estat steady
adding, [MV] cluster programming subroutines
steady-state equilibrium, [DSGE] Glossary,
[TS] Glossary Caliński and Harabasz index, [MV] cluster,
[MV] cluster stop
steepest descent (ascent), [M-5] moptimize( ),
[M-5] optimize( ) Duda and Hart index, [MV] cluster, [MV] cluster
stop
stem command, [R] stem
stepsize, [MV] cluster programming subroutines
stem-and-leaf displays, [R] stem
storage types,
stepwise estimation, [R] stepwise
changing, [D] compress, [D] format, [D] recast,
stepwise prefix command, [R] stepwise
[D] varmanage
.ster file, [MI] mi estimate, [MI] mi estimate
default, [D] generate
using, [MI] mi predict, [U] 11.6 Filenaming
conventions displaying, [D] codebook, [D] describe, [D] ds,
[D] frames describe
stereotype logistic regression, [R] slogit, [SVY] svy
estimation explaining, [D] Data types, [D] Glossary,
[U] 12.2.2 Numeric storage types,
stfill command, [ST] stfill
[U] 12.4 Strings, [U] Glossary
stgcolor scheme, [G-4] Scheme st
obtaining, [D] describe, [D] ds, [D] frames
stgcolor alt scheme, [G-4] Scheme st describe, [M-5] st vartype( ), [P] macro
stgen command, [ST] stgen precision of, [D] Data types, [U] 13.12 Precision
.sthlp file, [U] 4 Stata’s help and search and problems therein
facilities, [U] 11.6 Filenaming conventions, specifying when
[U] 18.11.6 Writing system help
creating variables, [D] egen, [D] encode,
stintcox command, [ST] stcurve, [ST] stintcox, [D] generate
[ST] stintcox PH-assumption plots,
importing data, [U] 11.4.2 Lists of new variables
[ST] stintcox postestimation
testing, [M-5] st vartype( ), [P] confirm
stintcoxnp command, [ST] stintcox PH-assumption
plots store and restore estimation results, see results, stored,
hidden or historical
stintphplot command, [ST] stintcox PH-assumption
plots store, estimates subcommand, [LASSO] estimates
store, [R] estimates store
278 Subject index
study, style,
case–control, see case–control study added line, [G-4] addedlinestyle
cohort, see cohort study area, [G-4] areastyle, [G-4] shadestyle
controlled clinical trial, see controlled clinical trial axis, [G-4] axisstyle, [G-4] ticksetstyle,
study [G-4] tickstyle
cross-sectional, see cross-sectional study by-graphs, [G-4] bystyle
experimental, see experimental study clock position, [G-4] clockposstyle
follow-up, see cohort study color, [G-4] colorstyle, [G-4] intensitystyle
matched, see matched study compass direction, [G-4] compassdirstyle
multiple-sample, see multiple-sample study connect points, [G-4] connectstyle
observational, see observational study flong, see flong MI data style
one-sample, see one-sample study flongsep, see flongsep MI data style
paired, see paired study grid lines, [G-4] gridstyle
prospective, see prospective study legends, [G-4] legendstyle
randomized controlled trial, see randomized lines, [G-4] linealignmentstyle,
controlled trial study [G-4] linepatternstyle, [G-4] linestyle,
retrospective, see retrospective study [G-4] linewidthstyle
two-sample, see two-sample study lists, [G-4] stylelists
stvary command, [ST] stvary location, [G-4] ringposstyle
.stxer file, [U] 11.6 Filenaming conventions margins, [G-4] marginstyle
style, [G-4] Glossary marker labels, [G-4] markerlabelstyle,
style, [MI] mi convert, [MI] Styles, [MI] Glossary [G-4] markersizestyle, [G-4] markerstyle
style autolevels, collect subcommand, markers, [G-4] symbolstyle
[TABLES] collect style autolevels mlong, see mlong MI data style
style cell, collect subcommand, [TABLES] collect outline, [G-4] linealignmentstyle
style cell plot, [G-4] plotregionstyle, [G-4] pstyle
style clear, collect subcommand, text, [G-4] textsizestyle, [G-4] textstyle
[TABLES] collect style clear text display angle, [G-4] anglestyle
style column, collect subcommand, text justification, [G-4] justificationstyle
[TABLES] collect style column textboxes, [G-4] orientationstyle,
style header, collect subcommand, [G-4] textboxstyle
[TABLES] collect style header vertical alignment of text, [G-4] alignmentstyle
style html, collect subcommand, [TABLES] collect wide, see wide MI data style
style html style cons, collect subcommand,
style notes, collect subcommand, [TABLES] collect style cons
[TABLES] collect style notes stylelist, [G-4] stylelists
style putdocx, collect subcommand, subclass, [M-2] class
[TABLES] collect style putdocx subdirectories, [U] 11.6 Filenaming conventions
style putpdf, collect subcommand, subgroup analysis, [META] Intro, [META] meta
[TABLES] collect style putpdf forestplot, [META] meta summarize,
style row, collect subcommand, [TABLES] collect [META] meta funnelplot, [META] Glossary
style row subgroup heterogeneity, [META] meta forestplot,
style save, collect subcommand, [TABLES] collect [META] meta funnelplot, [META] Glossary
style save subhazard ratio, [R] eform option, [R] lincom,
style showbase, collect subcommand, [ST] stcrreg, [ST] stcrreg postestimation,
[TABLES] collect style showbase [ST] Glossary, also see cumulative subhazard
style showempty, collect subcommand, function
[TABLES] collect style showempty subinertia, estat subcommand, [MV] mca
style showomit, collect subcommand, postestimation
[TABLES] collect style showomit subinstr macro function, [P] macro
style table, collect subcommand, subinstr() function, [FN] String functions,
[TABLES] collect style table [M-5] subinstr( )
style tex, collect subcommand, [TABLES] collect subinword() function, [FN] String functions,
style tex [M-5] subinstr( )
style title, collect subcommand, subjective prior, see informative prior
[TABLES] collect style title sublowertriangle() function,
style use, collect subcommand, [TABLES] collect [M-5] sublowertriangle( )
style use
282 Subject index
svy: clogit command, [SVY] svy estimation svy: mean command, [SVY] Survey, [SVY] estat,
svy: cloglog command, [SVY] svy estimation [SVY] Poststratification, [SVY] Subpopulation
svy: cmmixlogit command, [SVY] svy estimation estimation, [SVY] svy, [SVY] svy estimation,
svy: cmxtmixlogit command, [SVY] svy estimation [SVY] svy postestimation, [SVY] svydescribe,
svy: cnsreg command, [SVY] svy estimation [SVY] svyset
svy: cpoisson command, [SVY] svy estimation svy: mecloglog command, [SVY] svy estimation
svy: eintreg command, [SVY] svy estimation svy: meglm command, [SVY] svy estimation
svy: eoprobit command, [SVY] svy estimation svy: meintreg command, [SVY] svy estimation
svy: eprobit command, [SVY] svy estimation svy: melogit command, [SVY] svy estimation
svy: eregress command, [SVY] svy estimation svy: menbreg command, [SVY] svy estimation
svy: etpoisson command, [SVY] svy estimation svy: meologit command, [SVY] svy estimation
svy: etregress command, [SVY] svy estimation svy: meoprobit command, [SVY] svy estimation
svy: fmm: betareg command, [SVY] svy estimation svy: mepoisson command, [SVY] svy estimation
svy: fmm: cloglog command, [SVY] svy estimation svy: meprobit command, [SVY] svy estimation
svy: fmm: glm command, [SVY] svy estimation svy: mestreg command, [SVY] svy estimation
svy: fmm: intreg command, [SVY] svy estimation svy: metobit command, [SVY] svy estimation
svy: fmm: ivregress command, [SVY] svy svy: mlogit command, [SVY] svy estimation
estimation svy: mprobit command, [SVY] svy estimation
svy: fmm: logit command, [SVY] svy estimation svy: nbreg command, [SVY] svy estimation
svy: fmm: mlogit command, [SVY] svy estimation svy: nl command, [SVY] svy estimation
svy: fmm: nbreg command, [SVY] svy estimation svy: ologit command, [SVY] svy estimation,
svy: fmm: ologit command, [SVY] svy estimation [SVY] svy postestimation
svy: fmm: oprobit command, [SVY] svy estimation svy: oprobit command, [SVY] svy estimation
svy: fmm: pointmass command, [SVY] svy svy: poisson command, [SVY] svy estimation
estimation svy: probit command, [SVY] svy estimation
svy: fmm: poisson command, [SVY] svy estimation svy: proportion command, [SVY] svy estimation
svy: fmm: probit command, [SVY] svy estimation svy: ratio command, [SVY] Direct standardization,
svy: fmm: regress command, [SVY] svy estimation [SVY] svy brr, [SVY] svy estimation,
[SVY] svy: tabulate twoway
svy: fmm: streg command, [SVY] svy estimation
svy: regress command, [SVY] Survey,
svy: fmm: tobit command, [SVY] svy estimation
[SVY] svy, [SVY] svy estimation, [SVY] svy
svy: fmm: tpoisson command, [SVY] svy estimation jackknife, [SVY] svy postestimation,
svy: fmm: truncreg command, [SVY] svy estimation [TABLES] Example 7
svy: glm command, [SVY] svy estimation svy: scobit command, [SVY] svy estimation
svy: gnbreg command, [SVY] svy estimation svy: sem command, [SVY] svy estimation
svy: gsem command, [SVY] svy estimation svy: slogit command, [SVY] svy estimation
svy: heckman command, [SVY] svy estimation svy: stcox command, [SVY] svy estimation
svy: heckoprobit command, [SVY] svy estimation svy: stintreg command, [SVY] svy estimation
svy: heckpoisson command, [SVY] svy estimation svy: streg command, [SVY] svy estimation
svy: heckprobit command, [SVY] svy estimation svy: tabulate command, [SVY] svy
svy: hetoprobit command, [SVY] svy estimation estimation, [SVY] svy: tabulate oneway,
svy: hetprobit command, [SVY] svy estimation [SVY] svy: tabulate twoway
svy: hetregress command, [SVY] svy estimation svy: tnbreg command, [SVY] svy estimation
svy: intreg command, [SVY] svy estimation svy: tobit command, [SVY] svy estimation
svy: irt 1pl command, [SVY] svy estimation svy: total command, [SVY] svy brr, [SVY] svy
svy: irt 2pl command, [SVY] svy estimation estimation
svy: irt 3pl command, [SVY] svy estimation svy: tpoisson command, [SVY] svy estimation
svy: irt grm command, [SVY] svy estimation svy: truncreg command, [SVY] svy estimation
svy: irt hybrid command, [SVY] svy estimation svy: xtmlogit command, [SVY] svy estimation
svy: irt nrm command, [SVY] svy estimation svy: zinb command, [SVY] svy estimation
svy: irt pcm command, [SVY] svy estimation svy: ziologit command, [SVY] svy estimation
svy: irt rsm command, [SVY] svy estimation svy: zioprobit command, [SVY] svy estimation
svy: ivprobit command, [SVY] svy estimation svy: zip command, [SVY] svy estimation
svy: ivregress command, [SVY] svy estimation svy bootstrap prefix command, [SVY] svy bootstrap
svy: ivtobit command, [SVY] svy estimation svy brr prefix command, [SVY] svy brr
svy: logistic command, [SVY] svy estimation, svy jackknife prefix command, [SVY] svy jackknife
[SVY] svy postestimation svy prefix command, [SVY] svy
svy: logit command, [SVY] svy estimation svy sdr prefix command, [SVY] svy sdr
Subject index 285
traceindent, set subcommand, [P] creturn, treatment effects, [ERM] predict treatment,
[P] trace, [R] set [ERM] Glossary
tracenumber, set subcommand, [P] creturn, covariate balance, [CAUSAL] tebalance,
[P] trace, [R] set [CAUSAL] tebalance box, [CAUSAL] tebalance
tracesep, set subcommand, [P] creturn, [P] trace, density, [CAUSAL] tebalance overid,
[R] set [CAUSAL] tebalance summarize
tracing iterative maximization process, [R] Maximize difference in differences, [CAUSAL] didregress,
training, [U] 3.6 Conferences and training [CAUSAL] hdidregress,
transfer data [CAUSAL] xthdidregress
copying and pasting, [D] edit doubly robust estimators, [CAUSAL] teffects aipw,
from Stata, [D] export [CAUSAL] teffects ipwra, [CAUSAL] telasso
into Stata, [D] import, [U] 22 Entering and endogenous, [CAUSAL] eteffects,
importing data [CAUSAL] eteffects postestimation,
[CAUSAL] etpoisson, [CAUSAL] etpoisson
transformations, [MV] procrustes
postestimation, [CAUSAL] etregress,
fractional polynomial, [R] fp [CAUSAL] etregress postestimation,
log, [R] lnskew0 [ERM] Intro 1, [ERM] eintreg, [ERM] eoprobit,
modulus, [R] boxcox [ERM] eprobit, [ERM] eregress,
power, [R] boxcox, [R] lnskew0 [SEM] Example 46g
Procrustes, [MV] procrustes exogenous, [ERM] Intro 1, [ERM] Intro 5,
to achieve normality, [R] boxcox, [R] ladder [ERM] Example 2a, [ERM] Example 2b
to achieve zero skewness, [R] lnskew0 if on the treated, [ERM] predict treatment
transformed coefficients, [R] lincom, [R] nlcom inverse-probability weighting, [CAUSAL] stteffects
exponentiated, see exponentiated coefficients ipw, [CAUSAL] teffects ipw
multiple imputation, [MI] mi estimate, [MI] mi matching estimators, [CAUSAL] teffects nnmatch,
estimate using, [MI] mi test [CAUSAL] teffects psmatch
transition, estat subcommand, [DSGE] estat overlap plots, [CAUSAL] teoverlap
transition overview, [CAUSAL] Causal inference commands,
translate [CAUSAL] stteffects intro, [CAUSAL] teffects,
files with Unicode, [D] unicode translate [CAUSAL] teffects intro, [CAUSAL] teffects
logs, [R] translate intro advanced, [CAUSAL] teffects multivalued,
translate command, [R] translate [U] 27.20 Causal inference
translation, file, [D] changeeol, [D] filefilter postestimation, [CAUSAL] teffects postestimation
translator power, [PSS-2] power, [PSS-2] power twomeans,
query command, [R] translate [PSS-2] power pairedmeans, [PSS-2] power
oneproportion, [PSS-2] power twoproportions,
reset command, [R] translate
[PSS-2] power pairedproportions,
set command, [R] translate [PSS-2] power oneway, [PSS-2] power twoway,
transmap [PSS-2] power repeated, [PSS-2] power
define command, [R] translate exponential, [PSS-2] power logrank
query command, [R] translate precision, [PSS-3] ciwidth twomeans,
transmission-disequilibrium test, [R] symmetry [PSS-3] ciwidth pairedmeans
transmorphic, [M-2] Declarations, [M-6] Glossary regression adjustment, [CAUSAL] stteffects ra,
transparency, [G-4] colorstyle, also see opacity [CAUSAL] teffects ra
transpose, [M-6] Glossary, also see conjugate transpose survey data, [SVY] svy estimation
data, [D] xpose, also see reshape data survival-time data, [CAUSAL] stteffects,
matrix, [M-2] op transpose, [P] matrix define [CAUSAL] stteffects intro, [CAUSAL] stteffects
in place, [M-5] transpose( ) ipw, [CAUSAL] stteffects ipwra,
without conjugation, [M-5] transposeonly( ) [CAUSAL] stteffects postestimation,
operator, [M-2] op transpose [CAUSAL] stteffects ra, [CAUSAL] stteffects
wra
transpose() function, [M-5] transpose( )
treatment model, [CAUSAL] Glossary,
transposeonly() function, [M-5] transposeonly( )
[ERM] Glossary
transposeonly() function, [M-5] transposeonly( )
treatment statistics, [ERM] Intro 5
transposition, see transpose
tree, misstable subcommand, [R] misstable
treatment, [ERM] Glossary
trees, [MV] cluster, [MV] cluster dendrogram
treatment arms, [ERM] Glossary
treatment assignment, [D] splitsample, [ERM] Glossary
Subject index 293
trend, [DSGE] Glossary, [TS] Glossary tsnorm macro function, [P] macro
test for, [PSS-2] power, [PSS-2] power trend, tsreport command, [TS] tsreport
[R] Epitab, [R] nptrend, [R] symmetry, tsrevar command, [TS] tsrevar
[ST] stmc, [ST] stmh, [ST] sts test tsrline command, [TS] tsline
trend, power subcommand, [PSS-2] power trend tsrline, graph twoway subcommand, [G-2] graph
trendplots, estat subcommand, twoway tsline
[CAUSAL] didregress postestimation tsset command, [TS] tsset
triangle kernel function, [CAUSAL] tebalance tsset, mi subcommand, [MI] mi XXXset
density, [CAUSAL] teoverlap, [G-2] graph tssmooth, [TS] tssmooth
twoway kdensity, [G-2] graph twoway lpoly, dexponential command, [TS] tssmooth
[R] ivqregress, [R] kdensity, [R] lpoly, dexponential
[R] npregress kernel, [R] qreg
exponential command, [TS] tssmooth exponential
triangular matrix, [M-5] solvelower( ), [M-6] Glossary
hwinters command, [TS] tssmooth hwinters
triangular system, see recursive model
ma command, [TS] tssmooth ma
triangularization, requirement, [ERM] Intro 3,
nl command, [TS] tssmooth nl
[ERM] Triangularize
shwinters command, [TS] tssmooth shwinters
trigamma() function, [FN] Mathematical functions,
[M-5] factorial( ) tsunab command, [P] unab
trigonometric functions, [FN] Trigonometric functions, ttail() function, [FN] Statistical functions,
[M-5] sin( ) [M-5] normal( )
trim-and-fill method, [META] Intro, [META] meta, ttest and ttesti commands, [R] ttest
[META] meta trimfill, [META] Glossary ttest command, [MV] hotelling
trimfill, meta subcommand, [META] meta trimfill ttick() option, [G-3] axis label options
trunc() function, [FN] Mathematical functions, ttitle() option, [G-3] axis title options
[M-5] trunc( ) Tucker–Lewis index, [SEM] estat gof, [SEM] Methods
truncated and formulas for sem
negative tukeyprob() function, [FN] Statistical functions,
binomial regression, [BAYES] bayes: tnbreg, [M-5] normal( )
[R] tnbreg, [SVY] svy estimation Tukey’s
observations, [BAYES] bayes: truncreg, multiple-comparison adjustment, see multiple
[FMM] fmm: truncreg, [R] truncreg, also see comparisons, Tukey’s method
censored observations Studentized range distribution,
Poisson regression, [BAYES] bayes: tpoisson, cumulative, [FN] Statistical functions,
[FMM] fmm: tpoisson, [R] tpoisson, [SVY] svy [M-5] normal( )
estimation inverse cumulative, [FN] Statistical functions,
regression, [BAYES] bayes: truncreg, [M-5] normal( )
[FMM] fmm: truncreg, [MI] Estimation, tuning constant, [R] rreg
[R] truncreg, [SVY] svy estimation Turnbull survivor function, [ST] stintcox PH-
truncating assumption plots
real numbers, [FN] Mathematical functions, Turnbull’s innermost intervals, [ST] stintcox,
[M-5] trunc( ) [ST] Glossary
strings, [FN] String functions tutorials, [U] 1.2.2 Example datasets
truncation, [CAUSAL] Glossary, [ST] stset, tw() pseudofunction, [D] Datetime, [FN] Date and
[ST] Glossary time functions
truncreg command, [R] truncreg, [R] truncreg twithin() function, [FN] Selecting time-span
postestimation functions
tsappend command, [TS] tsappend Twitter, see Stata on Twitter
tscale, graph twoway subcommand, [G-2] graph two-arm trial, [ADAPT] Glossary
twoway tsline twocorrelations, power subcommand,
tscale() option, [G-3] axis scale options [PSS-2] power twocorrelations
tsfill command, [TS] tsfill two-independent-samples test, [PSS-5] Glossary
tsfilter, [TS] tsfilter two-level model, [ME] me, [ME] Glossary
bk command, [TS] tsfilter bk twomeans,
bw command, [TS] tsfilter bw ciwidth subcommand, [PSS-3] ciwidth twomeans
cf command, [TS] tsfilter cf gsdesign subcommand, [ADAPT] gsdesign
hp command, [TS] tsfilter hp twomeans
tsline command, [TS] tsline power subcommand, [PSS-2] power twomeans,
tsline, graph twoway subcommand, [G-2] graph [PSS-2] power twomeans, cluster
twoway tsline
294 Subject index