Teaching

🎒 Reference Management Briefing

🎒 Introduction to R Workshop

Day 1 - Base R Basics Covering data types and structures in R, the RStudio interface, arithmetic and logical operators in R, vector operations, working with data frames, saving data, handling errors, missing data, and a note on best practices (script structure, naming conventions, repetition etc.)

Day 2 - Tidyverse Covering tidy data, the pipe operator and tidyverse syntax, data manipulation with dplyr, joins in dplyr, pivoting in tidyr, data cleaning with tidyr, data visualization with ggplot2, basics of functions, iteration, and functionals with purrr

🎒 Introduction to Data Science

Topics covered: Base R basics and best practice, Version control and project management with GitHub, Tidyverse, Functions, Iteration and Data bases, Web scraping with R, Modelling, Visualization, Working with the Shell, Debugging and Packaging, Interactive Web Applications with Shiny

Access all materials here!

🛠 Tools for Data Science Workshop A range of topics that were not covered in class (e.g. geospatial data, network data, text analysis, etc.) were subjects of our Tools for Data Science Workshop. Find the workshop website, including all materials here!

🎒 Statistical Modeling & Causal Inference

I reviewed the lecture materials and hold R tutorials on the practical implementation of causal inference techniques for two diverse, interdisciplinary and international groups of students on a weekly basis. In collaboration with Sebastian Ramirez-Ruiz, we constructed weekly assignments to assess their learning progress continuously.

Topics covered: Causality, DAGs, the Potential Outcomes Framework, Regression, Matching, Instrumental Variables, Regression Discontinuity Designs, Difference in Difference, Panel Data and Fixed Effects, Moderation and Mediation.

If you are interested in learning and implementing causal inference techniques in R, check out our
open causal inference course materials!

🎒 Quantitative Methods II

I reviewed the lecture materials and hold tutorials on how to derive estimates by hand (conceptually) and in R (applied).

Topics covered: Analyses of Variance, Repeated Measures, (Semi)Partial Correlation, Multiple Regression, Analyses of Covariance, Non Parametrical Tests.

🎒 Quantitative Methods I

I reviewed the lecture materials and hold tutorials on how to derive estimates by hand (conceptually) and in R (applied).

Topics covered: Scales and Variables, Measurement Theory, Descriptive Statistics, Logic of Statistical Tests and Statistical Inference, T-Tests, Correlation and Regression.