Home  /  Stata Conferences  /  2024 Stata Conference Portland

1–2 August 2024 • Portland, Oregon

Stata Conference

Portland 2024

Organized by StataCorp, the annual Stata Conference is an exceptional opportunity to network with researchers from across all disciplines, engage with StataCorp's developers, and learn new and exciting applications of Stata.

Join us in Portland

Immerse yourself in the vibrant atmosphere of Portland, Oregon, as you attend the 2024 Stata Conference. Known as the City of Roses, Portland offers a variety of attractions that will captivate attendees during their stay.

Explore the iconic Powell's City of Books, lose yourself in the stunning beauty of the International Rose Test Garden, and savor the delectable flavors of the city's renowned food trucks.

Schedule + agenda

All times Pacific Daylight Time

Thursday, 1 August

Time
Session
Speaker
Abstract
8:15 a.m.
Registration and continental breakfast
8:50 a.m.
Welcome + introductions
9:00 a.m.
A worked example of matching-adjusted indirect comparison using Stata
Eric Barrette, Medtronic
View

Matching-adjusted indirect comparison is a comparative effectiveness research methodology that leverages individual level data and aggregate results when head-to-head randomized trials are not available or feasible. MAIC is growing in popularity partly because of the high costs of randomized trials and because of interest on the part of regulators for more safety and effectiveness evidence. Since the seminal papers describing the theory and application of MAIC were published just over a decade ago, the literature on how to apply this method as well as demonstrations of its applications has grown quickly. The National Institute for Health Care Excellence (NICE) in the UK released a technical document in 2016 that described MAIC best practices and provided sample R code for an example analysis. As the method has become more popular, references to the use of Stata for statistical analysis are appearing in publications yet very little documentation or code is available. We present the NICE technical documentation worked example using Stata in parallel to the original example in R and highlight the efficiencies and potential challenges of both programs.

9:20 a.m.
xv != xi: Cross-validation in Stata
Steven Brownell, SAG Corporation
Coauthor: Billy Buchanan, SAG Corporation
View

Evaluating the out-of-sample properties of statistical models is important, especially for predictive modeling/analytics. Although Stata currently implements cross-validation methods natively for some model-fitting commands—dslogit, dspoisson, dsregress, elasticnet, lasso, poivregress, pologit, popoisson, poregress, sqrtlasso, xpoivregress, xpologit, xpopoisson, and xporegress—broader use of cross-validation is not natively supported. At last year’s conference, a user explained the challenges that students and new users face when trying to use cross-validation procedures in Stata. While it is possible to implement the four-step process of splitting the sample, fitting the model to the training sample, predicting outcomes on the validation/test sample, and computing metrics related to the fit, doing so is tedious and time consuming. Developing a program that implements the four-step process above is not a trivial task, despite what one of the authors initially thought. In this talk, we present xv, an extensible prefix command implementing cross-validation for Stata estimation commands.

9:50 a.m.
Fungible regression coefficients
Phil Ender, UCLA Stat Consulting (Ret.)
View

Ordinary least-squares regression (OLS) estimates coefficients such that the residual sum of squares (RSS) is a minimum. Further, the R-squared between the response variable and the predictors is a maximum. The solution for these OLS coefficients is unique; that is, there is only one set of coefficients that minimizes the residuals. But what if we estimated coefficients that come within one percent (0.01) or less of the maximum value of R-squared. There can be multiple sets of coefficients that yield the same R-squared. These are the fungible regression coefficients (FRCs). How many different fungible regression coefficients are possible? What do these FRCs look like? Are these FRCs of any use whatsoever? This presentation will address these questions.

10:10 a.m.
Easing the Stata learning curve: Advancements through prompt-based programming
Zhenghao Jin, Johns Hopkins University, School of Medicine, Department of Surgery
Coauthor: Abimereki Muzaale, Johns Hopkins University, School of Medicine, Department of Surgery
View

