Publications by Michael Vasquez

Data 101 Untidy Hmwk

04.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() -- #...

737 sym R (21994 sym/28 pcs)

Data 101 Week 6 Hmwk

11.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() -- #...

2500 sym R (15347 sym/36 pcs) 5 img

Webscraping

06.04.2021

Introduction I am utilizing the webscraping tutorial by Saurav Kaushik to learn webscraping. Webscraping #Loading the rvest package library('rvest') ## Loading required package: xml2 #Specifying the url for desired website to be scraped url <- 'http://www.imdb.com/search/title?count=100&release_date=2016,2016&title_type=feature' #Reading the...

1117 sym R (14610 sym/66 pcs) 3 img

String Lab

14.04.2021

Introduction I am practicing working with string using the online version of the book “R for data science.” Packages library(stringr) ## Warning: package 'stringr' was built under R version 4.0.4 library(stringi) library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.3 v p...

7548 sym R (6019 sym/83 pcs)

Document

08.05.2021

devtools::install_github("timelyportfolio/d3treeR") ## Skipping install of 'd3treeR' from a github remote, the SHA1 (ebb833db) has not changed since last install. ## Use `force = TRUE` to force installation #Required Packages library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3....

293 sym R (1950 sym/13 pcs) 2 img

Project 2 Marathon

21.04.2021

Background In the inauguration of the Olympic games in 1986, 17 men raced from the Marathon Bridge to the Olympic Stadium in Athens. The race was to honor the legend of a Greek foot-soldier, Pheidippides, who was sent from Marathon to Athens with the news of the victory over the Persian army.The winner of the first marathon race was a 24-year-old...

9778 sym R (19071 sym/62 pcs) 11 img

Data 110 Final

12.05.2021

Introduction In this project I will use the McDonald’s menu to observe the overall calorie value of different menu item combinations. I will analyze the composition of the various combinations that will allow an average person to stay within a certain calorie threshold. Brief History of the McDonald’s Corporation The McDonald’s Corporation...

13137 sym R (33344 sym/83 pcs) 19 img

Document

12.05.2021

Required Libraries #Load required packages library(tidyverse) ## Warning: package 'tidyverse' was built under R version 4.0.5 ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.1.1 v dplyr 1.0.6 ## v tidyr 1.1.3 v stringr 1.4.0 ## v readr 1.4....

6016 sym R (24242 sym/65 pcs) 9 img

Data101 final

13.05.2021

Abstract The project utilizes information acquired from the Financial Crimes Enforcement Network on a number of suspected subjects of mortgage fraud between fiscal year 2006 and 2012. County population size was shown to have a strong correlation with the number of subjects reported. The majority of the suspected subjects were in counties above 12...

9449 sym R (21158 sym/91 pcs) 9 img