Publications by User
TVEM_Panel_Overall_Delinquency_230507
getwd() ## [1] "/Users/idlhy/Library/CloudStorage/OneDrive-개인/R FILE" setwd("/Users/idlhy/Library/CloudStorage/OneDrive-개인/바탕 화면/Research/Puberty Delinquency(HRB)") library(tidyverse) ## ── Attaching core tidyverse packages ───────────────────────�...
32 sym R (18011 sym/17 pcs) 12 img
Pivot wide & long
getwd() ## [1] "/Users/idlhy/Library/CloudStorage/OneDrive-개인/R FILE" setwd("/Volumes/NO NAME/1. Data/ACS/Demographic") library(censusapi) ## ## Attaching package: 'censusapi' ## The following object is masked from 'package:methods': ## ## getFunction library(tidycensus) library(tidyverse) ## ── Attaching core tidyverse packa...
243 sym R (8832 sym/56 pcs)
Stata Margins Result Graph Using R
Suppose I have a categorical predictor (x1 (0 or 1)) and a continuous predictor (x2 (0 to 16)) library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.0 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ##...
104 sym R (3419 sym/3 pcs) 1 img
CPS Graph_220402
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.0 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.1 ✔ tibble 3.2.0 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ...
56 sym R (17045 sym/41 pcs) 12 img
CPS Graphs_230402
library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.0 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.0 ## ✔ ggplot2 3.4.1 ✔ tibble 3.2.0 ## ✔ lubridate 1.9.2 ✔ tidyr 1.3.0 ## ...
281 sym R (11000 sym/30 pcs) 9 img
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