Stata for the Behavioral Sciences, by Michael Mitchell, is the ideal reference for researchers using Stata to fit ANOVA models and other models commonly applied to behavioral science data. Drawing on his education in psychology and his experience in consulting, Mitchell uses terminology and examples familiar to he reader as he demonstrates how to fit a variety of models, how to interpret results, how to understand simple and interaction effects, and how to explore results graphically.
Although this book is not designed as an introduction to Stata, it is appealing even to Stata novices. Throughout the text, Mitchell thoughtfully addresses any features of Stata that are important to understand for the analysis at hand. He also is careful to point out additional resources such as related videos from Stata's YouTube channel.
This book is an easy-to-follow guide to analyzing data using Stata for researchers in the behavioral sciences and a valuable addition to the bookshelf of anyone interested in applying ANOVA methods to a variety of experimental designs.
In this second edition of An Introduction to Stata Programming, the author introduces concepts by providing the background and importance for the topic, presents common uses and examples, then concludes with larger, more applied examples referred to as cookbook recipes. This is a great reference for anyone who wants to learn Stata programming. For those learning, the author assumes familiarity with Stata and gradually introduces more advanced programming tools. For the more advanced Stata programmer, the book introduces Stata's Mata programming language and optimization routines.
An Introduction to Survival Analysis Using Stata, Revised Third Edition is the ideal tutorial for professional data analysts who want to learn survival analysis for the first time or who are well versed in survival analysis but are not as dexterous in using Stata to analyze survival data. This text also serves as a valuable reference to those readers who already have experience using Stata's survival analysis routines.
The revised third edition has been updated for Stata 14, and it includes a new section on predictive margins and marginal effects, which demonstrates how to obtain and visualize marginal predictions and marginal effects using the margins and marginsplot commands after survival regression models.
Survival analysis is a field of its own that requires specialized data management and analysis procedures. To meet this requirement, Stata provides the st family of commands for organizing and summarizing survival data.
This book provides statistical theory, step-by-step procedures for analyzing survival data, an in-depth usage guide for Stata's most widely used st commands, and a collection of tips for using Stata to analyze survival data and to present the results. This book develops from first principles the statistical concepts unique to survival data and assumes only a knowledge of basic probability and statistics and a working knowledge of Stata.
The first three chapters of the text cover basic theoretical concepts: hazard functions, cumulative hazard functions, and their interpretations; survivor functions; hazard models; and a comparison of nonparametric, semiparametric, and parametric methodologies. Chapter 4 deals with censoring and truncation. The next three chapters cover the formatting, manipulation, stsetting, and error checking involved in preparing survival data for analysis using Stata's st analysis commands. Chapter 8 covers nonparametric methods, including the Kaplan-Meier and Nelson-Aalen estimators and the various nonparametric tests for the equality of survival experience.
Chapters 9-11 discuss Cox regression and include various examples of fitting a Cox model, obtaining predictions, interpreting results, building models, model diagnostics, and regression with survey data. The next four chapters cover parametric models, which are fit using Stata's streg command. These chapters include detailed derivations of all six parametric models currently supported in Stata and methods for determining which model is appropriate, as well as information on stratification, obtaining predictions, and advanced topics such as frailty models. Chapter 16 is devoted to power and sample-size calculations for survival studies. The final chapter covers survival analysis in the presence of competing risks.
Financial Econometrics Using Stata is an essential reference for graduate students, researchers, and practitioners who use Stata to perform intermediate or advanced methods. After discussing the characteristics of financial time series, the authors provide introductions to ARMA models, univariate GARCH models, multivariate GARCH models, and applications of these models to financial time series. The last two chapters cover risk management and contagion measures. After a rigorous but intuitive overview, the authors illustrate each method by interpreting easily replicable Stata examples.
Health Econometrics Using Stata by Partha Deb, Edward C. Norton, and Willard G. Manning provides an excellent overview of the methods used to analyze data on healthcare expenditure and use. Aimed at researchers, graduate students, and practitioners, this book introduces readers to widely used methods, shows them how to perform these methods in Stata, and illustrates how to interpret the results. Each method is discussed in the context of an example using an extract from the Medical Expenditure Panel Survey.
After the overview chapters, the book provides excellent introductions to a series of topics aimed specifically at those analyzing healthcare expenditure and use data. The basic topics of linear regression, the generalized linear model, and log and Box-Cox models are covered with a tight focus on the problems presented by these data. Using this foundation, the authors cover the more advanced topics of models for continuous outcome with mass points, count models, and models for heterogeneous effects. Finally, they discuss endogeneity and how to address inference questions using data from complex surveys.
The authors use their formidable experience to guide readers toward useful methods and away from less recommended ones. Their discussion of health econometric myths and the chapter presenting a framework for approaching health econometric estimation problems are especially useful for this aspect.
Survey Weights: A Step-by-Step Guide to Calculation is the first guide geared toward Stata users that systematically covers the major steps taken in creating survey weights. These weights are used to project a sample to some larger population and can be computed for either probability or nonprobability samples. Sample designs can range from simple, single-stage samples to more complex, multistage samples, each of which may use specialized steps in weighting to account for selection probabilities, nonresponse, inaccurate coverage of a population by a sample, and auxiliary data to improve precision and compensate for coverage errors. The authors provide many examples with Stata code.
The Mata Book: A Book for Serious Programmers and Those Who Want to Be is the book that Stata programmers have been waiting for. Mata is a serious programming language for developing small- and large-scale projects and for adding features to Stata. What makes Mata serious is that it provides structures, classes, and pointers along with matrix capabilities. The book is serious in that it covers those advanced features, and teaches them. The reader is assumed to have programming experience, but only some programming experience. That experience could be with Stata's ado language, or with Python, Java, C++, Fortran, or other languages like them. As the book says, being serious is a matter of attitude, not current skill level or knowledge.
The author of the book is William Gould, who is also the designer and original programmer of Mata, of Stata, and who also happens to be the president of StataCorp.
Over the past several decades, item response theory (IRT) and item response modeling (IRM) have become increasingly popular in the behavioral, educational, social, business, marketing, clinical, and health sciences. In this book, Raykov and Marcoulides begin with a nontraditional approach to IRT and IRM that is based on their connections to classical test theory, (nonlinear) factor analysis, generalized linear modeling, and logistic regression. Application-oriented discussions follow next. These cover the one-, two-, and three-parameter logistic models, polytomous item response models (with nominal or ordinal items), item and test information functions, instrument construction and development, hybrid models, differential item functioning, and an introduction to multidimensional
IRT and IRM. The pertinent analytic and modeling capabilities of Stata are thoroughly discussed, highlighted, and illustrated on empirical examples from behavioral and social research.
Generalized linear models (GLMs) extend linear regression to models with a non-Gaussian, or even discrete, response. GLM theory is predicated on the exponential family of distributions--a class so rich that it includes the commonly used logit, probit, and Poisson models. Although one can fit these models in Stata by using specialized commands (for example, logit for logit models), fitting them as GLMs with Stata's glm command offers some advantages. For example, model diagnostics may be calculated and interpreted similarly regardless of the assumed distribution.
This text thoroughly covers GLMs, both theoretically and computationally, with an emphasis on Stata. The theory consists of showing how the various GLMs are special cases of the exponential family, showing general properties of this family of distributions, and showing the derivation of maximum likelihood (ML) estimators and standard errors. Hardin and Hilbe show how iteratively reweighted least squares, another method of parameter estimation, are a consequence of ML estimation using Fisher scoring.
Introduction to Time Series Using Stata, Revised Edition provides a step-by-step guide to essential time-series techniques-from the incredibly simple to the quite complex- and, at the same time, demonstrates how these techniques can be applied in the Stata statistical package. The emphasis is on an understanding of the intuition underlying theoretical innovations and an ability to apply them. Real-world examples illustrate the application of each concept as it is introduced, and care is taken to highlight the pitfalls, as well as the power, of each new tool. The Revised Edition has been updated for Stata 16.
This second edition of Data Management Using Stata focuses on tasks that bridge the gap between raw data and statistical analysis. It has been updated throughout to reflect new data management features that have been added over the last 10 years. Such features include the ability to read and write a wide variety of file formats, the ability to write highly customized Excel files, the ability to have multiple Stata datasets open at once, and the ability to store and manipulate string variables stored as Unicode.
Further, this new edition includes a new chapter illustrating how to write Stata programs for solving data management tasks. As in the original edition, the chapters are organized by data management areas: reading and writing datasets, cleaning data, labeling datasets, creating variables, combining datasets, processing observations across subgroups, changing the shape of datasets, and programming for data management. Within each chapter, each section is a self-contained lesson illustrating a particular data management task (for instance, creating date variables or automating error checking) via examples. This modular design allows you to quickly identify and implement the most common data management tasks without having to read background information first. In addition to the nuts and bolts examples, author Michael Mitchell alerts users to common pitfalls (and how to avoid them) and provides strategic data management advice.
This book can be used as a quick reference for solving problems as they arise or can be read as a means for learning comprehensive data management skills. New users will appreciate this book as a valuable way to learn data management, while experienced users will find this information to be handy and time saving--there is a good chance that even the experienced user will learn some new tricks.
Interpreting and Visualizing Regression Models Using Stata, Second Edition provides clear and simple examples illustrating how to interpret and visualize a wide variety of regression models. Including over 200 figures, the book illustrates linear models with continuous predictors (modeled linearly, using polynomials, and piecewise), interactions of continuous predictors, categorical predictors, interactions of categorical predictors, and interactions of continuous and categorical predictors. The book also illustrates how to interpret and visualize results from multilevel models, models where time is a continuous predictor, models with time as a categorical predictor, nonlinear models (such as logistic or ordinal logistic regression), and models involving complex survey data. The examples illustrate the use of the margins, marginsplot, contrast, and pwcompare commands.
This new edition reflects new and enhanced features added to Stata, most importantly the ability to label statistical output using value labels associated with factor variables. As a result, output regarding marital status is labeled using intuitive labels like Married and Unmarried instead of using numeric values such as 1 and 2. All the statistical output in this new edition capitalizes on this new feature, emphasizing the interpretation of results based on variables labeled using intuitive value labels. Additionally, this second edition illustrates other new features, such as using transparency in graphics to more clearly visualize overlapping confidence intervals and using small sample-size estimation with mixed models. If you ever find yourself wishing for simple and straightforward advice about how to interpret and visualize regression models using Stata, this book is for you.
Aspects of environmental change are some of the greatest challenges faced by policymakers today. The key issues addressed by environmental science are often empirical, and in many instances very detailed, sizable datasets are available. Researchers in this field should have a solid understanding of the econometric tools best suited for analysis of these data. While complex and expensive physical models of the environment exist, it is becoming increasingly clear that reduced-form econometric models have an important role to play in modeling environmental phenomena. In short, successful environmental modeling does not necessarily require a structural model, but the econometric methods underlying a reduced-form approach must be competently executed.
Environmental Econometrics Using Stata provides an important starting point for this journey by presenting a broad range of applied econometric techniques for environmental econometrics and illustrating how they can be applied in Stata. The emphasis is not only on how to formulate and fit models in Stata but also on the need to use a wide range of diagnostic tests in order to validate the results of estimation and subsequent policy conclusions. This focus on careful, reproducible research should be appreciated by academic and non-academic researchers who are seeking to produce credible, defensible conclusions about key issues in environmental science.
Microeconometrics Using Stata, Second Edition is an invaluable reference for researchers and students interested in applied microeconometric methods.
Like previous editions, this text covers all the classic microeconometric techniques ranging from linear models to instrumental-variables regression to panel-data estimation to nonlinear models such as probit, tobit, Poisson, and choice models. Each of these discussions has been updated to show the most modern implementation in Stata, and many include additional explanation of the underlying methods. In addition, the authors introduce readers to performing simulations in Stata and then use simulations to illustrate methods in other parts of the book. They even teach you how to code your own estimators in Stata.
The second edition is greatly expanded--the new material is so extensive that the text now comprises two volumes. In addition to the classics, the book now teaches recently developed econometric methods and the methods newly added to Stata. Specifically, the book includes entirely new chapters on
Anyone interested in learning classic and modern econometric methods will find this the perfect companion. And those who apply these methods to their own data will return to this reference over and over as they need to implement the various techniques described in this book.
Microeconometrics Using Stata, Second Edition is an invaluable reference for researchers and students interested in applied microeconometric methods.
Like previous editions, this text covers all the classic microeconometric techniques ranging from linear models to instrumental-variables regression to panel-data estimation to nonlinear models such as probit, tobit, Poisson, and choice models. Each of these discussions has been updated to show the most modern implementation in Stata, and many include additional explanation of the underlying methods. In addition, the authors introduce readers to performing simulations in Stata and then use simulations to illustrate methods in other parts of the book. They even teach you how to code your own estimators in Stata.
The second edition is greatly expanded--the new material is so extensive that the text now comprises two volumes. In addition to the classics, the book now teaches recently developed econometric methods and the methods newly added to Stata. Specifically, the book includes entirely new chapters on
Anyone interested in learning classic and modern econometric methods will find this the perfect companion. And those who apply these methods to their own data will return to this reference over and over as they need to implement the various techniques described in this book.
Discovering Structural Equation Modeling Using Stata, Revised Edition is devoted to Stata's sem command and all it can do. Learn about its capabilities in the context of confirmatory factor analysis, path analysis, structural equation modeling, longitudinal models, and multiple-group analysis. Each model is presented along with the necessary Stata code, which is parsimonious, powerful, and can be modified to fit a wide variety of models. The datasets used are downloadable, offering a hands-on approach to learning.
A particularly exciting feature of Stata is the SEM Builder. This graphical interface for structural equation modeling allows you to draw publication-quality path diagrams and fit the models without writing any programming code. When you fit a model with the SEM Builder, Stata automatically generates the complete code that you can save for future use. Use of this unique tool is extensively covered in an appendix and brief examples appear throughout the text.
Integrating a contemporary approach to econometrics with the powerful computational tools offered by Stata, An Introduction to Modern Econometrics Using Stata focuses on the role of method-of-moments estimators, hypothesis testing, and specification analysis and provides practical examples that show how the theories are applied to real data sets using Stata.
As an expert in Stata, the author successfully guides readers from the basic elements of Stata to the core econometric topics. He first describes the fundamental components needed to effectively use Stata. The book then covers the multiple linear regression model, linear and nonlinear Wald tests, constrained least-squares estimation, Lagrange multiplier tests, and hypothesis testing of nonnested models. Subsequent chapters center on the consequences of failures of the linear regression model's assumptions. The book also examines indicator variables, interaction effects, weak instruments, underidentification, and generalized method-of-moments estimation. The final chapters introduce panel-data analysis and discrete- and limited-dependent variables and the two appendices discuss how to import data into Stata and Stata programming. Presenting many of the econometric theories used in modern empirical research, this introduction illustrates how to apply these concepts using Stata. The book serves both as a supplementary text for undergraduate and graduate students and as a clear guide for economists and financial analysts.Michael Mitchell's Interpreting and Visualizing Regression Models Using Stata is a clear treatment of how to carefully present results from model-fitting in a wide variety of settings. It is a boon to anyone who has to present the tangible meaning of a complex model in a clear fashion, regardless of the audience. As an example, many experienced researchers start to squirm when asked to give a simple explanation of the applied meaning of interactions in nonlinear models such as logistic regression. The tools in Mitchell's book make this task much more enjoyable and comprehensible.
Mitchell starts with simple linear regression (which is simple in all ways), and then adds polynomials and discontinuities. This is followed by 2-way and 3-way interaction until interpretation of coefficients through words is difficult. By careful use of Stata's marginsplot command, Mitchell shows how well graphs can be used to show effects. He also includes careful verbal interpretation of coefficients to make communications complete. He then extends the methods from linear regression to various types of nonlinear regression, such as multilevel or survival models.
A significant difference between this book and most others on regression models is that Mitchell spends quite some time on fitting and visualizing discontinuous models' models where the outcome can change value suddenly at thresholds. Such models are natural in settings such as education and policy evaluation, where graduation or policy changes can make sudden changes in income or revenue.
This book is a worthwhile addition to the library of anyone involved in statistical consulting, teaching, or collaborative applied statistical environments.
Bayesian Analysis with Stata is written for anyone interested in applying Bayesian methods to real data easily. The book shows how modern analyses based on Markov chain Monte Carlo (MCMC) methods are implemented in Stata both directly and by passing Stata datasets to OpenBUGS or WinBUGS for computation, allowing Stata's data management and graphing capability to be used with OpenBUGS/WinBUGS speed and reliability.
The book emphasizes practical data analysis from the Bayesian perspective, and hence covers the selection of realistic priors, computational efficiency and speed, the assessment of convergence, the evaluation of models, and the presentation of the results. Every topic is illustrated in detail using real-life examples, mostly drawn from medical research.
The book takes great care in introducing concepts and coding tools incrementally so that there are no steep patches or discontinuities in the learning curve. The book's content helps the user see exactly what computations are done for simple standard models and shows the user how those computations are implemented. Understanding these concepts is important for users because Bayesian analysis lends itself to custom or very complex models, and users must be able to code these themselves.