Publications by Sebastien Parker

Tutorial 3 and Homework 2 (222)

22.01.2024

First things first: setting up your environment Remember: you always need to do this step first and include all the packages you need # List of packages packages <- c("tidyverse", "fst", "modelsummary", "viridis") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages...

7657 sym Python (15955 sym/39 pcs) 7 img

Document

21.01.2024

Introduction to the R Environment ================================= Hey future data analysis! R is a powerful tool for statistical analysis and data visualization. Let’s start with the basics and set you on a journey towards becoming an R ninja. ————— The Very Basics ————— Move your mouse near the Run symbol where you see ...

9685 sym R (10442 sym/58 pcs) 2 img

Second Tutorial & Homework 1 (SOC222)

15.01.2024

First things first: setting up your environment In the list following c(, you would be any package you need in between quotation marks. # List of packages packages <- c("tidyverse", "fst", "modelsummary") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Pack...

11420 sym Python (9468 sym/61 pcs) 4 img

First Tutorial - SOC222

07.01.2024

Introduction to the R Environment ================================= Hey future data analysis! R is a powerful tool for statistical analysis and data visualization. Let’s start with the basics and set you on a journey towards becoming an R ninja. ————— The Very Basics ————— Move your mouse near the Run symbol where you see ...

9656 sym R (10257 sym/60 pcs) 2 img

Last tutorial (202)

29.11.2023

Initial set-up # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "kableExtra", "flextable", "equatiomatic") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install...

13915 sym Python (18499 sym/66 pcs) 8 img 7 tbl

Final Tutorial (202)

29.11.2023

Initial set-up # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "kableExtra", "flextable", "equatiomatic") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install...

13911 sym Python (18388 sym/64 pcs) 8 img 7 tbl

Tutorial 9 (252)

22.11.2023

Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "aod", "interactions") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(ne...

4663 sym Python (15466 sym/62 pcs) 5 img 6 tbl

Tutorial 8 (252)

22.11.2023

Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Load the...

13709 sym Python (12675 sym/47 pcs) 4 img 4 tbl

Tutorial 7 (252)

22.11.2023

Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Load the packages lapply(p...

3880 sym Python (15329 sym/63 pcs) 2 img 2 tbl

Tutorial 6 (SOC252)

22.11.2023

In this tutorial, we will learn how to use the infer package for hypothesis testing as well as generate output for simple regression models. Before doing so, let’s set up our working environment and learn a new useful skill. # List of packages packages <- c("tidyverse", "modelsummary", "forcats", "RColorBrewer", "fst", "viridis", "...

6285 sym Python (15113 sym/57 pcs) 4 img 2 tbl