Publications by Sebastien Parker

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

Tutorial 5 (222)

05.02.2024

First. Always. Setting up the environment with all the packages you need: # List of packages packages <- c("tidyverse", "modelsummary", "fst", "viridis", "knitr", "rmarkdown", "questionr", "ggridges") # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packag...

5012 sym Python (18056 sym/44 pcs) 11 img

Homework 2 -- Answer Key (SOC222)

01.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

Homework 2

30.01.2024

# 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()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Load the packages lapply(packages, library, character.only...

3046 sym Python (11430 sym/28 pcs) 4 img

Raya Raposo - Homework 2

30.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...

2424 sym Python (8141 sym/28 pcs) 2 img

Kim_Roy_Homework_2

30.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...

2919 sym Python (9190 sym/32 pcs) 3 img

Tutorial 4 (222)

29.01.2024

First. Always. Setting up the environment with all the packages you need: # List of packages packages <- c("tidyverse", "modelsummary", "flextable", "fst", "viridis", "knitr", "kableExtra", "rmarkdown", "ggridges", "questionr") # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.pack...

7564 sym Python (13462 sym/56 pcs) 3 img 8 tbl

Homework 1

24.01.2024

title: “naccarato_Isabella_Homeork_1” author: “Isabella Naccarato” date: “2024-01-22” output: html_document # 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(lengt...

2753 sym 1 img