Events

Mediation analysis in Python

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

Mediation analysis is a set of tools for exploring hypotheses about causal pathways, with a special focus on differentiating “direct” from “mediated” associations between an exposure and an outcome.  Many approaches to mediation analysis are based on regression analysis. In this workshop, we will cover some of the basic ideas behind regression-based mediation analysis, and […]

Go for data processing 1/2/3

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

This is a three-session workshop on the use of Go for data processing.  Go is an open source language developed for general-purpose programming.  It is not more difficult to learn and use than a high-level scripting language like Python, but it is strongly typed, statically compiled, and provides native support for concurrency, leading to much […]

Go for data processing 1/2/3

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

This is a three-session workshop on the use of Go for data processing.  Go is an open source language developed for general-purpose programming.  It is not more difficult to learn and use than a high-level scripting language like Python, but it is strongly typed, statically compiled, and provides native support for concurrency, leading to much […]

Go for data processing 1/2/3

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

This is a three-session workshop on the use of Go for data processing.  Go is an open source language developed for general-purpose programming.  It is not more difficult to learn and use than a high-level scripting language like Python, but it is strongly typed, statically compiled, and provides native support for concurrency, leading to much […]

Open Source GIS

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

This workshop will cover introductory GIS concepts and techniques using open source tools. We will use QGIS and R and learn the basics of GIS by solving a number of different problems.  You will also learn to generate production quality maps. Some exposure to R will be helpful. The workshop is meant for students and researchers […]

Geospatial Analysis with Google Earth Engine

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

Google Earth Engine combines a multi-petabyte catalog of satellite imagery and geospatial datasets with planetary-scale analysis capabilities. This hands-on workshop will help you understand the power (and limitation) of GEE for carrying out an end-to-end analysis. You should have some exposure to GEE and remote sensing. We will focus on contemporary environmental issues and learn […]

Survival analysis in Python

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

Survival analysis is used when working with data that may be censored, as often is the case in studies of human subjects with incomplete follow-up.  The presence of censoring makes most forms of regression and other standard statistical analyses inappropriate. A body of specialized techniques for analyzing this type of data has been developed, including […]

Multilevel models in Python

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

Multilevel modeling is the state-of-the-art approach for handling data with complex dependence structure in a regression analysis.  This workshop will discuss fitting multilevel models in Python using the Statsmodels package. We will discuss the motivation and main use cases for multilevel modeling, and illustrate by example how to fit linear and generalized linear mixed models. […]

Mixed Effects Modeling in Stata

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

We'll discuss mixed model regression (also known as multi-level models or hierarchical linear models) in this session which is used for repeated measures data or data which has a clustering element.  We'll start with a theoretical overview, discuss choosing an appropriate model, fitting the models, checking assumptions and post-hoc analysis. We'll also cover diagnosing convergence […]

Generalized estimating equations in Python

Rackham Building, Earl Lewis Room, 3rd Floor East 915 E. Washington St., Ann Arbor, MI, United States

GEE is an extension of the generalized linear modeling (GLM) framework for dependent data.  GEE can be used with longitudinal data, clustered data, and other forms of dependent data where a GLM may not be appropriate.  In this workshop we will discuss fitting models using GEE in Python with the Statsmodels package.  We will briefly cover […]