Publications by User
Economic Gender Equality Map_County_230401
Briefs by Gloria Guzman (2020) R Mapping reference The darker the color, the greater the relative inequality. # 2009 p2009 <- plot_usmap(data = filter(mainstates, year == 2009 | is.na(year)), regions="counties", values = "rrank", color = "darkblue") + ...
150 sym 13 img
sexism index_230331
Briefs by Gloria Guzman (2020) R Mapping reference The darker the color, the greater the relative inequality. # 2005 p2005 <- plot_usmap(data = filter(mainstates, year == 2005), values = "e_index_nor", color = "tomato3", labels = TRUE, label_color = "black") + ...
156 sym 16 img
Map of US Racial Household Income Inequality
Source: American Community Survey 5years 05/09 and 15/19 Briefs by Gloria Guzman (2020) R Mapping reference The darker the color, the greater the relative inequality. Median Household Income Ratio of Black to white (2005/2009) Median Household Income Ratio of Black to white (2015/2019) Median Household Income Ratio of Hispanic to white (200...
585 sym 6 img
TVEM_Figures_220910
getwd() ## [1] "/Users/idlhy/Library/CloudStorage/OneDrive-개인/R FILE" setwd("/Users/idlhy/Library/CloudStorage/OneDrive-개인/바탕 화면/Research/Puberty Delinquency(HRB)") library(tidyverse) ## ── Attaching packages ────────────────────────────────────�...
35 sym R (15437 sym/19 pcs) 13 img
Stringr Basic_Datacamp_<1>_220912
String r: datacamp exercise getwd() ## [1] "/Users/idlhy/Library/CloudStorage/OneDrive-개인/R FILE" library(stringr) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ pu...
301 sym R (12459 sym/75 pcs) 2 img
Stringr Basic_Datacamp_<2>_220912
library('tidyverse') ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.4 ✓ stringr 1.4.0 ## ✓ readr 2.1.1 ✓...
232 sym R (6232 sym/58 pcs)
Text Analysis Example _ US President speeches
# ASOC708, CODING CHALLENGE 5 # Author: Heeyoung # Date: 20220921 ### PART 1: LOADING THE DATA ### # Load the tidyverse and lubridate packages library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.7 ## v tidyr ...
27 sym R (9836 sym/23 pcs) 1 img
DAD_TVEM_only drink_220929
getwd() ## [1] "/Users/idlhy/Library/CloudStorage/OneDrive-개인/R FILE" setwd("/Users/idlhy/Library/CloudStorage/OneDrive-개인/바탕 화면/Research/Puberty Delinquency(HRB)") library(tidyverse) ## ── Attaching packages ────────────────────────────────────�...
35 sym R (15553 sym/19 pcs) 13 img
Supermarket_sales_analysis
#1.ASK #1.0 Business task #.The average sales amount and the number of sales at each branch #.The average unit price for each product line #.Do branches make more sale on a specific day of the week #.distribution of average sales amount by gender #.distribution of average sales amount by gender per branch #which is the most popular produc...
50 sym R (14826 sym/41 pcs) 6 img
Basic statistical test: frequency, chi, t, anova
references general general general gtsummary janitor janitor dlookr library(tidyverse) library(dlookr) library(palmerpenguins) library(janitor) library(gtsummary) library(rstatix) library(multcomp) data diagnose data <- janitor::clean_names(penguins) glimpse(data) ## Rows: 344 ## Columns: 8 ## $ species <fct> Adelie, Adelie, Ade...
722 sym R (9698 sym/37 pcs) 7 tbl