Publications by Sebastien Parker

Tutorial 3 and Homework 4 (202)

29.09.2023

First things first: setting your working directory To set the working directory, you’ll first need to get the path to your desired folder. So make sure you create a course folder (e.g. with title “SOC_202_YAY). In that folder, you have to make sure to copy the file”All-ESS-Data.fst” that you download from the course website. On Windows: Na...

8864 sym R (19626 sym/44 pcs) 4 img 2 tbl

Tutorial 3 (SOC252)

27.09.2023

Setting up the Environment library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✔ ggplot2 3.4.3 ✔ purrr 0.3.4 ## ✔ tibble 3.2.1 ✔ dplyr 1.1.3 ## ✔ tidyr 1.1.4 ✔ stringr 1.4.0 ## �...

7761 sym R (30445 sym/96 pcs) 24 img 3 tbl

Tutorial 3 and Homework 4 (202)

27.09.2023

First things first: setting your working directory To set the working directory, you’ll first need to get the path to your desired folder. So make sure you create a course folder (e.g. with title “SOC_202_YAY). In that folder, you have to make sure to copy the file”All-ESS-Data.fst” that you download from the course website. On Windows: Na...

8647 sym R (18641 sym/42 pcs) 4 img 2 tbl

Reference document & Examples - Exploring to Visualizing (252)

26.09.2023

1. Exploring Useful commands head() Description: This function provides the first six rows (by default) of a dataframe. head(dataset) str() Description: Displays the structure of an object, providing the type, length, and content of its elements. str(dataset) names() or colnames() Description: Returns the names of columns in a dataframe. na...

11589 sym R (13720 sym/57 pcs) 15 img

Tutorial 3 (SOC252)

26.09.2023

Setting up the Environment library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✔ ggplot2 3.4.3 ✔ purrr 0.3.4 ## ✔ tibble 3.2.1 ✔ dplyr 1.1.3 ## ✔ tidyr 1.1.4 ✔ stringr 1.4.0 ## �...

7772 sym R (31553 sym/98 pcs) 24 img 3 tbl

Tutorial 3 and Homework 4 (202)

26.09.2023

First things first: setting your working directory To set the working directory, you’ll first need to get the path to your desired folder. So make sure you create a course folder (e.g. with title “SOC_202_YAY). In that folder, you have to make sure to copy the file”All-ESS-Data.fst” that you download from the course website. On Windows: Na...

8635 sym R (18632 sym/42 pcs) 4 img 2 tbl

Tutorial 2 and Homework 3 (202)

18.09.2023

First things first: setting your working directory To set the working directory, you’ll first need to get the path to your desired folder. So make sure you create a course folder (e.g. with title “SOC_202_YAY). In that folder, you have to make sure to copy the file”All-ESS-Data.fst” that you download from the course website. On Windows: Na...

10001 sym R (9251 sym/57 pcs) 4 img 2 tbl

Tutorial 2 (252)

21.09.2023

First things first: setting your working directory and environment To set the working directory, you’ll first need to get the path to your desired folder. So make sure you create a course folder (e.g. with title “SOC_252). In that folder, you have to make sure to copy the file”All-ESS-Data.fst” that you download from the course website. On...

8249 sym R (17993 sym/52 pcs) 24 img

Tutorial 2 and Homework 3 (202)

16.09.2023

First things first: setting your working directory To set the working directory, you’ll first need to get the path to your desired folder. So make sure you create a course folder (e.g. with title “SOC_202_YAY). In that folder, you have to make sure to copy the file”All-ESS-Data.fst” that you download from the course website. On Windows: Na...

9884 sym R (9252 sym/57 pcs) 4 img 2 tbl

Tutorial 1 and Homework 2 (SOC202)

14.09.2023

Introduction The European Social Survey (ESS) is a biennial multi-country survey that covers over 30 nations. It provides insights into various topics, including media use, social trust, political interest, subjective well-being, and many more. This dataset essentially offers a comprehensive snapshot of European societies. Let’s dive in and explo...

8016 sym R (4904 sym/39 pcs)