Background: Traditional Stata programming requires the mastery of syntax for tailoring program behaviors. However, the traditional programming approach is challenging in scenarios where 1) users lack familiarity with Stata syntax, 2) instructions for third-party programs are nonexistent, and 3) the program calls for complex syntax. To address these issues, we've explored a prompt-based programming approach.

Method: We used Stata's request() option under the display command to offer the user stepwise value intake prompts, establish checkpoints prior to executions, and allow modifications without termination.

Results: The request() option introduces significant advantages. It guides the user through parameter intake in a straightforward manner, reducing the efforts to understand complex syntax. Moreover, by incorporating checkpoints and allowing for modifications during processing, it substantially diminishes the likelihood and impact of errors. However, incorporating such prompt-based elements into broader programming frameworks presents challenges because of the requirement for user input.

Conclusion: Adopting a prompt-based programming approach significantly eases the learning curve and offers a practical solution for both preventing and correcting errors efficiently. Nonetheless, the potential difficulties of integrating these prompt-based elements into larger programming projects warrant careful consideration. Programmers need to evaluate application context, user's expertise, and the practicality of integration when choosing between programming methodologies.

10:30 a.m.
Break
11:00 a.m.
Causal mediation analysis in Stata
Aramayis Dallakyan, StataCorp
View

Causal mediation analysis determines the mechanism through which a treatment influences an outcome through a mediator. The objective of this presentation is to provide a practical guide, facilitating an understanding and implementation of causal mediation analysis using Stata 18's new mediate command. We will begin by introducing the fundamental steps of causal analysis and then apply these steps to causal mediation analysis. Additionally, we will highlight the differences between causal and traditional mediation analysis. The presentation will also delve into various types of direct and indirect effects, illustrating their practical applications. Examples demonstrating how to perform causal mediation estimation within Stata, using different types of outcomes and mediators (continuous, binary, and count), will be provided. No prior knowledge of Stata is required, although a basic understanding of causal inference will be beneficial.

12:00 p.m.
Lunch
1:00 p.m.
Seeing is believing: Added-variable plots for complex estimators
John Gallup, Portland State University, Department of Economics
View

Added-variable plots show the contribution of each data point of one explanatory variable to an outcome variable, while controlling for the influence of multiple other explanatory variables. This is a multivariate generalization of a scatterplot with a trend line. It provides an intuitive visual presentation of complex estimation results to specialists and nonspecialists alike. The plots show the marginal effect of an explanatory variable on the outcome as well as how closely the data adhere to the estimate. Observers can see outliers and the statistical significance of the estimated coefficient. The more complex the estimation method, the more helpful it is to have an accessible visual representation of the results.
Currently, added-variable plots are available only for OLS regression in Stata. I recently extended the theory of added-variable plots to all commonly used linear and nonlinear estimators, including generalized least squares, instrumental variables, maximum likelihood, nonlinear least squares, and generalized method of moments estimators. I am in the process of programming added-variable plot commands for all Stata estimators. I have started with added-variable plots for panel data (xt) estimators (SJ 2020) and will shortly add them for instrumental variables and time-series estimators.

1:30 p.m.
adodown—a framework for Stata package development
Kristoffer Bjarkefur, The World Bank, LSMS Team
Coauthor: Arthur Shaw, The World Bank, LSMS Team
View

adodown aims to make Stata packages easier for both developers to create and users to understand. For developers, adodown offers workflow commands that automate manual tasks at each stage of development. At project's start, adodown creates the necessary scaffolding for the package (folders, pkg-file, etc). For each package command, it uses templates to create necessary files (i.e., ado, documentation, unit test) and adds appropriate entries in the pkg-file. For documentation, it allows developers to draft in plain Markdown while creating standard help files in SMCL. And for publication, adodown collects the required files, puts them in proper format, and prepares a zip file for SSC submission. Also, adodown automatically deploys a package documentation website. For users, this provides an easy way to discover packages, to understand what they do, and to explore how commands work—all without installing the package. For developers, this provides packages with a welcome web presence and offers a home for additional documentation (e.g., how-to guides, technical notes, FAQs) and keeps HTML documentation up to date with SMCL documentation through continuous deployment via GitHub Actions. This talk will demonstrate how adodown works, showcase a few live examples, and seek feedback from the Stata community.

