Publications by Michael Vasquez

Week 5 Hmwk

27.02.2021

Create a treemap which explores categories of views library(treemap) library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.1.0 v dplyr 1.0.4 ## v tidyr 1.1.2 v stringr 1.4.0 ## v readr 1.4.0 v forcats 0.5.1 ## -- Conflicts ...

1013 sym R (23776 sym/49 pcs) 7 img

Hate Crimes in NY from 2010-2016 Week 3

17.02.2021

library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.0.5 v dplyr 1.0.3 ## v tidyr 1.1.2 v stringr 1.4.0 ## v readr 1.4.0 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- #...

708 sym R (16168 sym/39 pcs) 4 img

MPG - Vasquez

11.02.2021

Abstract The Department of Transportation oversees the fuel economy standards of vehicles built by manufacturers. The Environmental Protection Agency conducts the testing of those manufactured vehicles. The Department of Energy maintains a public database of Environmental Protection Agency findings. The subset of data utilized in this analysis fo...

8030 sym R (2506 sym/10 pcs) 2 img

Data 110 Week 2 Hmwk

09.02.2021

Load in the Dataset library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.0.5 v dplyr 1.0.3 ## v tidyr 1.1.2 v stringr 1.4.0 ## v readr 1.4.0 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyver...

802 sym R (3797 sym/29 pcs) 5 img

"Hotel bookings - data wrangling"

24.02.2021

Hotel bookings - Data Wrangling Michael Vasquez The data utilized in theses exercises was compiled by Mine Çetinkaya-Rundel and used for educational purposes. library(tidyverse) library(skimr) # From TidyTuesday: https://github.com/rfordatascience/tidytuesday/blob/master/data/2020/2020-02-11/readme.md hotels <- read_csv("https://raw.githubusercon...

4057 sym R (9709 sym/23 pcs) 5 tbl

FlightNYC

02.03.2021

library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.1.0 v dplyr 1.0.4 ## v tidyr 1.1.2 v stringr 1.4.0 ## v readr 1.4.0 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- #...

1386 sym R (3560 sym/14 pcs) 1 img

Create a Map

13.04.2021

Introduction I am practicing creating maps using the tutorial provided by computerworld.com for my DATA110 class. Setting up work area # Set various values needed, including names of files and FIPS codes for New Hampshire and South Carolina nhdatafile <- "NHD2016.xlsx" nhdatafilecsv <- "NHD2016.csv" usshapefile <- "cb_2014_us_county_5m/cb_201...

2483 sym R (27176 sym/91 pcs) 7 img

dslabs temp_carbon predictions

31.03.2021

Introduction I decided to use the temp_carbon dataset from the dslabs package to create a scatter plot. The temp_carbon dataset has recorded observations of the global, land, and ocean annual mean temperatures form 1880 to 2018. It also contains data on carbon emissions in millions of metric tons from 1751 to 2014. When the data is plotted on a s...

3953 sym R (7881 sym/35 pcs) 4 img

Graph Recreation

22.03.2021

Introduction I recreated two graphs that display the growth of gross domestic product (GDP) in trillions of dollars. Gross domestic product is the total monetary or market value of all the finished goods and services produced within a country’s borders in a specific time period. My family’s country of origin is Peru. In the first graph, I dec...

1112 sym R (2221 sym/14 pcs) 2 img

DATA110 Project 1 Video Games

10.03.2021

Packages #Upload Packages library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.1.0 v dplyr 1.0.4 ## v tidyr 1.1.2 v stringr 1.4.0 ## v readr 1.4.0 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ ...

5271 sym R (16389 sym/41 pcs) 15 img