Publications by Sebastien Parker

Kim_Roy_Homework_4

19.03.2024

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot. # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "interactions") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(pa...

3596 sym Python (12987 sym/44 pcs) 6 img 3 tbl

Homework 3 -- Answer Key

13.03.2024

# List of packages packages <- c("tidyverse", "infer", "fst") # 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(packages, library, character.only = TRUE) ## ──...

3719 sym R (9079 sym/50 pcs) 2 img

Homework 3 - Raya R

13.03.2024

In this tutorial, we will learn how to use the infer package for hypothesis testing as well as do tables and calculations the “long way” for the Chi-Square test statistic. Let’s get started. Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst") # add any you need here # Install packages if they aren't inst...

8627 sym R (18425 sym/117 pcs) 8 img

Naccarato_Isabella_Homework_3

12.03.2024

# load France dataset to be used for this assignment france_data<-read_fst("france_data.fst") TASK 1 Based on the recoding of lrscale for “left” and “right” and omitting “moderates” (see Tutorial 4), and educ.ba from this tutorial, do the long form coding for Chi-Square. Using the steps outlined in the tutorial, first generate the tabl...

8055 sym Python (11505 sym/64 pcs) 4 img

Kim_Roy_Homework_3

12.03.2024

packages <- c("tidyverse", "infer", "fst") # 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(packages, library, character.only = TRUE) ## ── Attaching cor...

3558 sym Python (13622 sym/73 pcs) 2 img

Tutorial 7 & Homework 4 (222)

12.03.2024

Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "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(new_packages) # ...

12703 sym Python (15893 sym/56 pcs) 6 img 5 tbl

Tutorial 7 & Homework 4 (222)

12.03.2024

Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "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(new_packages) # ...

12508 sym Python (15872 sym/56 pcs) 6 img 5 tbl

Tutorial 6 and Homework 3

05.03.2024

In this tutorial, we will learn how to use the infer package for hypothesis testing as well as do tables and calculations the “long way” for the Chi-Square test statistic. Let’s get started. Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst") # add any you need here # Install packages if they aren't installe...

8109 sym 4 img

Homework 1 -- Answer Key (SOC222)

14.02.2024

First things first: setting up your environment # 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()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Load the packages lap...

7361 sym Python (9070 sym/81 pcs) 4 img

Homework 2 -- Answer Key (SOC222)

14.02.2024

First: setting up environment # 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()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Load the packages lapply(packages, libr...

3512 sym 4 img