1:50 p.m.
Streamlining Stata project collaboration and package management, introducing repado and reproot from the repkit package
Kristoffer Bjarkefur, The World Bank, DIME/LSMS
Coauthors: Luis Eduardo San Martin, Benjamin B. Daniels, The World Bank
View

In this presentation, we introduce two novel commands, repado and reproot, as part of the Stata package repkit, designed to streamline projects package version control and management across teams. The repado command facilitates precise version control of Stata packages within projects by establishing project-specific ado-path folders. This ensures consistent usage of package dependencies among team members and enhances reproducibility by preserving access to specific command versions, vital for revisiting older projects. Moreover, repado proves instrumental in package development, enabling seamless testing of unpublished commands alongside stable versions in diverse project environments. Complementing repado, reproot offers efficient management of root paths across projects with minimal manual intervention. Unlike existing packages addressing the same inefficiency, like setroot, reproot excels in handling multirooted projects, such as those involving Git collaboration and data sharing on diverse platforms like Dropbox or network drives. Its streamlined setup ensures rapid root path identification, even when a project's roots are in different location in a project. The setup of reproot only needs to be done once per computer for all projects. This helps optimize project navigation and facilitate seamless integration across team workflows, especially in teams and organizations collaborating on many projects.

2:10 p.m.
reprun, automating complete reproducibility verifications
Benjamin Daniels, The World Bank, DIME
Coauthors: Luis Eduardo San Martin, Kristoffer Bjarkefur, The World Bank
View

The reprun command in Stata is designed to automate reproducibility verifications for sets of Stata do-files. This session presents detailed updates to the command in the context of DIME Analytics’s repkit package, which spans a complete workflow for the reproducibility verifications. The repkit package aims to ensure that the outputs of reproducibility packages are stable and reproducible, addressing the common sources of reproducibility failures. By identifying and correcting issues, users can improve the reliability of their statistical analyses, making them suitable for sharing and publication. The reprun command performs two runs of a specified do-file, recording the state of Stata after each line’s execution during the first run and then comparing it with the state after the same line’s execution in the second run. Key states monitored include the random-number generator (RNG) state, data sort order, and data contents. If discrepancies occur between the two runs, reprun flags potential reproducibility errors, reporting mismatches in a table format, which helps in identifying and resolving issues. This tool emphasizes the importance of managing randomness and maintaining consistent data states to avoid reproducibility errors, especially when inconsistent outputs are far downstream in code from their sources.

2:30 p.m.
Break
3:00 p.m.
Estimating the wage premia of refugee immigrants with coarsened exact matching and recentered influence function quantile regressions
Kit Baum, Boston College
Coauthors: Hans Lööf, Royal Institute of Technology; Andreas Stephan, Linnaeus University; Klaus Zimmermann, UNU-MERIT, Maastricht University
View

In this case study, we examine the wage earnings of fully employed previous refugee immigrants in Sweden. Using administrative employer–employee data from 1990 onward, about 100,000 refugee immigrants who arrived between 1980 and 1996 and were granted asylum are compared with a matched sample of native-born workers using coarsened exact matching. Employing recentered influence function (RIF) quantile regressions to wage earnings for the period 2011–2015, the occupational-task-based Oaxaca–Blinder decomposition approach shows that refugees perform better than natives at the median wage, controlling for individual and firm characteristics. The RIF-quantile approach provides better insights for the analysis of these wage differentials than the standard regression model employed in earlier versions of the study.

3:30 p.m.
Optimal policy learning with observational data in multiaction ccenarios: Stata implementation
Giovanni Cerulli, CNR-IRCRES, Research Institute on Sustainable Economic Growth, National Research Council of Italy
Coauthor: Antonio Zinilli, CNR-IRCRES
View

