Publications by Joseph Jaiyeola
Discrete Time Hazard Model
#Load required libraries library(foreign) library(survival) library(car) library(survey) library(eha) library(tidyverse) options(survey.lonely.psu = "adjust") Read wave 3, wave 4 and weight w3 <- as_tibble(read.delim("21600-0008-Data.tsv", sep = '\t', header = TRUE )) w4 <- as_tibble(read.delim("21600-0022-Data.tsv", sep = '\t', header = TRUE ))...
522 sym R (24305 sym/51 pcs) 3 img
Document
library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(readr) library(stringr) library(GGally) ## Loading required package: ggplot2 ## Registered ...
1155 sym R (89516 sym/206 pcs) 12 img 2 tbl
Document
Load libraries library(readxl) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(tidyr) library(ggplot2) theme for nice plotting theme_nice <- theme_classi...
10509 sym R (13660 sym/56 pcs) 6 img
GIS-Assignment1
Joseph Jaiyeola joseph.jaiyeola@my.utsa.edu R Version 4.12 QGIS Version 3.16 ...
92 sym 2 img
Document
1. Define a binary outcome variable of your choosing and define how you recode the original variable. Proposed topic: Advserse health conditions associated with opportunity youths Outcome variabels: Health conditions such Health status, depression, anxiety, smoking etc. The purpose of this assignment I would focus on self rated health status of o...
1546 sym R (14621 sym/59 pcs) 1 img 4 tbl
Document
Joseph Jaiyeola joseph.jaiyeola@my.utsa.edu source(“https://raw.githubusercontent.com/coreysparks/Rcode/master/install_first_7283.R”) update.packages(ask=F) R Version 4.12 ...
184 sym 1 img
Document
setwd("~/Downloads") library(survey) library(tidyverse) library(dplyr) library(car) library(ggplot2) library(tigris) library(classInt) library(mapview) library(srvyr) library(tmap) library(classInt) library(janitor) library(ipumsr) ddi <- read_ipums_ddi("usa_00007.xml") gis <- read_ipums_micro(ddi) ## Use of data from IPUMS USA is subject to cond...
610 sym R (14011 sym/53 pcs) 6 img 2 tbl
Document
library(ipumsr) ddi <- read_ipums_ddi("nhis_00002.xml") data <- read_ipums_micro(ddi) ## Use of data from IPUMS NHIS is subject to conditions including that users ## should cite the data appropriately. Use command `ipums_conditions()` for more ## details. data<- haven::zap_labels(data) names(data) <- tolower(gsub(pattern = "_",replacement = "",x...
21881 sym R (41501 sym/71 pcs) 6 img
Document
library(ipumsr) ddi <- read_ipums_ddi("nhis_00002.xml") data <- read_ipums_micro(ddi) ## Use of data from IPUMS NHIS is subject to conditions including that users ## should cite the data appropriately. Use command `ipums_conditions()` for more ## details. data<- haven::zap_labels(data) names(data) <- tolower(gsub(pattern = "_",replacement = "",x...
1023 sym R (8747 sym/28 pcs) 7 img
Document
library(mapview) library(sf) ## Linking to GEOS 3.8.1, GDAL 3.2.1, PROJ 7.2.1; sf_use_s2() is TRUE library(censusxy) library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, uni...
354 sym R (15996 sym/75 pcs) 2 img