Session 1 — 12 March 2026
Europa-Universität Flensburg
2026-03-12
Building on what you know: R, Quarto, basic linear regression — all from Research Methodology (Fall 2025)
What we add:
Guiding idea: Every session starts with a business question
| # | Date | Title |
|---|---|---|
| 1 | Thu, 12 Mar | Welcome, recap & tooling upgrade ← today |
| — | 19 + 26 Mar | Take-home task 1 |
| 2 | Thu, 09 Apr | Multiple regression: going beyond the basics |
| — | 16 + 23 Apr | Take-home task 2 |
| 3 | Thu, 30 Apr | Modelling binary and categorical outcomes |
| 4 | Thu, 07 May | What can go wrong: biases and diagnostics |
| — | Thu, 14 May | No lecture |
| 5 | Thu, 21 May | Causation vs. correlation: thinking like an economist |
| 6 | Thu, 28 May | Panel data and fixed effects |
| 7 | Thu, 04 Jun | Coding smarter: R and AI tools |
| 8 | Thu, 11 Jun | Communicating data: advanced visualization |
| 9 | Thu, 18 Jun | Recap and looking ahead |
Take-home tasks (mandatory, pass/fail)
| Task | Due | Topic |
|---|---|---|
| Task 1 | 02 April, 23:59 | Regression basics (recap) |
| Task 2 | 29 April, 23:59 | Extending a regression |
Final exam
19 and 16 March, 16 and 23 April
This time is intentional and structured:
Tip
If something in Task 1 feels unfamiliar, that is a signal — not a problem. The two weeks are designed for exactly this.
Where you code: GitHub Codespaces — RStudio in your browser, zero installation
Alternative: install R Studio and packages locally (as in the previous course)
Where you ask questions: GitHub Discussions on the course repository (not email, not Moodle — so everyone benefits from the answer)
Where you submit: GitHub Classroom
What you need:
| Time | Block |
|---|---|
| 16:00–16:20 | Welcome, course overview, assessment |
| 16:20–17:00 | Quarto and Git upgrade: live demo |
| 17:00–17:15 | Questions and break |
| 17:15–18:15 | Student exercise |
| 18:15–19:00 | Introduce Task 1, Q&A |
The exercise today is about workflow setup, not data analysis.
→ No dataset required — we are building a Quarto template for later
What Quarto is:
.qmd documentWhy Quarto matters:
The standard we set today applies to every submission:
Tip
For a full introduction: GitHub Skills — Introduction to GitHub
Option A — Fork + Codespace
Codespaces are a cloud-based coding environment with everything pre-installed
Fork the course repository → your own copy on GitHub → open Codespace from your fork
rserver → login: username rstudio, password rstudioOption B — Local installation
Install R 4.4+, RStudio, and the required packages (see course website)
Tip
First thing to do today: go to the course repository and click Fork
Tip
Register at GitHub if not already one
Ask questions whenever they occur
After 18:15 we clarify remaining issues
What determines weekly earnings of market research analysts in the United States?
Dataset: U.S. Current Population Survey (CPS MORG), 2014 — market research analysts and marketing specialists
Four tasks:
Deadline: 02 April 2026, 23:59 Submit: GitHub Classroom (link is on website)
Next session: Thu, 09 April — Multiple regression: going beyond the basics
Questions during the break? GitHub Discussions on the course repository
Task 1 deadline: 02 April 2026, 23:59
Good luck — and welcome to the course.
Adv. Data Science & Econometrics 2026 | Session 1