This paper presents a new Stata command for carrying out optimal policy learning (OPL) with observational data, i.e., data-driven optimal decision-making, in multiaction (or multiarm) settings, where a finite set of decision options is available. The presentation and related command focus on three components: estimation, risk preference, and regret estimation via three estimation methods (i.e., regression adjustment, inverse probability weighting, and doubly robust estimators). After briefly presenting the statistical background of this OPL model and the related syntax of the Stata command, the paper will focus on an application related to climate-related agricultural policies.

4:00 p.m.
Adjourn
6:30 p.m.
Optional users' dinner at Al-Amir Restaurant

Friday, 2 August

Time
Session
Speaker
Abstract
8:45 a.m.
Registration and continental breakfast
9:15 a.m.
Estimating a probit model with a continuous endogenous covariate and using complex survey data: An application to socioeconomic mobility analysis in Mexico
Sylvia Beatriz Guillermo Peon, Benemérita Universidad Autónoma de Puebla
Coauthors: Alejandro Miguel Castañeda Valencia, Benemérita Universidad Autónoma de Puebla; Juan Enrique Huerta Wong, Vocería de Presidencia de la República
View

We use Stata to estimate the probability of having a high socioeconomic destination as a function of education, parental economic level, and other explanatory variables. Given the potential endogeneity of the education variable, we estimate a probit model with an instrumental variable under the context of a complex survey dataset. The maximum-likelihood estimation procedure of the structural parameters is carried out using two equivalent strategies that consider Stata functions and reporting options. Following Long and Freese (2014), we first estimate the model using the ivprobit command with sampling weights and clustered robust standard errors, allowing us to obtain the report of the Wald exogeneity test. As a second strategy, we use the ivprobit command with survey data analysis estimation. We performed additional steps needed to compute the overall rate of correctly classified results after estimation under survey data analysis or using sampling weights. The validity of an instruments test remains challenging for ivprobit models with survey data. Our analysis of the estimation results is extended and enriched with the calculation of odds ratios (testing whether they are statistically different from one) and average probabilities by region in Mexico and educational level.

9:45 a.m.
Data visualization with Stata
Hua Peng, StataCorp
View

This talk will demonstrate how to produce informative, robust, and complex graphs using reproducible official and community-contributed routines in Stata. We will also discuss commonly used programming tools and tips for creating more engaging graphs.

10:45 a.m.
Break
11:15 a.m.
Postestimation with latent class analysis accounting for class uncertainty
Stas Kolenikov, NORC
Coauthor: Kathy Rowan, NORC
View

Latent class analysis (LCA) is a statistical model with categorical latent variables in which the measured categorical outcomes have proportions of the outcome categories that differ between classes. In official Stata, the model is fit using the gsem, lclass() command. Applied researchers often need to follow up the LCA modeling with other statistical analyses that involve the classes from the model, from simple descriptive statistics of variables not in the model, to multivariate models. A simplified shortcut procedure is to assign the class with the highest predicted probability, but doing so results in treating the classes as fixed and perfectly observed, rather than latent and estimated, leading to underaccounting of uncertainty and downward bias in standard errors. We demonstrate how to utilize the existing official Stata multiple imputation (MI) capacity to impute classes based on the LCA postestimation results and present the resulting dataset to Stata mi procedures as valid MI data. The standard MI diagnostics that can be applied to the mi estimate results show that variances are noticeably underestimated when only the modal class is imputed. In the application that motivated this development, the variances were biased down by 25% to 40%.

11:35 a.m.
Ensuring reproducibility in Stata: Insights from the World Bank's reproducible research repository
Luis Eduardo San Martin, The World Bank
Coauthors: Maria Ruth Jones, Maria Reyes Retana, Benjamin B. Daniels, Kristoffer Bjarkefur, The World Bank
View

