Publications by Meryem Karayunusoglu 1007907632

Document karayunusoglu_meryem_HW5

26.03.2024

# Loading the list of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "aod", "interactions", "kableExtra", "flextable", "scales") # add any you need here # Installing packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(n...

5724 sym Python (20429 sym/52 pcs) 3 img 2 tbl

Document karayunusoglu_meryem_HW4

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

4738 sym R (12812 sym/35 pcs) 3 img 3 tbl

Document karayunusoglu_meryem_HW3

12.03.2024

Setting up environment # List of packages packages <- c("tidyverse", "infer", "fst") # added any we need here # Installed packages new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(new_packages) # Loaded the packages lapply(packages, library, character.only = TRUE) ## ─�...

6594 sym 4 img

Document karayunusoglu_meryem_HW1

30.01.2024

R Markdown Task 1 Provide code and answer. Prompt and question: calculate the average for the variable ‘happy’ for the country of Norway. On average, based on the ESS data, who reports higher levels of happiness: Norway or Belgium? Note: we already did it for Belgium. You just need to compare to Norway’s average, making sure to provide th...

4462 sym Python (7970 sym/49 pcs) 1 img

Publish Document karayunusoglu_meryem_HW2

30.01.2024

R Markdown Setting up your environment We always need to do this step first and include all the packages we 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()[,"Package"])]...

4389 sym Python (8811 sym/35 pcs) 2 img

karayunusoglu_meryem_HW#2

30.01.2024

R Markdown Setting up your environment We always need to do this step first and include all the packages we 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()[,"Package"])]...

4267 sym Python (8811 sym/35 pcs) 2 img

SOC222

27.01.2024

R Markdown Task 1 Provide code and answer. Prompt and question: calculate the average for the variable ‘happy’ for the country of Norway. On average, based on the ESS data, who reports higher levels of happiness: Norway or Belgium? Note: we already did it for Belgium. You just need to compare to Norway’s average, making sure to provide th...

4293 sym Python (7970 sym/49 pcs) 1 img