Publications by Fatima Nawaz

SOC222 - Final Report Findings

12.04.2024

Reearch Q: “How does political ideology relate to trust in science in Iceland?” Variables IV (explanatory): Political Ideology (lrscale) DV (outcome): Trust in Scientists (trstsci) Interaction Variable: Education (educ.ba) Loading Packages # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "p...

3441 sym Python (19741 sym/48 pcs) 4 img 4 tbl

Nawaz_Fatima_Homework_5

26.03.2024

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

8490 sym Python (17577 sym/49 pcs) 3 img 2 tbl

Nawaz_Fatima_Homework_4

18.03.2024

Setting up 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(new_pack...

7221 sym Python (15728 sym/48 pcs) 3 img 5 tbl

Nawaz_Fatima_Homework_3

11.03.2024

Loading packages # 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 ...

9654 sym 4 img

Nawaz_Fatima_Homework_2

30.01.2024

Loading packages # 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, librar...

3892 sym 2 img

Nawaz_Fatima_Homework_1

21.01.2024

First I am going to load my packages packages <- c("tidyverse", "fst", "modelsummary") lapply(packages, library, character.only = TRUE) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ...

5313 sym 1 img