The challenge of reproducing economics research has gained increased attention with the growing advocacy for open science in the field. Economics journals and research institutions are quickly adopting reproducibility guidelines, requiring authors to provide code and data for reproducing results and ensuring the trustworthiness of their findings. Presented by the Development Impact Analytics team of the World Bank, this session delves into the intricacies of achieving reproducibility in Stata. Since the launch of the World Bank's Reproducible Research Repository, the team has conducted reproducibility verifications and curated reproducibility packages for almost a hundred working papers from diverse research teams in the organization, building up a valuable and novel experience into addressing common issues that break reproducibility in Stata analyses. The session will present an overview of the workflows and tools the team has developed in response to identified reproducibility challenges in typical Stata works, covering key topics such as controlling the versions of external dependencies and appropriately handling randomness in Stata code. The presentation will include practical strategies for enhancing the transparency and reliability of Stata-based research.

12:00 p.m.
Lunch
1:00 p.m.
classify: Over 200 measures of association, correlation, and forecast accuracy for categorical outcomes
Andriy Sirchenko, Nyenrode Business University
Coauthors: J. Huismans, University of Amsterdam; J. W. Nijenhuis, Nedap NV
View

We describe a new Stata command, classify, that computes various measures of association and correlation, between two categorical variables (dichotomous and polytomous, nominal and ordinal), diagnostic scores of probabilistic forecasts of such variables, and various measures of the accuracy of deterministic forecasts of them. We compiled a comprehensive catalogue of over 210 measures of association, correlation and forecast verification and 9 diagnostic scores for probabilistic forecasts from different fields, along with the terminological synonymy and bibliography associated with them. In addition to the overall measures, the command computes the class-specific metrics as well as their macro and weighted averages.

1:30 p.m.
Open panel discussion with Stata developers
View

Contribute to the Stata community by sharing your feedback with StataCorp's developers. From feature improvements to bug fixes and new ways to analyze data, we want to hear how Stata can be made better for our users.

2:30 p.m.
Break
3:00 p.m.
Scalable high-dimensional nonparametric density estimation, with Bayesian applications
Robert Grant, BayesCamp
View

Few methods have been proposed for flexible, nonparametric density estimation, and they do not scale well to high-dimensional problems. We describe a new approach based on smoothed trees called the kudzu density (Grant 2022). This fits the little-known density estimation tree (Ram & Gray 2011) to a dataset and convolves the edges with inverse logistic functions, which are in the class of computationally minimal smooth ramps. New Stata commands provide tree fitting, kudzu tuning, estimates of joint, marginal and cumulative densities, and pseudo-random numbers. Results will be shown for fidelity and computational cost. Preliminary results will also be shown for ensembles of kudzu under bagging and boosting. Kudzu densities are useful for Bayesian model updating where models have many unknowns, require rapid update, datasets are large, and posteriors have no guarantee of convexity and unimodality. The input “dataset” is the posterior sample from a previous analysis. This is demonstrated with a real-life large dataset. A new command outputs code to use the kudzu prior in bayesmh evaluators, BUGS/JAGS, and Stan.

3:15 p.m.
Using Stata to analyze public opinion data: An open educational resource for beginning undergraduate and graduate methods courses in political science
Lindsay Benstead, Portland State University, Professor of Politics and Global Affairs
View

This presentation provides an overview of a new Open Educational Resource (OER) textbook for analyzing public opinion data using Stata created by the author. Based on the author’s experience teaching research methods for political science at Portland State University, the guide walks students through an article published in Democratization using publicly available data from the Arab Barometer. Students learn how to craft a research question, identify and measure variables, and perform descriptive and multivariate statistical tests. At the end of the course, students will be able to replicate the published findings and craft their own research design for analyzing public opinion data. The author presents the Stata commands used to produce the results reported in the published article to guide students through the replication and their own original research project.

