Publications by Sebastien Parker

Document

13.04.2024

###Setting up the Environment # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "aod", "interactions", "kableExtra", "flextable", "scales", "marginaleffects","performance") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% in...

3053 sym Python (18892 sym/57 pcs) 3 img 4 tbl

Homework 4 -- Answer Key

02.04.2024

# List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "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(new_packages) # Load the packages lapply(packages, library, charact...

2684 sym Python (10386 sym/18 pcs) 3 img 1 tbl

Homework 5 -- Answer Key

29.03.2024

packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "aod", "interactions", "kableExtra", "flextable", "scales", "performance") # 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.p...

6326 sym Python (13724 sym/44 pcs) 4 img 5 tbl

Kim_Roy_Homework_5

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

4818 sym Python (13151 sym/40 pcs) 4 img 2 tbl

Document

26.03.2024

###Setting Up the Environment # 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"])] ...

11956 sym Python (13980 sym/35 pcs) 3 img 2 tbl

Final Tutorial (222)

26.03.2024

Initial set-up # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "performance", "flextable", "broom", "scales", "ggeffects", "marginaleffects") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(l...

12071 sym Python (26199 sym/71 pcs) 7 img 5 tbl

Homework 4 -- Answer Key

20.03.2024

# List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "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(new_packages) # Load the packages lapply(packages, library, charact...

2684 sym Python (10386 sym/18 pcs) 3 img 1 tbl

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