Publications by Adolph J Delgado M.Ed.

Syllabus

03.11.2024

What R We Doing with Our Data: A Community-Academic Approach to Assessing HIV Data using RStudio Contact Information Adolph “AJ” Delgado, Ph.D., M.Ed., M.S. HCAP Postdoctoral Fellow Email: adolph.delgado2@utsa.edu Course Start Date 11/4/2024 Workshop Description This workshop is designed to equip participants with the essential skills an...

5850 sym

Resume

02.09.2024

Aside Contact Info adolph.delgado@gmail.com linkedin.com/adolphdelgado +1 210-803-4707 For more information, please contact me via email. Skills Experienced in quantitative methods, statistical models, and data visualization Skilled in assessing metrics, auditing, and evaluation using diverse datasets Highly skilled in R, SPSS, Excel Discla...

5958 sym

Week 5 Descriptive & Summary Statistics

02.05.2024

# Example data data <- c(4, 8, 6, 5, 3, 7) # Calculating mean mean_data <- mean(data) print(mean_data) ## [1] 5.5 # Sorting data sorted_data <- sort(data) # Calculating median median_data <- median(sorted_data) print(median_data) ## [1] 5.5 # Example data data <- c(4, 4, 6, 5, 4, 7) # Calculating mode # R does not have a built-in mod...

29 sym R (2044 sym/26 pcs)

Week 3

25.04.2024

# Load Libraries library(readr) 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(tidyverse) # This includes both dplyr and readr ## Warning: package '...

17 sym R (4104 sym/14 pcs)

R Studio Syllabus

27.03.2024

R and RStudio Introduction to R Studio: Thinking & Analyzing Data for Real World Decision Making Contact Information Adolph “AJ” Delgado, Ph.D., M.Ed., M.S. HCAP Postdoctoral Fellow Email: adolph.delgado2@utsa.edu Course Start Date Workshop Description This workshop is designed to equip participants with the essential skills and knowledg...

5256 sym 1 img

R Studio Workshop Syllabus

27.03.2024

R and RStudio Introduction to R Studio: Thinking & Analyzing Data for Real World Decision Making Contact Information Adolph “AJ” Delgado, Ph.D., M.Ed., M.S. HCAP Postdoctoral Fellow Email: adolph.delgado2@utsa.edu Course Start Date Workshop Description This workshop is designed to equip participants with the essential skills and knowledg...

5256 sym 1 img

Are There Differences in Anti-Gay Beliefs Among U.S. Veterans and Non-Veterans? Results from the General Social Survey (Updated)

26.02.2024

Abstract Expanding upon Blosnich, Shipherd, and Kauth’s seminal 2019 research, this study investigates anti-gay beliefs among veterans versus non-veterans using updated 2018 data from the General Social Survey (GSS). Analyzing GSS data from 2010 to 2016, the original study found a notable correlation between veteran status and increased disap...

2500 sym R (28072 sym/81 pcs) 1 img

2021 PrEP % By Region

20.02.2024

library(readxl) StateLevel_PrEP <- read_excel("C:/Users/12108/OneDrive - Significant Results/PostDoc/Rhonda/R studio/Week 1/StateLevel_PrEP.xlsx") View(StateLevel_PrEP) summary(StateLevel_PrEP) ## state year indicator value ## Length:51 Min. :2021 Length:51 Min. :13.40 ## Cl...

27 sym R (4493 sym/22 pcs) 1 img 1 tbl

Median Income in Bexar County, Texas

28.01.2021

Adolph J Delgado adolph.delgado@gmail.com Median Household Income in Bexar County, Texas ...

102 sym 1 img

Publish Document

28.01.2021

Adolph J Delgado adolph.delgado@gmail.com Bexar County Plot of Spanish Speakers ...

93 sym 1 img