Publications by Sebastien Parker

Homework 4 - Raya

19.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)...

2809 sym Python (11961 sym/39 pcs) 3 img 2 tbl

Tutorial 8 & Homework 5 (222)

19.03.2024

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

11623 sym Python (13958 sym/53 pcs) 5 img 3 tbl

HOMEWORK 4

19.03.2024

###Setting Up the Environment # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "interactions","broom") # 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...

7994 sym R (13282 sym/26 pcs) 3 img 3 tbl

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