3:30 p.m.
Leveraging Stata for epidemiological analysis: A case study of measles surveillance in Somalia
Muhammad Farid, World Health Organization (WHO) Country Office in Somalia
Coauthors: Mohamed Mukhtar Ali, Mohamed Farah Mohamud, Mengistu Kumlachew, Hassan Sheekh, Mohamed Abdullahi Omer
View

This case study showcases the application of Stata in epidemiological research, focusing on the analysis of measles surveillance data in Somalia for the year 2023. Measles case-based surveillance is crucial for monitoring disease trends and informing public health interventions. Leveraging Stata's strong statistical tools and user-friendly interface, we imported, cleaned, and analyzed a dataset comprising 3,151 suspected measles cases. Through descriptive and epidemiological analyses, we examined demographic and clinical characteristics, vaccination status, and implications for public health policy and practice. Key findings reveal a substantial burden of measles, with 57% of suspected cases confirmed through laboratory testing. Demographic analysis highlights the vulnerability of older age groups (those aged 17 years) and a slightly higher prevalence among males. Vaccination status analysis underlines gaps in vaccine coverage, emphasizing the urgent need for targeted interventions. Our study demonstrates Stata's value in facilitating comprehensive data management, analysis, and visualization, enabling informed decision-making in public health.

3:50 p.m.
Stata is ideal for complex structural equation modeling
Mohamedawel Ebrahim, Mekelle University, College of Health Sciences
View

This presentation is about a complex structural equation model (SEM) using Stata. A real dataset is used for this presentation. In the dataset, 7 items measure vicarious trauma, 19 items measure satisfaction, 10 items measure psychological distress, 6 items measure intention to leave, and 22 items measure burnout. So there are five latent variables that are related to each other. Our dependent variable was the intention to leave. For each of these latent variables, the statistical fit of the measurement model was assessed using confirmatory factor analysis (CFA). The measurement models were used as inputs while constructing full SEM, which was to assess the direct and indirect relationship between various exogenous and endogenous variables with intention to leave. The chi-squared test, root mean squared error of approximation (RMSEA), comparative fit index (CFI), Tucker–Lewis index (TLI), standardized root mean squared residual (SRMR), and coefficient of determination (R-squared) were used to assess the goodness of fit of the individual measurement model and the overall SEM. Cronbach's alpha, McDonald's omega, and Raykov's factor reliability were used in the reliability analysis. The following commands are used: sembuilder; estat gof, stats(all); estat mindices; estat teffects; sem, stand; estat teffects, stand; alpha; omegacoef; relicoef; and condisc.

4:30 p.m.
Adjourn

Preconference workshop

Introduction to Bayesian analysis in Stata

Wednesday, 31 July 2024 · 1:00 to 4:00 p.m.

Multnomah meeting room - Hyatt Regency Portland at the Oregon Convention Center

Description: New this year, Stata Conference attendees may register to attend a preconference workshop. This 3-hour workshop will provide a conceptual introduction to Bayesian analysis and demonstrate its implementation in Stata using the bayes prefix and the bayesmh command. The bayes prefix provides Bayesian support for over 50 regression commands using either default or user-supplied priors. Fit an even wider variety of models in the Bayesian framework using the bayesmh command by providing the model formulation, likelihood function, and prior distributions for each model parameter. Postestimation commands available after either method for MCMC diagnostics and model evaluation will also be briefly overviewed. You must register above to attend.

Instructor: Meghan Cain is the Assistant Director, Educational Services at StataCorp LLC. She earned her PhD in quantitative psychology from the University of Notre Dame, where her research focused on structural equation modeling, multilevel modeling, and Bayesian statistics.

Registration

Professional

2-day
$195
Day 1
$125
Day 2
$125

Student

2-day
$85
Day 1
$50
Day 2
$50

Additional events

Preconference workshop
$35
Users' dinner
$45

Users' dinner

All Stata Conference attendees are invited to join us for an optional users’ dinner at Al-Amir Restaurant on Thursday, 1 August, at 6:30 p.m. Enjoy authentic Lebanese cuisine while you network with other Stata users and Stata developers. You must register above to attend.

