Publications by Jeremy Yee

MPG-Project Jeremy Yee

11.02.2021

Abstract The Environmental Protection Agency (EPA) offers a public facing data set of fuel efficiency estimates for a range of cars to assist the public in purchasing a car. The subset of data utilized in this analysis focused on 38 models of vehicles which had a new release for the years of 1999 and 2008. I analyzed the fuel efficiency of the ve...

4801 sym R (1689 sym/9 pcs) 2 img

Data Wrangling

25.02.2021

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ f...

4383 sym R (8958 sym/23 pcs) 5 tbl

Chapter 14 Exercises Stringr

29.03.2021

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ f...

5388 sym R (3935 sym/54 pcs)

Chapter 13 Exercises

11.03.2021

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.0 ── ## ✓ ggplot2 3.3.3 ✓ purrr 0.3.4 ## ✓ tibble 3.0.6 ✓ dplyr 1.0.4 ## ✓ tidyr 1.1.2 ✓ stringr 1.4.0 ## ✓ readr 1.4.0 ✓ f...

2880 sym R (16925 sym/40 pcs) 7 img

Untidy and Tidy Datasets

04.03.2021

Assignment • Places to start: kaggle.com, ourworldindata.org, data.gov… • Find two examples of un-tidy datasets and two of tidy datasets. • In R tidy the un-tidy, be prepared to discuss in class next week. library(tidyverse) ## ── Attaching packages ────────────────────────────�...

610 sym R (9466 sym/25 pcs)

Data 101: Final Project, Moore's Law

17.05.2021

Course: “DATA 101”, institution: “Montgomery College” term: “Spring 2021”. Abstract Moore’s Law is an observation that describes the number of transistors in an integrated circuit will double approximately every two years. This law illustrates the sheer speed at which semiconductor and chip technology has improved over the years. M...

5935 sym R (10514 sym/60 pcs) 6 img

DATA 110: Final Project Diabetes Readmission

15.12.2021

Final Project: Exploratory Data Analysis of Diabetes Hospital Readmission in the United States *What factors collected from the United States’ Hospitals will help predict diabetes readmission. Dataset Center for Clinical and Transnational Research, Virginia Commonwealth University https://archive.ics.uci.edu/ml/datasets/Diabetes+130-US+hospita...

8925 sym R (15112 sym/51 pcs) 7 img 1 tbl

Project 2: Bee Colony Loss

17.11.2021

Project 2: Exploratory Data Analysis of the Disappearance of Honeybees throughtout 2010 - 2016. Introduction Love them of hate them, Honeybees are the most effective pollinators on the plant. They play a significant role in the nature by pollinating 85% of food crops intended for human consumption (FDA). In addition, they produce honey and wax. ...

7132 sym R (13901 sym/51 pcs) 2 img 1 tbl

GIS Tutorial

10.11.2021

Storing Data nhdatafile <- "NHD2016.xlsx" nhdatafilecsv <- "NHD2016.csv" usshapefile <- "cb_2014_us_county_5m/cb_2014_us_county_5m.shp" nhfipscode <- "33" scdatafile <- "SCGOP2016.csv" scfipscode <- "45" Loading Libraries library("tidyverse") ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3....

2386 sym R (27528 sym/73 pcs) 7 img

Week 9 Homework

03.11.2021

Loading Libraries library('rvest') library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.5 v dplyr 1.0.7 ## v tidyr 1.1.4 v stringr 1.4.0 ## v readr 2.0.2 v forcats 0.5.1 ## -- Conflicts ----------------------------------...

1619 sym R (16638 sym/81 pcs) 3 img