Publications by Sebastien Parker

Kim_Roy_Homework_1

23.01.2024

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within...

2522 sym Python (7347 sym/32 pcs) 1 img

SOC222

22.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 se...

9804 sym R (10671 sym/60 pcs) 2 img

Homework 1 - Raya Raposo

22.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 se...

9755 sym R (10666 sym/59 pcs) 2 img

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