Al-Amir Restaurant
223 Harvey Milk St
Portland OR 97204
Tel: 503-274-0010

Venue + accomodations

The conference venue and hotel is located at the Hyatt Regency Portland at the Oregon Convention Center near Lloyd Center mall.

The conference hotel is offering a special group rate for Stata Conference attendees staying between 31 July–3 August 2024. There is limited availability, so book your room now to avoid missing out on the special rate.

Hyatt Regency Portland at the Oregon Convention Center
375 NE Holladay Street
Portland, OR 97232

Scientific committee

The scientific committee is responsible for the Stata Conference program.

With submissions encouraged from both new and longtime Stata users from all backgrounds, the committee will review all abstracts in developing an exciting, diverse, and informative program. We look forward to seeing you in Portland!

John Luke Gallup

Portland State University

Department of Economics

John Luke Gallup is an associate professor at Portland State University in Oregon focusing on development and applied econometrics. John has a PhD in economics from Berkeley and has worked in a number of countries on five continents, especially Vietnam. John started using Stata in 1990, making a hobby of creating Stata commands, the best known of which is outreg. He is currently working on deriving added-variable plots for a wide range of estimators.

Bharti Garg

Oregon Health & Science University

Department of Obstetrics and Gynecology

Bharti Garg is a senior biostatistician in the Obstetrics and Gynecology Department at Oregon Health & Science University. She has 10-plus years of statistical experience, supports multiple researchers with statistical analysis, and provides mentorship to medical students and residents. Bharti is author and coauthor of 40-plus peer-reviewed publications and 100-plus abstracts presented at scientific meetings and conferences.

Nadia Redmond

Kaiser Permanente

Center for Health Research

Nadia Redmond, MSPH, is a Research Associate II at Kaiser Permanente Evidence-based Practice Center at the Center for Health Research in Portland, Oregon. She provides statistical support and conducts systematic reviews for developing clinical guidelines, including those for the U.S. Preventive Services Task Force. She is interested in biostatistics, epidemiology, prediction modeling, quantitative synthesis, and meta-analysis.

William Buchanan

SAG Corporation

Billy Buchanan, Ph.D. is a senior research scientist at SAG Corporation where he works on a study estimating the effects of disability on the earnings capacity of U.S. Veterans and leads a team providing analytical support for efforts to automate and modernize the disability claims process for Veterans. He has developed and shared several Stata programs for data visualization, automation, psychometrics, Java integration, data management and development, and has presented at several Stata conferences.

FAQs

Have questions about the Stata Conference? Our FAQs have you covered. Discover important details on registration, logistics, and more.

When and where will the conference be held?

The 2024 Stata Conference will be held between 8:00 a.m. and 5:00 p.m. on Thursday, 1 August and Friday, 2 August in Portland, Oregon with a preconference workshop on Wednesday, 31 July. The venue and accommodations will be at the Hyatt Regency Portland at the Oregon Convention Center.

Who should attend the conference?

The Stata Conference is open to users of all disciplines and experience levels, bringing together a unique mix of experts and professionals. You will hear from Stata users in the top of their fields, as well as Stata's own researchers and developers. Presentation topics have included new community-contributed commands, methods and resources for teaching with Stata, new approaches to using Stata together with other software, and much more. Anyone interested in Stata is welcome to attend.

Will there be networking opportunities at the conference?

Yes! The Stata community is full of users from all disciplines, including people you may have met online but would like to meet in person. There will be breaks between sessions where you can take a moment to talk to the people around you and also an open panel discussion where you can ask questions and share feedback with Stata developers.

Everyone is also invited to join an optional users' dinner Thursday night.

Want to start socializing now? Follow @Stata on Twitter. Throughout the conference, we will be live tweeting using the conference hashtag #Stata2024

Will the conference be recorded or available online?

The conference presentations will not be recorded, but proceedings and slides will be made available on this page in the following weeks after the conference.