Skip to content

Instantly share code, notes, and snippets.

View graebnerc's full-sized avatar

Claudius Graebner-Radkowitsch graebnerc

View GitHub Profile
@graebnerc
graebnerc / #T12: lecture notes
Created June 7, 2022 15:33
Lecture notes and solutions to the exercises of session 13 on multiple linear regression
Lecture notes and solutions to the exercises of session 13 on multiple linear regression
@graebnerc
graebnerc / #T14: lecture notes
Last active June 23, 2022 13:41
Lecture script and solutions for T14 on sampling
Lecture script and solutions for T14 on sampling. Note that we did not do the exercises in class, treat them as additional info.
@graebnerc
graebnerc / #T2 - Lecture notes (FaSe22)
Last active September 24, 2022 06:20
Lecture notes and solutions to the exercises of session 2 in the fall semester 2022
Lecture notes and solutions to the exercises of session 2 in the fall semester 2022
@graebnerc
graebnerc / #T3 - Lecture notes (FaSe22)
Created September 26, 2022 15:35
Lecture notes and solutions to the exercises of session 3 in the fall semester 2022
Lecture notes and solutions to the exercises of session 3 in the fall semester 2022
@graebnerc
graebnerc / #T3 - Lecture notes (FaSe22)
Created October 6, 2022 12:33
Lecture notes and solutions to the exercises of session 4 in the fall semester 2022
Lecture notes and solutions to the exercises of session 4 in the fall semester 2022
@graebnerc
graebnerc / #T5 - Lecture notes (FaSe22)
Created October 6, 2022 14:02
Solutions to the exercises of session 5 in the fall semester 2022
Solutions to the exercises of session 5 in the fall semester 2022
@graebnerc
graebnerc / #T6 - Lecture notes (FaSe22)
Created October 13, 2022 11:31
Script developed during the 6th lecture on visualization.
The script developed during the lecture; I recommend to look instead at the lecture notes, where the code gets accompanied with explanations.
@graebnerc
graebnerc / #T7 - Lecture notes (FaSe 2022)
Created October 13, 2022 14:01
Scripts containing the code developed during the 7th lectore on project management and data import, as well as solutions to the exercises
Scripts containing the code developed during the 7th lectore on project management and data import, as well as solutions to the exercises
@graebnerc
graebnerc / # T8: Lecture script and exercise solutions
Created October 26, 2022 09:01
T8: Lecture script and exercise solutions
Contains the script used in the lecture on data wrangling and solutions to the exercises (in the fall semester 2022/23).
For a more extensive and commented version see the lecture notes on the course homepage.
The data is also available via the course homepage.
@graebnerc
graebnerc / DesasterMarkdown.qmd
Last active May 7, 2024 21:29
The original code for the Markdown desaster and a possible solution, both written in Quarto.
---
title: "What a desaster!"
author: "Claudius"
date: '2024-05-07'
format: pdf
---
# Packages used
```{r}
library(tidyverse)