Publications by Cassiopeia Maa
Research Poster
Research Question: How does Placement on the left-right scale relate to Support in social services in Norway? Cassiopeia Maa and Guanyu (Andy) Wang, Department of Sociology, University of Toronto Setup # List of packages packages <- c("tidyverse", "infer", "fst", "modelsummary", "effects", "survey", "MASS", "kableExtra", "flextable", "equatioma...
10533 sym Python (15853 sym/43 pcs) 5 img 2 tbl
Homework_8_Cassiopeia_Maa
# 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, c...
1796 sym Python (6015 sym/45 pcs)
Homework_8_Cassiopeia_Maa
# 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, c...
1833 sym Python (6465 sym/52 pcs)
Homework_7_Cassiopeia_Maa
packages <- c("tidyverse", "infer", "fst") 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 core tidyverse packages ──────────────────�...
3231 sym R (18845 sym/96 pcs) 4 img
Homework_7_Cassiopeia_Maa
packages <- c("tidyverse", "infer", "fst") 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 core tidyverse packages ──────────────────�...
2461 sym R (18459 sym/92 pcs) 4 img
Homework_7_Cassiopeia_Maa
packages <- c("tidyverse", "infer", "fst") 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 core tidyverse packages ──────────────────�...
2434 sym R (18657 sym/94 pcs) 4 img
Maa_Cassiopeia_Project_202
Mission 1 library(fst) setwd("~/SOC202/R Scripts (hw + tutorial)") ess <- read_fst("All-ESS-Data.fst") packages <- c("tidyverse", "modelsummary", "forcats", "RColorBrewer", "fst", "viridis", "knitr", "rmarkdown", "ggridges", "viridis", "questionr", "flextable", "infer") new_packages <- packages[!(packages %in% installed.packag...
160 sym R (16024 sym/29 pcs) 5 img 2 tbl
Homework_5_Cassiopeia_Maa
Setup library(fst) setwd("~/SOC202/R Scripts (hw + tutorial)") ess <- read_fst("All-ESS-Data.fst") packages <- c("tidyverse", "modelsummary", "forcats", "RColorBrewer", "fst", "viridis", "knitr", "kableExtra", "rmarkdown", "ggridges", "viridis", "questionr") # Install packages if they aren't installed already new_packages <- ...
6232 sym R (12072 sym/33 pcs) 3 img 1 tbl